diff --git a/scripts/updatewal-swww.sh b/scripts/updatewal-swww.sh index 2fbb12f..610c20f 100755 --- a/scripts/updatewal-swww.sh +++ b/scripts/updatewal-swww.sh @@ -1,9 +1,31 @@ #!/bin/bash +# _____ _ ______ ____ ____ __ +# |_ _| |__ ___ _ __ ___ ___ / ___\ \ / /\ \ / /\ \ / / +# | | | '_ \ / _ \ '_ ` _ \ / _ \ \___ \\ \ /\ / / \ \ /\ / / \ \ /\ / / +# | | | | | | __/ | | | | | __/ ___) |\ V V / \ V V / \ V V / +# |_| |_| |_|\___|_| |_| |_|\___| |____/ \_/\_/ \_/\_/ \_/\_/ +# +# +# by Stephan Raabe (2023) +# ----------------------------------------------------- +# ----------------------------------------------------- +# Select random wallpaper and create color scheme +# ----------------------------------------------------- wal -q -i ~/wallpaper/ + +# ----------------------------------------------------- +# Load current pywal color scheme +# ----------------------------------------------------- source "$HOME/.cache/wal/colors.sh" + +# ----------------------------------------------------- +# get wallpaper iamge name +# ----------------------------------------------------- newwall=$(echo $wallpaper | sed "s|$HOME/wallpaper/||g") + +# ----------------------------------------------------- +# Set the new wallpaper +# ----------------------------------------------------- swww img $wallpaper --transition-step 20 --transition-fps=20 - -