Package Details: waybar-git 0.13.0.r41.g0776e69-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: 37
Popularity: 0.066215
First Submitted: 2018-08-09 18:41 (UTC)
Last Updated: 2025-07-30 20:05 (UTC)

Required by (71)

Sources (1)

Latest Comments

« First ‹ Previous 1 .. 6 7 8 9 10 11 12 13 Next › Last »

UnicornDarkness commented on 2019-03-27 08:09 (UTC)

Please add these lines in PKGBUILD:

provides=('waybar')
conflicts=('waybar')

fmartingr commented on 2019-03-19 13:14 (UTC)

You may want to make this conflict with the community/waybar package, so it is uninstalled automatically (or at least warns the user).

ainola commented on 2019-03-16 22:33 (UTC)

Please add a dependency for 'fmt', otherwise it's downloading a copy instead of using the system. Also, this should conflict with 'waybar', which is now in the official repos.

Thanks!

rbnis commented on 2019-03-14 06:53 (UTC) (edited on 2019-03-14 06:54 (UTC) by rbnis)

Please change the dependencies

wlroots-git
sway-git

to

wlroots
sway

Snoop05 commented on 2019-03-12 12:05 (UTC) (edited on 2019-03-12 15:27 (UTC) by Snoop05)

Dependency wlroots found: NO (tried cmake) 
Not looking for a fallback subproject for the dependency wlroots because: 
Use of fallbackdependencies is disabled.
meson.build:49:0: ERROR: Could not generate cargs for wlroots:

$ pacman -Q wlroots
wlroots-git 0.5.0.r0.gc9137cba-1

nedludd commented on 2019-03-11 19:06 (UTC)

The build locks up my computer with a load average over 100.

Happens here:

ninja: Entering directory `/home/thermans/.cache/yay/waybar-git/src/build'
[30/55] Compiling C++ object 'waybar@exe/src_modules_sway_ipc_client.cpp.o'.

I think it's ninja's default of 6 parallel jobs at the same time. Changed to PKGBUILD to run 1 job at a time ('ninja -j 1') and it completed successfully.

chvp commented on 2019-03-11 18:29 (UTC)

Now that sway 1.0 and corresponding wlroots has been released (and added to community) the wlroots-git dependency should be changed to wlroots.