https://github.com/eylles/wal-choose
pywal background chooser with preview
https://github.com/eylles/wal-choose
fzf fzf-scripts pywal pywal16 ueberzug
Last synced: 7 months ago
JSON representation
pywal background chooser with preview
- Host: GitHub
- URL: https://github.com/eylles/wal-choose
- Owner: eylles
- License: gpl-3.0
- Created: 2023-09-04T05:49:50.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-30T03:37:10.000Z (12 months ago)
- Last Synced: 2025-04-05T17:51:10.503Z (8 months ago)
- Topics: fzf, fzf-scripts, pywal, pywal16, ueberzug
- Language: Shell
- Homepage:
- Size: 530 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# wal-choose
a wallpaper and theme chooser built on fzf with pywal and ueberzug
the `wal` commands inside of wal-choose used to set the image for building a
theme or setting the theme to the previous one can be configured to use a
wrapper for pywal or a compatible command instead, tho note that the
replacement command should be capable to do BOTH recieve an image file or a
pywal theme file as input, no error checking whatsoever is done for the config
so you have been warned.
wal-choose will write the default config at
`"${XDG_CONFIG_HOME:-~/.config}/wal-choose/configrc"` if there's no config file
```sh
# my personal config, to use my setbg wrapper
# wal -i command
wal_img_cmd='setbg'
# wal --theme command
wal_thm_cmd='setbg -rn -t'
```
## Install
```sh
git clone https://github.com/eylles/wal-choose
cd wal-choose
make install
```
## screenshot
