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

Thank you for your work. I wanted pywal to run automatically whenever the wallpaper is changed in gnome (via setting or wallpaper apps like fondo). I have tried running `gsettings...

Hi, I recently upgraded my system to Pop Os 20.04 and I am trying to get i3 working as it used to earlier. Pywal sets the colors properly but the...

Polybar only supports `#ARGB` for transparency. I previously used the workaround in https://github.com/dylanaraps/pywal/issues/132#issuecomment-352296339, however this is not a particularly clean solution. With this change I can simply import `~/.cache/wal/colors-polybar.ini` and...

when the line `(cat ~/.cache/wal/sequences &)` is added to the `.zshenv` file, launching a `:!ls` command in neovim introduces bad chars in the ls result: ``` :!ls ^[]4;0;#1e1310^[\^[]4;1;#629A3B^[\^[]4;2;#E79E22^[\^[]4;3;#D5B731^[\^[]4 ;4;#3D5984^[\^[]4;5;#4D7091^[\^[]4;6;#68999C^[\^[]4;7;#b4c7d8^[\^[]4;8;# 7d8b97^[\^[]4;9;#629A3B^[\^[]4;10;#E79E22^[\^[]4;11;#D5B731^[\^[]4;12;#3...

Hi, is there a way to integrate the Pywal generated palette and import it by Qtile to change all the colors too?

Hi! I am using pywal with i3 but I noticed that its applying a color scheme to CodeBlocks (which is undesirable) and I am unsure as to how to create...

Hi, I can run this colorscheme on iTerm2, but not on MacVIM. All kinds of other schemes work but not this one. On picture you can see first "set bg=dark"...

Fix json path export on windows thats generate before

On windows pywal gen incorrect unparsable json for colors.json example: ```json { "wallpaper": "C:\Users\np\AppData\Local\Temp\2.jpg", "alpha": "100", } ``` what should to be: ```json { "wallpaper": "C:\\Users\\np\\AppData\\Local\\Temp\\2.jpg", "alpha": "100", } ```

I'd like to be able to generate values like `color0='51;47;75'` to use with [trueline](https://github.com/petobens/trueline). Right now I can only get the numbers as fractions of 1.