diff options
author | listout <listout@protonmail.com> | 2021-12-03 11:15:43 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2021-12-03 11:15:43 +0530 |
commit | e1541d9d158bc0c9f63c918ea90267e76db790b4 (patch) | |
tree | c22a14baf2fc351f6057afda5385b447eed60034 /.config/rofi/config.rasi | |
parent | a585e82cdd35c002c20707289df742805bcb2531 (diff) |
using normal font, instead of the bold version
Diffstat (limited to '.config/rofi/config.rasi')
-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 43cca45..69d5a99 100644 --- a/.config/rofi/config.rasi +++ b/.config/rofi/config.rasi @@ -1,5 +1,5 @@ configuration { - font: "Mono Bold 12"; + font: "Mono 11"; modi: "drun,windowcd,window"; show-icons: true; display-drun: "𝛌"; |