improve i3lock

This commit is contained in:
SALVI Jérémie
2024-08-16 17:06:08 +02:00
parent 8e36eebe25
commit edbf81ed9c
3 changed files with 7 additions and 1 deletions

1
TODO
View File

@@ -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

View File

@@ -14,6 +14,7 @@ htop
hyprland
i3lock
i3-wm
imagemagick
lxappearance
nextcloud-client
nvidia

6
scripts/i3lock.sh Executable file
View 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