diff options
Diffstat (limited to 'accounts/gkleen@sif/dunst-settings.nix')
-rw-r--r-- | accounts/gkleen@sif/dunst-settings.nix | 40 |
1 files changed, 6 insertions, 34 deletions
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 @@ | |||
5 | markup = "full"; | 5 | markup = "full"; |
6 | format = "<i>%s</i> %p\\n%b"; | 6 | format = "<i>%s</i> %p\\n%b"; |
7 | alignment = "left"; | 7 | alignment = "left"; |
8 | geometry = "1216x10-32+64"; | 8 | # geometry = "1216x10-32+64"; |
9 | width = 250; | ||
10 | height = 50; | ||
11 | offset = "32x64"; | ||
12 | origin = "top-right"; | ||
9 | shrink = true; | 13 | shrink = true; |
10 | monitor = 0; | 14 | monitor = 0; |
11 | follow = "none"; | 15 | follow = "none"; |
@@ -30,6 +34,7 @@ | |||
30 | sticky_history = false; | 34 | sticky_history = false; |
31 | 35 | ||
32 | dmenu = "${pkgs.dmenu}/bin/dmenu"; | 36 | dmenu = "${pkgs.dmenu}/bin/dmenu"; |
37 | browser = "${pkgs.xdg-utils}/bin/xdg-open"; | ||
33 | }; | 38 | }; |
34 | # shortcuts = { | 39 | # shortcuts = { |
35 | # close = "ctrl+space"; | 40 | # close = "ctrl+space"; |
@@ -37,37 +42,4 @@ | |||
37 | # history = "ctrl+comma"; | 42 | # history = "ctrl+comma"; |
38 | # context = "ctrl+period"; | 43 | # context = "ctrl+period"; |
39 | # }; | 44 | # }; |
40 | urgency_low = { | ||
41 | background = "#000000"; | ||
42 | foreground = "#999999"; | ||
43 | timeout = 5; | ||
44 | }; | ||
45 | urgency_normal = { | ||
46 | background = "#000000"; | ||
47 | foreground = "#ffffff"; | ||
48 | timeout = 15; | ||
49 | }; | ||
50 | urgency_critical = { | ||
51 | background = "#900000"; | ||
52 | foreground = "#ffffff"; | ||
53 | timeout = 0; | ||
54 | }; | ||
55 | pulseaudio-ctl = { | ||
56 | summary = "Volume *"; | ||
57 | body = "Current is *"; | ||
58 | set_stack_tag = "volume"; | ||
59 | history_ignore = true; | ||
60 | }; | ||
61 | mail = { | ||
62 | appname = "notmuch"; | ||
63 | timeout = 0; | ||
64 | }; | ||
65 | zulip = { | ||
66 | appname = "Zulip"; | ||
67 | timeout = 0; | ||
68 | }; | ||
69 | element = { | ||
70 | appname = "Element"; | ||
71 | timeout = 0; | ||
72 | }; | ||
73 | } | 45 | } |