From ae12103ff5c28f9ae00524e715ab3ba11c32936d Mon Sep 17 00:00:00 2001 From: silly Date: Mon, 16 Mar 2026 10:14:11 +0100 Subject: Update wallpaper.sh --- .config/scripts/wallpaper.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config') diff --git a/.config/scripts/wallpaper.sh b/.config/scripts/wallpaper.sh index 40520ca..c63e9ee 100644 --- a/.config/scripts/wallpaper.sh +++ b/.config/scripts/wallpaper.sh @@ -1,8 +1,8 @@ #!/bin/bash WALLPAPER_DIR="$HOME/.config/wallpaper/" -THUMBNAIL_DIR="$HOME/.cache/wallpaper_thumbnails/" -CACHE_PATH="$HOME/.cache/wallpaper.img" +THUMBNAIL_DIR="$HOME/.cache/thumbnails/" +CACHE_PATH="$HOME/.cache/wallpaper/wallpaper.img" RASI_THEME="$HOME/.config/rofi/wallpaper.rasi" MAIN_MONITOR="HDMI-A-1" SECOND_MONITOR="DP-1" -- cgit v1.3.1