diff --git a/.config/ags/scripts/color_generation/randomwall.sh b/.config/ags/scripts/color_generation/randomwall.sh new file mode 100755 index 00000000..3b2c6504 --- /dev/null +++ b/.config/ags/scripts/color_generation/randomwall.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +XDG_CONFIG_HOME="${XDG_CONFIG_HOME:-$HOME/.config}" +CONFIG_DIR="$XDG_CONFIG_HOME/ags" +$CONFIG_DIR/scripts/color_generation/switchwall.sh $(fd . ~/Images/wallpapers/ -e .png -e .jpg -e .svg | xargs shuf -n1 -e)