Open DarkXero-dev opened 11 months ago
this is a must. aestheticclock is an essential part of my rice.
The widget has been ported to Plasma 6 but I'm planning to fix the system monitor before releasing it :) If you'd really like to use it, follow these steps-
git clone https://github.com/prayag2/kde_aestheticclock && cd kde_aestheticclock
sudo pacman -S plasma-sdk
kpackagetool5 -i ./package
Please note that the system monitor still does not work as KSysGuard has been deprecated.
Tried it still says unsupported xD
The widget has been ported to Plasma 6 but I'm planning to fix the system monitor before releasing it :)
If you'd really like to use it, follow these steps-
- Clone the repo
git clone https://github.com/prayag2/kde_aestheticclock && cd kde_aestheticclock
- Install plasma sdk
Arch
sudo pacman -S plasma-sdk
- Install the widget
kpackagetool5 -i ./package
Please note that the system monitor still does not work as KSysGuard has been deprecated.
Should be kpackagetool6
if you change "ServiceTypes": ["Plasma/Applet"] to "KPackageStructure": "Plasma/Applet" in metadata.json it works
this porting guide was helpful in finding out what to change
https://develop.kde.org/docs/plasma/widget/porting_kf6/?source=post_page-----0b8fd3a0334f--------------------------------
system monitor pls come back....
Please port this widget to KDE Framework 6. The guidelines are here.