diff options
Diffstat (limited to 'dot_config')
-rw-r--r-- | dot_config/rofi/powermenu.rasi | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/dot_config/rofi/powermenu.rasi b/dot_config/rofi/powermenu.rasi index a0375a5..c394caa 100644 --- a/dot_config/rofi/powermenu.rasi +++ b/dot_config/rofi/powermenu.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; |
@@ -18,13 +18,13 @@ window { | |||
18 | border: 0; | 18 | border: 0; |
19 | padding: 10; | 19 | padding: 10; |
20 | transparency: "real"; | 20 | transparency: "real"; |
21 | width: 120px; | 21 | width: 200px; |
22 | location: east; | 22 | location: center; |
23 | /*y-offset: 18;*/ | 23 | /*y-offset: 18;*/ |
24 | /*x-offset: 850;*/ | 24 | /*x-offset: 850;*/ |
25 | } | 25 | } |
26 | listview { | 26 | listview { |
27 | lines: 6; | 27 | lines: 7; |
28 | columns: 1; | 28 | columns: 1; |
29 | scrollbar: false; | 29 | scrollbar: false; |
30 | } | 30 | } |
@@ -92,6 +92,7 @@ button.selected { | |||
92 | text-color: @selected-normal-foreground; | 92 | text-color: @selected-normal-foreground; |
93 | } | 93 | } |
94 | inputbar { | 94 | inputbar { |
95 | enabled: false; | ||
95 | spacing: 0; | 96 | spacing: 0; |
96 | text-color: @normal-foreground; | 97 | text-color: @normal-foreground; |
97 | padding: 1px; | 98 | padding: 1px; |