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-22 12:19:50 +0900
committersefidel <contact@sefidel.net>2022-01-22 12:19:50 +0900
commit4db6f413eb0fe8cc5c38f203db67cc053a172297 (patch)
tree09af9677f4fa8fa17e26fff722bb433a3c0037de /home/profiles/base/config/dunst.nix
parente95334f1f3294e3ae74d0d4ace95eb48a5132a8f (diff)
downloadnixrc-4db6f413eb0fe8cc5c38f203db67cc053a172297.tar.gz
nixrc-4db6f413eb0fe8cc5c38f203db67cc053a172297.zip
home/base: Dina -> CtrlD
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 60ed15f..07d520f 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 = "Dina 10";
+    font = "CtrlD 13";
     frame_color = "#${color3}";
     separator_color = "auto";
     max_icon_size = 80;