diff options
| author | Yigit Sever | 2019-09-26 20:40:07 +0300 |
|---|---|---|
| committer | Yigit Sever | 2019-09-26 20:40:07 +0300 |
| commit | 56a95be1ebb7bad26ccd81d2a323af8229f2e092 (patch) | |
| tree | 773e0d4a6191cf72ccdfe195bdfcc7545812c3f2 /.config/rofi | |
| parent | f76894f46a4bef637e7782edd26e703263c2a916 (diff) | |
| download | dotfiles-56a95be1ebb7bad26ccd81d2a323af8229f2e092.tar.gz dotfiles-56a95be1ebb7bad26ccd81d2a323af8229f2e092.tar.bz2 dotfiles-56a95be1ebb7bad26ccd81d2a323af8229f2e092.zip | |
Change rofi look
Diffstat (limited to '.config/rofi')
| -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 | ||
