change your background image from desktop and lockscreen [gnome]

#!/bin/bash DIR="/DIR_OF_YOUR_IMAGES/" IMG=$(ls $DIR | shuf -n 1) IMG2=$(ls $DIR | shuf -n 1) gsettings set org.gnome.desktop.background picture-uri "$DIR$IMG" gsettings set org.gnome.desktop.screensaver picture-uri "$DIR$IMG2"

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.