
Plasma 5 Menus kickoff launcher plasma plasma5 plasmoid
Source (link to git-repo or to original if based on someone elses unmodified work): https://gitlab.com/nwwdles/plasma-kickoff-grid
Application menu with Favorites and Applications displayed in multiple columns.
Features:
- subtitle text can be disabled,
- label position can be changed (right/bottom/hidden),
- icon size can be changed,
- menu size can be changed,
- item margins can be changed.
5.19.5.0 3 months ago
- allow hiding subtitles and changing icon sizes for Leave, History and other tabs
5.19.5.0 3 months ago
- allow hiding subtitles and changing icon sizes for Leave, History and other tabs
5.18.5.2 7 months ago
- attempt to fix a bug that resulted in empty favorites list on first launch
5.18.5.0
- upstream updates from master
- fix name collision with Qt5.14 property in grid config page
5.18.0.0 11 months ago
- Upstream updates from 5.18.
- Add margins options.
- Add an option to allow resizing the menu using the mouse (Alt+RMB drag by default). The actual feature is that the menu will now remember the size when it's resized this way.
- Fix search slide-in direction.
5.17.0.2 1 year ago
- Applications tab now supports grid view too (in some layouts category arrow may look ugly)
- fix 'Always use maximum columns' setting not being saved
5.17.0.1 1 year ago
1. default configuration is now set to 2 columns
2. columns count can now be set to 'always maximum count', or be incremented as columns fill up.
3. updates from upstream and some my fixes:
3.A. restore favorites order when dragging an item outside of the menu
3.B. reordering tabs fixes:
3.B.a. reordered tabs no longer slide in from wrong directions
3.B.b. switching between tabs using keyboard correctly handles reordered tabs
3.B.c. known issue: Search tab now slides in from the left side
4. pinning an item to Task Manager no longer closes the menu
4.A. known issue(?): it won't close the menu on 'Open New Window' and other context menu actions and I'm still undecided if that's the behavior I want.
5.16.3.2 1 year ago
- move Favorites view settings to a separate settings page
- support for labels under icons
- 1 column view fully replicates the look of the default kickoff list view
- code cleanup
cupnoodles
1 year ago
You can open `$HOME/.local/share/plasma/plasmoids/com.gitlab.cupnoodles14.kickoff/contents/ui/ApplicationsView.qml` and replace `KickoffListView` with `KickoffGridView`. It will display apps and categories in a grid. It will use the same settings as the favorites view though.
Here's a command to do it (if you have the same path for plasmoids as me) and restart plasma to apply changes.
```
sed -i 's/KickoffListView/KickoffGridView/' $HOME/.local/share/plasma/plasmoids/com.gitlab.cupnoodles14.kickoff/contents/ui/ApplicationsView.qml
kquitapp5 plasmashell && kstart5 plasmashell
```
(I'm pretty sure markdown doesn't work here but I'll use it anyway.)
I tried it out and it doesn't look too bad, I'll add it as an option in a future version.
Report
alzemand
1 year ago
Report
migzulk
1 year ago
Report
sjamaan
1 year ago
Report