From de4c27daa51fb7c92d54320e70fa99ce5b6ff24d Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Fri, 1 Aug 2025 10:17:09 +0200 Subject: misc: Fix display scaling on athena, various tweaks --- gui/dunst.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'gui/dunst.nix') 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"; }; }; }; -- cgit v1.2.3