A PyQt5 menu to display my apps or any .desktop file
- Display desktop files into multiple tab,
- Drag'n'Drop desktop file to add it in menu
new :
Reduce mode : reduce launcher to a small floating button at application lauch
Dual panel view (with i3) : control windows positions from tab "layout"
Just run:
./pyqtmenu.py
You should have a .desktop file with the following entries:
[Desktop Entry] Name=My_App_Name Comment=My App Description Exec=My/app/path/my_app Icon=My/icon/path/my_icon.png
Put it under:
~/.config/pyqtmenu/Apps/your_catergory/my_app.desktop
or drag 'n' drop it to the wanted category tab
You can configure the menu by the interface (add icon, change icon size/theme)
when you're happy with your save it (Fichier > save)
All configurations can be found in:
~/.config/pyqtmenu
file | description |
---|---|
Apps/ | category/my_app.desktop location |
app_save.json | cache file for .desktop |
config.ini | User configuration file |