I tried to make my waybar transparent by setting stylix.opacity.desktop to 0.0. This worked but also make the tooltip transparent. Is there someway to force it a set opacity?
You can find my config here: GitHub - mastermines1/nixDotfiles
Thanks
You need to set stylix.opacity.desktop
. For example:
stylix.opacity = {
desktop = 0.5;
terminal = 0.9;
};
man huge thanks, also, where is it in the docs, wanted to read it further