From 9fc7e970e6d1a1e5bc6c1551c5fae2913ecf964e Mon Sep 17 00:00:00 2001 From: realtradam Date: Sat, 10 Apr 2021 14:44:18 -0400 Subject: . --- setWallpaper.sh | 6 +++--- 1 file 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 -- cgit v1.2.3