aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dot_config/i3/scripts/executable_power-profiles')
-rw-r--r--dot_config/i3/scripts/executable_power-profiles9
1 files changed, 4 insertions, 5 deletions
diff --git a/dot_config/i3/scripts/executable_power-profiles b/dot_config/i3/scripts/executable_power-profiles
index feb63dc..cdee0f5 100644
--- a/dot_config/i3/scripts/executable_power-profiles
+++ b/dot_config/i3/scripts/executable_power-profiles
@@ -121,16 +121,15 @@ typeset -A menu
121# Menu with keys/commands 121# Menu with keys/commands
122 122
123menu=( 123menu=(
124 [ Performance]="powerprofilesctl set performance" 124 [Performance]="powerprofilesctl set performance"
125 [ Balanced]="powerprofilesctl set balanced" 125 [Balanced]="powerprofilesctl set balanced"
126 [ Power Saver]="powerprofilesctl set power-saver" 126 [Power Saver]="powerprofilesctl set power-saver"
127 [ Cancel]=""
128) 127)
129 128
130menu_nrows=${#menu[@]} 129menu_nrows=${#menu[@]}
131 130
132# Menu entries that may trigger a confirmation message 131# Menu entries that may trigger a confirmation message
133menu_confirm="Shutdown Reboot Hibernate Suspend Halt Logout" 132menu_confirm=""
134 133
135launcher_exe="" 134launcher_exe=""
136launcher_options="" 135launcher_options=""
Powered by cgit v1.2.3 (git 2.41.0)