dotfiles/.config/dunst/dunstrc
2024-08-24 23:57:32 +03:00

86 lines
1.7 KiB
Text

[global]
monitor = 0
follow = none
width = (100, 400)
height = 1000
origin = top-right
offset = 12x42
notification_limit = 0
progress_bar = false
indicate_hidden = yes
separator_height = 2
padding = 8
horizontal_padding = 8
text_icon_padding = 0
frame_width = 1
frame_color = "#3a3a3a"
separator_color = frame
sort = yes
idle_threshold = 10
font = Mononoki Nerd Font Propo 10
line_height = 0
markup = full
format = "<b>%s</b>\n%b"
alignment = left
vertical_alignment = center
show_age_threshold = 60
ellipsize = middle
ignore_newline = no
stack_duplicates = true
hide_duplicate_count = false
show_indicators = no
icon_position = left
min_icon_size = 0
max_icon_size = 48
icon_path = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/
sticky_history = yes
history_length = 100
dmenu = ~/.config/dunst/dmenu
browser = /usr/bin/xdg-open
always_run_script = true
title = Dunst
class = Dunst
corner_radius = 0
ignore_dbusclose = false
mouse_left_click = close_current
mouse_middle_click = do_action, close_current
mouse_right_click = context
[experimental]
per_monitor_dpi = false
[urgency_low]
background = "#232323"
foreground = "#a0a0a0"
timeout = 10
[urgency_normal]
background = "#232323"
foreground = "#a0a0a0"
timeout = 10
[urgency_critical]
background = "#232323"
foreground = "#a0a0a0"
frame_color = "#ff0000"
timeout = 10
[spotify]
appname = "Spotify"
format = ""
[history-ignore]
appname = "no-history"
history_ignore = yes
# vim: ft=cfg