-
Notifications
You must be signed in to change notification settings - Fork 326
Pywal doesn't wok with kitty terminal #215
Comments
Kitty most likely doesn't support the escape sequences required. This needs to be fixed on their end. You can open an issue on their repo, see this issue as an example: alacritty/alacritty#656 |
I just installed |
Yeah, I think that the problem is with fish. When I changed terminal to |
I’ll take a look and see if I can reproduce this. |
Weird. For me, it's working great on Arch, using cat...sequences but one OSX, it's not doing anything. iTerm works though. And alacritty. I'm using the same config between Arch & Osx. https://github.com/piggyslasher/dotfiles/blob/master/kitty/.config/kitty/kitty.conf |
It works fine for me even with |
@piggyslasher Did you get it to work on macOS? It works flawlessly with iTerm 2 but Kitty's theme does not change from the one that I have specified in the kitty.conf file. Are there extra steps one must take on macOS in order to get the theme to match the pywal-generated colorscheme? |
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 |
I've figured out why |
Adding |
Hi!
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 commandwal -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
The text was updated successfully, but these errors were encountered: