
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Simple Menu is an intentionally minimal launcher widget for Plasma 5. Powered by the same powerful backend as Plasma 5's bundled launchers, its UI is similar to the fullscreen Application Dashboard, just in a small, floating window. In addition to the application grid and filtering, it supports favorites, search and basic system actions.
NOTE: Simple Menu requires Plasma version 5.9 or higher and KDE Frameworks version 5.34 or higher.
Changes in v1.0.12 2 years ago
* Menu entries are now always sorted alphabetically. On future Plasma releases this will include the category list on the right of Simple Menu.
* The search field now has a placeholder text.
Changes in v1.0.12 2 years ago
* Menu entries are now always sorted alphabetically. On future Plasma releases this will include the category list on the right of Simple Menu.
* The search field now has a placeholder text.
Changes in v1.0.11 2 years ago
* Launching apps by touchscreen tap now works.
* An item's highlight decoration now stays in place when opening its context menu.
* Resource usage optimizations for an even faster and lighter menu.
* Minor bugfixes.
Changes in v1.0.10 2 years ago
* Fixed "Add to Favorites" not working as of v1.0.8.
Changes in v1.0.9 2 years ago
* Fixed a bug causing system action buttons to stay highlighted when the mouse pointer leaves the area.
Changes in v1.0.8 2 years ago
* Made switching categories by hovering them optional. You can now turn it off in the settings.
* Custom panel button images now work better. They're smoothly scaled, and square images are automatically rounded to crisp sizes just like normal icons are.
* The UI for setting custom button images now uses the regular icon picker dialog (it supports custom images in recent releases of the KDE Frameworks libraries) and you can also set a custom button image by just dropping it on the config area.
* Speed optimizations to make the menu open faster and speed up switching of categories.
* Fixed hovering a menu item interfering with arrow keyboard navigation on newer versions of Qt.
Changes in v1.0.7 3 years ago
* Fixed arrow navigation through the search results after entering search terms not working.
* Improved arrow navigation while searching: Previously, it was necessary to arrow down into the results after entering search terms before horizontal arrow navigation through the search results would work. This was changed, so that e.g. arrow right will now immediately move to the second search result, for a more friction-free search and launch experience.
* Tab and Shift+Tab can now be used to cycle through the search field, the system favorites (Shutdown & co) and the category list.
Changes in v1.0.6 3 years ago
* Fixed triggering context menu actions.
Changes in v1.0.5 3 years ago
* Speed optimizations to open the menu faster.
Changes in v1.0.4 3 years ago
* Fixed menu appearing on the wrong monitor in multi-monitor setups.
* Fixed crash when opening the context menu for search result items.
Changes in v1.0.3 3 years ago
* Fix favorites on Plasma 5.11 and support the new globally shared favorites and unique per-activity favorites.
Changes in v1.0.2 3 years ago
* Made sure initial arrow key press always selects first item.
* Polished search experience: First search result is selected while searching, no longer requiring extra key presses to launch.
* Fixed auto-hide panels not staying open while Simple Menu is open.
* Support for the panel icon size hint in Frameworks 5, prevents panel icon getting too large in wide panels.
* Fixed panel icon missing mouseover highlight effect.
* Now requiring KDE Frameworks v5.34.
learninglinuxdk
3 months ago
Report
learninglinuxdk
3 months ago
Line 118:
x = (appletBottomLeft.x < horizMidPoint) ? screen.x offset (Math.floor((screen.width / 2))-337) : (screen.x screen.width) - width - offset;
in file:
/home//.local/share/plasma/plasmoids/org.kde.plasma.simplemenu/contents/ui
Report
sharkpin
5 months ago
https://imgur.com/a/rCpv8p2
Report
alexandershk
6 months ago
Report
newtuxman
7 months ago
As remix, I would like to see an option to resize the menu and/or resize the menu in full screen.
Thanks.
Report
newtuxman
7 months ago
The last version is 2 years old.
Report
remix
7 months ago
Report
remix
7 months ago
Do you have github or something like that?
Report
Sho
7 months ago
Report
migzulk
7 months ago
killall plasmashell && kstart5 plasmashell
Report
migzulk
7 months ago
PS: I am not the creator of the plasmoid. Regards.
Report
migzulk
7 months ago
and adding below the line that contains the following code:
wrapMode: Text.WordWrap
"maximumLineCount: 2" (without the quotes). Additionally, you could set a different value for the font (bigger or smaller), as follows, adding for example:
font.pointSize: 9 (one point less than the default value I think)
Once the changes are made, save them and restart Plasma for the changes in the Plasmoid to take effect, invoking Krunner (alt + f2) and typing the following:
killall plasmashell5 && plasmashell
To finish, the resizing of the plasmoid is a bit more complex (at least for me, I'm a novice and I'm in the process of learning), but maybe I will let you know when I finally share some of my projects. I hope I have been able to help.
Report
remix
7 months ago
Report
migzulk
7 months ago
Report
moshpirit
8 months ago
Report
Sho
8 months ago
Report
markster
10 months ago
Report
benjaminchile
1 year ago
Report
Sho
11 months ago
Report
benjaminchile
1 year ago
Report
amrith
1 year ago
Report
ianp5a
1 year ago
Report
ianp5a
1 year ago
Report
ianp5a
1 year ago
And it also shows both Name and Icon unlike the "Application Menu" that shows Favourites Icons only.
Report
Ivanwah
1 year ago
Report