diff options
author | sefidel <contact@sefidel.net> | 2022-01-24 11:04:51 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-01-24 11:04:51 +0900 |
commit | d00fb4f7d19de1cc40ccc5846667b8ee27669ba0 (patch) | |
tree | bbf09c1020a8b5c8388331841ff1502a98f7832d /home/profiles/base/config/dunst.nix | |
parent | ce17f1325e44dea614a5f3be082b014eaf01d1c9 (diff) | |
download | nixrc-d00fb4f7d19de1cc40ccc5846667b8ee27669ba0.tar.gz nixrc-d00fb4f7d19de1cc40ccc5846667b8ee27669ba0.zip |
home/base: use cherry font
Diffstat (limited to 'home/profiles/base/config/dunst.nix')
-rw-r--r-- | home/profiles/base/config/dunst.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/profiles/base/config/dunst.nix b/home/profiles/base/config/dunst.nix index 07d520f..ac68827 100644 --- a/home/profiles/base/config/dunst.nix +++ b/home/profiles/base/config/dunst.nix @@ -19,7 +19,7 @@ with neotheme.colors; word_wrap = true; show_indicators = false; format = "<b>%s</b>\\n\\n%b"; - font = "CtrlD 13"; + font = "cherry 10"; frame_color = "#${color3}"; separator_color = "auto"; max_icon_size = 80; |