forked from Shinonome/dots-hyprland
randomwall.sh: Images -> Pictures
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user