pywal
pywal copied to clipboard
🎨 Generate and change color-schemes on the fly.
➜ ~ 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...
If nvim/ranger is opened from rofi, it doens't have the same colorscheme as the rest of the system
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...
 
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...