KDE Plasma widget that displays financial stats.
Currently it displays Bitcoin (BTC), Gold (Au), Silver (Ag) and ratios between them.
Optionally it can display value of user's stack after taxes.

URLs and stack values are configurable.

The widget is intented to provide quick glance values (panel widget) and detailed stats (using hover-on pop-up text) of major Financial Items like Bitcoin, Gold and Silver.
- Update
wget https://github.com/eugenesan/finstats/releases/latest/download/finstats.plasmoid -O ${TMPDIR:-/tmp}/finstats.plasmoid && kpackagetool6 -t Plasma/Applet -u ${TMPDIR:-/tmp}/finstat.plasmoid && systemctl --user restart plasma-plasmashell.service
- Install
wget https://github.com/eugenesan/finstats/releases/latest/download/finstats.plasmoid -O ${TMPDIR:-/tmp}/finstats.plasmoid && kpackagetool6 -t Plasma/Applet -i ${TMPDIR:-/tmp}/finstat.plasmoid && systemctl --user restart plasma-plasmashell.service
- Install via "Add Widgets..." -> "Get New Widgets..." -> "Download..."
- Install from KDE Store
- Download Latest *.plasmoid from Releases page and install it via "Add Widgets..." -> "Get New Widgets..." -> "Install Widget From Local file"
There is a chance that the widget will be incompatible with your OS distribution. In such cases you can use the following script to downgrade the panel version:
wget https://github.com/eugenesan/finstats/releases/download/v0.6.8/finstat.plasmoid -O ${TMPDIR:-/tmp}/finstat.plasmoid && kpackagetool6 -t Plasma/Applet -u ${TMPDIR:-/tmp}/finstat.plasmoid && systemctl --user restart plasma-plasmashell.service
Or you can remove the widget:
kpackagetool6 --type Plasma/Applet --remove com.github.eugenesan.finstat
Please, don't forget to fill the report about the issues.
- https://develop.kde.org/docs/plasma/widget/properties/
- https://develop.kde.org/docs/features/configuration/porting_kf6/
- https://develop.kde.org/docs/plasma/widget/testing/
$ systemctl --user restart plasma-plasmashell
$ plasmoidviewer --applet com.github.eugenesan.finstats
$ plasmawindowed com.github.eugenesan.finstats
$ plasmapkg2 -i .
This project is licensed under the GPL-3.0-or-later License - see the LICENSE file for details
Pull requests and Issue reports are always welcome.
-
antroids for providing a template for this applet application-title-bar
-
spmdrd for providing inspiration for this applet plasma-applet-cryptocurrency-price