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

When using the CPU module, and enabling a disabled CPU, it crashes in the getCpuUsage() function because [in this loop](https://github.com/Alexays/waybar/blob/710f895/src/modules/cpu/common.cpp#L78) prev_times.size() < curr_times.size(). I think the best option would be...

As documented in #1596 , When workspace names are numbered, workspace 10 shows up before 2 - 9. Adding a new config option seems like the preferred solution here. I've...

I`m using nmcli for switch interface: ``` #!/usr/bin/bash IFS=$'\n' newInterface=$(nmcli -g name,type connection show | grep "ethernet" | cut -d ':' -f 1 | rofi -dmenu) if [ ! -z...

cpp junior here. I gave #866 a shot, but I am stuck [here](https://github.com/Alexays/Waybar/compare/master...Arnaudv6:master#diff-241f77e4e89b5e4a5a25eaa9dc0160ef3ec746946eecd71bf1bda58f2e3c9a3fR597) Remove the `return` statement to try and use thread_ for a delay: this crashes. I'd appreciate any...

I have a script that mounts / unmounts an FTP folder, that gets executed on-click of my module. What i want to do is signal the fact that the folder...

I have the latest waybar running on Arch. I have otf-font-awesome installed. When I look at the default config file, I see all icons except the ones for backlight module....

When having the following line in a custom module: ``` "exec": "echo 'test1 & test2'", ``` running waybar results in: ``` (waybar:3775754): Gtk-WARNING **: 01:21:03.702: Failed to set text 'test1...

When I leave my laptop suspended, on wake I find that waybar `mpd` module is unresponsive. I can control MPD server with clients, but mpd info at waybar is not...

bug

Hello, thanks for taking a look at this. I am having a lot of issues trying to get Waybar to look/function as I want it to. I'm learning some CSS...

## System information OS:Arch Linux wm:Hyprland ## How to Reproduce Open an application from the libappindicator tray.(for example,telegram desktop) Click other module in waybar. ## Expected results The clicked button...