dotfiles/dot_config/dunst/dunstrc

100 lines
2.1 KiB
Plaintext

## see man 5 dunst for all config options
[global]
### Position ###
monitor = 0
follow = none
origin = top-right
offset = 16x16
### Behavior ###
notification_limit = 8
scale = 0
indicate_hidden = yes
sort = yes
idle_threshold = 120
### Shape/Color ###
width = 300
height = 100
corner_radius = 0
transparency = 20
separator_height = 1
frame_width = 1
frame_color = "#aaaaaa"
separator_color = frame
padding = 8
horizontal_padding = 8
text_icon_padding = 12
progress_bar = true
progress_bar_height = 10
progress_bar_min_width = 140
progress_bar_min_width = 280
progress_bar_frame_width = 1
### Text ###
font = DejaVu Sans 10
line_height = 0
markup = full
format = "<b>%s</b>\n%b\n%p"
vertical_alignment = center
show_age_threshold = 60
ignore_newline = no
stack_duplicates = true
hide_duplicate_count = false
show_indicators = yes
word_wrap = yes
ellipsize = middle
### Icons ###
icon_position = left
min_icon_size = 32
max_icon_size = 64
icon_path = /usr/share/icons/Papirus/32x32/status/:/usr/share/icons/Papirus/16x16/status/:/usr/share/icons/Papirus/32x32/devices/:/usr/share/icons/Papirus/16x16/devices/:/usr/share/icons/Papirus/symbolic/status/:/usr/share/icons/Papirus/symbolic/devices/:/usr/share/icons/hicolor/scalable/apps
### History ###
sticky_history = yes
history_length = 100
### Misc/Advanced ###
dmenu = /usr/bin/rofi -dmenu -p dunst
browser = xdg-open
always_run_script = true
title = Dunst
class = Dunst
force_xinerama = false
ignore_dbusclose = false
### Mouse Actions ###
mouse_left_click = close_current
mouse_right_click = context
[urgency_low]
background = "#d6d6d6"
foreground = "#2c2c2c"
frame_color = "#b0b0b0"
timeout = 10
[urgency_normal]
background = "#d6d6d6"
foreground = "#2c2c2c"
frame_color = "#b0b0b0"
timeout = 10
[urgency_critical]
background = "#ff9090"
foreground = "#2c2c2c"
frame_color = "#ffb0b0"
timeout = 0