58 lines
1.6 KiB
Text
58 lines
1.6 KiB
Text
# Dunst Config - Dark
|
|
# --------------------
|
|
|
|
[global]
|
|
monitor = 0
|
|
follow = mouse
|
|
geometry = "512x5-6+34"
|
|
indicate_hidden = yes
|
|
shrink = yes
|
|
transparency = 20
|
|
separator_height = 1
|
|
padding = 15
|
|
horizontal_padding = 15
|
|
frame_width = 1
|
|
frame_color = "{color2}"
|
|
separator_color = "{color2}"
|
|
sort = no
|
|
idle_threshold = 120
|
|
font = iosevka nerd font mono 10
|
|
line_height = 0
|
|
markup = full
|
|
format = "<b>%s</b>\n<i>%b</i>"
|
|
alignment = center
|
|
show_age_threshold = 60
|
|
word_wrap = yes
|
|
ignore_newline = no
|
|
stack_duplicates = false
|
|
hide_duplicate_count = yes
|
|
show_indicators = yes
|
|
icon_position = right
|
|
sticky_history = no
|
|
history_length = 20
|
|
browser = qutebrowser
|
|
always_run_script = true
|
|
title = Dunst
|
|
class = Dunst
|
|
corner_radius = 10
|
|
icon_path = /usr/share/icons/Papirus-Dark/48x48/actions/:/usr/share/icons/Papirus-Dark/48x48/apps/:/usr/share/icons/Papirus-Dark/48x48/devices/:/usr/share/icons/Papirus-Dark/48x48/emblems/:/usr/share/icons/Papirus-Dark/48x48/emotes/:/usr/share/icons/Papirus-Dark/48x48/mimetypes/:/usr/share/icons/Papirus-Dark/48x48/places/:/usr/share/icons/Papirus-Dark/48x48/status/
|
|
mouse_left_click = close_current
|
|
mouse_middle_click = do_action
|
|
mouse_right_click = close_all
|
|
|
|
[shortcuts]
|
|
close = ctrl+space
|
|
close_all = ctrl+shift+space
|
|
history = ctrl+grave
|
|
|
|
[urgency_low]
|
|
background = "{background}"
|
|
foreground = "{foreground}"
|
|
|
|
[urgency_normal]
|
|
background = "{background}"
|
|
foreground = "{foreground}"
|
|
|
|
[urgency_critical]
|
|
background = "{background}"
|
|
foreground = "{foreground}"
|