A simple Python GTK GUI for editing your ~/.config/wf-panel-pi.ini
file.
Easily add, remove, and reorder panel launchers for wf-panel-pi without editing INI files by hand.
- Displays launcher icons (from .desktop files) to the left of the launcher name
- Allows click-and-drag reordering
- Lets you add and remove launchers.
- Saves the order and selection to ~/.config/wf-panel-pi.ini
- Designed and tested for Raspberry Pi OS
sudo apt update
sudo apt install -y python3-gi python3-gi-cairo gir1.2-gtk-3.0
curl -LO https://raw.githubusercontent.com/thetechstoner/wfpanelpi-gui/main/wf_panel_pi_config.py
chmod +x wf_panel_pi_config.py
python3 wf_panel_pi_config.py
MIT License