aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2022-12-01 10:30:53 -0800
committerclarkzjw <[email protected]>2022-12-01 10:30:53 -0800
commit8ff7a22d01bbdb74e452b0ccc4900446878e356a (patch)
treecca516ec3c488fb3774f599728f486b462181a9c /dot_config/i3
parentea795e932b3edf04ef74b1566dbbf6aa0efc5853 (diff)
downloaddotfiles-8ff7a22d01bbdb74e452b0ccc4900446878e356a.tar.gz
i3: update power profile menu
Diffstat (limited to 'dot_config/i3')
-rw-r--r--dot_config/i3/config1
-rw-r--r--dot_config/i3/scripts/executable_power-profiles9
2 files changed, 4 insertions, 6 deletions
diff --git a/dot_config/i3/config b/dot_config/i3/config
index e06b562..88b796c 100644
--- a/dot_config/i3/config
+++ b/dot_config/i3/config
@@ -499,7 +499,6 @@ bar {
499 } 499 }
500} 500}
501 501
502
503bar { 502bar {
504 font pango: Noto Sans Regular 11 503 font pango: Noto Sans Regular 11
505 status_command i3blocks -c ~/.config/i3/i3blocks.conf 504 status_command i3blocks -c ~/.config/i3/i3blocks.conf
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)