Improve hyprlock stuff
Some checks failed
pre-commit / pre-commit (push) Failing after 17s

This commit is contained in:
2024-06-10 02:26:51 +02:00
parent f67b65245b
commit 8ab6181448
6 changed files with 27 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ if command -v wal &> /dev/null; then
fi
unlink "$WALLPAPER_DIR/current" || true
ln -s "$wallpaper_path" "$WALLPAPER_DIR/current"
ln -s "$wallpaper_path" "$WALLPAPER_DIR/current.png"
for monitor in $(hyprctl monitors | grep 'Monitor' | awk '{ print $2 }'); do
hyprctl hyprpaper wallpaper "$monitor,$wallpaper_path"