mirror of
https://github.com/alrayyes/dwm.git
synced 2025-05-08 01:21:49 +00:00
added support for i3lock-fancy-multimonitor
This commit is contained in:
parent
f87cdd1bbc
commit
c4c393bf98
2 changed files with 11 additions and 3 deletions
9
lock
9
lock
|
@ -1,3 +1,10 @@
|
|||
#!/bin/sh
|
||||
|
||||
i3lock -e -b -f -i ~/.cache/lock.png
|
||||
if [ -e /usr/bin/i3lock-fancy ]
|
||||
then
|
||||
i3lock-fancy -p -n
|
||||
elif [ -e /usr/bin/i3lock ]
|
||||
then
|
||||
i3lock -e -b -f -i ~/.cache/lock.png
|
||||
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue