How exactly is it bloatware though? Not a KDE user myself, just had a look at the wiki. Seems it's just a convenience utility to allow you to not have to enter the same things into multiple applications?
This is VERY different from pre-installed apps in your start menu that collect and sell info about you...
Yeah, thinking more about it, I don't think the term "bloatware" (as it is commonly used) applies here at all.
How do I completely disable it forever?
To answer your question: sudo systemctl mask <servicename>.service
The much more common disable just disables autostart; masking will point the service file at /dev/null, which makes it impossible to load or start the service, even when other services or apps (like the clock widget someone mentioned in the comments) request it.
