diff options
Diffstat (limited to 'gui/dunst.nix')
-rw-r--r-- | gui/dunst.nix | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/gui/dunst.nix b/gui/dunst.nix index a75b56d..79e5061 100644 --- a/gui/dunst.nix +++ b/gui/dunst.nix @@ -10,15 +10,16 @@ enable = true; settings = { global = { - width = 300; - height = 50; - offset = "5x5"; + notification_limit = 5; + width = "(0, 800)"; + height = 40; + offset = "6x6"; origin = "bottom-right"; transparency = 10; frame_color = "#909737"; background = "#909737"; foreground = "#111111"; - font = "Iosevka 11"; + font = "Iosevka 10"; }; }; }; |