Waybar icon indicating copy to clipboard operation
Waybar copied to clipboard

Highly customizable Wayland bar for Sway and Wlroots based compositors. :v: :tada:

Results 446 Waybar issues
Sort by recently updated
recently updated
newest added

Either on sleep or wake waybar crashes running Gentoo sway-1.7-r2 waybar-0.9.13 ``` Aug 31 10:07:19 GreySoap systemd-coredump[21541]: [🡕] Process 59504 (waybar) of user 1000 dumped core. Module linux-vdso.so.1 with build-id...

Tooltip text doesn't accept markup so don't escape the text for that and end up with `'` and other HTML escape codes literally in the tooltip. Fixes #833

Would it be possible to add an exec-if property to the sway/language module, so we can conditionally *not* display the module? This could proof to be useful if you have...

Hello, I have configured the battery module followingly: ``` "battery": { "bat": "BAT0", "interval": 60, "design-capacity": true, "states": { "warning": 30, "critical": 15 }, "format": "BAT: {capacity}% ({time} rem.)", "format-critical":...

No format is available for waybar Network Hotspot.

Waybar works great on my laptop and desktop, but on my pinephone, the battery shows 0%. I set the bat property to axp20x-battery, which is the name of the directory...

Seems like the idle_inhibit module doesn't have a tooltip-format option and just uses the {state} format string. It would be good to have a tooltip-format like eg the battery, network,...

The `keyboard-state` module used the polling mechanism to get the keyboard status by the interval. But we more like to see the indicator update immediately, just like the `pulseaudio` module....

I've been using SwayFX (sway fork) that sends Windows to the scratchpad if they're minimized so only displaying minimized would be a cool new feature :)

feature request : allow waybar window to have a drop shadow of its own. Given that sway and wlroots based compositors arent providing shadow rendering by themselves, instead of making...