aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2022-11-17 10:56:25 -0800
committerclarkzjw <[email protected]>2022-11-17 10:56:25 -0800
commitd2d735742ca61b211c9b48a2209d36395daebcf4 (patch)
treebda27729a1bbac3ab354a1f10d4885899cdbf967 /dot_config/rofi
parenta6d2e5e6fb9adc84c32e86630b4846b1765c7d77 (diff)
downloaddotfiles-d2d735742ca61b211c9b48a2209d36395daebcf4.tar.gz
+ add existing config
Diffstat (limited to 'dot_config/rofi')
-rw-r--r--dot_config/rofi/arc_dark_colors.rasi34
-rw-r--r--dot_config/rofi/arc_dark_transparent_colors.rasi34
-rw-r--r--dot_config/rofi/power-profiles.rasi121
-rw-r--r--dot_config/rofi/powermenu.rasi120
-rw-r--r--dot_config/rofi/rofidmenu.rasi135
-rw-r--r--dot_config/rofi/rofikeyhint.rasi137
-rw-r--r--dot_config/rofi/worldclock.rasi120
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 *******************************************************/
5configuration {
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
19window {
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}
29listview {
30 lines: 4;
31 columns: 1;
32}
33element {
34 border: 0;
35 padding: 1px;
36}
37element-text {
38 background-color: inherit;
39 text-color: inherit;
40}
41element.normal.normal {
42 background-color: @normal-background;
43 text-color: @normal-foreground;
44}
45element.normal.urgent {
46 background-color: @urgent-background;
47 text-color: @urgent-foreground;
48}
49element.normal.active {
50 background-color: @active-background;
51 text-color: @active-foreground;
52}
53element.selected.normal {
54 background-color: @selected-normal-background;
55 text-color: @selected-normal-foreground;
56}
57element.selected.urgent {
58 background-color: @selected-urgent-background;
59 text-color: @selected-urgent-foreground;
60}
61element.selected.active {
62 background-color: @selected-active-background;
63 text-color: @selected-active-foreground;
64}
65element.alternate.normal {
66 background-color: @alternate-normal-background;
67 text-color: @alternate-normal-foreground;
68}
69element.alternate.urgent {
70 background-color: @alternate-urgent-background;
71 text-color: @alternate-urgent-foreground;
72}
73element.alternate.active {
74 background-color: @alternate-active-background;
75 text-color: @alternate-active-foreground;
76}
77scrollbar {
78 width: 4px;
79 border: 0;
80 handle-color: @normal-foreground;
81 handle-width: 8px;
82 padding: 0;
83}
84mode-switcher {
85 border: 2px 0px 0px;
86 border-color: @separatorcolor;
87}
88button {
89 spacing: 0;
90 text-color: @normal-foreground;
91}
92button.selected {
93 background-color: @selected-normal-background;
94 text-color: @selected-normal-foreground;
95}
96inputbar {
97 spacing: 0;
98 text-color: @normal-foreground;
99 padding: 1px;
100}
101case-indicator {
102 spacing: 0;
103 text-color: @normal-foreground;
104}
105entry {
106 spacing: 0;
107 text-color: @normal-foreground;
108}
109prompt {
110 spacing: 0;
111 text-color: @normal-foreground;
112}
113inputbar {
114 children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
115}
116textbox-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 *******************************************************/
5configuration {
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
16window {
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}
26listview {
27 lines: 6;
28 columns: 1;
29 scrollbar: false;
30}
31element {
32 border: 0;
33 padding: 1px;
34}
35element-text {
36 background-color: inherit;
37 text-color: inherit;
38}
39element.normal.normal {
40 background-color: @normal-background;
41 text-color: @normal-foreground;
42}
43element.normal.urgent {
44 background-color: @urgent-background;
45 text-color: @urgent-foreground;
46}
47element.normal.active {
48 background-color: @active-background;
49 text-color: @active-foreground;
50}
51element.selected.normal {
52 background-color: @selected-normal-background;
53 text-color: @selected-normal-foreground;
54}
55element.selected.urgent {
56 background-color: @selected-urgent-background;
57 text-color: @selected-urgent-foreground;
58}
59element.selected.active {
60 background-color: @selected-active-background;
61 text-color: @selected-active-foreground;
62}
63element.alternate.normal {
64 background-color: @alternate-normal-background;
65 text-color: @alternate-normal-foreground;
66}
67element.alternate.urgent {
68 background-color: @alternate-urgent-background;
69 text-color: @alternate-urgent-foreground;
70}
71element.alternate.active {
72 background-color: @alternate-active-background;
73 text-color: @alternate-active-foreground;
74}
75scrollbar {
76 width: 4px;
77 border: 0;
78 handle-color: @normal-foreground;
79 handle-width: 8px;
80 padding: 0;
81}
82mode-switcher {
83 border: 2px 0px 0px;
84 border-color: @separatorcolor;
85}
86button {
87 spacing: 0;
88 text-color: @normal-foreground;
89}
90button.selected {
91 background-color: @selected-normal-background;
92 text-color: @selected-normal-foreground;
93}
94inputbar {
95 spacing: 0;
96 text-color: @normal-foreground;
97 padding: 1px;
98}
99case-indicator {
100 spacing: 0;
101 text-color: @normal-foreground;
102}
103entry {
104 spacing: 0;
105 text-color: @normal-foreground;
106}
107prompt {
108 spacing: 0;
109 text-color: @normal-foreground;
110}
111inputbar {
112 children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
113}
114textbox-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 *******************************************************/
5configuration {
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
18window {
19 background-color: @background;
20 border: 0;
21 padding: 30;
22}
23listview {
24 lines: 10;
25 columns: 3;
26}
27mainbox {
28 border: 0;
29 padding: 0;
30}
31message {
32 border: 2px 0px 0px;
33 border-color: @separatorcolor;
34 padding: 1px;
35}
36textbox {
37 text-color: @foreground;
38}
39listview {
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}
47element {
48 border: 0;
49 padding: 1px;
50}
51element-text {
52 background-color: inherit;
53 text-color: inherit;
54}
55element.normal.normal {
56 background-color: @normal-background;
57 text-color: @normal-foreground;
58}
59element.normal.urgent {
60 background-color: @urgent-background;
61 text-color: @urgent-foreground;
62}
63element.normal.active {
64 background-color: @active-background;
65 text-color: @active-foreground;
66}
67element.selected.normal {
68 background-color: @selected-normal-background;
69 text-color: @selected-normal-foreground;
70}
71element.selected.urgent {
72 background-color: @selected-urgent-background;
73 text-color: @selected-urgent-foreground;
74}
75element.selected.active {
76 background-color: @selected-active-background;
77 text-color: @selected-active-foreground;
78}
79element.alternate.normal {
80 background-color: @alternate-normal-background;
81 text-color: @alternate-normal-foreground;
82}
83element.alternate.urgent {
84 background-color: @alternate-urgent-background;
85 text-color: @alternate-urgent-foreground;
86}
87element.alternate.active {
88 background-color: @alternate-active-background;
89 text-color: @alternate-active-foreground;
90}
91scrollbar {
92 width: 4px;
93 border: 0;
94 handle-color: @normal-foreground;
95 handle-width: 8px;
96 padding: 0;
97}
98mode-switcher {
99 border: 2px 0px 0px;
100 border-color: @separatorcolor;
101}
102button {
103 spacing: 0;
104 text-color: @normal-foreground;
105}
106button.selected {
107 background-color: @selected-normal-background;
108 text-color: @selected-normal-foreground;
109}
110inputbar {
111 spacing: 0;
112 text-color: @normal-foreground;
113 padding: 1px;
114}
115case-indicator {
116 spacing: 0;
117 text-color: @normal-foreground;
118}
119entry {
120 spacing: 0;
121 text-color: @normal-foreground;
122}
123prompt {
124 spacing: 0;
125 text-color: @normal-foreground;
126}
127inputbar {
128 children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
129}
130textbox-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 *******************************************************/
5configuration {
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
20window {
21 background-color: @background;
22 border: 0;
23 padding: 30;
24}
25listview {
26 lines: 10;
27 columns: 1;
28}
29mainbox {
30 border: 0;
31 padding: 0;
32}
33message {
34 border: 2px 0px 0px;
35 border-color: @separatorcolor;
36 padding: 1px;
37}
38textbox {
39 text-color: @foreground;
40}
41listview {
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}
49element {
50 border: 0;
51 padding: 1px;
52}
53element-text {
54 background-color: inherit;
55 text-color: inherit;
56}
57element.normal.normal {
58 background-color: @normal-background;
59 text-color: @normal-foreground;
60}
61element.normal.urgent {
62 background-color: @urgent-background;
63 text-color: @urgent-foreground;
64}
65element.normal.active {
66 background-color: @active-background;
67 text-color: @active-foreground;
68}
69element.selected.normal {
70 background-color: @selected-normal-background;
71 text-color: @selected-normal-foreground;
72}
73element.selected.urgent {
74 background-color: @selected-urgent-background;
75 text-color: @selected-urgent-foreground;
76}
77element.selected.active {
78 background-color: @selected-active-background;
79 text-color: @selected-active-foreground;
80}
81element.alternate.normal {
82 background-color: @alternate-normal-background;
83 text-color: @alternate-normal-foreground;
84}
85element.alternate.urgent {
86 background-color: @alternate-urgent-background;
87 text-color: @alternate-urgent-foreground;
88}
89element.alternate.active {
90 background-color: @alternate-active-background;
91 text-color: @alternate-active-foreground;
92}
93scrollbar {
94 width: 4px;
95 border: 0;
96 handle-color: @normal-foreground;
97 handle-width: 8px;
98 padding: 0;
99}
100mode-switcher {
101 border: 2px 0px 0px;
102 border-color: @separatorcolor;
103}
104button {
105 spacing: 0;
106 text-color: @normal-foreground;
107}
108button.selected {
109 background-color: @selected-normal-background;
110 text-color: @selected-normal-foreground;
111}
112inputbar {
113 spacing: 0;
114 text-color: @normal-foreground;
115 padding: 1px;
116}
117case-indicator {
118 spacing: 0;
119 text-color: @normal-foreground;
120}
121entry {
122 spacing: 0;
123 text-color: @normal-foreground;
124}
125prompt {
126 spacing: 0;
127 text-color: @normal-foreground;
128}
129inputbar {
130 children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
131}
132textbox-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 *******************************************************/
5configuration {
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
16window {
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}
26listview {
27 lines: 6;
28 columns: 1;
29 scrollbar: false;
30}
31element {
32 border: 0;
33 padding: 1px;
34}
35element-text {
36 background-color: inherit;
37 text-color: inherit;
38}
39element.normal.normal {
40 background-color: @normal-background;
41 text-color: @normal-foreground;
42}
43element.normal.urgent {
44 background-color: @urgent-background;
45 text-color: @urgent-foreground;
46}
47element.normal.active {
48 background-color: @active-background;
49 text-color: @active-foreground;
50}
51element.selected.normal {
52 background-color: @selected-normal-background;
53 text-color: @selected-normal-foreground;
54}
55element.selected.urgent {
56 background-color: @selected-urgent-background;
57 text-color: @selected-urgent-foreground;
58}
59element.selected.active {
60 background-color: @selected-active-background;
61 text-color: @selected-active-foreground;
62}
63element.alternate.normal {
64 background-color: @alternate-normal-background;
65 text-color: @alternate-normal-foreground;
66}
67element.alternate.urgent {
68 background-color: @alternate-urgent-background;
69 text-color: @alternate-urgent-foreground;
70}
71element.alternate.active {
72 background-color: @alternate-active-background;
73 text-color: @alternate-active-foreground;
74}
75scrollbar {
76 width: 4px;
77 border: 0;
78 handle-color: @normal-foreground;
79 handle-width: 8px;
80 padding: 0;
81}
82mode-switcher {
83 border: 2px 0px 0px;
84 border-color: @separatorcolor;
85}
86button {
87 spacing: 0;
88 text-color: @normal-foreground;
89}
90button.selected {
91 background-color: @selected-normal-background;
92 text-color: @selected-normal-foreground;
93}
94inputbar {
95 spacing: 0;
96 text-color: @normal-foreground;
97 padding: 1px;
98}
99case-indicator {
100 spacing: 0;
101 text-color: @normal-foreground;
102}
103entry {
104 spacing: 0;
105 text-color: @normal-foreground;
106}
107prompt {
108 spacing: 0;
109 text-color: @normal-foreground;
110}
111inputbar {
112 children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
113}
114textbox-prompt-colon {
115 expand: false;
116 str: ":";
117 margin: 0px 0.3em 0em 0em;
118 text-color: @normal-foreground;
119}
120
Powered by cgit v1.2.3 (git 2.41.0)