.
This commit is contained in:
parent
d9fba2b35d
commit
aa0845d5fb
4 changed files with 32 additions and 14 deletions
30
files/.config/dunst/dunstrc
Normal file
30
files/.config/dunst/dunstrc
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
[global]
|
||||
font = "Iosevka 12"
|
||||
separator_height = 4
|
||||
|
||||
origin = top-center
|
||||
offset = (0, 0)
|
||||
|
||||
markup = full
|
||||
icon_position = left
|
||||
max_icon_size = 64
|
||||
show_indicators = false
|
||||
separator_color = frame
|
||||
|
||||
mouse_left_click = do_action
|
||||
mouse_right_click = close_current
|
||||
mouse_middle_click = close_current
|
||||
|
||||
[urgency_low]
|
||||
background = "#222222"
|
||||
foreground = "#ffffff"
|
||||
|
||||
[urgency_normal]
|
||||
background = "#222222"
|
||||
foreground = "#ffffff"
|
||||
|
||||
[urgency_critical]
|
||||
background = "#222222"
|
||||
foreground = "#ffffff"
|
||||
frame_color = "#ff0000"
|
||||
timeout = 0
|
||||
Loading…
Add table
Add a link
Reference in a new issue