From 95ffa80ec2d6f030d3501eec6ebb687a06fda0ec Mon Sep 17 00:00:00 2001 From: Victor Kareh Date: Fri, 4 Apr 2025 20:40:55 -0400 Subject: applets: Add new power-profiles applet This applet allows the user to set the active power profile (power-saver, balanced, performance). It's compatible with the power-profiles-daemon and tuned, which are the same DBUS interfaces that GNOME relies on for power profiles. --- .../128x128/apps/mate-power-profiles-applet.png | Bin 0 -> 9419 bytes .../128x128/status/gpm-power-profile-balanced.png | Bin 0 -> 11790 bytes .../status/gpm-power-profile-performance.png | Bin 0 -> 8750 bytes .../status/gpm-power-profile-power-saver.png | Bin 0 -> 7351 bytes .../256x256/apps/mate-power-profiles-applet.png | Bin 0 -> 21256 bytes .../256x256/status/gpm-power-profile-balanced.png | Bin 0 -> 26217 bytes .../status/gpm-power-profile-performance.png | Bin 0 -> 18573 bytes .../status/gpm-power-profile-power-saver.png | Bin 0 -> 14869 bytes .../48x48/apps/mate-power-profiles-applet.png | Bin 0 -> 2680 bytes .../48x48/status/gpm-power-profile-balanced.png | Bin 0 -> 3337 bytes .../48x48/status/gpm-power-profile-performance.png | Bin 0 -> 2474 bytes .../48x48/status/gpm-power-profile-power-saver.png | Bin 0 -> 2851 bytes .../64x64/apps/mate-power-profiles-applet.png | Bin 0 -> 3904 bytes .../64x64/status/gpm-power-profile-balanced.png | Bin 0 -> 4782 bytes .../64x64/status/gpm-power-profile-performance.png | Bin 0 -> 3665 bytes .../64x64/status/gpm-power-profile-power-saver.png | Bin 0 -> 3717 bytes .../96x96/apps/mate-power-profiles-applet.png | Bin 0 -> 6578 bytes .../96x96/status/gpm-power-profile-balanced.png | Bin 0 -> 8229 bytes .../96x96/status/gpm-power-profile-performance.png | Bin 0 -> 6170 bytes .../96x96/status/gpm-power-profile-power-saver.png | Bin 0 -> 5589 bytes .../scalable/apps/mate-power-profiles-applet.svg | 2623 ++++++++++++++++++++ .../scalable/status/gpm-power-profile-balanced.svg | 169 ++ .../status/gpm-power-profile-performance.svg | 143 ++ .../status/gpm-power-profile-power-saver.svg | 90 + 24 files changed, 3025 insertions(+) create mode 100644 data/icons/128x128/apps/mate-power-profiles-applet.png create mode 100644 data/icons/128x128/status/gpm-power-profile-balanced.png create mode 100644 data/icons/128x128/status/gpm-power-profile-performance.png create mode 100644 data/icons/128x128/status/gpm-power-profile-power-saver.png create mode 100644 data/icons/256x256/apps/mate-power-profiles-applet.png create mode 100644 data/icons/256x256/status/gpm-power-profile-balanced.png create mode 100644 data/icons/256x256/status/gpm-power-profile-performance.png create mode 100644 data/icons/256x256/status/gpm-power-profile-power-saver.png create mode 100644 data/icons/48x48/apps/mate-power-profiles-applet.png create mode 100644 data/icons/48x48/status/gpm-power-profile-balanced.png create mode 100644 data/icons/48x48/status/gpm-power-profile-performance.png create mode 100644 data/icons/48x48/status/gpm-power-profile-power-saver.png create mode 100644 data/icons/64x64/apps/mate-power-profiles-applet.png create mode 100644 data/icons/64x64/status/gpm-power-profile-balanced.png create mode 100644 data/icons/64x64/status/gpm-power-profile-performance.png create mode 100644 data/icons/64x64/status/gpm-power-profile-power-saver.png create mode 100644 data/icons/96x96/apps/mate-power-profiles-applet.png create mode 100644 data/icons/96x96/status/gpm-power-profile-balanced.png create mode 100644 data/icons/96x96/status/gpm-power-profile-performance.png create mode 100644 data/icons/96x96/status/gpm-power-profile-power-saver.png create mode 100644 data/icons/scalable/apps/mate-power-profiles-applet.svg create mode 100644 data/icons/scalable/status/gpm-power-profile-balanced.svg create mode 100644 data/icons/scalable/status/gpm-power-profile-performance.svg create mode 100644 data/icons/scalable/status/gpm-power-profile-power-saver.svg (limited to 'data') diff --git a/data/icons/128x128/apps/mate-power-profiles-applet.png b/data/icons/128x128/apps/mate-power-profiles-applet.png new file mode 100644 index 0000000..c2c8eb0 Binary files /dev/null and b/data/icons/128x128/apps/mate-power-profiles-applet.png differ diff --git a/data/icons/128x128/status/gpm-power-profile-balanced.png b/data/icons/128x128/status/gpm-power-profile-balanced.png new file mode 100644 index 0000000..4fdfc41 Binary files /dev/null and b/data/icons/128x128/status/gpm-power-profile-balanced.png differ diff --git a/data/icons/128x128/status/gpm-power-profile-performance.png b/data/icons/128x128/status/gpm-power-profile-performance.png new file mode 100644 index 0000000..e76c93f Binary files /dev/null and b/data/icons/128x128/status/gpm-power-profile-performance.png differ diff --git a/data/icons/128x128/status/gpm-power-profile-power-saver.png b/data/icons/128x128/status/gpm-power-profile-power-saver.png new file mode 100644 index 0000000..39bb43f Binary files /dev/null and b/data/icons/128x128/status/gpm-power-profile-power-saver.png differ diff --git a/data/icons/256x256/apps/mate-power-profiles-applet.png b/data/icons/256x256/apps/mate-power-profiles-applet.png new file mode 100644 index 0000000..a27f3f0 Binary files /dev/null and b/data/icons/256x256/apps/mate-power-profiles-applet.png differ diff --git a/data/icons/256x256/status/gpm-power-profile-balanced.png b/data/icons/256x256/status/gpm-power-profile-balanced.png new file mode 100644 index 0000000..03cd807 Binary files /dev/null and b/data/icons/256x256/status/gpm-power-profile-balanced.png differ diff --git a/data/icons/256x256/status/gpm-power-profile-performance.png b/data/icons/256x256/status/gpm-power-profile-performance.png new file mode 100644 index 0000000..7ddc5af Binary files /dev/null and b/data/icons/256x256/status/gpm-power-profile-performance.png differ diff --git a/data/icons/256x256/status/gpm-power-profile-power-saver.png b/data/icons/256x256/status/gpm-power-profile-power-saver.png new file mode 100644 index 0000000..dbc383c Binary files /dev/null and b/data/icons/256x256/status/gpm-power-profile-power-saver.png differ diff --git a/data/icons/48x48/apps/mate-power-profiles-applet.png b/data/icons/48x48/apps/mate-power-profiles-applet.png new file mode 100644 index 0000000..ef18b7e Binary files /dev/null and b/data/icons/48x48/apps/mate-power-profiles-applet.png differ diff --git a/data/icons/48x48/status/gpm-power-profile-balanced.png b/data/icons/48x48/status/gpm-power-profile-balanced.png new file mode 100644 index 0000000..6ecf3ff Binary files /dev/null and b/data/icons/48x48/status/gpm-power-profile-balanced.png differ diff --git a/data/icons/48x48/status/gpm-power-profile-performance.png b/data/icons/48x48/status/gpm-power-profile-performance.png new file mode 100644 index 0000000..9ec5ddd Binary files /dev/null and b/data/icons/48x48/status/gpm-power-profile-performance.png differ diff --git a/data/icons/48x48/status/gpm-power-profile-power-saver.png b/data/icons/48x48/status/gpm-power-profile-power-saver.png new file mode 100644 index 0000000..4ad48c2 Binary files /dev/null and b/data/icons/48x48/status/gpm-power-profile-power-saver.png differ diff --git a/data/icons/64x64/apps/mate-power-profiles-applet.png b/data/icons/64x64/apps/mate-power-profiles-applet.png new file mode 100644 index 0000000..62daef2 Binary files /dev/null and b/data/icons/64x64/apps/mate-power-profiles-applet.png differ diff --git a/data/icons/64x64/status/gpm-power-profile-balanced.png b/data/icons/64x64/status/gpm-power-profile-balanced.png new file mode 100644 index 0000000..a006dad Binary files /dev/null and b/data/icons/64x64/status/gpm-power-profile-balanced.png differ diff --git a/data/icons/64x64/status/gpm-power-profile-performance.png b/data/icons/64x64/status/gpm-power-profile-performance.png new file mode 100644 index 0000000..a1497e8 Binary files /dev/null and b/data/icons/64x64/status/gpm-power-profile-performance.png differ diff --git a/data/icons/64x64/status/gpm-power-profile-power-saver.png b/data/icons/64x64/status/gpm-power-profile-power-saver.png new file mode 100644 index 0000000..d4cc300 Binary files /dev/null and b/data/icons/64x64/status/gpm-power-profile-power-saver.png differ diff --git a/data/icons/96x96/apps/mate-power-profiles-applet.png b/data/icons/96x96/apps/mate-power-profiles-applet.png new file mode 100644 index 0000000..ad9509a Binary files /dev/null and b/data/icons/96x96/apps/mate-power-profiles-applet.png differ diff --git a/data/icons/96x96/status/gpm-power-profile-balanced.png b/data/icons/96x96/status/gpm-power-profile-balanced.png new file mode 100644 index 0000000..dbd3344 Binary files /dev/null and b/data/icons/96x96/status/gpm-power-profile-balanced.png differ diff --git a/data/icons/96x96/status/gpm-power-profile-performance.png b/data/icons/96x96/status/gpm-power-profile-performance.png new file mode 100644 index 0000000..004ec37 Binary files /dev/null and b/data/icons/96x96/status/gpm-power-profile-performance.png differ diff --git a/data/icons/96x96/status/gpm-power-profile-power-saver.png b/data/icons/96x96/status/gpm-power-profile-power-saver.png new file mode 100644 index 0000000..d97772b Binary files /dev/null and b/data/icons/96x96/status/gpm-power-profile-power-saver.png differ diff --git a/data/icons/scalable/apps/mate-power-profiles-applet.svg b/data/icons/scalable/apps/mate-power-profiles-applet.svg new file mode 100644 index 0000000..5cf483c --- /dev/null +++ b/data/icons/scalable/apps/mate-power-profiles-applet.svg @@ -0,0 +1,2623 @@ + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/icons/scalable/status/gpm-power-profile-balanced.svg b/data/icons/scalable/status/gpm-power-profile-balanced.svg new file mode 100644 index 0000000..f997318 --- /dev/null +++ b/data/icons/scalable/status/gpm-power-profile-balanced.svg @@ -0,0 +1,169 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/icons/scalable/status/gpm-power-profile-performance.svg b/data/icons/scalable/status/gpm-power-profile-performance.svg new file mode 100644 index 0000000..d2cb58c --- /dev/null +++ b/data/icons/scalable/status/gpm-power-profile-performance.svg @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/icons/scalable/status/gpm-power-profile-power-saver.svg b/data/icons/scalable/status/gpm-power-profile-power-saver.svg new file mode 100644 index 0000000..ba6c668 --- /dev/null +++ b/data/icons/scalable/status/gpm-power-profile-power-saver.svg @@ -0,0 +1,90 @@ + + + + + + + + + + + + + + + + + + -- cgit v1.2.1