summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/rofi/config3
-rw-r--r--.config/rofi/onedark.rasi8
2 files changed, 6 insertions, 5 deletions
diff --git a/.config/rofi/config b/.config/rofi/config
index e9bf877..ba268d9 100644
--- a/.config/rofi/config
+++ b/.config/rofi/config
@@ -1,3 +1,4 @@
1rofi.modi: window,run,ssh 1rofi.modi: combi,ssh
2rofi.combi-modi: window,drun
2rofi.terminal: kitty 3rofi.terminal: kitty
3rofi.theme: onedark 4rofi.theme: onedark
diff --git a/.config/rofi/onedark.rasi b/.config/rofi/onedark.rasi
index 9680d32..704eb57 100644
--- a/.config/rofi/onedark.rasi
+++ b/.config/rofi/onedark.rasi
@@ -9,9 +9,9 @@
9 */ 9 */
10 10
11configuration { 11configuration {
12 display-drun: "drun"; 12 display-drun: "λ";
13 display-run: "run"; 13 display-run: "!";
14 display-window: "win"; 14 display-window: "";
15 show-icons: true; 15 show-icons: true;
16} 16}
17 17
@@ -27,7 +27,7 @@ configuration {
27 spacing: 0; 27 spacing: 0;
28 background-color: transparent; 28 background-color: transparent;
29 29
30 font: "Fira Code 14"; 30 font: "Iosevka 16";
31 text-color: @text; 31 text-color: @text;
32} 32}
33 33