Hyprland-dotfiles/.install/init-pywal.sh

13 lines
421 B
Bash
Raw Normal View History

2023-11-10 16:12:15 -05:00
# ------------------------------------------------------
# init pywal with default wallpaper
# ------------------------------------------------------
2023-11-17 07:48:02 -05:00
if [ ! -f ~/.cache/wal/colors-hyprland.conf ]; then
_installSymLink wal ~/.config/wal ~/dotfiles/wal/ ~/.config
wal -i ~/dotfiles/wallpapers/default.jpg
echo "Pywal and templates activated."
echo ""
else
echo "Pywal already activated."
echo ""
fi