Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adonespitogo/gnome-bg-changer
Change Gnome desktop background every 5 mins
https://github.com/adonespitogo/gnome-bg-changer
Last synced: 28 days ago
JSON representation
Change Gnome desktop background every 5 mins
- Host: GitHub
- URL: https://github.com/adonespitogo/gnome-bg-changer
- Owner: adonespitogo
- Created: 2024-05-22T17:46:03.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-22T18:18:23.000Z (8 months ago)
- Last Synced: 2024-05-22T18:58:31.404Z (8 months ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```