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

arch, hyprland git, hyprland running on intel gpu, plugged via usb-c-hdmi to external monitor, lid closed running `wal -n -q -i "$wp" --saturate 0.3` enables (turns on) laptop monitor (while...

This fixes #684, where on Windows, the wallpaper setting would fail and instead default to black color wallpaper. `SystemParametersInfoA` takes exclusively UTF-8 bytestrings, but python 3 strings are Unicode by...

I want to be able to set certain theme for my application according to whether my pywal theme is light or dark because in certain cases I don't want to...

Persistent Issue with pywal and polybar. Hello! I've been trying to fix this issue for a very long time. I seem to be having conflict between pywal and polybar on...

Hi, im able to use the built in themes, but not a custom theme. Here is the output i get: ``` Traceback (most recent call last): File "/nix/store/r6589p0f23xq8jc7dm4ahwl3zwmxb5x3-python3.10-pywal-3.3.0/bin/.wal-wrapped", line 9,...

I've followed [this section](https://github.com/dylanaraps/pywal/wiki/Getting-Started#applying-the-theme-to-new-terminals) of the wiki and added the lines mentioned to my `~/.zshrc` but all it does is outputting the content of `~/.cache/wal/sequences` when the terminal stars. It...

This PR makes a change so that `--theme` and `-i` no longer conflict; instead the `-i` flag will act as an override for the wallpaper of the theme. This has...

Dear maintainer, When using pywal I found it lacked a version of the colors file with the colors in rgb format instead of hex format. So I took the initiative...