From 4a3d2a8ddaf4e546df360656bc54b2947bdb890b Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 3 Jan 2021 00:55:29 +0100 Subject: gkleen@sif: import --- accounts/gkleen@sif/dunst-settings.nix | 64 ++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 accounts/gkleen@sif/dunst-settings.nix (limited to 'accounts/gkleen@sif/dunst-settings.nix') diff --git a/accounts/gkleen@sif/dunst-settings.nix b/accounts/gkleen@sif/dunst-settings.nix new file mode 100644 index 00000000..8319da03 --- /dev/null +++ b/accounts/gkleen@sif/dunst-settings.nix @@ -0,0 +1,64 @@ +{ + global = { + font = "Monospace 6"; + markup = "full"; + format = "%s %p\\n%b"; + alignment = "left"; + geometry = "1216x10-32+64"; + shrink = true; + monitor = 0; + follow = "none"; + padding = 6; + horizontal_padding = 6; + separator_height = 1; + separator_color = "frame"; + idle_threshold = 0; + + transparency = 10; + + frame_width = 1; + frame_color = "#999999"; + + word_wrap = true; + show_age_threshold = 15; + show_indicators = false; + icon_position = "right"; + sort = false; + sticky_history = false; + }; + shortcuts = { + close = "ctrl+space"; + close_all = "ctrl+shift+space"; + 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; + }; +} -- cgit v1.2.3