diff options
Diffstat (limited to '.config/scripts')
| -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" |
