This MR adds battery status icons including the power profile information, currently for the `powersave` and `performance` profiles. The icons are made with the help of a Python script, which allows easy modification in the future. CCBUG: 483805
17 lines
1.7 KiB
XML
17 lines
1.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg width="32" height="32" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
|
<style id="current-color-scheme" type="text/css">.ColorScheme-Text {
|
|
color:#232629;
|
|
}
|
|
|
|
.ColorScheme-PositiveText {
|
|
color:#27ae60;
|
|
}
|
|
.ColorScheme-NegativeText {
|
|
color:#da4453;
|
|
}</style>
|
|
<path class="ColorScheme-Text" d="m3 10v12h14.67c0.15051-0.32851 0.33395-0.66367 0.55469-1h-14.225v-10h23v3.7871c0.35575 0.009892 0.7074 0.18107 1 0.4707l1 0.91406v-2.1719c0-0.554-0.446-1-1-1v-3h-25zm2 2v8h6l-2-8h-4z" fill="currentColor"/>
|
|
<path class="ColorScheme-PositiveText" d="M16 13a3 3 0 0 0-2.826 2H12v2h1.176A3 3 0 0 0 16 19v-1h2v-1h-2v-2h2v-1h-2z" fill="currentColor"/>
|
|
<path class="ColorScheme-Text" d="m26.869 15.855-0.28516 0.42969c-1.2424 1.8682-3.1018 2.2698-4.8008 3.0879-0.8984 0.4326-1.8738 1.2114-2.5527 2.1836-0.61743 0.88402-0.98875 1.9845-0.66211 3.0586-0.94192 1.0181-1.4398 2.2086-1.5684 3.3848h1c0.09697-0.88689 0.4137-1.6592 1.0742-2.4551 0.7522 0.87042 2.5043 1.4551 3.9258 1.4551 1.6253 0 3.2239-0.36521 4.375-1.668 1.4502-1.6413 1.5997-2.8148 1.625-4.332 0.02611-1.5643-0.16691-3.7571-1.7109-4.8477zm0.07813 1.5078c0.77117 0.85229 1.0739 2.3693 1.0527 3.6367-0.02462 1.4749-0.03588 2.1524-1.375 3.668-0.8489 0.96075-2.475 1.332-3.625 1.332-1.2961 0-2.7529-0.64084-3.2266-1.2012 0.67391-0.62828 1.3482-0.65785 2.3711-0.93555 1.1495-0.31207 2.1884-0.51373 3.8555-2.6133v-1.25c-1.5619 1.9671-3.0818 2.6168-4.1191 2.8984-0.80357 0.21816-1.6457 0.32666-2.4395 0.89258-0.0035-0.54819 0.22529-1.1122 0.60938-1.6621 0.55999-0.80178 1.4447-1.5081 2.166-1.8555 1.3915-0.67006 3.2942-1.2068 4.7305-2.9102z" fill="currentColor"/>
|
|
</svg>
|