diff options
| -rwxr-xr-x | setWallpaper.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/setWallpaper.sh b/setWallpaper.sh index 25db875..3ec4026 100755 --- a/setWallpaper.sh +++ b/setWallpaper.sh @@ -1,9 +1,9 @@ #!/bin/bash # changable config variables: -IMAGE_LOCATION="./tiles" -TEMP_LOCATION="./temp" -OS_LOGO="artix.png" +IMAGE_LOCATION="../tiles" +TEMP_LOCATION="../temp" +OS_LOGO="os.png" #--- asdf="" xrandr --listactivemonitors | grep -oE '[^ ]+$' | sed '1d' | while read -r line ; do |
