diff --git a/scripts/updatewall-hl.sh b/scripts/updatewall-hl.sh new file mode 100644 index 0000000..2fbb12f --- /dev/null +++ b/scripts/updatewall-hl.sh @@ -0,0 +1,9 @@ +#!/bin/bash + +wal -q -i ~/wallpaper/ +source "$HOME/.cache/wal/colors.sh" +newwall=$(echo $wallpaper | sed "s|$HOME/wallpaper/||g") +swww img $wallpaper --transition-step 20 --transition-fps=20 + + +