diff options
Diffstat (limited to 'dot_config/i3')
-rw-r--r-- | dot_config/i3/config | 1 | ||||
-rw-r--r-- | dot_config/i3/scripts/executable_power-profiles | 9 |
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 | |||
503 | bar { | 502 | bar { |
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 | ||
123 | menu=( | 123 | menu=( |
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 | ||
130 | menu_nrows=${#menu[@]} | 129 | menu_nrows=${#menu[@]} |
131 | 130 | ||
132 | # Menu entries that may trigger a confirmation message | 131 | # Menu entries that may trigger a confirmation message |
133 | menu_confirm="Shutdown Reboot Hibernate Suspend Halt Logout" | 132 | menu_confirm="" |
134 | 133 | ||
135 | launcher_exe="" | 134 | launcher_exe="" |
136 | launcher_options="" | 135 | launcher_options="" |