Pywal doesn't wok with kitty terminal
See original GitHub issueHi!
I set up everything. Here is what I put into /etc/profile
and ~/.profile
:
(cat ~/.cache/wal/sequences &)
cat ~/.cache/wal/sequences
source ~/.cache/wal/colors-tty.sh
Then I added wal -R
into ~/.xinitrc
and pywal is not working. When I type command wal -i mywal.png
everything works fine, but when I open another terminal it’s using default colors. Did I do something wrong?
Here is my spec: os: Arch Linux wm: i3-gaps terminal: kitty-terminal
Issue Analytics
- State:
- Created 5 years ago
- Comments:9 (4 by maintainers)
Top Results From Across the Web
Issue with kitty @ set-colors : r/KittyTerminal - Reddit
When I use pywal all terminal have their theme changed ... I'll try with that sequences code from pywal and if it doesn't...
Read more >[SOLVED] Issue setting terminal colours - Arch Linux Forums
I'm running i3wm from sddm and use kitty for a terminal. ... my bashrc doesn't have any reference to pywal or colour so...
Read more >Frequently Asked Questions - kitty - Kovid Goyal
I get errors about the terminal being unknown or opening the terminal failing when SSHing into a different computer? Keys such as arrow...
Read more >pywal · PyPI
Generate and change color-schemes on the fly. img. Pywal is a tool that generates a color palette from the dominant colors in an...
Read more >Change Color Scheme of Linux Terminal Based on Wallpaper
Pywal is handy utility that automatically changes the color scheme of ... Open a new terminal and you'll notice that it doesn't use...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I managed to ~ make it work on macOS. First, I had to install from git since the pip version was way out of date and had a couple of macos-specific troubles. After that running
wal -R
(assuming you already have generated theme already) /from kitty itself/ works. I’m still trying to figure out why doesn’t it work if executed from outside of kitty since my driver script that manages pywal is running in a daemon. Would be happy to get any pointers.I’ve figured out why
wal -R
only worked form within kitty: because by default kitty remote control expects to be ran from within one of the kitty windows. Added #595 to communicate over the socket if calling from outside