summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Steiner <jimmac@gmail.com>2023-02-07 14:33:09 +0100
committerJakub Steiner <jimmac@gmail.com>2023-02-07 14:33:09 +0100
commitc6421973ba49f58ef6dd71fcea74a0044bd1cf2c (patch)
tree783ad6d6e11574d409389bd44ea5e3f7ae4e6f36
parent3fdbd5e0a49ae14e532f4ceffae7d0d432578c26 (diff)
downloadadwaita-icon-theme-c6421973ba49f58ef6dd71fcea74a0044bd1cf2c.tar.gz
symbolic: add new battery states
See https://gitlab.gnome.org/GNOME/gnome-settings-daemon/-/merge_requests/314
-rw-r--r--Adwaita/symbolic/legacy/battery-caution-symbolic.svg6
-rw-r--r--Adwaita/symbolic/legacy/battery-low-symbolic.svg5
-rw-r--r--Adwaita/symbolic/status/battery-action-symbolic.svg7
-rw-r--r--Adwaita/symbolic/status/battery-caution-symbolic.svg8
-rw-r--r--Adwaita/symbolic/status/battery-low-symbolic.svg8
-rw-r--r--src/symbolic/core.svg113
6 files changed, 126 insertions, 21 deletions
diff --git a/Adwaita/symbolic/legacy/battery-caution-symbolic.svg b/Adwaita/symbolic/legacy/battery-caution-symbolic.svg
deleted file mode 100644
index 586d5632f..000000000
--- a/Adwaita/symbolic/legacy/battery-caution-symbolic.svg
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<svg height="16px" viewBox="0 0 16 16" width="16px" xmlns="http://www.w3.org/2000/svg">
- <path d="m 7 0 c -1 0 -1 1 -1 1 v 1 h -1 s -0.707031 -0.015625 -1.449219 0.355469 c -0.738281 0.371093 -1.550781 1.3125 -1.550781 2.644531 v 8 s -0.015625 0.707031 0.355469 1.449219 c 0.371093 0.738281 1.3125 1.550781 2.644531 1.550781 h 2 v -2 h -2 c -0.554688 0 -1 -0.445312 -1 -1 v -8 c 0 -0.554688 0.445312 -1 1 -1 h 6 c 0.554688 0 1 0.445312 1 1 v 2 h 2 v -2 c 0 -1.332031 -0.8125 -2.273438 -1.550781 -2.644531 c -0.742188 -0.371094 -1.449219 -0.355469 -1.449219 -0.355469 h -1 v -1 c 0 -1 -1 -1 -1 -1 z m 0 0" fill="#2e3436"/>
- <path class="error" d="m 5 12 v 1 h 2 v -1 z m 0 0" fill="#ed333b"/>
- <path class="warning" d="m 9.5 8 c -0.832031 0 -1.5 0.667969 -1.5 1.5 v 5 c 0 0.832031 0.667969 1.5 1.5 1.5 h 5 c 0.832031 0 1.5 -0.667969 1.5 -1.5 v -5 c 0 -0.832031 -0.667969 -1.5 -1.5 -1.5 z m 1.5 1 h 2 v 2.5 s 0 0.5 -0.5 0.5 h -1 c -0.5 0 -0.5 -0.5 -0.5 -0.5 z m 0.5 4 h 1 c 0.277344 0 0.5 0.222656 0.5 0.5 v 1 c 0 0.277344 -0.222656 0.5 -0.5 0.5 h -1 c -0.277344 0 -0.5 -0.222656 -0.5 -0.5 v -1 c 0 -0.277344 0.222656 -0.5 0.5 -0.5 z m 0 0" fill="#ff7800"/>
-</svg>
diff --git a/Adwaita/symbolic/legacy/battery-low-symbolic.svg b/Adwaita/symbolic/legacy/battery-low-symbolic.svg
deleted file mode 100644
index e8f181387..000000000
--- a/Adwaita/symbolic/legacy/battery-low-symbolic.svg
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<svg height="16px" viewBox="0 0 16 16" width="16px" xmlns="http://www.w3.org/2000/svg">
- <path d="m 7 0 c -1 0 -1 1 -1 1 v 1 h -1 s -0.707031 -0.011719 -1.445312 0.355469 c -0.742188 0.371093 -1.554688 1.3125 -1.554688 2.644531 v 8 s -0.015625 0.707031 0.355469 1.449219 c 0.371093 0.738281 1.3125 1.550781 2.644531 1.550781 h 6 s 0.707031 0.015625 1.449219 -0.355469 c 0.738281 -0.371093 1.550781 -1.3125 1.550781 -2.644531 v -8 c 0 -1.332031 -0.8125 -2.273438 -1.550781 -2.644531 c -0.742188 -0.371094 -1.449219 -0.355469 -1.449219 -0.355469 h -1 v -1 s 0 -1 -1 -1 z m 4 4 c 0.554688 0 1 0.445312 1 1 v 8 c 0 0.554688 -0.445312 1 -1 1 h -6 c -0.554688 0 -1 -0.445312 -1 -1 v -8 c 0 -0.554688 0.445312 -1 1 -1 z m 0 0" fill="#2e3436"/>
- <path class="warning" d="m 5 11 v 2 h 6 v -2 z m 0 0" fill="#ff7800"/>
-</svg>
diff --git a/Adwaita/symbolic/status/battery-action-symbolic.svg b/Adwaita/symbolic/status/battery-action-symbolic.svg
new file mode 100644
index 000000000..c20a86a43
--- /dev/null
+++ b/Adwaita/symbolic/status/battery-action-symbolic.svg
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16px" height="16px" viewBox="0 0 16 16" version="1.1">
+<g id="surface1761516">
+<path style=" stroke:none;fill-rule:nonzero;fill:rgb(92.941177%,20%,23.137255%);fill-opacity:1;" d="M 7 0 C 6 0 6 1 6 1 L 6 2 L 5 2 C 5 2 4.292969 1.984375 3.554688 2.355469 C 2.8125 2.726562 2 3.667969 2 5 L 2 13 C 2 13 1.984375 13.707031 2.355469 14.445312 C 2.726562 15.1875 3.667969 16 5 16 L 11 16 C 11 16 11.710938 16.015625 12.449219 15.644531 C 13.1875 15.273438 14 14.332031 14 13 L 14 5 C 14 3.667969 13.1875 2.726562 12.449219 2.355469 C 11.707031 1.988281 11 2 11 2 L 10 2 L 10 1 C 10 0 9 0 9 0 Z M 11 4 C 11.554688 4 12 4.445312 12 5 L 12 13 C 12 13.554688 11.554688 14 11 14 L 5 14 C 4.445312 14 4 13.554688 4 13 L 4 5 C 4 4.445312 4.445312 4 5 4 Z M 11 4 "/>
+<path style=" stroke:none;fill-rule:nonzero;fill:rgb(92.941177%,20%,23.137255%);fill-opacity:1;" d="M 5.898438 5.886719 C 5.628906 5.886719 5.375 5.992188 5.1875 6.179688 C 4.800781 6.570312 4.800781 7.203125 5.1875 7.589844 L 6.59375 8.996094 L 5.179688 10.410156 C 4.792969 10.800781 4.792969 11.429688 5.179688 11.820312 C 5.570312 12.207031 6.199219 12.207031 6.589844 11.820312 L 8.003906 10.40625 L 9.414062 11.820312 C 9.605469 12.007812 9.859375 12.113281 10.125 12.113281 C 10.390625 12.113281 10.644531 12.007812 10.835938 11.820312 C 11.222656 11.429688 11.222656 10.800781 10.835938 10.410156 L 9.421875 8.996094 L 10.828125 7.589844 C 11.214844 7.203125 11.214844 6.570312 10.828125 6.179688 C 10.636719 5.992188 10.382812 5.886719 10.117188 5.886719 C 9.851562 5.886719 9.597656 5.992188 9.410156 6.179688 L 8.007812 7.582031 L 6.601562 6.179688 C 6.417969 5.992188 6.160156 5.886719 5.898438 5.886719 Z M 5.898438 5.886719 "/>
+</g>
+</svg>
diff --git a/Adwaita/symbolic/status/battery-caution-symbolic.svg b/Adwaita/symbolic/status/battery-caution-symbolic.svg
new file mode 100644
index 000000000..872dbb13b
--- /dev/null
+++ b/Adwaita/symbolic/status/battery-caution-symbolic.svg
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16px" height="16px" viewBox="0 0 16 16" version="1.1">
+<g id="surface1762771">
+<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,47.058824%,0%);fill-opacity:1;" d="M 9 12 C 9 12.550781 8.550781 13 8 13 C 7.449219 13 7 12.550781 7 12 C 7 11.449219 7.449219 11 8 11 C 8.550781 11 9 11.449219 9 12 Z M 9 12 "/>
+<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,47.058824%,0%);fill-opacity:1;" d="M 7 0 C 6 0 6 1 6 1 L 6 2 L 5 2 C 5 2 4.292969 1.984375 3.550781 2.355469 C 2.8125 2.726562 2 3.667969 2 5 L 2 13 C 2 13 1.984375 13.710938 2.355469 14.449219 C 2.726562 15.1875 3.667969 16 5 16 L 11 16 C 11 16 11.707031 16.015625 12.449219 15.644531 C 13.1875 15.273438 14 14.332031 14 13 L 14 5 C 14 3.667969 13.1875 2.726562 12.449219 2.355469 C 11.707031 1.988281 11 2 11 2 L 10 2 L 10 1 C 10 0 9 0 9 0 Z M 11 4 C 11.554688 4 12 4.445312 12 5 L 12 13 C 12 13.554688 11.554688 14 11 14 L 5 14 C 4.445312 14 4 13.554688 4 13 L 4 5 C 4 4.445312 4.445312 4 5 4 Z M 11 4 "/>
+<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,47.058824%,0%);fill-opacity:1;" d="M 7 5 L 7 9 C 7 9.550781 7.449219 10 8 10 C 8.550781 10 9 9.550781 9 9 L 9 5 Z M 7 5 "/>
+</g>
+</svg>
diff --git a/Adwaita/symbolic/status/battery-low-symbolic.svg b/Adwaita/symbolic/status/battery-low-symbolic.svg
new file mode 100644
index 000000000..f49c83c80
--- /dev/null
+++ b/Adwaita/symbolic/status/battery-low-symbolic.svg
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16px" height="16px" viewBox="0 0 16 16" version="1.1">
+<g id="surface1760261">
+<path style=" stroke:none;fill-rule:nonzero;fill:rgb(13.333334%,13.333334%,13.333334%);fill-opacity:1;" d="M 7 0 C 6 0 6 1 6 1 L 6 2 L 5 2 C 5 2 4.292969 1.984375 3.550781 2.355469 C 2.8125 2.726562 2 3.667969 2 5 L 2 13 C 2 13 1.984375 13.710938 2.355469 14.449219 C 2.726562 15.1875 3.667969 16 5 16 L 7.042969 16 C 6.230469 15.488281 5.542969 14.808594 5.027344 14 L 5 14 C 4.445312 14 4 13.554688 4 13 L 4 5 C 4 4.445312 4.445312 4 5 4 L 11 4 C 11.117188 4 11.230469 4.019531 11.332031 4.058594 C 12.28125 4.179688 13.195312 4.511719 14 5.027344 L 14 5 C 14 3.667969 13.1875 2.726562 12.449219 2.355469 C 11.710938 1.988281 11 2 11 2 L 10 2 L 10 1 C 10 0 9 0 9 0 Z M 7 0 "/>
+<path style=" stroke:none;fill-rule:nonzero;fill:rgb(13.333334%,13.333334%,13.333334%);fill-opacity:1;" d="M 10.5 5 C 7.472656 5 5 7.472656 5 10.5 C 5 13.523438 7.472656 16 10.5 16 C 13.523438 16 16 13.523438 16 10.5 C 16 7.472656 13.523438 5 10.5 5 Z M 10.5 7 C 12.445312 7 14 8.554688 14 10.5 C 14 12.445312 12.445312 14 10.5 14 C 8.554688 14 7 12.445312 7 10.5 C 7 8.554688 8.554688 7 10.5 7 Z M 10.5 7 "/>
+<path style=" stroke:none;fill-rule:nonzero;fill:rgb(13.333334%,13.333334%,13.333334%);fill-opacity:1;" d="M 10.5 8.027344 C 10.367188 8.027344 10.238281 8.078125 10.144531 8.171875 C 10.050781 8.269531 9.996094 8.394531 9.996094 8.527344 L 9.996094 10.476562 C 9.996094 10.480469 9.996094 10.484375 9.996094 10.488281 C 9.996094 10.492188 9.996094 10.496094 9.996094 10.5 C 10 10.511719 10 10.523438 10 10.53125 C 10.015625 10.796875 10.234375 11.003906 10.5 11 L 12.5 11 C 12.632812 11.003906 12.761719 10.949219 12.855469 10.855469 C 12.949219 10.761719 13.003906 10.632812 13 10.5 C 13.003906 10.367188 12.949219 10.238281 12.855469 10.144531 C 12.761719 10.050781 12.632812 9.996094 12.5 9.996094 L 11 9.996094 L 11 8.527344 C 11.003906 8.394531 10.949219 8.269531 10.855469 8.171875 C 10.761719 8.078125 10.632812 8.027344 10.5 8.027344 Z M 10.5 8.027344 "/>
+</g>
+</svg>
diff --git a/src/symbolic/core.svg b/src/symbolic/core.svg
index cdf774916..f51622cc5 100644
--- a/src/symbolic/core.svg
+++ b/src/symbolic/core.svg
@@ -1241,7 +1241,7 @@
inkscape:groupmode="layer"
id="layer4"
inkscape:label="noexport-bits"
- style="display:none">
+ style="display:inline">
<g
id="g284603"
inkscape:label="lock allowed unsecure"
@@ -1444,7 +1444,7 @@
</g>
<g
id="g15926"
- transform="rotate(90,455.9998,576.0002)"
+ transform="rotate(90,485.9998,606.0002)"
inkscape:label="battery charge power level low"
style="opacity:1">
<title
@@ -1471,7 +1471,7 @@
id="g129865"
inkscape:label="battery charge power level empty"
style="opacity:1"
- transform="translate(0,23.9996)">
+ transform="translate(60,23.9996)">
<title
id="title129867">battery-level-0</title>
<path
@@ -1496,7 +1496,7 @@
id="g44045"
inkscape:label="battery charge power level low"
style="opacity:1"
- transform="translate(0,23.9996)">
+ transform="translate(60,23.9996)">
<title
id="title44660">battery-level-10</title>
<path
@@ -4391,6 +4391,99 @@
style="fill:none;fill-opacity:1" />
</g>
<g
+ id="g15926-3"
+ transform="rotate(90,455.9998,576.0002)"
+ inkscape:label="battery charge power level low"
+ style="display:inline">
+ <title
+ id="title44658-6">battery-low</title>
+ <rect
+ y="236"
+ x="20"
+ height="16"
+ width="16"
+ id="rect15922-5"
+ style="fill:none" />
+ <path
+ id="path6855"
+ style="fill:#222222;fill-opacity:1;stroke-width:1"
+ d="m 19.999625,244.99999 c 0,0.99998 0.999987,0.99998 0.999987,0.99998 H 21.9996 V 247 c 0,0 -0.01512,0.70859 0.355653,1.44726 0.36926,0.73863 1.310929,1.55274 2.644498,1.55274 h 8.000012 c 0,0 0.708889,0.0151 1.447257,-0.35565 0.738369,-0.36926 1.552743,-1.31127 1.552743,-2.6445 v -2.04299 c -0.509971,0.81105 -1.192932,1.49934 -2.000012,2.01563 v 0.0265 c 0,0.55401 -0.445984,0.99999 -0.999988,0.99999 h -2.500006 -5.499968 c -0.554004,0 -1.000026,-0.44598 -1.000026,-0.99999 v -3 -2.5 -0.5 c 0,-0.11641 0.0189,-0.22828 0.05669,-0.33184 0.122835,-0.94998 0.454488,-1.86104 0.970696,-2.66797 h -0.02646 c -1.333607,0 -2.275352,0.81404 -2.644536,1.55271 -0.36926,0.73867 -0.355275,1.44729 -0.355275,1.44729 v 0.99999 H 21.00089 c -0.999987,0 -0.999987,0.99999 -0.999987,0.99999 z"
+ sodipodi:nodetypes="scccssccsccsscssccsccssccscs" />
+ <path
+ style="color:#000000;fill:#222222;fill-opacity:1;stroke-width:3.77953;stroke-linecap:round;stroke-linejoin:round"
+ d="m 24.999259,241.50056 c 0,3.02574 2.473777,5.49952 5.499478,5.49952 3.025738,0 5.499515,-2.47378 5.499515,-5.49952 0,-3.0257 -2.473777,-5.49951 -5.499515,-5.49951 -3.025701,0 -5.499478,2.47381 -5.499478,5.49951 z m 2.000467,0 c 0,-1.94483 1.554179,-3.49901 3.499011,-3.49901 1.944831,0 3.499011,1.55418 3.499011,3.49901 0,1.94483 -1.55418,3.49901 -3.499011,3.49901 -1.944832,0 -3.499011,-1.55418 -3.499011,-3.49901 z"
+ id="path6859" />
+ <g
+ id="g6865"
+ style="fill:#222222;fill-opacity:1;stroke-width:1"
+ transform="matrix(0,-3.7795276,3.7795276,0,-65.000742,982.00008)">
+ <path
+ id="path6863"
+ style="color:#000000;fill:#222222;fill-opacity:1;stroke-width:1;stroke-linecap:round;stroke-linejoin:round"
+ d="m 195.92396,24.613484 a 0.13229001,0.13229001 0 0 0 -0.13281,0.132809 v 0.515214 a 0.13229001,0.13229001 0 0 0 0,0.0031 0.1322915,0.1322915 0 0 0 0,0.0031 0.13229001,0.13229001 0 0 0 5.1e-4,0.0088 0.1322915,0.1322915 0 0 0 0.1323,0.124023 h 0.52916 a 0.1322915,0.1322915 0 0 0 0.13281,-0.132808 0.1322915,0.1322915 0 0 0 -0.13281,-0.132808 h -0.39636 v -0.388607 a 0.13229001,0.13229001 0 0 0 -0.1328,-0.132809 z" />
+ </g>
+ </g>
+ <g
+ id="g129865-5"
+ inkscape:label="battery charge power level empty"
+ style="display:inline"
+ transform="translate(0,23.9996)">
+ <title
+ id="title129867-6">battery-action</title>
+ <rect
+ y="-836"
+ x="116.0008"
+ height="16"
+ width="16"
+ id="rect33373-1"
+ transform="rotate(90)"
+ style="fill:none" />
+ <path
+ id="path6594"
+ d="m 827,116.00019 c -1.00002,0 -1.00002,0.99999 -1.00002,0.99999 v 1.00002 h -0.99999 c 0,0 -0.70858,-0.0151 -1.44725,0.35566 -0.73868,0.36926 -1.55275,1.31093 -1.55275,2.64453 v 7.99998 c 0,0 -0.0151,0.70892 0.35566,1.44729 0.36926,0.73833 1.31134,1.55271 2.64453,1.55271 h 6 c 0,0 0.70889,0.0151 1.44726,-0.35528 0.7384,-0.36964 1.55274,-1.31119 1.55274,-2.6445 v -8.00001 c 0,-1.33361 -0.81407,-2.27535 -1.55274,-2.64453 -0.73867,-0.36926 -1.44726,-0.35566 -1.44726,-0.35566 H 830 v -0.99999 c 0,-1.00002 -1.00002,-1.00002 -1.00002,-1.00002 z m 3.99999,3.99999 c 0.55401,0 0.99999,0.44602 0.99999,1.00002 v 8.00002 c 0,0.55396 -0.44598,0.99998 -0.99999,0.99998 h -6 c -0.554,0 -0.99999,-0.44602 -0.99999,-0.99998 v -8.00002 c 0,-0.554 0.44599,-1.00002 0.99999,-1.00002 h 3 z"
+ style="fill:#ed333b;fill-opacity:1;stroke-width:0.999995"
+ sodipodi:nodetypes="scccsscsscssssccscssssssssscs" />
+ <g
+ id="g6602"
+ style="stroke-width:1"
+ transform="matrix(3.7795276,0,0,3.7795276,49.999996,31.000202)">
+ <path
+ id="path6600"
+ style="color:#000000;fill:#ed333b;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;-inkscape-stroke:none"
+ d="m 205.28928,24.047111 a 0.2645835,0.2645835 0 0 0 -0.18759,0.07803 0.2645835,0.2645835 0 0 0 0,0.373104 l 0.37207,0.37207 -0.37414,0.373621 a 0.2645835,0.2645835 0 0 0 0,0.373104 0.2645835,0.2645835 0 0 0 0.37311,0 l 0.37413,-0.373621 0.37362,0.373621 a 0.2645835,0.2645835 0 0 0 0.37518,0 0.2645835,0.2645835 0 0 0 0,-0.373104 l -0.37414,-0.374138 0.37207,-0.371553 a 0.2645835,0.2645835 0 0 0 0,-0.373104 0.2645835,0.2645835 0 0 0 -0.37466,0 l -0.37103,0.371037 -0.37156,-0.371037 a 0.2645835,0.2645835 0 0 0 -0.18706,-0.07803 z" />
+ </g>
+ </g>
+ <g
+ id="g44045-2"
+ inkscape:label="battery charge power level low"
+ style="display:inline"
+ transform="translate(0,23.9996)">
+ <title
+ id="title44660-7">battery-caution</title>
+ <rect
+ y="-816"
+ x="116.0008"
+ height="16"
+ width="16"
+ id="rect16028-9"
+ transform="rotate(90)"
+ style="fill:none" />
+ <path
+ id="path6417"
+ style="fill:#ff7800;stroke-width:1;stroke-linecap:round;stroke-linejoin:round"
+ d="m 808.99986,128.00019 a 0.99999996,0.99999996 0 0 1 -0.99998,1.00003 0.99999996,0.99999996 0 0 1 -0.99999,-1.00003 0.99999996,0.99999996 0 0 1 0.99999,-0.99999 0.99999996,0.99999996 0 0 1 0.99998,0.99999 z" />
+ <path
+ id="path6419"
+ d="m 806.99985,116.00057 c -0.99999,0 -0.99999,0.99999 -0.99999,0.99999 v 0.99998 h -1.00002 c 0,0 -0.70859,-0.0151 -1.44726,0.35566 -0.73867,0.36926 -1.55274,1.31093 -1.55274,2.64453 v 8.00001 c 0,0 -0.0151,0.70889 0.35565,1.44726 0.36926,0.73837 1.31131,1.55274 2.6445,1.55274 h 6 c 0,0 0.70889,0.0151 1.44729,-0.35565 0.73837,-0.36964 1.55271,-1.31119 1.55271,-2.64453 v -8.00002 c 0,-1.33357 -0.81407,-2.27535 -1.55271,-2.64449 -0.73867,-0.36926 -1.44729,-0.35566 -1.44729,-0.35566 H 810 v -0.99999 c 0,-0.99998 -0.99999,-0.99998 -0.99999,-0.99998 z m 3.99999,3.99999 c 0.554,0 1.00002,0.44598 1.00002,0.99998 v 8.00002 c 0,0.554 -0.44602,0.99998 -1.00002,0.99998 h -6 c -0.55401,0 -0.99999,-0.44598 -0.99999,-0.99998 v -8.00002 c 0,-0.554 0.44598,-0.99998 0.99999,-0.99998 h 3 z"
+ style="fill:#ff7800;fill-opacity:1;stroke-width:1"
+ sodipodi:nodetypes="scccsscsscssssccscssssssssscs" />
+ <path
+ style="color:#000000;fill:#ff7800;fill-opacity:1;stroke-width:1;stroke-linecap:round;stroke-linejoin:round"
+ d="m 806.99986,121.00018 v 4 c 0,0.55228 0.44772,1 1,1 0.55228,0 1,-0.44772 1,-1 v -4 z"
+ id="path6425"
+ sodipodi:nodetypes="cssscc" />
+ </g>
+ <g
id="g419903"
inkscape:label="battery charge power missing"
transform="translate(0,24)">
@@ -4456,7 +4549,7 @@
<g
id="g470640"
inkscape:label="power performance saving"
- transform="translate(240,64)">
+ transform="translate(300,64)">
<title
id="title470646">power-profile-power-saver</title>
<rect
@@ -4473,13 +4566,13 @@
d="m 608,77.005859 c -2.04947,0 -4.09834,0.779983 -5.65625,2.337891 -3.11582,3.115816 -3.11582,8.196684 0,11.3125 0.39051,0.390422 1.02355,0.390422 1.41406,0 0.39042,-0.390507 0.39042,-1.023557 0,-1.414062 -0.3806,-0.380603 -0.69768,-0.798798 -0.95508,-1.242188 -1.33291,-2.296059 -1.01584,-5.27127 0.95508,-7.242188 2.35152,-2.351517 6.13286,-2.351517 8.48438,0 2.35152,2.351519 2.35152,6.132858 0,8.484376 -0.39042,0.390506 -0.39042,1.023555 0,1.414062 0.39051,0.390422 1.02355,0.390422 1.41406,0 3.11582,-3.115816 3.11582,-8.196684 0,-11.3125 C 612.09834,77.785842 610.04947,77.005859 608,77.005859 Z M 602.80273,88 l 1.36719,0.365234 2.83399,-1.636718 c 0.6171,0.356291 1.37801,0.358541 1.99609,0.0039 0.95658,-0.552285 1.2847,-1.775837 0.73242,-2.732422 -0.55229,-0.956585 -1.77584,-1.284707 -2.73242,-0.732422 -0.61611,0.358017 -0.99609,1.015945 -0.99609,1.728516 l -2.83399,1.636718 z" />
<path
id="circle467297"
- style="opacity:1;fill:#2e3436;fill-opacity:0.35;"
+ style="opacity:1;fill:#2e3436;fill-opacity:0.35"
d="m 612,85 a 4,4 0 0 1 -1.17969,2.820312 l 2.12891,2.128907 A 7,7 0 0 0 615,85 Z" />
</g>
<g
id="g470635"
inkscape:label="power performance saving"
- transform="translate(240,64)">
+ transform="translate(300,64)">
<title
id="title470644">power-profile-balanced</title>
<rect
@@ -4496,13 +4589,13 @@
style="fill:#2e3434;fill-opacity:1" />
<path
id="path467841"
- style="opacity:1;fill:#2e3436;fill-opacity:0.35;"
+ style="opacity:1;fill:#2e3436;fill-opacity:0.35"
d="m 632,85 a 4,4 0 0 1 -1.17969,2.820312 l 2.12891,2.128907 A 7,7 0 0 0 635,85 Z" />
</g>
<g
id="g470630"
inkscape:label="power performance saving"
- transform="translate(240,64)">
+ transform="translate(300,64)">
<title
id="title470642">power-profile-performance</title>
<rect
@@ -4519,7 +4612,7 @@
d="m 648,77.005859 c -2.04947,0 -4.09834,0.779983 -5.65625,2.337891 -3.11582,3.115816 -3.11582,8.196684 0,11.3125 0.39051,0.390422 1.02355,0.390422 1.41406,0 0.39042,-0.390507 0.39042,-1.023556 0,-1.414062 -2.35152,-2.351518 -2.35152,-6.132857 0,-8.484376 2.35152,-2.351517 6.13286,-2.351517 8.48438,0 1.97242,1.972418 2.28957,4.951277 0.95312,7.248047 -0.25687,0.441444 -0.57402,0.857227 -0.95312,1.236329 -0.39042,0.390506 -0.39042,1.023555 0,1.414062 0.39051,0.390422 1.02355,0.390422 1.41406,0 3.11582,-3.115816 3.11582,-8.196684 0,-11.3125 C 652.09834,77.785842 650.04947,77.005859 648,77.005859 Z m 5.19531,11 -0.36523,-1.367187 -2.83203,-1.634766 c 10e-6,-0.713965 -0.38001,-1.372995 -0.99805,-1.730468 -0.95658,-0.552285 -2.18013,-0.224164 -2.73242,0.732421 -0.55228,0.956585 -0.22416,2.180137 0.73242,2.732422 0.61811,0.354553 1.37899,0.352339 1.99609,-0.0039 l 2.83399,1.636719 z" />
<path
id="path467843"
- style="opacity:1;fill:#2e3436;fill-opacity:0.35;"
+ style="opacity:1;fill:#2e3436;fill-opacity:0.35"
d="m 652,85 a 4,4 0 0 1 -1.17969,2.820312 l 2.12891,2.128907 A 7,7 0 0 0 655,85 Z" />
</g>
<g