diff options
Diffstat (limited to 'dot_config')
-rw-r--r-- | dot_config/i3/config | 1 | ||||
-rw-r--r-- | dot_config/i3/scripts/executable_power-profiles | 9 | ||||
-rw-r--r-- | dot_config/rofi/power-profiles.rasi | 9 | ||||
-rw-r--r-- | dot_config/rofi/worldclock.rasi | 2 |
4 files changed, 10 insertions, 11 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="" |
diff --git a/dot_config/rofi/power-profiles.rasi b/dot_config/rofi/power-profiles.rasi index f81cf72..1b17b3c 100644 --- a/dot_config/rofi/power-profiles.rasi +++ b/dot_config/rofi/power-profiles.rasi | |||
@@ -3,7 +3,7 @@ | |||
3 | * Maintainer: joekamprad <[email protected]> | 3 | * Maintainer: joekamprad <[email protected]> |
4 | *******************************************************/ | 4 | *******************************************************/ |
5 | configuration { | 5 | configuration { |
6 | font: "Noto Sans Regular 10"; | 6 | font: "Noto Sans Regular 20"; |
7 | show-icons: false; | 7 | show-icons: false; |
8 | icon-theme: "Qogir"; | 8 | icon-theme: "Qogir"; |
9 | scroll-method: 0; | 9 | scroll-method: 0; |
@@ -21,13 +21,13 @@ window { | |||
21 | border: 0; | 21 | border: 0; |
22 | padding: 10; | 22 | padding: 10; |
23 | transparency: "real"; | 23 | transparency: "real"; |
24 | width: 170px; | 24 | width: 220px; |
25 | location: east; | 25 | location: center; |
26 | /*y-offset: 18;*/ | 26 | /*y-offset: 18;*/ |
27 | /*x-offset: 850;*/ | 27 | /*x-offset: 850;*/ |
28 | } | 28 | } |
29 | listview { | 29 | listview { |
30 | lines: 4; | 30 | lines: 3; |
31 | columns: 1; | 31 | columns: 1; |
32 | } | 32 | } |
33 | element { | 33 | element { |
@@ -94,6 +94,7 @@ button.selected { | |||
94 | text-color: @selected-normal-foreground; | 94 | text-color: @selected-normal-foreground; |
95 | } | 95 | } |
96 | inputbar { | 96 | inputbar { |
97 | enabled: false; | ||
97 | spacing: 0; | 98 | spacing: 0; |
98 | text-color: @normal-foreground; | 99 | text-color: @normal-foreground; |
99 | padding: 1px; | 100 | padding: 1px; |
diff --git a/dot_config/rofi/worldclock.rasi b/dot_config/rofi/worldclock.rasi index c2ee964..2634a18 100644 --- a/dot_config/rofi/worldclock.rasi +++ b/dot_config/rofi/worldclock.rasi | |||
@@ -20,7 +20,7 @@ window { | |||
20 | /*x-offset: 850;*/ | 20 | /*x-offset: 850;*/ |
21 | } | 21 | } |
22 | listview { | 22 | listview { |
23 | lines: 5; | 23 | lines: 3; |
24 | columns: 1; | 24 | columns: 1; |
25 | scrollbar: false; | 25 | scrollbar: false; |
26 | } | 26 | } |