Package Details: nwg-panel 0.9.5-1

Git Clone URL: https://aur.archlinux.org/nwg-panel.git (read-only, click to copy)
Package Base: nwg-panel
Description: GTK3-based panel for sway and Hyprland Wayland compositors
Upstream URL: https://github.com/nwg-piotr/nwg-panel
Licenses: MIT
Conflicts: nwg-panel-git
Provides: nwg-panel
Submitter: nwg
Maintainer: nwg
Last Packager: nwg
Votes: 5
Popularity: 0.011190
First Submitted: 2021-02-16 00:39 (UTC)
Last Updated: 2023-06-02 00:28 (UTC)

Latest Comments

Ferdinand commented on 2023-05-31 09:28 (UTC)

I got a traceback error until I installed python-cairo. I guess maybe that should be a dependency?

xiota commented on 2023-05-16 07:19 (UTC)

Issues building in clean chroot. Updating to PEP517 method seems to resolve it.

  • Add to makedepends: python-build, python-wheel, python-installer
  • Build with: python -m build --no-isolation --wheel
  • Install with: python -m installer --destdir="$pkgdir" dist/*.whl

nwg commented on 2022-12-06 09:56 (UTC) (edited on 2022-12-06 09:58 (UTC) by nwg)

@hemish You must run it outside sway, See optional dependencies:

wlr-randr (optional) – for non-sway Wayland WMs support

Also see comments below.

hemish commented on 2022-12-06 09:45 (UTC)

nwg-panel fails to run at first, if wlr-randr is not installed, consider adding it to depends

gatlinnewhouse commented on 2021-02-23 20:04 (UTC)

Is there no tray icon support?

nwg commented on 2021-02-17 22:27 (UTC)

@esensar - you're right, I added it to optdepends, and forgot to remove from depends.

esensar commented on 2021-02-17 20:22 (UTC)

Is wlr-randr supposed to be in depends? I can see it is an optional dependency and when I remove it from depends and install the package, everything seems to be working fine.