• Stars
    star
    110
  • Rank 316,770 (Top 7 %)
  • Language
    Shell
  • License
    GNU General Publi...
  • Created over 3 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Browse and download wallhaven.cc using sxiv

waldl

Browser wallhaven using sxiv

Usage

waldl <query>

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 )