Results 20 comments of Rayzeq

Ok sorry I thought that it was global to Black

This is because eww now uses gtk's truncation system, and gtk somehow decided that there wasn't enough space to display your text. Setting `:show-truncated "false"` solves the problem because this...

My systray widget as the css class `tray`. You can use my config as a reference to help you theme the systray menus ``` .tray menu { border-radius: 10px; padding:...

Could you send your config ? For me it works with: ``` .tray menu { border-radius: 0; } ```

Well, I copy-pasted your config on my computer and here is the result ![Untitled](https://github.com/elkowar/eww/assets/26172375/88c571de-d8de-4f42-a0af-c2ba380bd3a7) However I noticed you were using `:pack-direction` on the systray widget, which has been removed by...

No, I don't think it's the compositor, I was saying that you may not have the very latest version of eww, which would explain why it works for me (I'm...

This seems to have the same causes as #1022, please see my comment there to have potential workarounds

Seem like the author lost access to the repository (see #280), so you have to have install the package manually

Seem like the author lost access to the repository (see #280), so you have to have install the package manually

I also have this issue on Nixos, adding `wayland-protocols` as a build dependency solves it. Here's how to do it for those who need it: ```nix the-variable-you-want-to-put-your-package-in = with pkgs;...