151 stable releases

new 1.239.6 Apr 25, 2024
1.239.4 Mar 31, 2024
1.238.16 Dec 31, 2023
1.238.10 Nov 24, 2023
1.125.0 Jul 30, 2022

#38 in Command line utilities

Download history 22/week @ 2024-01-01 39/week @ 2024-02-19 25/week @ 2024-02-26 216/week @ 2024-03-11 180/week @ 2024-03-18 241/week @ 2024-03-25 87/week @ 2024-04-01 17/week @ 2024-04-08 149/week @ 2024-04-15

514 downloads per month

MIT license

43KB
758 lines

CI GitHub release (latest by date) GitHub Release Date Donate me

Changes the wallpaper from the command line.

Motivation

I love the command line, and I love eye candy, this tool combines both worlds by allowing me to change the background image from the command line.

Installation

Build from source

Use the cargo package manager to install the chwp crate:

cargo install chwp

Download latest binary

This snippet will download and install the latest chwp release:

LATEST_VERSION=$(curl -L -s -H 'Accept: application/json' https://github.com/RouHim/chwp/releases/latest | sed -e 's/.*"tag_name":"\([^"]*\)".*/\1/') && \
sudo curl -L -o /usr/bin/chwp https://github.com/RouHim/chwp/releases/download/$LATEST_VERSION/chwp-linux-x86-64 && \
sudo chmod +x /usr/bin/chwp

Arch Linux

Install chwp-bin AUR package:

yay -S chwp-bin

Usage

chwp [keywords]|[imageurl] span

Examples

Set a random wallpaper for the keyword ocean:

chwp ocean

Set a wallpaper from a specific image url:

chwp https://source.unsplash.com/1920x1080

Set a wallpaper from a local path. A random one will be chosen:

chwp /path/to/pictures/

Set a wallpaper from multiple keywords, a random one will be selected:

chwp water,sky,ocean

Combine multiple keywords with a +:

chwp night+city

The span parameter can be used to span the wallpaper over multiple screens:

chwp ocean span

Dependencies

~16–31MB
~360K SLoC