Switch to dunst

This commit is contained in:
Dmitry Zakharchenko 2022-10-02 18:30:56 +03:00
parent 2a0eda512c
commit 5f4af0a156
2 changed files with 18 additions and 7 deletions

18
.config/dunst/dunstrc Normal file
View 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

View file

@ -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