summaryrefslogtreecommitdiff
path: root/.config/scripts/wallpaper.sh
diff options
context:
space:
mode:
authorsilly <u65487754@gmail.com>2026-03-16 13:13:55 +0100
committerGitHub <noreply@github.com>2026-03-16 13:13:55 +0100
commit394abb1b7d4b7e50e3273203a1cb374c47feb519 (patch)
treeaf1d840174907fb78b21d7e4bb925baad70c54c6 /.config/scripts/wallpaper.sh
parente42d72412652940311b92ddaeb162f2777c35abe (diff)
Update wallpaper.sh
Diffstat (limited to '.config/scripts/wallpaper.sh')
-rw-r--r--.config/scripts/wallpaper.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/scripts/wallpaper.sh b/.config/scripts/wallpaper.sh
index f244952..e6140fa 100644
--- a/.config/scripts/wallpaper.sh
+++ b/.config/scripts/wallpaper.sh
@@ -8,7 +8,7 @@ MAIN_MONITOR="HDMI-A-1"
SECOND_MONITOR="DP-1"
list_images() {
- DICE_ICON="$HOME/.config/rofi/dice.png"
+ DICE_ICON="$HOME/.config/wallpaper/dice.png"
echo -en "random\0icon\x1f$DICE_ICON\n"
for img in "$WALLPAPER_DIR"*; do