question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Alacritty doesn't seem to be working with wal

See original GitHub issue

I installed Void Linux today and finally managed to get pywal working (it only has py3.5 so I compiled 3.6.1 with pyenv) and since it doesn’t have Termite (my go-to terminal) in it’s repos I decided to try Alacritty (it’s supposed to be fast). So turns out it’s dash-fast, as in “lacks too many useful features” (probably because it’s still in alpha). The printf "%b" "\033]11;#ff0000\007" does nothing so I guess you should add it to the list. I tried to make it work with wal by having a config.yml that contains non-color options and an auto-generated colors.yml that has colors (used termcolors to convert to Alacritty’s format), what I did was add this function:

function fix_alacritty() {
	local dir="${HOME}/.config/alacritty"
	rm "${dir}/alacritty.yml"
	cat "${dir}/config.yml" "${dir}/colors.yml" >> "${dir}/alacritty.yml"
}

And call it in the script that gets executed after wal, turns out Alacritty needs everything to be in specific positions for the thing to work (it is possible with some mad regex-foo or yaml parsing, both of which I’m no good at and not going to try doing since the benefits aren’t that good, not being able to change colors on the fly is a bummer)

So I guess it’s not really an issue with wal but I’m just letting you know

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:20 (10 by maintainers)

github_iconTop GitHub Comments

3reactions
egeesincommented, Aug 14, 2019

I just wrote a workaround that may help Mac users who want wal colors in Alacritty: https://github.com/egeesin/alacritty-color-export

3reactions
dylanarapscommented, Mar 21, 2018

It might be worth opening a bug on their tracker. Alacritty works fine on Linux.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Alacritty Terminal Version 0.3.0 Release : r/rust - Reddit
I'm one of the Alacritty maintainers and Version 0.3.0 has just been released, since this is a slightly bigger release I've decided to...
Read more >
How to Use and Configure Alacritty (The Best Terminal ...
Tired of your slow, bloated terminal emulator? Try Alacritty, which is not only the fastest terminals, it's also one of the nicest to...
Read more >
How to fix font size in alacritty? - Stack Overflow
Possible workaround is to use -o flag when running alacritty and set font.size to desired ...
Read more >
Change Color Scheme of Linux Terminal Based on Wallpaper
Pywal is handy utility that automatically changes the color scheme of your Linux terminal based on the background wallpaper. Learn to use it....
Read more >
External terminal support? (#116) · Issues - GitLab
Unfortunatly, it doesn't seem to support any of the applications I use (I just use eshell, no terminals). It does work on rxvt...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found