Waybar
Waybar copied to clipboard
Highly customizable Wayland bar for Sway and Wlroots based compositors. :v: :tada:
It is great that by default, the wireplumber plugin binds itself to the volume level of the default audio sink for wireplumber, via this line in src/modules/wireplumber.cpp: g_signal_emit_by_name(self->def_nodes_api_, "get-default-node", "Audio/Sink",...
Hello, Thanks for all the great work with this project. Is there a monitor focused/unfocused option? Perhaps a feature? The use case is when I'm on the foucsed monitor I...
It would be nice to be able to style the focused workspace on the non focused output. For example, I have 3 output/displays. On the right one, I have workspace...
The current way of showing CPU usage, which calculates the _average_ load of all cores, assumes that all logical cores available to the system are "equal" regarding their contribution to...
waybar: 10.0 sway: 1.9 wlroots: 17.1 I think the issue started with release of waybar version 10.0. As [wiki](https://github.com/Alexays/Waybar/wiki/Styling) shows I use the style ```css label#window { margin-left: 16px; color:...
Changing "layer" in my waybar configuration doesn't change what layer waybar displays on. Setting "layer" to "bottom", reloading waybar, and then running `hyprctl layers` shows waybar on the top layer...
Along with the local clang-tidy warning fixes This fix privacy module being visible even with no corresponding modules included. For example, with modules = ["screenshare", "audio-in"], so long as "audio-out"...
Currently, only `hwmon-path` is allowed to have multiple path, however the hwmon ID is not stable, for which `hwmon-path-abs` is better, but it's supposed to be a string. This commit...
Waybar currently supports the CSS rgba style, e.g., `background-color: rgba(0, 0, 0, 0.5);`. However, Waybar does not support the CSS hexadecimal alpha style, e.g., `background-color: #00000050;`. Waybar throws an error...
integers for intervals isnt so nice but floating point intervals should be pretty easy to add and could be useful for some use-cases.