scripts

scripts to make my pc work
Index Commits Files Refs
setlockscreenbg (201B)
   1 #!/bin/sh
   2 
   3 # Sets the same image used for the wallpaper as the lockscreen background
   4 
   5 imgname=$(grep file $HOME/.config/nitrogen/bg-saved.cfg | cut -c6-)
   6 
   7 echo $imgname
   8 
   9 betterlockscreen -u "$imgname"