improve i3lock
This commit is contained in:
1
TODO
1
TODO
@@ -1,5 +1,4 @@
|
||||
install steam, wine and lib32 multilib
|
||||
pipwire-pulseaudio as root to X11
|
||||
add nvidia to modprobe ant mkinitcpio (hyperland doc)
|
||||
improve i3lock
|
||||
configure ranger
|
||||
|
||||
1
packages
1
packages
@@ -14,6 +14,7 @@ htop
|
||||
hyprland
|
||||
i3lock
|
||||
i3-wm
|
||||
imagemagick
|
||||
lxappearance
|
||||
nextcloud-client
|
||||
nvidia
|
||||
|
||||
6
scripts/i3lock.sh
Executable file
6
scripts/i3lock.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
import -window root /tmp/screenshot.png
|
||||
convert /tmp/screenshot.png -blur 15x15 /tmp/screenshot_blur.png
|
||||
i3lock -i /tmp/screenshot_blur.png
|
||||
|
||||
Reference in New Issue
Block a user