Skip to content

anipr2002/wpset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wpset

A simple, interactive wallpaper selector for GNOME desktops using fzf, gum, and kitty.

Description

wpset is a command-line tool that allows you to recursively search through a directory of images, navigate through subfolders, preview images directly in the terminal, and set your chosen image as the GNOME desktop background.

Features

  • Interactive folder navigation using gum.
  • Fuzzy-finder based image selection using fzf.
  • Image previews directly in the terminal (requires kitty terminal).
  • Automatically checks for dependencies and offers to install them.

Installation

Arch Linux (via AUR)

You can install wpset from the Arch User Repository.

# Using yay
yay -S wpset

# Using paru
paru -S wpset

Manual Installation

  1. Clone the repository:
    git clone <your-repo-url>
    cd wpset
  2. Make the script executable:
    chmod +x wpset
  3. Move the script to a directory in your $PATH:
    sudo mv wpset /usr/local/bin/

Usage

Simply run the command:

wpset

By default, it will search for images in ~/Pictures. You can also specify a different directory:

wpset /path/to/your/images

Dependencies

  • gum
  • fzf
  • kitty (optional, for image previews)

About

Interactive wallpaper selector CLI for GNOME

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages