pywal
pywal copied to clipboard
🎨 Generate and change color-schemes on the fly.
Hello, I wonder if there is any way to know the current theme the terminal is used? I know when use "wal --theme random" , it will print the current...
Credit goes to Vanadium for suggesting a fix on [AskUbuntu](https://askubuntu.com/questions/1403952/wallpaper-background-switches-back-to-default-when-in-dark-mode-22-04-lts).
Hi there, I was working with the pywal module to make a plugin for another app, and i found that (at least in my pc) `SystemParametersInfoA` doesn't work, but `SystemParametersInfoW`...
In `st` terminal, `printf "%b" "\033]11;#ff0000\007"` may not work but pywal does work. If I run: ```sh xrdb -remove * printf "%b" "\033]11;#ff0000\007" ``` The terminal background does NOT turn...
``` Traceback (most recent call last): File "/home/ariel/.local/bin/wal", line 33, in sys.exit(load_entry_point('pywal==3.3.0', 'console_scripts', 'wal')()) File "/home/ariel/.local/lib/python3.10/site-packages/pywal/__main__.py", line 208, in main parse_args(parser) File "/home/ariel/.local/lib/python3.10/site-packages/pywal/__main__.py", line 185, in parse_args export.every(colors_plain) File "/home/ariel/.local/lib/python3.10/site-packages/pywal/export.py",...
I tried using the .red, .green, and .blue modifiers in a user template, which wasn't working. I was using the package from the AUR. After looking into it I figured...
Hey Make this theme (pywal) for vscode
Hi there, nnn's colors are selected by setting shell variable NNN_FCOLORS to a string containing 12 xterm 256 color hex numbers *where each color is 2 symbols* example : ```...
The wiki should also be updated. For this template to work you have to add the following to your alacritty.yml: ``` import: - ~/.cache/wal/colors-alacritty.yml ```
Hi! This is a feature request. I am using pywal on my pc, and I noticed a file called at `${HOME}/.fehbg` is being created and modified every time I switch...