-
Notifications
You must be signed in to change notification settings - Fork 327
Alacritty doesn't seem to be working with wal #37
Comments
Thanks for doing all of this testing! We could try and open an issue on Alacritty's bug tracker, I did a quick search and couldn't find anything. |
Issue opened on Alacritty's repo: alacritty/alacritty#656 |
Alacritty is now supported! :D |
So, how would I add wal to alacritty? It does work, but I need to re-run wal every-time I open a new alacritty instance. |
You should be able to just add |
So what you're telling me is that I should just add the (e.g. |
Something like that. Maybe only do it when running in a graphical session, I haven't used wal in a long time so I can't remember what I used to do. |
It worked! Thanks. |
[MacOS] I've recently installed alacritty, and pywal doesn't seem to be working! Am I missing something? |
I have no way of debugging macOS. Alacrity works just fine on my Linux install. Are you using the latest version of Alacritty? |
Just reinstalled Alacritty to make sure I have the latest version but the same problem still arises. Whenever I use |
What version of alacritty are you using?
…On Sun, 11 Mar 2018 at 9:45 am, Francisco Santos ***@***.***> wrote:
Just reinstalled Alacritty to make sure I have the latest version but the
same problem still arises. Whenever I use wal -i it reads the wallpaper
but the colors never change. Is there a log file or something alike that I
can check to know more details about the problem?
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#37 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGfAa7TafmYtGebnOH2uhpknoLqOFNJHks5tdFdzgaJpZM4ORbp9>
.
|
I'm using the latest on their repo, can't really give you a number as I don't know any command the shows me the Alacritty version nor have they got any releases or tags on the repo. |
This is still a problem with a fairly recent (march 01) version of Alacritty on macOS. Oddly enough |
It might be worth opening a bug on their tracker. Alacritty works fine on Linux. |
I just wrote a workaround that may help Mac users who want wal colors in Alacritty: https://github.com/egeesin/alacritty-color-export |
@egeesin this is confirmed working for me on MacOS 10.15.2, alacritty 0.3.3 |
@dylanaraps if you don't mind, I'd like to add this to the Wiki as a section under the terminal customization, something like "Alacritty on MacOS". |
Go ahead! 👍 |
Done 😃 |
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 aconfig.yml
that contains non-color options and an auto-generatedcolors.yml
that has colors (used termcolors to convert to Alacritty's format), what I did was add this function: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
The text was updated successfully, but these errors were encountered: