dotfiles/.config/dunst/dunstrc

98 lines
2.2 KiB
Text

# [[file:../../Desktop.org::*dunst][dunst:1]]
[global]
monitor = 0
follow = mouse
geometry = "300x5-30+20"
indicate_hidden = yes
shrink = no
transparency = 15
notification_height = 0
separator_height = 2
padding = 8
horizontal_padding = 8
frame_width = 1
frame_color = "#A6Accd"
separator_color = frame
sort = yes
idle_threshold = 120
### Text ###
font = DejaVu Sans 9
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 = "<b>%s</b>\n%b"
alignment = left
show_age_threshold = 60
word_wrap = yes
ellipsize = middle
ignore_newline = no
stack_duplicates = true
hide_duplicate_count = false
show_indicators = yes
### Icons ###
icon_position = left
max_icon_size = 32
icon_path = /usr/share/icons/Mint-Y/status/32/;/usr/share/icons/Mint-Y/devices/32
### History ###
sticky_history = yes
history_length = 20
### Misc/Advanced ###
dmenu = /usr/bin/dmenu -p dunst:
browser = /home/pavel/.guix-extra-profiles/browsers/browsers/bin/firefox
always_run_script = true
title = Dunst
class = Dunst
startup_notification = false
verbosity = mesg
corner_radius = 0
### Legacy
force_xinerama = false
### mouse
mouse_left_click = close_current
mouse_middle_click = do_action
mouse_right_click = close_all
[experimental]
per_monitor_dpi = false
[shortcuts]
close = ctrl+space
close_all = ctrl+shift+space
history = ctrl+grave
context = ctrl+shift+period
[urgency_low]
background = "#222637"
frame_color = "#A6Accd"
foreground = "#EEFFFF"
timeout = 10
[urgency_normal]
background = "#292D3E"
frame_color = "#A6Accd"
foreground = "#EEFFFF"
timeout = 10
[urgency_critical]
background = "#f07178"
foreground = "#EEFFFF"
frame_color = "#f07178"
timeout = 0
# dunst:1 ends here