Package Details: waybar-git 0.15.0.r822.g4e76d73-1

Git Clone URL: https://aur.archlinux.org/waybar-git.git (read-only, click to copy)
Package Base: waybar-git
Description: Highly customizable Wayland bar for Sway and Wlroots based compositors
Upstream URL: https://github.com/Alexays/Waybar
Keywords: bar sway wlroots
Licenses: MIT
Conflicts: waybar
Provides: waybar
Submitter: BlueGone
Maintainer: xiota (Alexays)
Last Packager: xiota
Votes: 38
Popularity: 0.52
First Submitted: 2018-08-09 18:41 (UTC)
Last Updated: 2026-07-04 04:24 (UTC)

Required by (98)

Sources (1)

Latest Comments

1 2 3 4 5 6 .. 13 Next › Last »

xiota commented on 2026-07-24 17:16 (UTC)

@TheBuddhalint I suspect your problem will be fixed shortly. If not, please provide build info and logs in a pastebin.

TheBuddhalint commented on 2026-07-24 09:52 (UTC)

@xiota none of these seem to solve this issue.

xiota commented on 2026-07-23 19:49 (UTC)

@TheBuddhalint Install aur/libcava or clear your aur helper cache and rebuild.

TheBuddhalint commented on 2026-07-23 17:09 (UTC)

getting this error: /usr/bin/waybar: error while loading shared libraries: libcava.so.0: cannot open shared object file: No such file or directory

kode54 commented on 2026-07-04 02:57 (UTC)

As of the initial upstream commit 8fa58b1000240b6bf9ff601d74f1ed8d8ebc6bde and completed by the following commit 5ecda401667e946540140b40f1cc809c2b1b1e57, upstream now requires libmm-glib.

weftwise commented on 2026-02-05 05:25 (UTC)

Cleared the package cache and rebuilt and it is now working. Thanks @xiota

weftwise commented on 2026-02-05 05:25 (UTC)

Cleared the package cache and rebuilt and it is now working. Thanks @xiota

weftwise commented on 2026-02-03 17:42 (UTC)

I am getting the following error when trying to build with hyprland

./waybar/src/bar.cpp: In constructor ‘waybar::Bar::Bar(waybar::waybar_output*, const Json::Value&)’:
../waybar/src/bar.cpp:232:65: error: cannot convert ‘Json::String’ {aka ‘std::__cxx11::basic_string<char>’} to ‘const char*’
  232 |   gtk_layer_set_namespace(gtk_window, config["name"].isString() ? config["name"].asString() : "waybar");
      |                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                                 |
      |                                                                 Json::String {aka std::__cxx11::basic_string<char>}

Please let me know what other information would be relevant and I can include it. Thanks!