diff options
author | clarkzjw <[email protected]> | 2022-11-18 14:14:21 -0800 |
---|---|---|
committer | clarkzjw <[email protected]> | 2022-11-18 14:14:21 -0800 |
commit | 3c3452c2883d83d0a81fdfe3875ec2547af78d9e (patch) | |
tree | 16b5a8499abb695ebc315094e1c528f77673e366 /dot_config | |
parent | f04340dfac53d6fa1335fa0ecfbe8f024111e457 (diff) | |
download | dotfiles-3c3452c2883d83d0a81fdfe3875ec2547af78d9e.tar.gz |
i3: center world clock
Diffstat (limited to 'dot_config')
-rw-r--r-- | dot_config/rofi/worldclock.rasi | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/dot_config/rofi/worldclock.rasi b/dot_config/rofi/worldclock.rasi index 90046a1..c2ee964 100644 --- a/dot_config/rofi/worldclock.rasi +++ b/dot_config/rofi/worldclock.rasi | |||
@@ -1,9 +1,5 @@ | |||
1 | /******************************************************* | ||
2 | * ROFI configs i3 powermenu for EndeavourOS | ||
3 | * Maintainer: joekamprad <[email protected]> | ||
4 | *******************************************************/ | ||
5 | configuration { | 1 | configuration { |
6 | font: "Noto Sans Regular 10"; | 2 | font: "Noto Sans Regular 20"; |
7 | show-icons: false; | 3 | show-icons: false; |
8 | icon-theme: "Qogir"; | 4 | icon-theme: "Qogir"; |
9 | scroll-method: 0; | 5 | scroll-method: 0; |
@@ -18,13 +14,13 @@ window { | |||
18 | border: 0; | 14 | border: 0; |
19 | padding: 10; | 15 | padding: 10; |
20 | transparency: "real"; | 16 | transparency: "real"; |
21 | width: 150px; | 17 | width: 230px; |
22 | location: east; | 18 | location: center; |
23 | /*y-offset: 18;*/ | 19 | /*y-offset: 18;*/ |
24 | /*x-offset: 850;*/ | 20 | /*x-offset: 850;*/ |
25 | } | 21 | } |
26 | listview { | 22 | listview { |
27 | lines: 6; | 23 | lines: 5; |
28 | columns: 1; | 24 | columns: 1; |
29 | scrollbar: false; | 25 | scrollbar: false; |
30 | } | 26 | } |
@@ -92,6 +88,7 @@ button.selected { | |||
92 | text-color: @selected-normal-foreground; | 88 | text-color: @selected-normal-foreground; |
93 | } | 89 | } |
94 | inputbar { | 90 | inputbar { |
91 | enabled: false; | ||
95 | spacing: 0; | 92 | spacing: 0; |
96 | text-color: @normal-foreground; | 93 | text-color: @normal-foreground; |
97 | padding: 1px; | 94 | padding: 1px; |