# ██ ██ # ░██ ░██ # ░██ ██ ██ ███████ ██████ ██████ ██████ █████ # ██████░██ ░██░░██░░░██ ██░░░░ ░░░██░ ░░██░░█ ██░░░██ # ██░░░██░██ ░██ ░██ ░██░░█████ ░██ ░██ ░ ░██ ░░ # ░██ ░██░██ ░██ ░██ ░██ ░░░░░██ ░██ ░██ ░██ ██ # ░░██████░░██████ ███ ░██ ██████ ░░██ ░███ ░░█████ # ░░░░░░ ░░░░░░ ░░░ ░░ ░░░░░░ ░░ ░░░ ░░░░░ # gruvboxy [global] monitor = 0 follow = keyboard # these should be in sync with dwm gaps origin = top-right offset = 15x15 width = 320 height = 220 indicate_hidden = true transparency = 20 separator_height = 2 padding = 0 horizontal_padding = 8 frame_width = 2 # Define a color for the separator. # possible values are: # * auto: dunst tries to find a color fitting to the background; # * foreground: use the same color as the foreground; # * frame: use the same color as the frame; # * anything else will be interpreted as a X color. separator_color = auto # Sort messages by urgency. sort = true font = Monospace 14 line_height = 0 markup = full # The format of the message. Possible variables are: # %a appname # %s summary # %b body # %i iconname (including its path) # %I iconname (without its path) # %p progress value if set ([ 0%] to [100%]) or nothing # %n progress value if set without any extra characters # %% Literal % # Markup is allowed format = "%s\n%b" alignment = left show_age_threshold = 60 ellipsize = middle ignore_newline = false stack_duplicates = true hide_duplicate_count = true show_indicators = false icon_position = left icon_path = /usr/share/icons/Gruvbox-Material-Dark/16x16/status:/usr/share/icons/Gruvbox-Material-Dark/16x16/devices:/usr/share/icons/Gruvbox-Material-Dark/symbolic/status:/usr/share/icons/Gruvbox-Material-Dark/symbolic/devices:/usr/share/icons/Gruvbox-Material-Dark/16x16/apps:/usr/share/icons/Gruvbox-Material-Dark/16x16/panel min_icon_size = 16 max_icon_size = 96 enable_recursive_icon_lookup=true sticky_history = false history_length = 20 dmenu = /usr/local/bin/dmenu -p dunst: browser = /usr/bin/chromium # Always run rule-defined scripts, even if the notification is suppressed always_run_script = true title = Dunst class = Dunst corner_radius = 14 progress_bar_corner_radius = 4 force_xinerama = false [urgency_low] background = "#282828" foreground = "#928374" frame_color= "#83a598" timeout = 4 [urgency_normal] background = "#458588" foreground = "#1d2021" frame_color = "#689d6a" timeout = 10 [urgency_critical] background = "#1d2021" foreground = "#ebdbb2" frame_color= "#fb4934" timeout = 0 # Scripting [spotify] appname = Spotify* format = " Now Playing:\n%s\n%b" background = "#1d2021" foreground = "#ebdbb2" frame_color = "#1db954" timeout = 5 script = spotup [ncspot] appname = *ncspot* format = " Now Playing:\n%s\n%b" background = "#1d2021" foreground = "#ebdbb2" frame_color = "#1db954" timeout = 5 script = spotup [ncmpcpp] appname = ncmpcpp format = " Now Playing:\n%s\n%b" background = "#32302f" foreground = "#83a598" frame_color = "#a89984" timeout = 5 # vim: ft=cfg