René D. Obermüller
René D. Obermüller
I'd suggest to run waybar with WAYLAND_DEBUG=1 to shed some light on this, ideally with a config for just wlr/taskbar to reduce noise. I've tried to troubleshoot this a long...
I just reproduced it in a hyprland session, just using Debian package, didn't pay attention to version. Had to convert to mp4 because it's too big as a gif, couldn't...
There was in issue when using waybar on hyprland where taskbar icons didn't survive a screen change. I'm speculating now, but perhaps something similar is happening when the output is...
It's not necessarily the json output from the script. The config file is json as well. I can't reproduce any issues otherwise, but if I replace `"signal" : 12` with...
You should be able to style `#user image`, e.g. ``` #user image { border-radius: 50%; background-color: #ffffff; padding: 5px; } ``` if you start waybar with `GTK_DEBUG=interactive`, you can have...
It does, but that's a limitation of GtkImage. https://gitlab.gnome.org/GNOME/gtk/-/issues/555 The above is a working CSS selector. It might be more useful once #2815 is implemented. Short of that, somebody would...
At least there does not seem to be an issue with the waybar config as such, so I think it's a valid guess. But waybar-updates is a separate repository here:...
Out of curiosity, have you tried to run `waybar-updates` in a terminal? Does it look like valid json?
I don't think the former can be done with Waybar configuration, but it could be achieved using Hyprland IPC or a Hyprland plugin and their workspace event. E.g. based on...
I'm not 100% sure what you mean with "on the same line", but I'd say the icons are centered, which I don't find entirely unexpected for a vertical layout. ...