diff options
author | lonkaars <l.leblansch@gmail.com> | 2021-02-10 10:37:25 +0100 |
---|---|---|
committer | lonkaars <l.leblansch@gmail.com> | 2021-02-10 10:37:25 +0100 |
commit | 73b0ec259ea718f428e387626fd2f5c2ccca144e (patch) | |
tree | ede3134e259a5a93707bab147c9d06a2a3fd2978 /.config/rofi | |
parent | 126b930b8141378ad53cfe1a2bb60a2f335991e4 (diff) |
font update
Diffstat (limited to '.config/rofi')
-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 7dadde0..64484d2 100644 --- a/.config/rofi/config.rasi +++ b/.config/rofi/config.rasi @@ -1,7 +1,7 @@ configuration { modi: "drun,run"; lines: 4; - font: "JetBrainsMono NF 10"; + font: "JetBrainsMono Nerd Font 10"; matching: "fuzzy"; separator-style: "none"; hide-scrollbar: true; |