Hyprland-dotfiles/scripts/updatewal.sh
Stephan Raabe 2cc2cbb2e9 Updates
2023-03-06 17:55:42 +01:00

14 lines
198 B
Bash
Executable File

# ~/.bashrc
echo "Changing theme..."
# Update Wallpaper with pywal
wal -q -i ~/wallpaper/
# Wait for 1 sec
sleep 1
# Reload qtile to color bar
qtile cmd-obj -o cmd -f reload_config
echo "Done."