From c9e147c93b8bd3c52b2e7658d928daec6bd824e1 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 3 Mar 2022 17:44:39 +0100 Subject: gkleen@sif: ... --- accounts/gkleen@sif/dunst-settings.nix | 40 +++++----------------------------- 1 file changed, 6 insertions(+), 34 deletions(-) (limited to 'accounts/gkleen@sif/dunst-settings.nix') diff --git a/accounts/gkleen@sif/dunst-settings.nix b/accounts/gkleen@sif/dunst-settings.nix index 540602c2..7f36922f 100644 --- a/accounts/gkleen@sif/dunst-settings.nix +++ b/accounts/gkleen@sif/dunst-settings.nix @@ -5,7 +5,11 @@ markup = "full"; format = "%s %p\\n%b"; alignment = "left"; - geometry = "1216x10-32+64"; + # geometry = "1216x10-32+64"; + width = 250; + height = 50; + offset = "32x64"; + origin = "top-right"; shrink = true; monitor = 0; follow = "none"; @@ -30,6 +34,7 @@ sticky_history = false; dmenu = "${pkgs.dmenu}/bin/dmenu"; + browser = "${pkgs.xdg-utils}/bin/xdg-open"; }; # shortcuts = { # close = "ctrl+space"; @@ -37,37 +42,4 @@ # history = "ctrl+comma"; # context = "ctrl+period"; # }; - urgency_low = { - background = "#000000"; - foreground = "#999999"; - timeout = 5; - }; - urgency_normal = { - background = "#000000"; - foreground = "#ffffff"; - timeout = 15; - }; - urgency_critical = { - background = "#900000"; - foreground = "#ffffff"; - timeout = 0; - }; - pulseaudio-ctl = { - summary = "Volume *"; - body = "Current is *"; - set_stack_tag = "volume"; - history_ignore = true; - }; - mail = { - appname = "notmuch"; - timeout = 0; - }; - zulip = { - appname = "Zulip"; - timeout = 0; - }; - element = { - appname = "Element"; - timeout = 0; - }; } -- cgit v1.2.3