aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2022-11-18 14:14:21 -0800
committerclarkzjw <[email protected]>2022-11-18 14:14:21 -0800
commit3c3452c2883d83d0a81fdfe3875ec2547af78d9e (patch)
tree16b5a8499abb695ebc315094e1c528f77673e366
parentf04340dfac53d6fa1335fa0ecfbe8f024111e457 (diff)
downloaddotfiles-3c3452c2883d83d0a81fdfe3875ec2547af78d9e.tar.gz
i3: center world clock
-rw-r--r--dot_config/rofi/worldclock.rasi13
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 *******************************************************/
5configuration { 1configuration {
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}
26listview { 22listview {
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}
94inputbar { 90inputbar {
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;
Powered by cgit v1.2.3 (git 2.41.0)