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. --- .../scalable/status/gpm-power-profile-balanced.svg | 169 +++++++++++++++++++++ .../status/gpm-power-profile-performance.svg | 143 +++++++++++++++++ .../status/gpm-power-profile-power-saver.svg | 90 +++++++++++ 3 files changed, 402 insertions(+) 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/icons/scalable/status') 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