summaryrefslogtreecommitdiffstats
path: root/.config/rofi
diff options
context:
space:
mode:
authorYigit Sever2021-01-17 15:57:13 +0300
committerYigit Sever2021-01-17 15:57:13 +0300
commita4ef19864d28a2cf51e0f3ab827bf8cf12bc3d38 (patch)
tree7bb0c3aa83822a6a1312ae660032662cd4788af8 /.config/rofi
parent7afd1edf44fdf083bc61202165e344a24f35200f (diff)
downloaddotfiles-a4ef19864d28a2cf51e0f3ab827bf8cf12bc3d38.tar.gz
dotfiles-a4ef19864d28a2cf51e0f3ab827bf8cf12bc3d38.tar.bz2
dotfiles-a4ef19864d28a2cf51e0f3ab827bf8cf12bc3d38.zip
set rofi theme to slate
diffstat (limited to '.config/rofi')
-rw-r--r--.config/rofi/config.rasi2
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: "λ";