Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 days 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 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-23T01:58:12.000Z (9 months ago)
- Last Synced: 2024-02-23T02:39:07.403Z (9 months ago)
- Topics: fzf, fzf-scripts, pywal, pywal16, ueberzug
- Language: Shell
- Homepage:
- Size: 520 KB
- Stars: 6
- 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