diff options
author | Yigit Sever | 2021-01-17 15:57:13 +0300 |
---|---|---|
committer | Yigit Sever | 2021-01-17 15:57:13 +0300 |
commit | a4ef19864d28a2cf51e0f3ab827bf8cf12bc3d38 (patch) | |
tree | 7bb0c3aa83822a6a1312ae660032662cd4788af8 | |
parent | 7afd1edf44fdf083bc61202165e344a24f35200f (diff) | |
download | dotfiles-a4ef19864d28a2cf51e0f3ab827bf8cf12bc3d38.tar.gz dotfiles-a4ef19864d28a2cf51e0f3ab827bf8cf12bc3d38.tar.bz2 dotfiles-a4ef19864d28a2cf51e0f3ab827bf8cf12bc3d38.zip |
set rofi theme to slate
-rw-r--r-- | .config/rofi/config.rasi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi index be1a68b..647b36a 100644 --- a/.config/rofi/config.rasi +++ b/.config/rofi/config.rasi | |||
@@ -3,7 +3,7 @@ configuration { | |||
3 | show-icons: true; | 3 | show-icons: true; |
4 | terminal: "kitty"; | 4 | terminal: "kitty"; |
5 | combi-modi: "window,drun"; | 5 | combi-modi: "window,drun"; |
6 | theme: "onedark"; | 6 | theme: "slate"; |
7 | display-window: "↪"; | 7 | display-window: "↪"; |
8 | display-run: "!"; | 8 | display-run: "!"; |
9 | display-drun: "λ"; | 9 | display-drun: "λ"; |