mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
added missing files for previous 2 commits
This commit is contained in:
parent
3b501ef8bf
commit
3d7d5b2d8f
1 changed files with 4 additions and 0 deletions
4
.config/ags/scripts/color_generation/randomwall.sh
Executable file
4
.config/ags/scripts/color_generation/randomwall.sh
Executable file
|
|
@ -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)
|
||||
Loading…
Reference in a new issue