We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62a49de commit c6a7381Copy full SHA for c6a7381
.Xresources
@@ -47,3 +47,5 @@ rofi.separator-style: solid
47
rofi.matching: fuzzy
48
rofi.terminal: urxvtc-256color
49
rofi.display-combi: $
50
+rofi.color-enabled: true
51
+
.config/rofi/config.rasi
@@ -0,0 +1,18 @@
1
+// Dark theme.
2
+// @import "~/.cache/wal/colors-rofi-dark"
3
4
+// Light theme
5
+@import "~/.cache/wal/colors-rofi-light"
6
7
+configuration {
8
+ font: "mono 20";
9
+ location: 0;
10
+ yoffset: 300;
11
+ show-icons: true;
12
+}
13
14
+window {
15
+ width: 70%;
16
+ border-color: black;
17
+ border: 2px;
18
0 commit comments