Skip to content
Piotr Miller edited this page Feb 1, 2021 · 16 revisions

Installation

Dependencies

  • python (python3)
  • python-gobject
  • gtk3
  • python-setuptools
  • python-i3ipc: for use with sway WM
  • wlr-randr: for use with other wlroots-based Wayland compositors

The Controls module depends on:

  • light: for the brightness slider;
  • alsa, alsa-utils, python-pyalsa: for the volume slider (the latter is not necessary, but recommended if available);
  • bluez, bluez-utils: for bluetooth status
  • upower or acpi: for battery status

Note: for now the bluetooth status won't work on systemd-less distributions.

The Playerctl module depends on:

  • playerctl

To install

git clone https://github.com/nwg-piotr/nwg-panel.git
cd nwg-panel
sudo python setup.py install --optimize=1

To uninstall

sudo rm -r /usr/lib/python3.9/site-packages/nwg-panel*
sudo rm /usr/bin/nwg-panel
Clone this wiki locally