dotfiles/config/dunst/dunstrc
Smirnov Olexandr 394d56fa69 🔖 Update config
2020-10-31 22:52:51 +02:00

46 lines
938 B
Text

[global]
font = Hack 10
padding = 1
frame_color = "#073642"
frame_width = 2
allow_markup = yes
format = "<b>%a:</b> %s\n%b"
sort = yes
indicate_hidden = yes
alignment = left
bounce_freq = 0
show_age_threshold = 60
word_wrap = yes
ignore_newline = no
geometry = "300x5-30+40"
transparency = 0
idle_threshold = 120
monitor = 0
follow = keyboard
sticky_history = yes
line_height = 0
separator_height = 2
padding = 8
horizontal_padding = 8
separator_color = frame
startup_notification = true
browser = /usr/bin/firefox -new-tab
[frame]
width = 0
color = "#000000"
[urgency_low]
background = "#002B36"
foreground = "#dfdfdf"
timeout = 10
[urgency_normal]
background = "#002B36"
foreground = "#ffffff"
timeout = 10
[urgency_critical]
background = "#900000"
foreground = "#ffffff"
timeout = 0