From 1ea31d29ab035cd0c04c656dccb76d5837acc39a Mon Sep 17 00:00:00 2001 From: Sravan Balaji Date: Thu, 30 May 2024 21:56:14 -0400 Subject: [PATCH] Adjust Lockscreen image path --- README.org | 2 +- autorandr/.config/autorandr/postswitch | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index f2ff243..29da11f 100644 --- a/README.org +++ b/README.org @@ -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 diff --git a/autorandr/.config/autorandr/postswitch b/autorandr/.config/autorandr/postswitch index da74e00..ad1207b 100755 --- a/autorandr/.config/autorandr/postswitch +++ b/autorandr/.config/autorandr/postswitch @@ -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 &