Warning, /plasma/plasma-workspace/applets/batterymonitor/README.txt is written in an unsupported language. File is not indexed.

0001 Obviously, this is a battery monitor applet for Plasma.
0002 
0003 The catch of those four .svg files is the following:
0004 
0005 battery-inkscape.svg is an so-called "Inkscape SVG", it's the one
0006                 you want to edit end export to
0007 battery.svg as plain .svg file.
0008 
0009 Likewise, for the Oxygen theme.
0010 
0011 This file contains various layers:
0012 
0013 * Battery The "background", an empty battery
0014 * AcAdapter A flash, saying "Ac is plugged in"
0015 * Fill10 10% filled, red
0016 * Fill20 20% filled, orange
0017 * Fill20 30% filled, green (and so on...)
0018 * Fill30
0019 * Fill40
0020 * Fill50
0021 * Fill60
0022 * Fill70
0023 * Fill80
0024 * Fill90
0025 * Fill010
0026 * Shadow An Oxygen-style shadow under the battery
0027 
0028 The Battery layer is always rendered as the first step. On top
0029 of that, we render only one of the FillN layers. If the AC
0030 Adapter is plugged in, we paint that layer on top of the cake.
0031 It makes no difference when we paint the Shadow, there's no
0032 overlap between shadow and other layers.