sway: restructure folders, fix swayidle, add i3status config per host
This commit is contained in:
parent
d2ccde505a
commit
39ed1a4041
4 changed files with 51 additions and 5 deletions
13
lock
13
lock
|
@ -1,13 +0,0 @@
|
|||
#!/bin/bash
|
||||
IMAGE=/tmp/screen_locked.png
|
||||
APP=grim
|
||||
|
||||
which $APP &> /dev/null
|
||||
if [ $? -eq 0 ]; then
|
||||
$APP $IMAGE
|
||||
convert -blur 4x4 $IMAGE $IMAGE
|
||||
swaylock -f -c 000000 -i $IMAGE
|
||||
rm -v $IMAGE
|
||||
else
|
||||
swaylock -f -c 000000
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue