.files/.config/dunst/dunstrc
2024-03-03 18:50:07 +05:30

55 lines
962 B
Text

[global]
monitor = 0
follow = mouse
width = 280
height = 80
origin = bottom-right
offset = 5x45
scale = 0
indicate_hidden = yes
shrink = no
separator_color = auto
separator_height = 4
line_height = 4
padding = 15
horizontal_padding = 15
frame_width = 2
sort = no
idle_threshold = 120
font = JetBrains Mono Medium 10
markup = full
format = %s\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
max_icon_size = 48
sticky_history = yes
history_length = 20
browser = x-www-browser -new-tab
always_run_script = true
title = Dunst
class = Dunst
[urgency_low]
timeout = 2
background = "#1e222a"
foreground = "#c8ccd4"
frame_color = "#61afef"
[urgency_normal]
timeout = 5
background = "#1e222a"
foreground = "#c8ccd4"
frame_color = "#61afef"
[urgency_critical]
timeout = 0
background = "#1e222a"
foreground = "#c8ccd4"
frame_color = "#e06c75"