https://github.com/phoenixr-codes/tapete
Simple feh background switcher
https://github.com/phoenixr-codes/tapete
background cli feh terminal wallpaper
Last synced: 19 days ago
JSON representation
Simple feh background switcher
- Host: GitHub
- URL: https://github.com/phoenixr-codes/tapete
- Owner: phoenixr-codes
- License: unlicense
- Created: 2025-04-12T19:34:52.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-21T17:44:22.000Z (about 1 year ago)
- Last Synced: 2025-12-28T21:18:06.064Z (6 months ago)
- Topics: background, cli, feh, terminal, wallpaper
- Language: Nushell
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# tapete
Simple script to switch between wallpapers with `feh`.
## Configuration
In `~/.config/tapete.toml` you can add multiple wallpaper entries with the
following structure:
```toml
[[wallpaper]]
name = "Name of wallpaper"
path = "~/Wallpapers/car.jpg" # Nushell glob pattern is supported
```
## Desktop Shortcut
```desktop
[Desktop Entry]
Version=1.0
Type=Application
Name=Tapete
Comment=Simple wallpaper switcher.
Exec=/home/jonas/Projects/tapete/tapete.nu
Path=
Terminal=true
StartupNotify=false
```