dotfiles/dot_config/dunst/dunstrc

100 lines
2.1 KiB
Plaintext
Raw Permalink Normal View History

2021-10-24 13:48:13 -04:00
## see man 5 dunst for all config options
2021-02-15 20:53:16 -05:00
[global]
2021-10-24 13:48:13 -04:00
### Position ###
2021-02-15 20:53:16 -05:00
2021-10-24 13:48:13 -04:00
monitor = 0
2021-02-15 20:53:16 -05:00
follow = none
2021-10-24 13:48:13 -04:00
origin = top-right
offset = 16x16
2021-02-15 20:53:16 -05:00
2021-10-24 13:48:13 -04:00
### Behavior ###
2021-02-15 20:53:16 -05:00
2021-10-24 13:48:13 -04:00
notification_limit = 8
scale = 0
2021-02-15 20:53:16 -05:00
indicate_hidden = yes
2021-10-24 13:48:13 -04:00
sort = yes
idle_threshold = 120
2021-02-15 20:53:16 -05:00
2021-10-24 13:48:13 -04:00
### Shape/Color ###
2021-02-15 20:53:16 -05:00
2021-10-24 13:48:13 -04:00
width = 300
height = 100
corner_radius = 0
2021-02-15 20:53:16 -05:00
transparency = 20
2021-10-24 13:48:13 -04:00
separator_height = 1
2021-02-15 20:53:16 -05:00
frame_width = 1
frame_color = "#aaaaaa"
separator_color = frame
2021-10-24 13:48:13 -04:00
padding = 8
horizontal_padding = 8
2021-10-24 13:58:36 -04:00
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
2021-02-15 20:53:16 -05:00
### Text ###
font = DejaVu Sans 10
line_height = 0
markup = full
2021-10-24 13:58:36 -04:00
format = "<b>%s</b>\n%b\n%p"
2021-10-24 13:48:13 -04:00
vertical_alignment = center
2021-02-15 20:53:16 -05:00
show_age_threshold = 60
ignore_newline = no
stack_duplicates = true
hide_duplicate_count = false
show_indicators = yes
2021-10-24 13:48:13 -04:00
word_wrap = yes
ellipsize = middle
2021-02-15 20:53:16 -05:00
### Icons ###
icon_position = left
2021-10-24 13:48:13 -04:00
min_icon_size = 32
2021-10-24 13:58:36 -04:00
max_icon_size = 64
2021-10-24 13:48:13 -04:00
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
2021-02-15 20:53:16 -05:00
### History ###
sticky_history = yes
2021-10-24 13:48:13 -04:00
history_length = 100
2021-02-15 20:53:16 -05:00
### Misc/Advanced ###
dmenu = /usr/bin/rofi -dmenu -p dunst
browser = xdg-open
always_run_script = true
title = Dunst
class = Dunst
force_xinerama = false
2021-10-24 13:48:13 -04:00
ignore_dbusclose = false
2021-02-15 20:53:16 -05:00
2021-10-24 13:48:13 -04:00
### Mouse Actions ###
mouse_left_click = close_current
mouse_right_click = context
2021-02-15 20:53:16 -05:00
[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"
2021-10-24 13:48:13 -04:00
timeout = 0