xuzhen / dockbarx-lxqt-plugin

DockbarX plugin for the LXQt panel
GNU General Public License v3.0
4 stars 0 forks source link
lxqt-panel

DockbarX plugin for the LXQt panel

Version 0.9.1

For Ubuntu users, this plugin can be installed from the PPA

sudo add-apt-repository ppa:xuzhen666/dockbarx
sudo apt update
sudo apt install dockbarx-lxqt-plugin

For Arch Linux users, this plugin can be installed from the AUR

Build dependencies

Extra runtime dependencies

Installation

git clone https://github.com/xuzhen/dockbarx-lxqt-plugin.git
cd dockbarx-lxqt-plugin
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
make
sudo make install