mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-25 19:14:39 +02:00
dunst: improve lockscreen notifications
This commit is contained in:
parent
d9ec722feb
commit
99efc53a9e
2 changed files with 7 additions and 0 deletions
|
@ -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
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue