yazgoo/umberbar

Is it compatible with macOS ?

Closed this issue · 5 comments

hpwxf commented

I like very much your idea of plugins for alacritty.
Unfortunately, I followed https://github.com/yazgoo/umberbar#using-it and nothing happens.
Since my environnement is macOS 10.15.7 and Alacritty 9999bd53e148c692cc16cd74b6ff4a9f143fe22f (today's master), I wonder if you tried a config like that or if you know limitations to support this environment.

hpwxf commented

I tried to understand how it works / don't work.
I can see that new command "alacritty" (cf

.arg("--position")
) does not support position and dimensions (I can find these options in alacritty docs).
If I comment out these two options (probably useful), something start (To do so, I copy umberbar project as a local dependency in myumberbar directory).
However the result is not yet as good as yours:
Capture d’écran 2021-02-26 à 23 40 06
NB: I also change font in src/main.rs using font: "SauceCodePro Nerd Font".to_string().

Hi,

Please try and pull the latest version, it should work without --position and --dimension

hpwxf commented

Hi, thank you for your quick answer/commit.

Using a fresh new clone of the latest version, it compiles and runs and something appears.
Unfortunately, the display almost the same (this time, the entire windows is your status bar; no more wide transparent area).
Capture d’écran 2021-03-01 à 11 34 52

May be my usage in not conform. I don't have time to investigate what happens (bad size, no alacritty console below the bar) but I will test it later.

I guess I could try and add this to the config alacritty/alacritty#168 (comment)

closing this because stale, please reopen if needed