Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/adonespitogo/gnome-bg-changer

Change Gnome desktop background every 5 mins
https://github.com/adonespitogo/gnome-bg-changer

Last synced: about 21 hours ago
JSON representation

Change Gnome desktop background every 5 mins

Awesome Lists containing this project

README

        

# gnome-bg-changer
Automatically change your desktop background every 5 minutes with a random image from `~/Pictures/Wallpapers` directory.
You can also forcefully change the background by running the script in `.config/scripts/change-bg.sh`.

## Installation

```sh
mkdir -p ~/Pictures/Wallpapers
git clone https://github.com/adonespitogo/gnome-bg-changer.git /tmp/gnome-bg-changer
cp -r /tmp/gnome-bg-changer/.config/* ~/.config/
chmod +x ~/.config/scripts/change-bg.sh
systemctl --user enable --now change-bg.timer
```