{ pkgs, ... }: { global = { font = "Fira Sans 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"; min_icon_size = 25; max_icon_size = 25; sort = false; sticky_history = false; dmenu = "${pkgs.dmenu}/bin/dmenu"; }; # 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; }; zulip = { appname = "Element"; timeout = 0; }; }