Files
dotfiles/dunst/dunstrc

55 lines
976 B
Plaintext

[global]
monitor = 0
follow = mouse
geometry = "350x60-20+48"
indicate_hidden = yes
shrink = no
separator_height = 0
padding = 16
horizontal_padding = 16
frame_width = 2
sort = no
idle_threshold = 120
font = Fira Code 8
line_height = 4
markup = full
format = <b>%s</b>\n%b
alignment = left
show_age_threshold = 60
word_wrap = yes
ignore_newline = no
stack_duplicates = false
hide_duplicate_count = yes
show_indicators = no
icon_position = left
text_icon_padding = 20
max_icon_size = 64
sticky_history = yes
history_length = 20
browser = /usr/bin/firefox -new-tab
always_run_script = true
title = Dunst
class = Dunst
[shortcuts]
close = ctrl+space
close_all = ctrl+shift+space
[urgency_low]
timeout = 4
background = "#191e2a"
foreground = "#cbccc6"
frame_color = "#8bc34a"
[urgency_normal]
timeout = 8
background = "#191e2a"
foreground = "#cbccc6"
frame_color = "#ffa759"
[urgency_critical]
timeout = 0
background = "#191e2a"
foreground = "#cbccc6"
frame_color = "#ff3333"