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

After I wake my laptop from suspend to RAM, keyboard layout indicator stops changing on changing keyboard layouts.

I might be doing something wrong, but I'm not getting any any right-click/context menus on tray items. From my config: ``` "tray": { "icon-size": 14, "spacing": 10 }, ```

Waybar v0.9.12 [U] gui-apps/waybar Доступные версии: (~)0.9.12 (~)0.9.13 **9999*l {mpd network +popups pulseaudio sndio tray +udev wifi} Установленные версии: 0.9.12(14:28:33 10.07.2022)(network popups pulseaudio tray udev -mpd -sndio -wifi) Домашняя страница:...

The formats for the battery module tooltips are behaving strangely when running on battery power. `{timeTo}` displays `Not` and `{time}` displays nothing. `{capacity}` works as expected, and all three work...

Waybar uses XDG_CONFIG_HOME (excuse me if I butcher the environment variable names) for it's config. It would be nice if instead of a hardcoded "~/Downloads/tzdata" (excuse me if I butcher...

I have started to implement(research) feature show tasks only for current workspace. Feature will be controlled by option "all_workspaces": bool

Would it be possible to change the cursor shape when hovering a module? Specifying the CSS `cursor` property makes Waybar error out saying the `cursor` CSS property is not supported....

On the "wlr/workspaces" module workspace 10 shows before 2-9 with sort-by-name.

bug

The line spdlog::set_level(spdlog::level::from_str(log_level)); runs in client->main(argc, argv); in main.cpp main but i want to add some spdlog::debug level log entry before the client->main(argc,argv) call. I don't know what is the...

Expected Behavior: The clock module links to https://howardhinnant.github.io/date/date.html#to_stream_formatting - This says > %I The hour (12-hour clock) as a decimal number. If the result is a single digit, it is...