https://github.com/pystardust/waldl
Browse and download wallhaven.cc using sxiv
https://github.com/pystardust/waldl
sxiv wallpaper
Last synced: 7 months ago
JSON representation
Browse and download wallhaven.cc using sxiv
- Host: GitHub
- URL: https://github.com/pystardust/waldl
- Owner: pystardust
- License: gpl-3.0
- Created: 2021-06-02T20:28:03.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-11-06T15:15:15.000Z (over 2 years ago)
- Last Synced: 2025-04-14T12:53:41.029Z (11 months ago)
- Topics: sxiv, wallpaper
- Language: Shell
- Homepage:
- Size: 24.4 KB
- Stars: 116
- Watchers: 3
- Forks: 20
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-browserless - waldl - Browse and download wallhaven.cc wallpapers using sxiv (Viewing images)
README
# waldl
Browser [wallhaven](https://wallhaven.cc/) using `sxiv`
### [script showcasing video](https://youtu.be/C7n-34bEdF8)
## Usage
```
waldl
```
> Leave query empty to use `dmenu`
- Select wallpapers by marking them using `m` in `sxiv`.
- Quit `sxiv` using `q`.
Selected images would be downloaded. The default download directory is
~/.local/share/wallhaven
Defaults can be changed by changing the user variables, in the start of the
script.
## Installation
Default installation path is `/usr/local/bin`, to change it edit the `INSTALL_PATH` variable in the Makefile.
To install `waldl` just run:
```
make install
```
To later uninstall `waldl` run:
```
make uninstall
```
## Dependencies
* sxiv
* jq
* curl
* dmenu ( *optional* )