
Source (link to git-repo or to original if based on someone elses unmodified work): https://github.com/Zren/plasma-applet-commandoutput
Simple widget to print output of a command run every __ seconds.
* Final newline is striped (you can replace all newlines with spaces in the config).
* You can also specify commands to run on click or scrolling up/down.
* You can change font size and color, and can hide the desktop widget background.
* You can set a fixed width/height it should occupy in the panel.
You might be interested in a more advanced widget called Kargos (https://store.kde.org/p/1173112/) which has a specific syntax for rendering the command's output as buttons/text in a popup.
v11 - November 11 2020 3 months ago
* Don't auto resize desktop widgets (Issue #22)
* Update various i18n scripts, the widget name is now translated.
* Added French translations by @Almtesh (Pull Request #23 and #24)
* Updated Dutch translations by @Vistaus (Pull Request #25)
v11 - November 11 2020 3 months ago
* Don't auto resize desktop widgets (Issue #22)
* Update various i18n scripts, the widget name is now translated.
* Added French translations by @Almtesh (Pull Request #23 and #24)
* Updated Dutch translations by @Vistaus (Pull Request #25)
v10 - April 30 2020 9 months ago
* Add fixed height setting (Issue #18)
* Always use a fixed size font (Issue #18)
* Wrap only if we don't have a fixed width (not horz panel).
* Show truncated/elided text in tooltip.
v10 - April 30 2020 9 months ago
* Add fixed height setting (Issue #18)
* Always use a fixed size font (Issue #18)
* Wrap only if we don't have a fixed width (not horz panel).
* Show truncated/elided text in tooltip.
v9 - November 15 2019 1 year ago
* Change hardcoded min interval to 0ms instead of 1000ms.
* Only remove final newline in stdout. Previous behavior can be re-enabled in the config. (Issue #3)
* Add ability to set default text+outline color like simpleweather.
* Run command immediately on command change. Fixes bug where widget stops updating if command was changed after command was run, but before the command finishes.
* Add ability to set a fixed width (off by default).
* Update Dutch translation by @Vistaus (Pull Request #16)
v8 - February 20 2019 2 years ago
* Fix click + mousewheel commands no longer serializing (Issue #6)
v7 - February 13 2019 2 years ago
* Added Dutch translation by @Vistaus (Pull Request #10)
* Added support opening html links `<a href="">Link</a>` in your web browser.
v6 - February 9 2019 2 years ago
* Fix boldness not persisting.
* Add ability to center/right align output, italicize and underline.
* Add ability to hide background when used as a desktop widget.
* Fix selecting the default font after changing to another font.
* Add ability to run a command on click / mousewheel (Issue #6)
v5 - May 6 2018 2 years ago
* Support use as a Desktop Widget.
* Add ability to change the font family, size, and boldness.
v4 - March 12 2018 2 years ago
* Run command on load so in case the interval is very long.
v3 - April 5 2017 3 years ago
* Use a lower version of QtQuick.Layouts so that the widget works with Plasma 5.5 (Ubuntu 16.04)
v2 - February 20 2017 4 years ago
* Fix configuring intervals other than 1 second. Thanks @sheerhub
* Use the utilities-terminal icon
amanzer
5 days ago
Report
bagatelle
1 month ago
Report
dzwiedziu
4 months ago
Report
Zren
4 months ago
Report
rumcho
5 months ago
echo -e "\e[31mRed Test $(date +%S)\e[0m"
Report
Zren
5 months ago
Report
Zren
5 months ago
Report
rumcho
5 months ago
echo "RED Test $(date %S)"
Report
rumcho
5 months ago
Report
rumcho
5 months ago
Report
rumcho
5 months ago
Report
sayang2001
1 year ago
Report
sayang2001
1 year ago
Report
m4xp1
1 year ago
Report
b1tl0rd
1 year ago
Report
husimo
1 year ago
Report
husimo
1 year ago
Report
x-varlesh-x
1 year ago
Report
waces
1 year ago
Report
waces
1 year ago
Report
Zren
1 year ago
You're free to edit main.qml and ConfigGeneral.qml to remove the limits on the interval.
~/.local/share/plasma/plasmoids/com.github.zren.commandoutput/contents/ui/
Test with the command "date +%S.%N" and running:
plasmawindowed com.github.zren.commandoutput
Report
waces
1 year ago
I still have some other stuff to try tho
Again, thanks
Report
alex1701c
1 year ago
Report
alex1701c
1 year ago
Report
smxms
1 year ago
Report