Hello, I made a global look-and-feel theme with a file called org.kde.plasma.battery.js the contents/plasmoidsetupscripts/ directory of my theme. This file is designed to enable the percentage indicator on the battery applet in the system tray. The contents of the file are as follows: applet.currentConfigGroup = new Array("General"); applet.writeConfig("showPercentage", true); applet.reloadConfig(); This works perfectly in Plasma 6.3 when changing global themes, however, in Plasma 6.5.4 it no longer functions.
That looks like it should work. Are you 100% sure it's targeting the right widget?
Changing status, as we're waiting on information from Paul