diff options
Diffstat (limited to '.config/rofi/config.rasi')
-rw-r--r-- | .config/rofi/config.rasi | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi index 73c9c77..627fc51 100644 --- a/.config/rofi/config.rasi +++ b/.config/rofi/config.rasi @@ -1,7 +1,7 @@ configuration { - font: "Terminus 10"; + font: "Monospace Bold 12"; modi: "drun,windowcd,window"; - show-icons: false; + show-icons: true; display-drun: "run"; drun-display-format: "{name}"; display-windowcd: ""; @@ -12,9 +12,9 @@ configuration { } * { - bg: #1c1c1c; - fg: #b5b4c9; - accent: #b5b4c9; + bg: #2e3440; + fg: #eceff4; + accent: #eceff4; background-color: @bg; } |