randomwall.sh: Images -> Pictures

This commit is contained in:
end-4
2024-05-24 18:29:10 +07:00
parent eb04db5abc
commit c9a2b09c0d
@@ -1,4 +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)
$CONFIG_DIR/scripts/color_generation/switchwall.sh $(fd . ~/Pictures/wallpapers/ -e .png -e .jpg -e .svg | xargs shuf -n1 -e)