diff options
Diffstat (limited to 'dot_config/rofi')
-rw-r--r-- | dot_config/rofi/arc_dark_colors.rasi | 34 | ||||
-rw-r--r-- | dot_config/rofi/arc_dark_transparent_colors.rasi | 34 | ||||
-rw-r--r-- | dot_config/rofi/power-profiles.rasi | 121 | ||||
-rw-r--r-- | dot_config/rofi/powermenu.rasi | 120 | ||||
-rw-r--r-- | dot_config/rofi/rofidmenu.rasi | 135 | ||||
-rw-r--r-- | dot_config/rofi/rofikeyhint.rasi | 137 | ||||
-rw-r--r-- | dot_config/rofi/worldclock.rasi | 120 |
7 files changed, 701 insertions, 0 deletions
diff --git a/dot_config/rofi/arc_dark_colors.rasi b/dot_config/rofi/arc_dark_colors.rasi new file mode 100644 index 0000000..fdf4418 --- /dev/null +++ b/dot_config/rofi/arc_dark_colors.rasi | |||
@@ -0,0 +1,34 @@ | |||
1 | /******************************************************* | ||
2 | * ROFI Arc Dark colors for EndeavourOS | ||
3 | * Maintainer: joekamprad <[email protected]> | ||
4 | *******************************************************/ | ||
5 | * { | ||
6 | selected-normal-foreground: rgba ( 249, 249, 249, 100 % ); | ||
7 | foreground: rgba ( 196, 203, 212, 100 % ); | ||
8 | normal-foreground: @foreground; | ||
9 | alternate-normal-background: rgba ( 64, 69, 82, 59 % ); | ||
10 | red: rgba ( 220, 50, 47, 100 % ); | ||
11 | selected-urgent-foreground: rgba ( 249, 249, 249, 100 % ); | ||
12 | blue: rgba ( 38, 139, 210, 100 % ); | ||
13 | urgent-foreground: rgba ( 204, 102, 102, 100 % ); | ||
14 | alternate-urgent-background: rgba ( 75, 81, 96, 90 % ); | ||
15 | active-foreground: rgba ( 101, 172, 255, 100 % ); | ||
16 | lightbg: rgba ( 238, 232, 213, 100 % ); | ||
17 | selected-active-foreground: rgba ( 249, 249, 249, 100 % ); | ||
18 | alternate-active-background: rgba ( 75, 81, 96, 89 % ); | ||
19 | background: rgba ( 45, 48, 59, 95 % ); | ||
20 | alternate-normal-foreground: @foreground; | ||
21 | normal-background: @background; | ||
22 | lightfg: rgba ( 88, 104, 117, 100 % ); | ||
23 | selected-normal-background: rgba ( 64, 132, 214, 100 % ); | ||
24 | border-color: rgba ( 124, 131, 137, 100 % ); | ||
25 | spacing: 2; | ||
26 | separatorcolor: rgba ( 29, 31, 33, 100 % ); | ||
27 | urgent-background: rgba ( 29, 31, 33, 17 % ); | ||
28 | selected-urgent-background: rgba ( 165, 66, 66, 100 % ); | ||
29 | alternate-urgent-foreground: @urgent-foreground; | ||
30 | background-color: rgba ( 0, 0, 0, 0 % ); | ||
31 | alternate-active-foreground: @active-foreground; | ||
32 | active-background: rgba ( 29, 31, 33, 17 % ); | ||
33 | selected-active-background: rgba ( 68, 145, 237, 100 % ); | ||
34 | } | ||
diff --git a/dot_config/rofi/arc_dark_transparent_colors.rasi b/dot_config/rofi/arc_dark_transparent_colors.rasi new file mode 100644 index 0000000..4dc8195 --- /dev/null +++ b/dot_config/rofi/arc_dark_transparent_colors.rasi | |||
@@ -0,0 +1,34 @@ | |||
1 | /******************************************************* | ||
2 | * ROFI Arch Dark Transparent colors for EndeavourOS | ||
3 | * Maintainer: joekamprad <[email protected]> | ||
4 | *******************************************************/ | ||
5 | * { | ||
6 | selected-normal-foreground: rgba ( 255, 147, 5, 100 % ); | ||
7 | foreground: rgba ( 196, 203, 212, 100 % ); | ||
8 | normal-foreground: @foreground; | ||
9 | alternate-normal-background: rgba ( 45, 48, 59, 1 % ); | ||
10 | red: rgba ( 220, 50, 47, 100 % ); | ||
11 | selected-urgent-foreground: rgba ( 249, 249, 249, 100 % ); | ||
12 | blue: rgba ( 38, 139, 210, 100 % ); | ||
13 | urgent-foreground: rgba ( 204, 102, 102, 100 % ); | ||
14 | alternate-urgent-background: rgba ( 75, 81, 96, 90 % ); | ||
15 | active-foreground: rgba ( 101, 172, 255, 100 % ); | ||
16 | lightbg: rgba ( 238, 232, 213, 100 % ); | ||
17 | selected-active-foreground: rgba ( 249, 249, 249, 100 % ); | ||
18 | alternate-active-background: rgba ( 45, 48, 59, 88 % ); | ||
19 | background: rgba ( 45, 48, 59, 88 % ); | ||
20 | alternate-normal-foreground: @foreground; | ||
21 | normal-background: rgba ( 45, 48, 59, 1 % ); | ||
22 | lightfg: rgba ( 88, 104, 117, 100 % ); | ||
23 | selected-normal-background: rgba ( 24, 26, 32, 100 % ); | ||
24 | border-color: rgba ( 124, 131, 137, 100 % ); | ||
25 | spacing: 2; | ||
26 | separatorcolor: rgba ( 45, 48, 59, 1 % ); | ||
27 | urgent-background: rgba ( 45, 48, 59, 15 % ); | ||
28 | selected-urgent-background: rgba ( 165, 66, 66, 100 % ); | ||
29 | alternate-urgent-foreground: @urgent-foreground; | ||
30 | background-color: rgba ( 0, 0, 0, 0 % ); | ||
31 | alternate-active-foreground: @active-foreground; | ||
32 | active-background: rgba ( 29, 31, 33, 17 % ); | ||
33 | selected-active-background: rgba ( 26, 28, 35, 100 % ); | ||
34 | } | ||
diff --git a/dot_config/rofi/power-profiles.rasi b/dot_config/rofi/power-profiles.rasi new file mode 100644 index 0000000..f81cf72 --- /dev/null +++ b/dot_config/rofi/power-profiles.rasi | |||
@@ -0,0 +1,121 @@ | |||
1 | /******************************************************* | ||
2 | * ROFI configs i3 powermenu for EndeavourOS | ||
3 | * Maintainer: joekamprad <[email protected]> | ||
4 | *******************************************************/ | ||
5 | configuration { | ||
6 | font: "Noto Sans Regular 10"; | ||
7 | show-icons: false; | ||
8 | icon-theme: "Qogir"; | ||
9 | scroll-method: 0; | ||
10 | disable-history: false; | ||
11 | fullscreen: false; | ||
12 | hide-scrollbar: true; | ||
13 | sidebar-mode: false; | ||
14 | } | ||
15 | |||
16 | @import "~/.config/rofi/arc_dark_colors.rasi" | ||
17 | |||
18 | |||
19 | window { | ||
20 | background-color: @background; | ||
21 | border: 0; | ||
22 | padding: 10; | ||
23 | transparency: "real"; | ||
24 | width: 170px; | ||
25 | location: east; | ||
26 | /*y-offset: 18;*/ | ||
27 | /*x-offset: 850;*/ | ||
28 | } | ||
29 | listview { | ||
30 | lines: 4; | ||
31 | columns: 1; | ||
32 | } | ||
33 | element { | ||
34 | border: 0; | ||
35 | padding: 1px; | ||
36 | } | ||
37 | element-text { | ||
38 | background-color: inherit; | ||
39 | text-color: inherit; | ||
40 | } | ||
41 | element.normal.normal { | ||
42 | background-color: @normal-background; | ||
43 | text-color: @normal-foreground; | ||
44 | } | ||
45 | element.normal.urgent { | ||
46 | background-color: @urgent-background; | ||
47 | text-color: @urgent-foreground; | ||
48 | } | ||
49 | element.normal.active { | ||
50 | background-color: @active-background; | ||
51 | text-color: @active-foreground; | ||
52 | } | ||
53 | element.selected.normal { | ||
54 | background-color: @selected-normal-background; | ||
55 | text-color: @selected-normal-foreground; | ||
56 | } | ||
57 | element.selected.urgent { | ||
58 | background-color: @selected-urgent-background; | ||
59 | text-color: @selected-urgent-foreground; | ||
60 | } | ||
61 | element.selected.active { | ||
62 | background-color: @selected-active-background; | ||
63 | text-color: @selected-active-foreground; | ||
64 | } | ||
65 | element.alternate.normal { | ||
66 | background-color: @alternate-normal-background; | ||
67 | text-color: @alternate-normal-foreground; | ||
68 | } | ||
69 | element.alternate.urgent { | ||
70 | background-color: @alternate-urgent-background; | ||
71 | text-color: @alternate-urgent-foreground; | ||
72 | } | ||
73 | element.alternate.active { | ||
74 | background-color: @alternate-active-background; | ||
75 | text-color: @alternate-active-foreground; | ||
76 | } | ||
77 | scrollbar { | ||
78 | width: 4px; | ||
79 | border: 0; | ||
80 | handle-color: @normal-foreground; | ||
81 | handle-width: 8px; | ||
82 | padding: 0; | ||
83 | } | ||
84 | mode-switcher { | ||
85 | border: 2px 0px 0px; | ||
86 | border-color: @separatorcolor; | ||
87 | } | ||
88 | button { | ||
89 | spacing: 0; | ||
90 | text-color: @normal-foreground; | ||
91 | } | ||
92 | button.selected { | ||
93 | background-color: @selected-normal-background; | ||
94 | text-color: @selected-normal-foreground; | ||
95 | } | ||
96 | inputbar { | ||
97 | spacing: 0; | ||
98 | text-color: @normal-foreground; | ||
99 | padding: 1px; | ||
100 | } | ||
101 | case-indicator { | ||
102 | spacing: 0; | ||
103 | text-color: @normal-foreground; | ||
104 | } | ||
105 | entry { | ||
106 | spacing: 0; | ||
107 | text-color: @normal-foreground; | ||
108 | } | ||
109 | prompt { | ||
110 | spacing: 0; | ||
111 | text-color: @normal-foreground; | ||
112 | } | ||
113 | inputbar { | ||
114 | children: [ prompt,textbox-prompt-colon,entry,case-indicator ]; | ||
115 | } | ||
116 | textbox-prompt-colon { | ||
117 | expand: false; | ||
118 | str: "Set Power Profile:"; | ||
119 | margin: 0px 0.3em 0em 0em; | ||
120 | text-color: @normal-foreground; | ||
121 | } | ||
diff --git a/dot_config/rofi/powermenu.rasi b/dot_config/rofi/powermenu.rasi new file mode 100644 index 0000000..a0375a5 --- /dev/null +++ b/dot_config/rofi/powermenu.rasi | |||
@@ -0,0 +1,120 @@ | |||
1 | /******************************************************* | ||
2 | * ROFI configs i3 powermenu for EndeavourOS | ||
3 | * Maintainer: joekamprad <[email protected]> | ||
4 | *******************************************************/ | ||
5 | configuration { | ||
6 | font: "Noto Sans Regular 10"; | ||
7 | show-icons: false; | ||
8 | icon-theme: "Qogir"; | ||
9 | scroll-method: 0; | ||
10 | disable-history: false; | ||
11 | sidebar-mode: false; | ||
12 | } | ||
13 | |||
14 | @import "~/.config/rofi/arc_dark_transparent_colors.rasi" | ||
15 | |||
16 | window { | ||
17 | background-color: @background; | ||
18 | border: 0; | ||
19 | padding: 10; | ||
20 | transparency: "real"; | ||
21 | width: 120px; | ||
22 | location: east; | ||
23 | /*y-offset: 18;*/ | ||
24 | /*x-offset: 850;*/ | ||
25 | } | ||
26 | listview { | ||
27 | lines: 6; | ||
28 | columns: 1; | ||
29 | scrollbar: false; | ||
30 | } | ||
31 | element { | ||
32 | border: 0; | ||
33 | padding: 1px; | ||
34 | } | ||
35 | element-text { | ||
36 | background-color: inherit; | ||
37 | text-color: inherit; | ||
38 | } | ||
39 | element.normal.normal { | ||
40 | background-color: @normal-background; | ||
41 | text-color: @normal-foreground; | ||
42 | } | ||
43 | element.normal.urgent { | ||
44 | background-color: @urgent-background; | ||
45 | text-color: @urgent-foreground; | ||
46 | } | ||
47 | element.normal.active { | ||
48 | background-color: @active-background; | ||
49 | text-color: @active-foreground; | ||
50 | } | ||
51 | element.selected.normal { | ||
52 | background-color: @selected-normal-background; | ||
53 | text-color: @selected-normal-foreground; | ||
54 | } | ||
55 | element.selected.urgent { | ||
56 | background-color: @selected-urgent-background; | ||
57 | text-color: @selected-urgent-foreground; | ||
58 | } | ||
59 | element.selected.active { | ||
60 | background-color: @selected-active-background; | ||
61 | text-color: @selected-active-foreground; | ||
62 | } | ||
63 | element.alternate.normal { | ||
64 | background-color: @alternate-normal-background; | ||
65 | text-color: @alternate-normal-foreground; | ||
66 | } | ||
67 | element.alternate.urgent { | ||
68 | background-color: @alternate-urgent-background; | ||
69 | text-color: @alternate-urgent-foreground; | ||
70 | } | ||
71 | element.alternate.active { | ||
72 | background-color: @alternate-active-background; | ||
73 | text-color: @alternate-active-foreground; | ||
74 | } | ||
75 | scrollbar { | ||
76 | width: 4px; | ||
77 | border: 0; | ||
78 | handle-color: @normal-foreground; | ||
79 | handle-width: 8px; | ||
80 | padding: 0; | ||
81 | } | ||
82 | mode-switcher { | ||
83 | border: 2px 0px 0px; | ||
84 | border-color: @separatorcolor; | ||
85 | } | ||
86 | button { | ||
87 | spacing: 0; | ||
88 | text-color: @normal-foreground; | ||
89 | } | ||
90 | button.selected { | ||
91 | background-color: @selected-normal-background; | ||
92 | text-color: @selected-normal-foreground; | ||
93 | } | ||
94 | inputbar { | ||
95 | spacing: 0; | ||
96 | text-color: @normal-foreground; | ||
97 | padding: 1px; | ||
98 | } | ||
99 | case-indicator { | ||
100 | spacing: 0; | ||
101 | text-color: @normal-foreground; | ||
102 | } | ||
103 | entry { | ||
104 | spacing: 0; | ||
105 | text-color: @normal-foreground; | ||
106 | } | ||
107 | prompt { | ||
108 | spacing: 0; | ||
109 | text-color: @normal-foreground; | ||
110 | } | ||
111 | inputbar { | ||
112 | children: [ prompt,textbox-prompt-colon,entry,case-indicator ]; | ||
113 | } | ||
114 | textbox-prompt-colon { | ||
115 | expand: false; | ||
116 | str: ":"; | ||
117 | margin: 0px 0.3em 0em 0em; | ||
118 | text-color: @normal-foreground; | ||
119 | } | ||
120 | |||
diff --git a/dot_config/rofi/rofidmenu.rasi b/dot_config/rofi/rofidmenu.rasi new file mode 100644 index 0000000..675255f --- /dev/null +++ b/dot_config/rofi/rofidmenu.rasi | |||
@@ -0,0 +1,135 @@ | |||
1 | /******************************************************* | ||
2 | * ROFI configs i3 Apps menu for EndeavourOS | ||
3 | * Maintainer: joekamprad <[email protected]> | ||
4 | *******************************************************/ | ||
5 | configuration { | ||
6 | font: "Noto Sans Regular 16"; | ||
7 | show-icons: true; | ||
8 | icon-theme: "Qogir"; | ||
9 | display-drun: "Apps"; | ||
10 | drun-display-format: "{name}"; | ||
11 | scroll-method: 0; | ||
12 | disable-history: false; | ||
13 | sidebar-mode: false; | ||
14 | } | ||
15 | |||
16 | @import "~/.config/rofi/arc_dark_transparent_colors.rasi" | ||
17 | |||
18 | window { | ||
19 | background-color: @background; | ||
20 | border: 0; | ||
21 | padding: 30; | ||
22 | } | ||
23 | listview { | ||
24 | lines: 10; | ||
25 | columns: 3; | ||
26 | } | ||
27 | mainbox { | ||
28 | border: 0; | ||
29 | padding: 0; | ||
30 | } | ||
31 | message { | ||
32 | border: 2px 0px 0px; | ||
33 | border-color: @separatorcolor; | ||
34 | padding: 1px; | ||
35 | } | ||
36 | textbox { | ||
37 | text-color: @foreground; | ||
38 | } | ||
39 | listview { | ||
40 | fixed-height: 0; | ||
41 | border: 8px 0px 0px; | ||
42 | border-color: @separatorcolor; | ||
43 | spacing: 8px; | ||
44 | scrollbar: false; | ||
45 | padding: 2px 0px 0px; | ||
46 | } | ||
47 | element { | ||
48 | border: 0; | ||
49 | padding: 1px; | ||
50 | } | ||
51 | element-text { | ||
52 | background-color: inherit; | ||
53 | text-color: inherit; | ||
54 | } | ||
55 | element.normal.normal { | ||
56 | background-color: @normal-background; | ||
57 | text-color: @normal-foreground; | ||
58 | } | ||
59 | element.normal.urgent { | ||
60 | background-color: @urgent-background; | ||
61 | text-color: @urgent-foreground; | ||
62 | } | ||
63 | element.normal.active { | ||
64 | background-color: @active-background; | ||
65 | text-color: @active-foreground; | ||
66 | } | ||
67 | element.selected.normal { | ||
68 | background-color: @selected-normal-background; | ||
69 | text-color: @selected-normal-foreground; | ||
70 | } | ||
71 | element.selected.urgent { | ||
72 | background-color: @selected-urgent-background; | ||
73 | text-color: @selected-urgent-foreground; | ||
74 | } | ||
75 | element.selected.active { | ||
76 | background-color: @selected-active-background; | ||
77 | text-color: @selected-active-foreground; | ||
78 | } | ||
79 | element.alternate.normal { | ||
80 | background-color: @alternate-normal-background; | ||
81 | text-color: @alternate-normal-foreground; | ||
82 | } | ||
83 | element.alternate.urgent { | ||
84 | background-color: @alternate-urgent-background; | ||
85 | text-color: @alternate-urgent-foreground; | ||
86 | } | ||
87 | element.alternate.active { | ||
88 | background-color: @alternate-active-background; | ||
89 | text-color: @alternate-active-foreground; | ||
90 | } | ||
91 | scrollbar { | ||
92 | width: 4px; | ||
93 | border: 0; | ||
94 | handle-color: @normal-foreground; | ||
95 | handle-width: 8px; | ||
96 | padding: 0; | ||
97 | } | ||
98 | mode-switcher { | ||
99 | border: 2px 0px 0px; | ||
100 | border-color: @separatorcolor; | ||
101 | } | ||
102 | button { | ||
103 | spacing: 0; | ||
104 | text-color: @normal-foreground; | ||
105 | } | ||
106 | button.selected { | ||
107 | background-color: @selected-normal-background; | ||
108 | text-color: @selected-normal-foreground; | ||
109 | } | ||
110 | inputbar { | ||
111 | spacing: 0; | ||
112 | text-color: @normal-foreground; | ||
113 | padding: 1px; | ||
114 | } | ||
115 | case-indicator { | ||
116 | spacing: 0; | ||
117 | text-color: @normal-foreground; | ||
118 | } | ||
119 | entry { | ||
120 | spacing: 0; | ||
121 | text-color: @normal-foreground; | ||
122 | } | ||
123 | prompt { | ||
124 | spacing: 0; | ||
125 | text-color: @normal-foreground; | ||
126 | } | ||
127 | inputbar { | ||
128 | children: [ prompt,textbox-prompt-colon,entry,case-indicator ]; | ||
129 | } | ||
130 | textbox-prompt-colon { | ||
131 | expand: false; | ||
132 | str: ":"; | ||
133 | margin: 0px 0.3em 0em 0em; | ||
134 | text-color: @normal-foreground; | ||
135 | } | ||
diff --git a/dot_config/rofi/rofikeyhint.rasi b/dot_config/rofi/rofikeyhint.rasi new file mode 100644 index 0000000..d2685d3 --- /dev/null +++ b/dot_config/rofi/rofikeyhint.rasi | |||
@@ -0,0 +1,137 @@ | |||
1 | /******************************************************* | ||
2 | * ROFI configs i3 keyhint-menu for EndeavourOS | ||
3 | * Maintainer: joekamprad <[email protected]> | ||
4 | *******************************************************/ | ||
5 | configuration { | ||
6 | font: "Noto Sans Regular 10"; | ||
7 | show-icons: false; | ||
8 | icon-theme: "Qogir"; | ||
9 | display-drun: "KeyHint"; | ||
10 | drun-display-format: "{name}"; | ||
11 | scroll-method: 0; | ||
12 | disable-history: false; | ||
13 | fullscreen: false; | ||
14 | hide-scrollbar: true; | ||
15 | sidebar-mode: false; | ||
16 | } | ||
17 | |||
18 | @import "~/.config/rofi/arc_dark_transparent_colors.rasi" | ||
19 | |||
20 | window { | ||
21 | background-color: @background; | ||
22 | border: 0; | ||
23 | padding: 30; | ||
24 | } | ||
25 | listview { | ||
26 | lines: 10; | ||
27 | columns: 1; | ||
28 | } | ||
29 | mainbox { | ||
30 | border: 0; | ||
31 | padding: 0; | ||
32 | } | ||
33 | message { | ||
34 | border: 2px 0px 0px; | ||
35 | border-color: @separatorcolor; | ||
36 | padding: 1px; | ||
37 | } | ||
38 | textbox { | ||
39 | text-color: @foreground; | ||
40 | } | ||
41 | listview { | ||
42 | fixed-height: 0; | ||
43 | border: 8px 0px 0px; | ||
44 | border-color: @separatorcolor; | ||
45 | spacing: 8px; | ||
46 | scrollbar: false; | ||
47 | padding: 2px 0px 0px; | ||
48 | } | ||
49 | element { | ||
50 | border: 0; | ||
51 | padding: 1px; | ||
52 | } | ||
53 | element-text { | ||
54 | background-color: inherit; | ||
55 | text-color: inherit; | ||
56 | } | ||
57 | element.normal.normal { | ||
58 | background-color: @normal-background; | ||
59 | text-color: @normal-foreground; | ||
60 | } | ||
61 | element.normal.urgent { | ||
62 | background-color: @urgent-background; | ||
63 | text-color: @urgent-foreground; | ||
64 | } | ||
65 | element.normal.active { | ||
66 | background-color: @active-background; | ||
67 | text-color: @active-foreground; | ||
68 | } | ||
69 | element.selected.normal { | ||
70 | background-color: @selected-normal-background; | ||
71 | text-color: @selected-normal-foreground; | ||
72 | } | ||
73 | element.selected.urgent { | ||
74 | background-color: @selected-urgent-background; | ||
75 | text-color: @selected-urgent-foreground; | ||
76 | } | ||
77 | element.selected.active { | ||
78 | background-color: @selected-active-background; | ||
79 | text-color: @selected-active-foreground; | ||
80 | } | ||
81 | element.alternate.normal { | ||
82 | background-color: @alternate-normal-background; | ||
83 | text-color: @alternate-normal-foreground; | ||
84 | } | ||
85 | element.alternate.urgent { | ||
86 | background-color: @alternate-urgent-background; | ||
87 | text-color: @alternate-urgent-foreground; | ||
88 | } | ||
89 | element.alternate.active { | ||
90 | background-color: @alternate-active-background; | ||
91 | text-color: @alternate-active-foreground; | ||
92 | } | ||
93 | scrollbar { | ||
94 | width: 4px; | ||
95 | border: 0; | ||
96 | handle-color: @normal-foreground; | ||
97 | handle-width: 8px; | ||
98 | padding: 0; | ||
99 | } | ||
100 | mode-switcher { | ||
101 | border: 2px 0px 0px; | ||
102 | border-color: @separatorcolor; | ||
103 | } | ||
104 | button { | ||
105 | spacing: 0; | ||
106 | text-color: @normal-foreground; | ||
107 | } | ||
108 | button.selected { | ||
109 | background-color: @selected-normal-background; | ||
110 | text-color: @selected-normal-foreground; | ||
111 | } | ||
112 | inputbar { | ||
113 | spacing: 0; | ||
114 | text-color: @normal-foreground; | ||
115 | padding: 1px; | ||
116 | } | ||
117 | case-indicator { | ||
118 | spacing: 0; | ||
119 | text-color: @normal-foreground; | ||
120 | } | ||
121 | entry { | ||
122 | spacing: 0; | ||
123 | text-color: @normal-foreground; | ||
124 | } | ||
125 | prompt { | ||
126 | spacing: 0; | ||
127 | text-color: @normal-foreground; | ||
128 | } | ||
129 | inputbar { | ||
130 | children: [ prompt,textbox-prompt-colon,entry,case-indicator ]; | ||
131 | } | ||
132 | textbox-prompt-colon { | ||
133 | expand: false; | ||
134 | str: ":"; | ||
135 | margin: 0px 0.3em 0em 0em; | ||
136 | text-color: @normal-foreground; | ||
137 | } | ||
diff --git a/dot_config/rofi/worldclock.rasi b/dot_config/rofi/worldclock.rasi new file mode 100644 index 0000000..90046a1 --- /dev/null +++ b/dot_config/rofi/worldclock.rasi | |||
@@ -0,0 +1,120 @@ | |||
1 | /******************************************************* | ||
2 | * ROFI configs i3 powermenu for EndeavourOS | ||
3 | * Maintainer: joekamprad <[email protected]> | ||
4 | *******************************************************/ | ||
5 | configuration { | ||
6 | font: "Noto Sans Regular 10"; | ||
7 | show-icons: false; | ||
8 | icon-theme: "Qogir"; | ||
9 | scroll-method: 0; | ||
10 | disable-history: false; | ||
11 | sidebar-mode: false; | ||
12 | } | ||
13 | |||
14 | @import "~/.config/rofi/arc_dark_transparent_colors.rasi" | ||
15 | |||
16 | window { | ||
17 | background-color: @background; | ||
18 | border: 0; | ||
19 | padding: 10; | ||
20 | transparency: "real"; | ||
21 | width: 150px; | ||
22 | location: east; | ||
23 | /*y-offset: 18;*/ | ||
24 | /*x-offset: 850;*/ | ||
25 | } | ||
26 | listview { | ||
27 | lines: 6; | ||
28 | columns: 1; | ||
29 | scrollbar: false; | ||
30 | } | ||
31 | element { | ||
32 | border: 0; | ||
33 | padding: 1px; | ||
34 | } | ||
35 | element-text { | ||
36 | background-color: inherit; | ||
37 | text-color: inherit; | ||
38 | } | ||
39 | element.normal.normal { | ||
40 | background-color: @normal-background; | ||
41 | text-color: @normal-foreground; | ||
42 | } | ||
43 | element.normal.urgent { | ||
44 | background-color: @urgent-background; | ||
45 | text-color: @urgent-foreground; | ||
46 | } | ||
47 | element.normal.active { | ||
48 | background-color: @active-background; | ||
49 | text-color: @active-foreground; | ||
50 | } | ||
51 | element.selected.normal { | ||
52 | background-color: @selected-normal-background; | ||
53 | text-color: @selected-normal-foreground; | ||
54 | } | ||
55 | element.selected.urgent { | ||
56 | background-color: @selected-urgent-background; | ||
57 | text-color: @selected-urgent-foreground; | ||
58 | } | ||
59 | element.selected.active { | ||
60 | background-color: @selected-active-background; | ||
61 | text-color: @selected-active-foreground; | ||
62 | } | ||
63 | element.alternate.normal { | ||
64 | background-color: @alternate-normal-background; | ||
65 | text-color: @alternate-normal-foreground; | ||
66 | } | ||
67 | element.alternate.urgent { | ||
68 | background-color: @alternate-urgent-background; | ||
69 | text-color: @alternate-urgent-foreground; | ||
70 | } | ||
71 | element.alternate.active { | ||
72 | background-color: @alternate-active-background; | ||
73 | text-color: @alternate-active-foreground; | ||
74 | } | ||
75 | scrollbar { | ||
76 | width: 4px; | ||
77 | border: 0; | ||
78 | handle-color: @normal-foreground; | ||
79 | handle-width: 8px; | ||
80 | padding: 0; | ||
81 | } | ||
82 | mode-switcher { | ||
83 | border: 2px 0px 0px; | ||
84 | border-color: @separatorcolor; | ||
85 | } | ||
86 | button { | ||
87 | spacing: 0; | ||
88 | text-color: @normal-foreground; | ||
89 | } | ||
90 | button.selected { | ||
91 | background-color: @selected-normal-background; | ||
92 | text-color: @selected-normal-foreground; | ||
93 | } | ||
94 | inputbar { | ||
95 | spacing: 0; | ||
96 | text-color: @normal-foreground; | ||
97 | padding: 1px; | ||
98 | } | ||
99 | case-indicator { | ||
100 | spacing: 0; | ||
101 | text-color: @normal-foreground; | ||
102 | } | ||
103 | entry { | ||
104 | spacing: 0; | ||
105 | text-color: @normal-foreground; | ||
106 | } | ||
107 | prompt { | ||
108 | spacing: 0; | ||
109 | text-color: @normal-foreground; | ||
110 | } | ||
111 | inputbar { | ||
112 | children: [ prompt,textbox-prompt-colon,entry,case-indicator ]; | ||
113 | } | ||
114 | textbox-prompt-colon { | ||
115 | expand: false; | ||
116 | str: ":"; | ||
117 | margin: 0px 0.3em 0em 0em; | ||
118 | text-color: @normal-foreground; | ||
119 | } | ||
120 | |||