about summary refs log tree commit diff
path: root/home/profiles/base/config/dunst.nix
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-01-24 11:04:51 +0900
committersefidel <contact@sefidel.net>2022-01-24 11:04:51 +0900
commitd00fb4f7d19de1cc40ccc5846667b8ee27669ba0 (patch)
treebbf09c1020a8b5c8388331841ff1502a98f7832d /home/profiles/base/config/dunst.nix
parentce17f1325e44dea614a5f3be082b014eaf01d1c9 (diff)
downloadnixrc-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.nix2
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;