dunst: improve lockscreen notifications

This commit is contained in:
Benedikt Heine 2017-07-11 13:16:41 +02:00 committed by Felix Buehler
parent d9ec722feb
commit 99efc53a9e
2 changed files with 7 additions and 0 deletions

View file

@ -255,3 +255,8 @@
# urgency = normal # urgency = normal
# #
# vim: ft=cfg # vim: ft=cfg
[locking]
appname = "lockscreen"
new_icon = "system-lock-screen"
history_ignore = yes

View file

@ -42,6 +42,8 @@ lock(){
notification(){ notification(){
notify-send \ notify-send \
-a lockscreen \
-c lock-warn \
-u critical \ -u critical \
-t 5000 \ -t 5000 \
-i screensaver \ -i screensaver \