https://github.com/gillchristian/wallp
:mount_fuji: Change your wallpaper from the terminal
https://github.com/gillchristian/wallp
cli wallpaper
Last synced: 3 months ago
JSON representation
:mount_fuji: Change your wallpaper from the terminal
- Host: GitHub
- URL: https://github.com/gillchristian/wallp
- Owner: gillchristian
- Created: 2017-01-22T22:42:37.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-12T23:49:21.000Z (over 9 years ago)
- Last Synced: 2025-02-28T19:36:50.484Z (over 1 year ago)
- Topics: cli, wallpaper
- Language: Go
- Homepage: https://github.com/gillchristian/wallp
- Size: 5.86 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# wallp
Change your wallpaper from the terminal.
## Install
```bash
$ go get github.com/gillchristian/wallp
```
## Use
```bash
$ wallp path/to/wallpapers/directory
```
Use `-l` to set the latest modified image on the directory as the wallpaper, instead of a random one.
```bash
$ wallp -l path/to/wallpapers/directory
```
If you don't provide a directory it will default to `~/Pictures`.