diff options
-rw-r--r-- | .config/rofi/config | 3 | ||||
-rw-r--r-- | .config/rofi/onedark.rasi | 8 |
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 @@ | |||
1 | rofi.modi: window,run,ssh | 1 | rofi.modi: combi,ssh |
2 | rofi.combi-modi: window,drun | ||
2 | rofi.terminal: kitty | 3 | rofi.terminal: kitty |
3 | rofi.theme: onedark | 4 | rofi.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 | ||
11 | configuration { | 11 | configuration { |
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 | ||