https://github.com/mousebyte/wpmgr
nitrogen-based wallpaper manager script
https://github.com/mousebyte/wpmgr
Last synced: 2 months ago
JSON representation
nitrogen-based wallpaper manager script
- Host: GitHub
- URL: https://github.com/mousebyte/wpmgr
- Owner: mousebyte
- License: mit
- Created: 2023-06-23T05:40:29.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-24T14:20:44.000Z (almost 3 years ago)
- Last Synced: 2025-01-07T18:19:36.311Z (over 1 year ago)
- Language: Shell
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wpmgr
nitrogen-based wallpaper manager script
## Installation and Usage
You will need [nitrogen](https://github.com/l3ib/nitrogen) in order for the script to work.
To install the script, just copy the main file (`wpmgr`) to a directory in your `PATH` and make it executable.
The zsh completion file (`_wpmgr`) can be installed anywhere on `fpath` (such as `/usr/share/zsh/functions/Completion/Linux`).
```
Usage: wpmgr COMMAND [ARG]
-l list profiles
-s, --save PROFILE save current Nitrogen settings as a profile
-r, --restore PROFILE load a profile
-d, --delete PROFILE delete a profile
-n, --new create a new profile in Nitrogen
-c, --next [PATTERN] cycle forwards through profiles
-C, --prev [PATTERN] cycle backwards through profiles
If PATTERN is specified on the cycling commands, wpmgr will only cycle to profiles matching PATTERN.
```