Hyprland-dotfiles/.install/init-pywal.sh
Stephan Raabe ea2a6adbf0 Dev
2023-11-10 21:12:15 +00:00

9 lines
298 B
Bash

# ------------------------------------------------------
# init pywal with default wallpaper
# ------------------------------------------------------
_installSymLink wal ~/.config/wal ~/dotfiles/wal/ ~/.config
wal -i ~/dotfiles/wallpapers/default.jpg
echo "Pywal and templates initiated!"
echo ""