diff options
| author | realtradam <[email protected]> | 2021-04-10 14:44:18 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2021-04-10 14:44:18 -0400 |
| commit | 9fc7e970e6d1a1e5bc6c1551c5fae2913ecf964e (patch) | |
| tree | b4dd2c21a0d54716d95693bcc7a00db3f880d224 | |
| parent | f7e152ceaf95a0bec2b109f58f288858d8de404f (diff) | |
| download | set-tiled-wallpapers-9fc7e970e6d1a1e5bc6c1551c5fae2913ecf964e.tar.gz set-tiled-wallpapers-9fc7e970e6d1a1e5bc6c1551c5fae2913ecf964e.zip | |
.
| -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 |
