


Plasma 5 Menus by cupnoodles 29 comments
[1] https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/113
[2] https://phabricator.kde.org/T12192 - Oct 03 2020

Plasma 5 Menus by cupnoodles 29 comments
Alternatively, you can make a script to patch TabGroup.qml to use the durations you want manually (it'll be reset back on plasma updates):
sudo sed -i 's/PlasmaCore.Units.longDuration/PlasmaCore.Units.shortDuration/g' /usr/lib/qt/qml/org/kde/plasma/components/TabGroup.qml - Oct 03 2020

Plasma 5 Menus by cupnoodles 29 comments
[1] https://invent.kde.org/frameworks/plasma-framework/-/blob/master/src/declarativeimports/plasmacomponents/qml/TabGroup.qml - Oct 03 2020

Plasma 5 Menus by cupnoodles 29 comments

Plasma 5 Menus by cupnoodles 29 comments

Plasma 5 Menus by cupnoodles 29 comments

Plasma 5 Menus by cupnoodles 29 comments
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. - Oct 04 2019

Plasma 5 Menus by cupnoodles 29 comments