Switch to dunst
This commit is contained in:
parent
2a0eda512c
commit
5f4af0a156
2 changed files with 18 additions and 7 deletions
18
.config/dunst/dunstrc
Normal file
18
.config/dunst/dunstrc
Normal file
|
@ -0,0 +1,18 @@
|
|||
[global]
|
||||
notification_limit = 0
|
||||
follow = mouse
|
||||
shrink= yes
|
||||
frame_width = 1
|
||||
frame_color = "#005577"
|
||||
separator_color = frame
|
||||
font = Monospace 9
|
||||
format = "<b>%s</b>\n%b"
|
||||
alignment = center
|
||||
ellipsize = middle
|
||||
|
||||
[urgency_normal]
|
||||
background = "#1a1a1a"
|
||||
foreground = "#f2f0ec"
|
||||
timeout = 5
|
||||
|
||||
# vim: ft=cfg
|
|
@ -1,7 +0,0 @@
|
|||
font=monospace 9
|
||||
background-color=#1a1a1a
|
||||
text-color=#f2f0ec
|
||||
border-color=#005577
|
||||
border-size=1
|
||||
text-alignment=center
|
||||
default-timeout=5000
|
Loading…
Reference in a new issue