
Source (link to git-repo or to original if based on someone elses unmodified work): https://github.com/lipido/kargos
A Plasma port of Argos (https://github.com/p-e-w/argos) and BitBar (https://getbitbar.com/) plugins to fast create custom plasmoids.
More info and instructions at: https://github.com/lipido/kargos
version 0.6.0 3 years ago
- Allows spaces on properties if they are enclosed by single quotes. E.g: echo "A directory list | bash='ls -l' terminal=true"
- Mouse wheel rotates items in panel
- Adds a dropdown arrow button
- New "onclick" attribute to set the action to take when clicking the item (href or bash)
- Run/Go buttons are now compact and more integrated in the panel with the KDE style (no borders).
- Some minor bug fixes and aspects improvements.
version 0.6.0 3 years ago
- Allows spaces on properties if they are enclosed by single quotes. E.g: echo "A directory list | bash='ls -l' terminal=true"
- Mouse wheel rotates items in panel
- Adds a dropdown arrow button
- New "onclick" attribute to set the action to take when clicking the item (href or bash)
- Run/Go buttons are now compact and more integrated in the panel with the KDE style (no borders).
- Some minor bug fixes and aspects improvements.
version 0.5.1 3 years ago
- Fixes performance issue in scrolling-up.
version 0.5 3 years ago
- Fixes vertical alignment of items.
- New option for dropdown height.
- Support for image, imageURL, imageWidth and imageHeight and terminal attributes.
- Fix reloading after command configuration change.
- Fix bug to accept '=' in attribute values.
- Fix icon change in rotating lines.
- Stops timers, including rotation, when hovering menu expansion and buttons.
version 0.4 3 years ago
- Also Display rotating lines before '---' when kargos is placed on desktop.
- Display a hint message when no command is configured.
- href (link) and bash (run command) attributes are now accessible via buttons.
- The rotating lines before '---' now implement the same attributes as the lines after '---' (icons, font, size, bash, href, etc).
version 0.3 3 years ago
- Rotation of all lines before "---" in the panel view (as well as all lines with dropdown=false). A rotation interval is added as option.
- Improves width with a new configuration option. If width is not enough, it will wrap the text.
- Smart selects the representation if the plasmoid is on desktop or in a panel.
- Support for "font" and "size" attributes.
version 0.2 3 years ago
Adds support for submenus
MaddogG
3 years ago
I'm on OpenSUSE Tumbleweed, Plasma 5.11.95, KDE 5.42.0. I've installed the plasmoid using the "Get new widgets" feature, now I'll try to get the sources and compile it by myself to check if there is any difference.
Report
MaddogG
3 years ago
Report
MaddogG
3 years ago
Above the line with "---" everything seems to work fine.
Below:
- no icon appears
- imageUrl works but imageWidth doesn't
Dropdowns still not working.
Report
lipido
2 years ago
Report
alex-l
3 years ago
Report
lipido
3 years ago
first-line
----
second-line
third-line
In this case, you will see all the contents: the first line in the task bar, and the remaining if you do clic on it.
However, I am implementing the standard, I will update it in the next hours....
Report
alex-l
3 years ago
Report
alex-l
3 years ago
Report
lipido
3 years ago
Report
alex-l
3 years ago
echo "Launcher | iconName=starred"
echo "---"
doesn't load the icon.
Report
lipido
3 years ago
Report
alex-l
3 years ago
Or is there some tech limit that make an icon before "---" impossible?
Report
lipido
3 years ago
Report
alex-l
3 years ago
Report