summaryrefslogtreecommitdiff
path: root/scripts/power-profiles.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/power-profiles.sh')
-rwxr-xr-xscripts/power-profiles.sh6
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"