Adjust Lockscreen image path

This commit is contained in:
Sravan Balaji
2024-05-30 21:56:14 -04:00
parent 8810d03b3a
commit 1ea31d29ab
2 changed files with 2 additions and 2 deletions

View File

@@ -2900,7 +2900,7 @@ fi
# Update lock screen wallpaper
/usr/bin/betterlockscreen -u \
/home/sravan/Data/Pictures/Wallpapers/Desktop/Solar_System.png &
/home/sravan/Data/NextCloud/Wallpapers/Desktop/Solar_System.png &
#+END_SRC
** Compositor

View File

@@ -17,4 +17,4 @@ fi
# Update lock screen wallpaper
/usr/bin/betterlockscreen -u \
/home/sravan/Data/Pictures/Wallpapers/Desktop/Solar_System.png &
/home/sravan/Data/NextCloud/Wallpapers/Desktop/Solar_System.png &