pywal icon indicating copy to clipboard operation
pywal copied to clipboard

🎨 Generate and change color-schemes on the fly.

Results 137 pywal issues
Sort by recently updated
recently updated
newest added

➜ ~ wal -i Pictures/wall.jpg [I] image: Using image wall.jpg. [I] theme: Set theme to _home_sheep_Pictures_wall_jpg_dark_None_None_1.1.0.json. [I] colors: Found cached colorscheme. [I] wallpaper: Set the new wallpaper. [I] sequences: Set...

I've been working on a full Emacs theme on [this branch](https://github.com/jcaw/theme-magic/blob/wal-theme-template/) of [theme-magic](https://github.com/jcaw/theme-magic), an Emacs package designed to export Emacs' color scheme to Pywal. This is my attempt at having...

enhancement

I have read https://github.com/dylanaraps/pywal/wiki/Getting-Started#applying-the-theme-to-new-terminals and put ``` (cat ~/.cache/wal/sequences &) cat ~/.cache/wal/sequences source ~/.cache/wal/colors-tty.sh ``` in my .zshrc So if I open a new terminal, it has the pywal theme...

I don't see why you shouldn't be able to set a wallpaper image (`-i`) and use an existing theme (`--theme`), instead of one generated from the image

The cache should not be used to store user preferences, only temporary generated files. Possible alternative locations: (In order of preference) - `~/.local/state` (`$XDG_STATE_HOME`) - `~/.config`

In my openbox autostart I have `wal -R` and am using xwallpaper. The screen is black when I login and I have to run `wal -R` again to have the...

the heavy work for this PR was done by sonjiku in #601, this PR is a clean up of that one in hopes that the this will be merged now...

![b2cdece724f6819b](https://user-images.githubusercontent.com/89839215/146175725-3677bde3-5327-4699-8ff6-fac759d8b806.jpg) ![2021-12-15-060739_2560x1440_scrot](https://user-images.githubusercontent.com/89839215/146175835-75e0bae2-7b91-4903-9b57-671ebb5f445e.png)

Fresh install, trying for first time: $ wal -i morningforest.jpg -n [I] image: Using image morningforest.jpg. [I] colors: Generating a colorscheme. [I] colors: Using wal backend. Invalid Parameter - -resize...

- I changed the generic_adjust function, so it produces 16 colors by default. - Added command line option "--nine". which reverts to the original 9 color output. - Colors 1-7...