+ i3lock_fk.sh
This commit is contained in:
10
dots/bin/i3lock_fk.sh
Normal file
10
dots/bin/i3lock_fk.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# src:https://github.com/veltall/custom-i3lock
|
||||
|
||||
overlay=/home/${USER}/.local/share/img/archLinux.png
|
||||
|
||||
scrot /tmp/currentworkspace.png
|
||||
convert /tmp/currentworkspace.png -blur 0x5 /tmp/currentworkspaceblur.png
|
||||
composite -gravity southeast $overlay /tmp/currentworkspaceblur.png /tmp/lockbackground.png
|
||||
i3lock -i /tmp/lockbackground.png
|
||||
Reference in New Issue
Block a user