neodotfiles/.config/dunst/dunstrc

63 lines
1.3 KiB
Text

[global]
monitor = 0
follow = mouse
indicate_hidden = yes
shrink = no
transparency = 30
separator_height = 2
padding = 8
horizontal_padding = 8
frame_width = 3
frame_color = "#89b4fa"
separator_color= frame
sort = yes
idle_threshold = 120
font = mononoki Nerd Font 14
line_height = 0
markup = full
format = "<b>%s</b>\n%b"
alignment = center
show_age_threshold = 60
word_wrap = yes
ellipsize = middle
ignore_newline = no
stack_duplicates = true
hide_duplicate_count = false
show_indicators = yes
icon_position = left
max_icon_size = 32
icon_path = ~/.local/share/icons/Papirus-Dark/16x16/status/:~/.local/share/icons/Papirus-Dark/16x16/devices
sticky_history = yes
history_length = 20
dmenu = $RUNNER -p "Dunst  "
browser = flatpak run org.mozilla.firefox
always_run_script = true
title = Dunst
class = Dunst
corner_radius = 5
force_xinerama = false
mouse_left_click = do_action
mouse_middle_click = close_all
mouse_right_click = close_current
[experimental]
per_monitor_dpi = false
[urgency_low]
background = "#1e1e2e"
foreground = "#cdd6f4"
timeout = 5
icon = ~/.config/dunst/normal.png
[urgency_normal]
background = "#1e1e2e"
foreground = "#cdd6f4"
timeout = 5
icon = ~/.config/dunst/normal.png
[urgency_critical]
background = "#1e1e2e"
foreground = "#cdd6f4"
frame_color = "#fab387"
timeout = 5
icon = ~/.config/dunst/critical.png