diff options
| author | silly <u65487754@gmail.com> | 2026-03-16 10:14:11 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-16 10:14:11 +0100 |
| commit | ae12103ff5c28f9ae00524e715ab3ba11c32936d (patch) | |
| tree | 4227e33754f3b557e6134341a8f18e64452c0178 /.config/scripts/wallpaper.sh | |
| parent | 0fd9f009e58e36afa79bfe5205123fe75c9712ca (diff) | |
Update wallpaper.sh
Diffstat (limited to '.config/scripts/wallpaper.sh')
| -rw-r--r-- | .config/scripts/wallpaper.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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" |
