dotfiles/configlinux/bspwm/dunstrc
2022-12-20 09:41:39 -06:00

55 lines
953 B
Plaintext

[global]
monitor = 0
follow = mouse
width = 280
height = 80
origin = top-right
offset = 10x42
scale = 0
indicate_hidden = yes
shrink = no
separator_color = auto
separator_height = 4
line_height = 4
padding = 15
horizontal_padding = 15
frame_width = 1
sort = no
idle_threshold = 120
font = Iosevka Custom 15
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 = "#061115"
foreground = "#d9d7d6"
frame_color = "#6791c9"
[urgency_normal]
timeout = 5
background = "#061115"
foreground = "#d9d7d6"
frame_color = "#6791c9"
[urgency_critical]
timeout = 0
background = "#061115"
foreground = "#d9d7d6"
frame_color = "#df5b61"