vincentbernat.i3wm-configur.../dotfiles/dunstrc

95 lines
2.1 KiB
Text
Raw Normal View History

[global]
# Display on first monitor
monitor = 0
follow = none
# Appearance
geometry = "400x7-15+15"
indicate_hidden = yes
shrink = no
notification_height = 0
2021-07-12 14:36:52 +02:00
separator_height = 2
separator_color = frame
padding = 8
horizontal_padding = 8
text_icon_padding = 8
frame_width = 2
frame_color = "#4c7899"
transparency = 5
font = DejaVu Sans 10
line_height = 0
# Put urgent notifications on top
sort = yes
# Don't remove messages, if the user is idle (no mouse or keyboard input)
idle_threshold = 60
# 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"
markup = full
alignment = left
vertical_alignment = center
word_wrap = no
ellipsize = end
ignore_newline = no
stack_duplicates = true
hide_duplicate_count = true
show_indicators = no
# Progress bar
progress_bar = false
# Icons
icon_position = left
min_icon_size = 32
max_icon_size = 32
icon_path = /usr/share/icons/Adwaita:/usr/share/icons/hicolor:/usr/share/icons/gnome
# History
sticky_history = yes
history_length = 20
# Misc
dmenu = /usr/bin/dmenu -p dunst:
browser = /usr/bin/xdg-open
always_run_script = true
title = Dunst
class = Dunst
startup_notification = false
verbosity = mesg
corner_radius = 0
ignore_dbusclose = false
# Mouse
mouse_left_click = do_action
mouse_middle_click = close_current
mouse_right_click = close_current
[urgency_low]
background = "#222222"
foreground = "#888888"
timeout = 10
[urgency_normal]
background = "#222222"
foreground = "#ffffff"
timeout = 10
[urgency_critical]
background = "#900000"
foreground = "#ffffff"
timeout = 0
[pushback_all]
fullscreen = pushback