dunst-config
This commit is contained in:
parent
98180c2687
commit
931bf72424
1 changed files with 51 additions and 0 deletions
51
dunstrc
Normal file
51
dunstrc
Normal file
|
@ -0,0 +1,51 @@
|
||||||
|
[colors]
|
||||||
|
background = "#0f1013"
|
||||||
|
foreground = "#FFFFFF"
|
||||||
|
|
||||||
|
[global]
|
||||||
|
# funktioniert erst ab 1.6.0
|
||||||
|
gaps = true
|
||||||
|
gap_size = 10
|
||||||
|
#####
|
||||||
|
monitor = 0
|
||||||
|
follow = mouse
|
||||||
|
separator_color = "#808080"
|
||||||
|
geometry = "375x30-30+36"
|
||||||
|
indicate_hidden = yes
|
||||||
|
shrink = no
|
||||||
|
separator_height = 1
|
||||||
|
padding = 12
|
||||||
|
horizontal_padding = 12
|
||||||
|
frame_width = 1
|
||||||
|
|
||||||
|
idle_threshold = 20
|
||||||
|
mouse_right_click = close_all
|
||||||
|
|
||||||
|
font = pango:monospace 8
|
||||||
|
|
||||||
|
alignment = left
|
||||||
|
word_wrap = yes
|
||||||
|
ignore_newline = no
|
||||||
|
stack_duplicates = true
|
||||||
|
hide_duplicate_count = false
|
||||||
|
show_indicators = yes
|
||||||
|
|
||||||
|
[urgency_low]
|
||||||
|
background = colors.background
|
||||||
|
foreground = colors.foreground
|
||||||
|
timeout = 10
|
||||||
|
frame_color = "#808080"
|
||||||
|
|
||||||
|
[urgency_normal]
|
||||||
|
background = colors.background
|
||||||
|
foreground = colors.foreground
|
||||||
|
timeout = 20
|
||||||
|
frame_color ="#808080"
|
||||||
|
|
||||||
|
[urgency_critical]
|
||||||
|
background = colors.background
|
||||||
|
foreground = colors.foreground
|
||||||
|
frame_color = "#FF8A00"
|
||||||
|
timeout = 30
|
||||||
|
highlight = #FFFFFF
|
||||||
|
|
Loading…
Reference in a new issue