Fix Betterlockscreen Wallpaper Path
- Merge in upstream changes to dwm-flexipatch - Update filepath to wallpaper for betterlockscreen
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
/home/sravan/.scripts/session.sh --restart & # Restart dwm
|
/home/sravan/.scripts/session.sh --restart & # Restart dwm
|
||||||
/usr/bin/nvidia-force-comp-pipeline & # NVIDIA Force Composition Pipeline
|
/usr/bin/nvidia-force-comp-pipeline & # NVIDIA Force Composition Pipeline
|
||||||
/usr/bin/nitrogen --restore & # Restore wallpaper
|
/usr/bin/nitrogen --restore & # Restore wallpaper
|
||||||
/usr/bin/betterlockscreen -u /home/sravan/Pictures/Wallpapers/Solar_System.png & # Update lock screen wallpaper
|
/usr/bin/betterlockscreen -u /home/sravan/Pictures/Wallpapers/Desktop/Solar_System.png & # Update lock screen wallpaper
|
||||||
|
Submodule .config/dwm-flexipatch updated: 9104d89a94...91ded7cbaa
@@ -2467,10 +2467,10 @@ See [[https://github.com/phillipberndt/autorandr#hook-scripts][autorandr hook sc
|
|||||||
*** Post Switch
|
*** Post Switch
|
||||||
|
|
||||||
#+BEGIN_SRC shell :shebang #!/bin/bash :tangle .config/autorandr/postswitch
|
#+BEGIN_SRC shell :shebang #!/bin/bash :tangle .config/autorandr/postswitch
|
||||||
/home/sravan/.scripts/session.sh --restart & # Restart dwm
|
/home/sravan/.scripts/session.sh --restart & # Restart dwm
|
||||||
/usr/bin/nvidia-force-comp-pipeline & # NVIDIA Force Composition Pipeline
|
/usr/bin/nvidia-force-comp-pipeline & # NVIDIA Force Composition Pipeline
|
||||||
/usr/bin/nitrogen --restore & # Restore wallpaper
|
/usr/bin/nitrogen --restore & # Restore wallpaper
|
||||||
/usr/bin/betterlockscreen -u /home/sravan/Pictures/Wallpapers/Solar_System.png & # Update lock screen wallpaper
|
/usr/bin/betterlockscreen -u /home/sravan/Pictures/Wallpapers/Desktop/Solar_System.png & # Update lock screen wallpaper
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** Compositor
|
** Compositor
|
||||||
|
Reference in New Issue
Block a user