summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-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