diff options
author | listout <listout@protonmail.com> | 2021-11-16 09:36:45 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2021-11-16 09:36:45 +0530 |
commit | e19042aae13d6a747329e39605223b2fcea80bd6 (patch) | |
tree | f9d5a58c0c4b110ae7cb20b5cb86fc8aced76411 /.config/rofi | |
parent | 2cb848f6f1d3fae32abfca4a4e28f1d2d4e08675 (diff) |
increased font size to 14
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 c8e9d55..d30b38c 100644 --- a/.config/rofi/config.rasi +++ b/.config/rofi/config.rasi @@ -1,5 +1,5 @@ configuration { - font: "Mono 12"; + font: "Mono 14"; modi: "drun,windowcd,window"; show-icons: true; display-drun: "𝛌"; |