add dunst
This commit is contained in:
parent
7ee19657e5
commit
3dee11eca6
1 changed files with 52 additions and 0 deletions
52
.config/dunst/dunstrc
Executable file
52
.config/dunst/dunstrc
Executable file
|
@ -0,0 +1,52 @@
|
||||||
|
[global]
|
||||||
|
follow = mouse
|
||||||
|
indicate_hidden = yes
|
||||||
|
offset = 10x10
|
||||||
|
notification_height = 0
|
||||||
|
|
||||||
|
separator_height = 2
|
||||||
|
|
||||||
|
padding = 8
|
||||||
|
horizontal_padding = 8
|
||||||
|
text_icon_padding = 0
|
||||||
|
frame_width = 2
|
||||||
|
|
||||||
|
frame_color = "#351c75"
|
||||||
|
separator_color = frame
|
||||||
|
|
||||||
|
sort = yes
|
||||||
|
idle_threshold = 120
|
||||||
|
font = monospace 10
|
||||||
|
line_height = 0
|
||||||
|
markup = full
|
||||||
|
alignment = left
|
||||||
|
vertical_alignment = center
|
||||||
|
show_age_threshold = 60
|
||||||
|
word_wrap = yes
|
||||||
|
stack_duplicates = true
|
||||||
|
hide_duplicate_count = false
|
||||||
|
|
||||||
|
show_indicators = yes
|
||||||
|
|
||||||
|
min_icon_size = 0
|
||||||
|
max_icon_size = 64
|
||||||
|
|
||||||
|
browser = /usr/bin/firefox --new-tab
|
||||||
|
|
||||||
|
title = Dunst
|
||||||
|
class = Dunst
|
||||||
|
|
||||||
|
corner_radius = 10
|
||||||
|
timeout = 5
|
||||||
|
[urgency_low]
|
||||||
|
background = "#1E1E2E"
|
||||||
|
foreground = "#CDD6F4"
|
||||||
|
|
||||||
|
[urgency_normal]
|
||||||
|
background = "#1E1E2E"
|
||||||
|
foreground = "#CDD6F4"
|
||||||
|
|
||||||
|
[urgency_critical]
|
||||||
|
background = "#1E1E2E"
|
||||||
|
foreground = "#CDD6F4"
|
||||||
|
frame_color = "#cc0000"
|
Loading…
Add table
Reference in a new issue