Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 456 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 456 Bytes

Example plugin for lxqt-panel

Instructions:

#clone repo
git clone https://github.com/elviosak/plugin-example.git ./plugin-newname

# cd into folder
cd plugin-newname

# run rename script
chmod +x ./renameplugin.sh
./renameplugin.sh Example NewName

# install
chmod +x ./install.sh
./install.sh

If everything was succesful you should have a new plugin ready to be added to your panel, named NewName.