Rewrite hyprland config
All checks were successful
Run nix flake check / flake-check (push) Successful in 1m46s

This commit is contained in:
2024-11-20 21:06:17 +01:00
parent a21d90e1e6
commit 9b497a5174
2 changed files with 133 additions and 21 deletions

View File

@@ -26,11 +26,6 @@ if [ -z "$wallpaper_path" ]; then
exit 1
fi
if ! command -v hyprpaper &> /dev/null; then
echo "Could not find hyprpaper command"
exit 1
fi
echo "setting $wallpaper_path as wallpaper"
hyprctl hyprpaper unload all
hyprctl hyprpaper preload "$wallpaper_path"