Advertisement
poetician

Wallpaper Changer script

Apr 18th, 2020
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. #!/bin/sh
  2.  
  3. # This script was created by linux dabbler https://www.youtube.com/channel/UC3pasXoRUTKPpQaKtlJz62g
  4.  
  5. DIR="/home/poetician/Pictures/wallpapers"
  6.  
  7. WAL="$(ls $DIR/*.jpg | shuf -n1)"
  8.  
  9. cat $WAL > /home/poetician/.config/wallpaper.jpg
  10.  
  11. feh --bg-scale /home/poetician/.config/wallpaper.jpg
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement