
Battery Time
Source (link to git-repo or to original if based on someone elses unmodified work):
Available as/for:
Description:Options:
* Toggle time left / Toggle percentage / Toggle battery icon.
* Configurable colours.
* Toggle between "1:09" and "69m" for time remaining.
Maybe in the future:
* Font height settings (current hardcoded at 12px)
* Probably will need a fixed width option too.
I don't own a device with a battery, so if I break something, please tell me.
v4 - August 23 2017
* Support displaying time left as "1:09" and default to that.
* Make space between icon and percentage the same as the space between the percentage and the time left in a vertical panel.
* Fixed text size of 12px for now.
Ratings & Comments
3 Comments
8 This is just what I wanted for my KDE task manager. I have a horizontal bar at the top of the screen and only use the text from the applet. Is there any way to get the values to stack vertically?
Not really. It only switches when on a vertical panel. You can fiddle with the layout in: ~/.local/share/plasma/plasmoids/com.github.zren.batterytime/contents/ui/main.qml See here where it switches to vertical layout: https://github.com/Zren/plasma-applet-batterytime/blob/master/package/contents/ui/main.qml#L156 Change it to: property bool useVerticalLayout: true Relog to test it, or run this in KRunner (Alt Space): kstart5 -- plasmashell --replace
great app! thanks!!!