summaryrefslogtreecommitdiff
path: root/common/programs/dunst.nix
diff options
context:
space:
mode:
authorbeeb5k <beebeeb5k@gmail.com>2026-06-20 02:51:59 +0530
committerbeeb5k <beebeeb5k@gmail.com>2026-06-20 02:51:59 +0530
commit47bc39d25a359c94e9a139be9d453a05694ef341 (patch)
treecd5ad0f5e413056e74feb6a7790b7b510ea5d1c8 /common/programs/dunst.nix
parentf1d30adc192df38fe8f6cd50cb2eae048789459b (diff)
Font and cursor
Diffstat (limited to 'common/programs/dunst.nix')
-rw-r--r--common/programs/dunst.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/programs/dunst.nix b/common/programs/dunst.nix
index 78aadf5..b96d274 100644
--- a/common/programs/dunst.nix
+++ b/common/programs/dunst.nix
@@ -15,7 +15,7 @@ in
enable = true;
settings = {
global = {
- font = "IosevkaInput 11";
+ font = "monospace 11";
corner_radius = 0;
frame_width = 2;
markup = "yes";