diff options
Diffstat (limited to 'scripts/power-profiles.sh')
| -rwxr-xr-x | scripts/power-profiles.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/power-profiles.sh b/scripts/power-profiles.sh deleted file mode 100755 index ec6e84e..0000000 --- a/scripts/power-profiles.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/bash - -powerprofilesctl | awk '/:$/ {gsub(/[:*]/,""); print $1}' | rofi -dmenu | xargs powerprofilesctl set - -CURRENT_PROFILE="$(powerprofilesctl get)" -notify-send -u normal -i preferences-system-power "Profile Updated" "Current Profile: $CURRENT_PROFILE" |
