Skip to content

Instantly share code, notes, and snippets.

@zvyn
Last active July 11, 2017 06:39
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zvyn/a451d3fcabb1f1c7212d to your computer and use it in GitHub Desktop.
Save zvyn/a451d3fcabb1f1c7212d to your computer and use it in GitHub Desktop.
[Unit]
Description=Create dynamic bg.svg in /tmp.
[Service]
User=nobody
Group=nobody
ExecStart=/usr/local/bin/dynbg.py /usr/local/etc/dynbg.svg /tmp/bg.svg
Restart=no
Type=oneshot
[Unit]
Description=Update /tmp/bg.svg
[Timer]
OnCalendar=*-*-* *:*:00
Persistent=true
Unit=dynbg.service
[Install]
WantedBy=multi-user.target
#!/bin/python
# Author: Milan Oberkirch <milan.py@oberkirch.org>
import subprocess
from sys import argv, exit
from string import printable
from re import sub
def dynbg(template, output):
def bash(match):
cmd = match.group(0)[2:-1]
process = subprocess.Popen(
['bash', "-c", cmd],
stdout=subprocess.PIPE,
stderr=subprocess.PIPE
)
return ''.join(
filter(lambda x: x in printable, process.communicate()[0].decode())
).replace('\n', '</tspan><tspan dy="1em">')
with open(template, 'r') as file:
file_content = file.read()
with open(output, 'w') as file:
file.write(sub(r'\$\(.+\)', bash, file_content))
if __name__ == '__main__':
if len(argv) == 3:
this, template, output = argv
else:
print('Usage: %s template.svg output.svg' % argv[0])
exit(1)
dynbg(template, output)
Display the source blob
Display the rendered blob
Raw
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.2"
width="1366"
height="768"
id="svg2"
inkscape:version="0.48.5 r10040"
sodipodi:docname="dynbg.svg">
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1366"
inkscape:window-height="744"
id="namedview3023"
showgrid="false"
inkscape:zoom="1.1953014"
inkscape:cx="820.83884"
inkscape:cy="385.73805"
inkscape:window-x="0"
inkscape:window-y="24"
inkscape:window-maximized="1"
inkscape:current-layer="layer1"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
units="px" />
<defs
id="defs4">
<linearGradient
id="linearGradient4395"
osb:paint="solid">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop4397" />
</linearGradient>
<linearGradient
y2="183.9644"
x2="490.72305"
y1="237.72447"
x1="490.72305"
gradientTransform="matrix(0.749107,0,0,0.749107,-35.459862,91.44108)"
gradientUnits="userSpaceOnUse"
id="linearGradient4416"
xlink:href="#linearGradient3388"
inkscape:collect="always" />
<linearGradient
id="linearGradient3388">
<stop
id="stop3390"
offset="0"
style="stop-color:#000000;stop-opacity:0;" />
<stop
id="stop3392"
offset="1"
style="stop-color:#000000;stop-opacity:0.37113401;" />
</linearGradient>
<linearGradient
y2="303.14029"
x2="606.91248"
y1="104.50665"
x1="541.33502"
gradientTransform="matrix(-0.3937741,0,0,0.393752,357.51969,122.00151)"
gradientUnits="userSpaceOnUse"
id="linearGradient2544"
xlink:href="#path1082_2_"
inkscape:collect="always" />
<linearGradient
gradientTransform="translate(287,-83)"
x1="112.49854"
y1="6.1372099"
x2="112.49853"
y2="129.3468"
id="path1082_2_"
gradientUnits="userSpaceOnUse">
<stop
style="stop-color:#ffffff;stop-opacity:0"
offset="0"
id="stop193" />
<stop
style="stop-color:#ffffff;stop-opacity:0.27450982;"
offset="1"
id="stop195" />
<midPointStop
offset="0"
style="stop-color:#FFFFFF"
id="midPointStop197" />
<midPointStop
offset="0.5"
style="stop-color:#FFFFFF"
id="midPointStop199" />
<midPointStop
offset="1"
style="stop-color:#000000"
id="midPointStop201" />
</linearGradient>
<linearGradient
y2="303.14029"
x2="606.91248"
y1="104.50665"
x1="541.33502"
gradientTransform="matrix(-0.3444088,0,0,0.3443895,292.65265,0.3134079)"
gradientUnits="userSpaceOnUse"
id="linearGradient2197"
xlink:href="#path1082_2_"
inkscape:collect="always" />
<inkscape:perspective
id="perspective40"
inkscape:persp3d-origin="300 : 66.472305 : 1"
inkscape:vp_z="600 : 99.708458 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_x="0 : 99.708458 : 1"
sodipodi:type="inkscape:persp3d" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4395"
id="linearGradient4399"
x1="256.35738"
y1="651.74879"
x2="1189.9008"
y2="651.74879"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4395"
id="linearGradient4401"
x1="256.69155"
y1="448.72574"
x2="752.96244"
y2="448.72574"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4395"
id="linearGradient4403"
x1="256.51638"
y1="517.67484"
x2="904.07567"
y2="517.67484"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4395"
id="linearGradient4405"
x1="255.77013"
y1="584.53123"
x2="787.88199"
y2="584.53123"
gradientUnits="userSpaceOnUse" />
</defs>
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<text
xml:space="preserve"
style="font-size:40px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Ubuntu Mono;-inkscape-font-specification:Ubuntu Mono"
x="228.90646"
y="792.72217"
id="text4888"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan4890"
x="228.90646"
y="792.72217" /></text>
<text
xml:space="preserve"
style="font-size:35.06362915px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#4d4d4d;fill-opacity:1;stroke:none;font-family:Vollkorn;-inkscape-font-specification:Vollkorn"
x="670.97522"
y="427.21457"
id="text3028"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3030"
x="670.97522"
y="427.21457"
style="font-size:35.06362915px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#4d4d4d;fill-opacity:1;font-family:Vollkorn;-inkscape-font-specification:Vollkorn">$(wlanStrength.py foo) wlan<tspan
style="font-size:35.06362915px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#4d4d4d;fill-opacity:1;font-family:Vollkorn;-inkscape-font-specification:Vollkorn"
id="tspan3096" /></tspan></text>
<text
xml:space="preserve"
style="font-size:35.06362915px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#4d4d4d;fill-opacity:1;stroke:none;font-family:Vollkorn;-inkscape-font-specification:Vollkorn"
x="671.5766"
y="373.16617"
id="text3028-3"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3030-6"
x="671.5766"
y="373.16617"
style="font-size:35.06362915px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#4d4d4d;fill-opacity:1;font-family:Vollkorn;-inkscape-font-specification:Vollkorn">$(acpi | egrep -o [0-9]+%) battery<tspan
style="font-size:35.06362915px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#4d4d4d;fill-opacity:1;font-family:Vollkorn;-inkscape-font-specification:Vollkorn"
id="tspan3098" /></tspan></text>
<text
xml:space="preserve"
style="font-size:35.06362915px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#4d4d4d;fill-opacity:1;stroke:none;font-family:Vollkorn;-inkscape-font-specification:Vollkorn"
x="671.71777"
y="319.11771"
id="text3092"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3094"
x="671.71777"
y="319.11771"
style="font-size:35.06362915px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#4d4d4d;fill-opacity:1;font-family:Vollkorn;-inkscape-font-specification:Vollkorn">$(uname --kernel-release)</tspan></text>
<g
transform="matrix(0,-0.4395381,0.4395381,0,102.00554,697.9806)"
id="layer1"
inkscape:label="Layer 1">
<g
transform="matrix(0,1.941352,-1.941352,0,1535.2885,601.58148)"
id="g2424">
<g
id="g2809"
transform="matrix(0.6378586,0,0,0.6378586,36.486487,2.17139)"
style="fill:#4d4d4d;fill-opacity:1;stroke:none">
<path
id="path2284"
d="m 339.96875,309.09375 c -14.47141,-0.0239 -26.4812,2.94367 -31.125,4.5625 l -4.78125,25.8125 c -0.0116,0.0951 23.79543,-6.34855 34.28125,-5.96875 17.36158,0.62381 18.95948,6.63541 18.65625,14.75 0.29595,0.47462 -4.47933,-7.33192 -19.5,-7.59375 -18.94961,-0.32687 -45.69284,6.70947 -45.65625,35.3125 -0.51086,32.17412 24.03361,41.63882 40.75,41.8125 15.02821,-0.27364 22.0777,-5.69136 25.9375,-8.59375 5.07124,-5.30236 10.87308,-10.63447 16.40625,-17.03125 -5.23567,9.51278 -9.77472,16.0898 -14.5,21.125 l 0,4.25 22.84375,-3.84375 0.15625,-62.09375 c -0.23141,-8.78839 5.04123,-42.41827 -43.46875,-42.5 z m -3.28125,54.0625 c 9.46889,0.12995 20.32788,4.79708 20.34375,16.03125 0.049,10.21821 -12.80005,15.71183 -21.15625,15.625 -8.35976,-0.0868 -19.45093,-6.56982 -19.5,-16.53125 0.16016,-8.90444 10.45953,-15.35418 20.3125,-15.125 z"
style="fill:#4d4d4d;fill-opacity:1;fill-rule:evenodd;stroke:none"
inkscape:connector-curvature="0" />
<path
style="fill:#4d4d4d;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 398.50106,314.83145 -0.15505,102.82693 26.61213,-5.12724 0.0449,-58.30157 c 0.006,-8.68089 12.40554,-18.82451 27.9627,-18.66287 3.30202,-5.97408 9.5087,-21.24219 11.02088,-24.71514 -34.75649,-0.0833 -35.19897,9.98993 -41.24398,14.94517 -0.0631,-9.45285 -0.0213,-15.12741 -0.0213,-15.12741 l -24.2202,4.16213 z"
id="path2286"
inkscape:export-filename="/home/thayer/linux/artwork-arch/sample-hangar2.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"
inkscape:connector-curvature="0" />
<path
style="fill:#4d4d4d;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 548.2688,328.33058 c -0.25696,-0.12068 -13.87938,-15.93419 -41.26638,-16.0589 -25.65249,-0.42638 -54.42578,9.51895 -54.88631,52.5328 0.22457,37.81852 27.6402,52.59809 55.0314,52.88627 29.31292,0.30451 40.97654,-18.32947 41.67615,-18.79124 -3.49762,-3.0321 -16.59792,-16.0131 -16.59792,-16.0131 0,0 -8.18236,11.65102 -24.05802,11.79913 -15.87942,0.1512 -29.68245,-12.27325 -29.87805,-29.60905 -0.20349,-17.33595 12.68881,-26.72821 29.99725,-27.48687 14.98466,-0.003 23.6297,9.67334 23.6297,9.67334 l 16.35218,-18.93238 z"
id="path2288"
inkscape:export-filename="/home/thayer/linux/artwork-arch/sample-hangar2.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"
sodipodi:nodetypes="ccccccccccc"
inkscape:connector-curvature="0" />
<path
id="path2290"
d="m 581.8125,278.84375 -25.125,5.90625 0.1875,133.9375 24.75,-4.46875 0.28125,-63.03125 c 0.0529,-6.60927 9.56127,-16.75916 25.4375,-16.4375 15.17973,0.15775 18.57236,10.11767 18.53125,11.375 l 0.4375,72.96875 24.40625,-4.3125 0.0937,-77.375 c 0.1607,-7.44539 -16.30833,-23.16954 -42.78125,-23.28125 -12.58087,0.0202 -19.54815,2.86825 -23.09375,4.96875 -6.06656,4.68565 -12.9998,9.17543 -19.8125,14.90625 6.29809,-8.09099 11.58551,-13.68516 16.75,-17.84375 l -0.0625,-37.3125 z"
style="fill:#4d4d4d;fill-opacity:1;fill-rule:evenodd;stroke:none"
inkscape:connector-curvature="0" />
</g>
<g
id="g5326"
style="fill:#1793d1;fill-opacity:1;stroke:none"
transform="matrix(0.9443373,0,0.01336345,0.9443373,78.345657,-412.48879)">
<path
style="fill:#1793d1;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 400.67581,629.79609 7.68167,-1.91575 -0.92851,91.20792 -7.79574,1.32426 1.04258,-90.61643 z"
id="path2292"
inkscape:export-filename="/home/thayer/linux/artwork-arch/sample-hangar2.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"
inkscape:connector-curvature="0" />
<path
style="fill:#1793d1;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 421.10266,657.01757 6.75064,-2.9867 -0.86808,65.39931 -6.49779,1.33915 0.61523,-63.75176 z m -1.26059,-23.58316 5.47167,-4.41533 4.42261,4.99952 -5.47558,4.53221 -4.4187,-5.1164 z"
id="path2294"
inkscape:export-filename="/home/thayer/linux/artwork-arch/sample-hangar2.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"
inkscape:connector-curvature="0" />
<path
style="fill:#1793d1;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 440.44273,655.82614 7.67755,-1.56201 -0.1573,13.6722 c -0.007,0.58717 4.4194,-15.27364 24.68502,-14.92094 19.67986,0.10952 22.68401,15.34634 22.5291,18.76237 l -0.43759,48.0783 -6.73044,1.45631 0.63316,-47.489 c 0.0974,-1.38684 -2.88144,-13.11441 -16.78906,-13.15754 -13.90509,-0.0404 -23.68364,10.10048 -23.75821,16.57937 l -0.48127,41.83477 -7.80388,2.0313 0.63292,-65.28513 z"
id="path2296"
inkscape:export-filename="/home/thayer/linux/artwork-arch/sample-hangar2.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"
inkscape:connector-curvature="0" />
<path
style="fill:#1793d1;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 561.53301,720.20203 -7.6776,1.56186 0.15737,-13.67198 c 0.007,-0.58742 -4.42201,15.27361 -24.68504,14.92086 -19.67983,-0.10944 -22.68399,-15.34626 -22.52908,-18.76229 l 0.43757,-48.07861 8.15674,-1.64226 -0.54644,47.48988 c -0.0149,1.29682 1.36845,13.29979 15.27604,13.3426 13.90511,0.0405 23.76622,-8.37359 24.01453,-21.04416 l 0.43105,-37.46902 7.5978,-1.93195 -0.63294,65.28507 z"
id="path2298"
inkscape:export-filename="/home/thayer/linux/artwork-arch/sample-hangar2.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"
inkscape:connector-curvature="0" />
<path
style="fill:#1793d1;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 577.45461,655.28678 -5.42715,4.20017 20.19894,26.93328 -22.39092,31.11622 5.63499,4.226 21.04365,-28.8967 20.8779,29.58159 5.32727,-4.20103 -22.37578,-31.62866 18.56963,-25.5775 -5.53193,-4.73429 -16.92109,23.66778 -19.00551,-24.68686 z"
id="path2300"
inkscape:export-filename="/home/thayer/linux/artwork-arch/sample-hangar2.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"
inkscape:connector-curvature="0" />
</g>
<g
id="text4418"
style="font-size:16.93816185px;font-style:normal;font-weight:normal;text-align:end;text-anchor:end;fill:#4d4d4d;fill-opacity:1;stroke:none;font-family:Liberation Sans">
<path
id="path2846"
d="m 361.16011,293.20715 4.65634,-12.12468 1.72855,0 4.96236,12.12468 -1.8278,0 -1.41427,-3.67214 -5.06987,0 -1.33157,3.67214 -1.70374,0 m 3.49846,-4.97889 4.11048,0 -1.2654,-3.35786 c -0.38596,-1.02003 -0.67268,-1.85811 -0.86014,-2.51426 -0.15439,0.77745 -0.37218,1.54937 -0.65338,2.31577 l -1.33156,3.55635"
inkscape:connector-curvature="0" />
<path
id="path2848"
d="m 376.79152,290.58538 1.47217,-0.23158 c 0.0827,0.58997 0.31152,1.0421 0.68645,1.35638 0.38045,0.31428 0.90976,0.47142 1.58796,0.47142 0.68369,0 1.19096,-0.13784 1.52178,-0.41353 0.33082,-0.2812 0.49623,-0.60926 0.49624,-0.9842 -1e-5,-0.33633 -0.14612,-0.60099 -0.43834,-0.79397 -0.20401,-0.13233 -0.71128,-0.3005 -1.52179,-0.50451 -1.09172,-0.27568 -1.84986,-0.51277 -2.27441,-0.71127 -0.41905,-0.204 -0.73884,-0.48245 -0.95939,-0.83533 -0.21503,-0.35839 -0.32255,-0.75262 -0.32255,-1.18269 0,-0.39147 0.0882,-0.75262 0.26466,-1.08345 0.18195,-0.33633 0.42731,-0.61477 0.73608,-0.83533 0.23157,-0.17092 0.54586,-0.31427 0.94285,-0.43007 0.4025,-0.12129 0.83257,-0.18195 1.29021,-0.18195 0.68921,0 1.29296,0.0992 1.81126,0.29774 0.52379,0.1985 0.90975,0.46867 1.15788,0.81051 0.24811,0.33635 0.41903,0.78847 0.51277,1.35638 l -1.45562,0.19849 c -0.0662,-0.45211 -0.25915,-0.80499 -0.57894,-1.05863 -0.31429,-0.25362 -0.7609,-0.38044 -1.33983,-0.38045 -0.68371,10e-6 -1.17167,0.11304 -1.4639,0.3391 -0.29223,0.22607 -0.43834,0.49073 -0.43834,0.79397 0,0.19299 0.0607,0.36667 0.18195,0.52105 0.1213,0.1599 0.31153,0.29223 0.57067,0.39699 0.14887,0.0551 0.58721,0.18196 1.31503,0.38045 1.05311,0.2812 1.78644,0.51278 2.19997,0.69472 0.41904,0.17645 0.74711,0.43559 0.9842,0.77744 0.23709,0.34185 0.35563,0.76641 0.35564,1.27367 -1e-5,0.49624 -0.14612,0.9649 -0.43834,1.406 -0.28672,0.43558 -0.70301,0.77468 -1.24886,1.01728 -0.54587,0.23709 -1.1634,0.35564 -1.85261,0.35564 -1.14135,0 -2.01251,-0.23709 -2.61351,-0.71127 -0.59548,-0.47418 -0.97593,-1.17718 -1.14134,-2.109"
inkscape:connector-curvature="0" />
<path
id="path2850"
d="m 385.86436,282.79448 0,-1.71201 1.4887,0 0,1.71201 -1.4887,0 m 0,10.41267 0,-8.78336 1.4887,0 0,8.78336 -1.4887,0"
inkscape:connector-curvature="0" />
<path
id="path2852"
d="m 389.62747,293.20715 0,-8.78336 1.33157,0 0,1.23232 c 0.27568,-0.43006 0.64234,-0.77467 1.09998,-1.03383 0.45764,-0.26465 0.97869,-0.39698 1.56315,-0.39698 0.65061,0 1.18268,0.13509 1.59622,0.40525 0.41903,0.27019 0.71402,0.64788 0.88495,1.13308 0.69472,-1.02555 1.59897,-1.53833 2.71275,-1.53833 0.87116,0 1.54108,0.24261 2.00976,0.72781 0.46865,0.4797 0.70298,1.22129 0.703,2.22479 l 0,6.02925 -1.48044,0 0,-5.53302 c -10e-6,-0.59548 -0.0496,-1.02279 -0.14887,-1.28194 -0.0937,-0.26465 -0.26743,-0.47693 -0.52105,-0.63684 -0.25364,-0.15989 -0.55138,-0.23983 -0.89322,-0.23984 -0.61755,10e-6 -1.13032,0.20677 -1.53833,0.62029 -0.40802,0.40802 -0.61203,1.06416 -0.61202,1.9684 l 0,5.10295 -1.48871,0 0,-5.7067 c 0,-0.66164 -0.12131,-1.15788 -0.3639,-1.48871 -0.24261,-0.33081 -0.6396,-0.49622 -1.19097,-0.49623 -0.41905,10e-6 -0.80776,0.11028 -1.16615,0.33082 -0.35288,0.22056 -0.60927,0.54311 -0.76917,0.96766 -0.1599,0.42456 -0.23985,1.03659 -0.23984,1.83607 l 0,4.55709 -1.48871,0"
inkscape:connector-curvature="0" />
<path
id="path2854"
d="m 403.78672,296.57328 0,-12.14949 1.35637,0 0,1.14134 c 0.3198,-0.4466 0.68094,-0.78018 1.08345,-1.00074 0.4025,-0.22605 0.89046,-0.33909 1.46389,-0.33909 0.74986,0 1.41151,0.19299 1.98494,0.57894 0.57342,0.38597 1.00625,0.93182 1.29849,1.63757 0.29222,0.70025 0.43833,1.46942 0.43834,2.3075 -10e-6,0.89874 -0.16267,1.70925 -0.48797,2.43155 -0.3198,0.71679 -0.78847,1.26816 -1.406,1.65412 -0.61203,0.38044 -1.25713,0.57067 -1.93531,0.57067 -0.49624,0 -0.94286,-0.10476 -1.33984,-0.31428 -0.39148,-0.20953 -0.71403,-0.47418 -0.96766,-0.79398 l 0,4.27589 -1.4887,0 m 1.3481,-7.70818 c 0,1.13031 0.22882,1.96564 0.68646,2.50598 0.45764,0.54035 1.01177,0.81052 1.66239,0.81052 0.66164,0 1.2268,-0.27844 1.69547,-0.83533 0.47417,-0.5624 0.71126,-1.43081 0.71127,-2.60523 -10e-6,-1.11928 -0.23158,-1.95737 -0.69473,-2.51426 -0.45764,-0.55688 -1.00626,-0.83532 -1.64585,-0.83533 -0.63408,10e-6 -1.19648,0.29775 -1.6872,0.89322 -0.48521,0.58998 -0.72781,1.45012 -0.72781,2.58043"
inkscape:connector-curvature="0" />
<path
id="path2856"
d="m 413.1821,293.20715 0,-12.12468 1.48871,0 0,12.12468 -1.48871,0"
inkscape:connector-curvature="0" />
<path
id="path2858"
d="m 422.99929,290.37861 1.53833,0.19023 c -0.24261,0.89873 -0.69198,1.59622 -1.34811,2.09245 -0.65614,0.49624 -1.49422,0.74436 -2.51426,0.74436 -1.2847,0 -2.30474,-0.39423 -3.06011,-1.1827 -0.74987,-0.79397 -1.1248,-1.90499 -1.1248,-3.33304 0,-1.47768 0.38044,-2.62453 1.14134,-3.44057 0.76089,-0.81602 1.74785,-1.22404 2.96087,-1.22404 1.17442,0 2.1338,0.39975 2.87816,1.19923 0.74435,0.7995 1.11652,1.9243 1.11653,3.3744 -1e-5,0.0882 -0.003,0.22055 -0.008,0.39699 l -6.5503,0 c 0.0551,0.9649 0.32806,1.70374 0.81878,2.21652 0.49072,0.51277 1.10275,0.76916 1.83607,0.76916 0.54586,0 1.01177,-0.14336 1.39773,-0.43007 0.38596,-0.28671 0.69197,-0.74435 0.91804,-1.37292 m -4.88792,-2.40674 4.90446,0 c -0.0662,-0.73883 -0.25364,-1.29296 -0.5624,-1.66239 -0.47419,-0.57342 -1.08897,-0.86013 -1.84434,-0.86014 -0.68371,10e-6 -1.25989,0.22883 -1.72855,0.68646 -0.46316,0.45765 -0.71955,1.06967 -0.76917,1.83607"
inkscape:connector-curvature="0" />
<path
id="path2860"
d="m 426.80376,293.20715 0,-1.69547 1.69547,0 0,1.69547 c -1e-5,0.62305 -0.11028,1.1248 -0.33083,1.50525 -0.22055,0.38596 -0.57067,0.6837 -1.05036,0.89322 l -0.41353,-0.63683 c 0.31428,-0.13785 0.54586,-0.34185 0.69473,-0.61203 0.14887,-0.26465 0.23157,-0.64786 0.24812,-1.14961 l -0.8436,0"
inkscape:connector-curvature="0" />
<path
id="path2862"
d="m 435.77734,293.20715 0,-12.12468 1.48871,0 0,12.12468 -1.48871,0"
inkscape:connector-curvature="0" />
<path
id="path2864"
d="m 439.59009,282.79448 0,-1.71201 1.4887,0 0,1.71201 -1.4887,0 m 0,10.41267 0,-8.78336 1.4887,0 0,8.78336 -1.4887,0"
inkscape:connector-curvature="0" />
<path
id="path2866"
d="m 443.08027,293.93496 1.44736,0.21504 c 0.0606,0.44661 0.22881,0.77192 0.5045,0.97593 0.36942,0.27568 0.87392,0.41353 1.51352,0.41353 0.68921,0 1.22128,-0.13785 1.59622,-0.41353 0.37493,-0.27569 0.62856,-0.66165 0.7609,-1.15788 0.0772,-0.30326 0.11302,-0.94009 0.10751,-1.91051 -0.65062,0.76641 -1.46114,1.14961 -2.43155,1.14961 -1.20751,0 -2.14208,-0.43558 -2.80373,-1.30675 -0.66165,-0.87117 -0.99247,-1.91602 -0.99247,-3.13455 0,-0.83808 0.15163,-1.61 0.45488,-2.31577 0.30326,-0.71126 0.7416,-1.25987 1.31503,-1.64584 0.57894,-0.38595 1.25712,-0.57894 2.03456,-0.57894 1.03658,0 1.8912,0.41905 2.56388,1.25713 l 0,-1.05864 1.37292,0 0,7.5924 c -10e-6,1.3674 -0.14061,2.33506 -0.4218,2.90297 -0.27569,0.57343 -0.71679,1.02555 -1.32329,1.35638 -0.601,0.33082 -1.3426,0.49623 -2.22479,0.49624 -1.04761,-10e-6 -1.89397,-0.2371 -2.53907,-0.71127 -0.64511,-0.46867 -0.95663,-1.17719 -0.93458,-2.12555 m 1.23232,-5.27663 c 0,1.15237 0.22882,1.99321 0.68646,2.52253 0.45764,0.52932 1.03106,0.79398 1.72028,0.79398 0.6837,0 1.25713,-0.2619 1.72028,-0.78571 0.46315,-0.52931 0.69473,-1.35637 0.69473,-2.48118 0,-1.07517 -0.23985,-1.88568 -0.71954,-2.43155 -0.47418,-0.54585 -1.04761,-0.81878 -1.72028,-0.81879 -0.66165,1e-5 -1.22405,0.27018 -1.6872,0.81052 -0.46315,0.53484 -0.69473,1.33157 -0.69473,2.3902"
inkscape:connector-curvature="0" />
<path
id="path2868"
d="m 452.78167,293.20715 0,-12.12468 1.48871,0 0,4.35033 c 0.69472,-0.80499 1.5714,-1.2075 2.63004,-1.2075 0.65062,0 1.21577,0.12958 1.69547,0.38871 0.47969,0.25364 0.82154,0.60652 1.02555,1.05864 0.20952,0.45213 0.31428,1.10826 0.31429,1.9684 l 0,5.5661 -1.48871,0 0,-5.5661 c -1e-5,-0.74435 -0.16266,-1.28469 -0.48796,-1.62104 -0.3198,-0.34184 -0.77469,-0.51277 -1.36465,-0.51277 -0.4411,0 -0.85739,0.11579 -1.24886,0.34736 -0.38596,0.22607 -0.66165,0.53484 -0.82706,0.92631 -0.16541,0.39148 -0.24812,0.93182 -0.24811,1.62103 l 0,4.80521 -1.48871,0"
inkscape:connector-curvature="0" />
<path
id="path2870"
d="m 465.46048,291.87559 0.21504,1.31502 c -0.41905,0.0882 -0.79398,0.13233 -1.1248,0.13233 -0.54035,0 -0.95939,-0.0855 -1.25713,-0.25639 -0.29774,-0.17092 -0.50726,-0.39423 -0.62856,-0.66991 -0.12131,-0.2812 -0.18196,-0.86841 -0.18196,-1.76164 l 0,-5.05333 -1.09171,0 0,-1.15788 1.09171,0 0,-2.17516 1.48044,-0.89323 0,3.06839 1.49697,0 0,1.15788 -1.49697,0 0,5.13604 c 0,0.42456 0.0248,0.69748 0.0744,0.81878 0.0551,0.12131 0.1406,0.2178 0.25639,0.28948 0.1213,0.0717 0.29223,0.10751 0.51278,0.10751 0.16541,0 0.3832,-0.0193 0.65337,-0.0579"
inkscape:connector-curvature="0" />
<path
id="path2872"
d="m 468.52887,293.20715 -2.68794,-8.78336 1.53833,0 1.39773,5.06987 0.52105,1.88569 c 0.022,-0.0937 0.17368,-0.69748 0.45488,-1.81125 l 1.39773,-5.14431 1.53006,0 1.31502,5.09468 0.43834,1.67893 0.50451,-1.69547 1.50524,-5.07814 1.44736,0 -2.74584,8.78336 -1.5466,0 -1.39773,-5.26009 -0.33909,-1.49698 -1.77818,6.75707 -1.55487,0"
inkscape:connector-curvature="0" />
<path
id="path2874"
d="m 485.1941,290.37861 1.53833,0.19023 c -0.24262,0.89873 -0.69198,1.59622 -1.34811,2.09245 -0.65614,0.49624 -1.49422,0.74436 -2.51426,0.74436 -1.2847,0 -2.30474,-0.39423 -3.06011,-1.1827 -0.74987,-0.79397 -1.1248,-1.90499 -1.1248,-3.33304 0,-1.47768 0.38044,-2.62453 1.14134,-3.44057 0.76089,-0.81602 1.74784,-1.22404 2.96087,-1.22404 1.17441,0 2.1338,0.39975 2.87816,1.19923 0.74435,0.7995 1.11652,1.9243 1.11653,3.3744 -1e-5,0.0882 -0.003,0.22055 -0.008,0.39699 l -6.5503,0 c 0.0551,0.9649 0.32806,1.70374 0.81878,2.21652 0.49072,0.51277 1.10274,0.76916 1.83607,0.76916 0.54586,0 1.01177,-0.14336 1.39773,-0.43007 0.38596,-0.28671 0.69197,-0.74435 0.91804,-1.37292 m -4.88792,-2.40674 4.90446,0 c -0.0662,-0.73883 -0.25364,-1.29296 -0.5624,-1.66239 -0.47419,-0.57342 -1.08897,-0.86013 -1.84434,-0.86014 -0.68371,10e-6 -1.25989,0.22883 -1.72855,0.68646 -0.46316,0.45765 -0.71955,1.06967 -0.76917,1.83607"
inkscape:connector-curvature="0" />
<path
id="path2876"
d="m 488.61813,282.79448 0,-1.71201 1.4887,0 0,1.71201 -1.4887,0 m 0,10.41267 0,-8.78336 1.4887,0 0,8.78336 -1.4887,0"
inkscape:connector-curvature="0" />
<path
id="path2878"
d="m 492.10831,293.93496 1.44735,0.21504 c 0.0607,0.44661 0.22882,0.77192 0.50451,0.97593 0.36942,0.27568 0.87392,0.41353 1.51352,0.41353 0.68921,0 1.22128,-0.13785 1.59622,-0.41353 0.37493,-0.27569 0.62856,-0.66165 0.76089,-1.15788 0.0772,-0.30326 0.11303,-0.94009 0.10752,-1.91051 -0.65062,0.76641 -1.46114,1.14961 -2.43155,1.14961 -1.20751,0 -2.14208,-0.43558 -2.80373,-1.30675 -0.66165,-0.87117 -0.99247,-1.91602 -0.99247,-3.13455 0,-0.83808 0.15163,-1.61 0.45488,-2.31577 0.30326,-0.71126 0.7416,-1.25987 1.31503,-1.64584 0.57893,-0.38595 1.25712,-0.57894 2.03456,-0.57894 1.03658,0 1.8912,0.41905 2.56388,1.25713 l 0,-1.05864 1.37292,0 0,7.5924 c -1e-5,1.3674 -0.14061,2.33506 -0.4218,2.90297 -0.27569,0.57343 -0.71679,1.02555 -1.32329,1.35638 -0.60101,0.33082 -1.3426,0.49623 -2.22479,0.49624 -1.04761,-10e-6 -1.89397,-0.2371 -2.53907,-0.71127 -0.64511,-0.46867 -0.95663,-1.17719 -0.93458,-2.12555 m 1.23232,-5.27663 c 0,1.15237 0.22882,1.99321 0.68646,2.52253 0.45763,0.52932 1.03106,0.79398 1.72028,0.79398 0.6837,0 1.25712,-0.2619 1.72028,-0.78571 0.46315,-0.52931 0.69472,-1.35637 0.69473,-2.48118 -10e-6,-1.07517 -0.23985,-1.88568 -0.71954,-2.43155 -0.47419,-0.54585 -1.04761,-0.81878 -1.72028,-0.81879 -0.66165,1e-5 -1.22405,0.27018 -1.6872,0.81052 -0.46316,0.53484 -0.69473,1.33157 -0.69473,2.3902"
inkscape:connector-curvature="0" />
<path
id="path2880"
d="m 501.80971,293.20715 0,-12.12468 1.4887,0 0,4.35033 c 0.69473,-0.80499 1.57141,-1.2075 2.63005,-1.2075 0.65061,0 1.21577,0.12958 1.69547,0.38871 0.47969,0.25364 0.82154,0.60652 1.02555,1.05864 0.20952,0.45213 0.31428,1.10826 0.31429,1.9684 l 0,5.5661 -1.48871,0 0,-5.5661 c -10e-6,-0.74435 -0.16266,-1.28469 -0.48796,-1.62104 -0.31981,-0.34184 -0.77469,-0.51277 -1.36465,-0.51277 -0.4411,0 -0.85739,0.11579 -1.24886,0.34736 -0.38596,0.22607 -0.66165,0.53484 -0.82706,0.92631 -0.16541,0.39148 -0.24812,0.93182 -0.24812,1.62103 l 0,4.80521 -1.4887,0"
inkscape:connector-curvature="0" />
<path
id="path2882"
d="m 514.48852,291.87559 0.21503,1.31502 c -0.41905,0.0882 -0.79398,0.13233 -1.1248,0.13233 -0.54035,0 -0.95939,-0.0855 -1.25713,-0.25639 -0.29774,-0.17092 -0.50726,-0.39423 -0.62856,-0.66991 -0.12131,-0.2812 -0.18196,-0.86841 -0.18196,-1.76164 l 0,-5.05333 -1.09171,0 0,-1.15788 1.09171,0 0,-2.17516 1.48044,-0.89323 0,3.06839 1.49698,0 0,1.15788 -1.49698,0 0,5.13604 c 0,0.42456 0.0248,0.69748 0.0744,0.81878 0.0551,0.12131 0.1406,0.2178 0.25639,0.28948 0.1213,0.0717 0.29223,0.10751 0.51278,0.10751 0.16541,0 0.3832,-0.0193 0.65338,-0.0579"
inkscape:connector-curvature="0" />
<path
id="path2884"
d="m 520.36063,293.93496 1.44735,0.21504 c 0.0607,0.44661 0.22882,0.77192 0.50451,0.97593 0.36942,0.27568 0.87392,0.41353 1.51352,0.41353 0.68921,0 1.22128,-0.13785 1.59622,-0.41353 0.37493,-0.27569 0.62856,-0.66165 0.76089,-1.15788 0.0772,-0.30326 0.11303,-0.94009 0.10752,-1.91051 -0.65062,0.76641 -1.46114,1.14961 -2.43155,1.14961 -1.20751,0 -2.14209,-0.43558 -2.80373,-1.30675 -0.66165,-0.87117 -0.99247,-1.91602 -0.99247,-3.13455 0,-0.83808 0.15163,-1.61 0.45488,-2.31577 0.30326,-0.71126 0.7416,-1.25987 1.31503,-1.64584 0.57893,-0.38595 1.25712,-0.57894 2.03456,-0.57894 1.03657,0 1.8912,0.41905 2.56388,1.25713 l 0,-1.05864 1.37292,0 0,7.5924 c -10e-6,1.3674 -0.14061,2.33506 -0.4218,2.90297 -0.27569,0.57343 -0.71679,1.02555 -1.32329,1.35638 -0.60101,0.33082 -1.3426,0.49623 -2.22479,0.49624 -1.04761,-10e-6 -1.89397,-0.2371 -2.53907,-0.71127 -0.64511,-0.46867 -0.95663,-1.17719 -0.93458,-2.12555 m 1.23232,-5.27663 c 0,1.15237 0.22882,1.99321 0.68646,2.52253 0.45763,0.52932 1.03106,0.79398 1.72028,0.79398 0.6837,0 1.25712,-0.2619 1.72028,-0.78571 0.46315,-0.52931 0.69472,-1.35637 0.69473,-2.48118 -1e-5,-1.07517 -0.23985,-1.88568 -0.71954,-2.43155 -0.47419,-0.54585 -1.04761,-0.81878 -1.72028,-0.81879 -0.66165,1e-5 -1.22405,0.27018 -1.6872,0.81052 -0.46316,0.53484 -0.69473,1.33157 -0.69473,2.3902"
inkscape:connector-curvature="0" />
<path
id="path2886"
d="m 530.06203,293.20715 0,-8.78336 1.33983,0 0,1.24886 c 0.6451,-0.96489 1.57692,-1.44735 2.79546,-1.44735 0.52931,0 1.01452,0.0965 1.45562,0.28947 0.44661,0.18747 0.78019,0.43559 1.00074,0.74435 0.22055,0.30878 0.37493,0.67544 0.46316,1.09999 0.0551,0.27569 0.0827,0.75814 0.0827,1.44735 l 0,5.40069 -1.4887,0 0,-5.3428 c -10e-6,-0.6065 -0.0579,-1.05862 -0.17368,-1.35637 -0.1158,-0.30325 -0.32256,-0.5431 -0.6203,-0.71954 -0.29223,-0.18195 -0.63684,-0.27292 -1.03382,-0.27293 -0.63408,10e-6 -1.1827,0.20126 -1.64585,0.60375 -0.45764,0.40251 -0.68646,1.16616 -0.68646,2.29095 l 0,4.79694 -1.4887,0"
inkscape:connector-curvature="0" />
<path
id="path2888"
d="m 545.24684,293.20715 0,-1.29021 c -0.68371,0.99247 -1.61277,1.48871 -2.78719,1.48871 -0.51829,0 -1.0035,-0.0992 -1.45562,-0.29774 -0.44662,-0.1985 -0.7802,-0.44661 -1.00074,-0.74436 -0.21504,-0.30325 -0.36667,-0.67267 -0.45489,-1.10826 -0.0607,-0.29222 -0.091,-0.75537 -0.091,-1.38945 l 0,-5.44205 1.4887,0 0,4.87138 c 0,0.77743 0.0303,1.30124 0.091,1.57141 0.0937,0.39147 0.29222,0.70024 0.59548,0.9263 0.30325,0.22055 0.67819,0.33083 1.1248,0.33083 0.44661,0 0.86565,-0.11303 1.25713,-0.3391 0.39147,-0.23157 0.66715,-0.5431 0.82706,-0.93457 0.1654,-0.39699 0.24811,-0.97042 0.24812,-1.72029 l 0,-4.70596 1.4887,0 0,8.78336 -1.33156,0"
inkscape:connector-curvature="0" />
<path
id="path2890"
d="m 547.80245,293.41392 3.515,-12.53821 1.19096,0 -3.50673,12.53821 -1.19923,0"
inkscape:connector-curvature="0" />
<path
id="path2892"
d="m 553.58359,293.20715 0,-12.12468 1.4887,0 0,12.12468 -1.4887,0"
inkscape:connector-curvature="0" />
<path
id="path2894"
d="m 557.39632,282.79448 0,-1.71201 1.4887,0 0,1.71201 -1.4887,0 m 0,10.41267 0,-8.78336 1.4887,0 0,8.78336 -1.4887,0"
inkscape:connector-curvature="0" />
<path
id="path2896"
d="m 561.15944,293.20715 0,-8.78336 1.33983,0 0,1.24886 c 0.64511,-0.96489 1.57693,-1.44735 2.79546,-1.44735 0.52931,0 1.01452,0.0965 1.45563,0.28947 0.4466,0.18747 0.78018,0.43559 1.00074,0.74435 0.22054,0.30878 0.37492,0.67544 0.46315,1.09999 0.0551,0.27569 0.0827,0.75814 0.0827,1.44735 l 0,5.40069 -1.48871,0 0,-5.3428 c -10e-6,-0.6065 -0.0579,-1.05862 -0.17368,-1.35637 -0.1158,-0.30325 -0.32256,-0.5431 -0.6203,-0.71954 -0.29223,-0.18195 -0.63684,-0.27292 -1.03382,-0.27293 -0.63408,10e-6 -1.1827,0.20126 -1.64585,0.60375 -0.45764,0.40251 -0.68646,1.16616 -0.68646,2.29095 l 0,4.79694 -1.4887,0"
inkscape:connector-curvature="0" />
<path
id="path2898"
d="m 576.34423,293.20715 0,-1.29021 c -0.6837,0.99247 -1.61277,1.48871 -2.78718,1.48871 -0.5183,0 -1.0035,-0.0992 -1.45563,-0.29774 -0.44661,-0.1985 -0.78019,-0.44661 -1.00074,-0.74436 -0.21503,-0.30325 -0.36666,-0.67267 -0.45488,-1.10826 -0.0607,-0.29222 -0.091,-0.75537 -0.091,-1.38945 l 0,-5.44205 1.48871,0 0,4.87138 c 0,0.77743 0.0303,1.30124 0.091,1.57141 0.0937,0.39147 0.29222,0.70024 0.59548,0.9263 0.30325,0.22055 0.67818,0.33083 1.1248,0.33083 0.4466,0 0.86565,-0.11303 1.25713,-0.3391 0.39147,-0.23157 0.66715,-0.5431 0.82706,-0.93457 0.1654,-0.39699 0.24811,-0.97042 0.24811,-1.72029 l 0,-4.70596 1.48871,0 0,8.78336 -1.33157,0"
inkscape:connector-curvature="0" />
<path
id="path2900"
d="m 579.0239,293.20715 3.20899,-4.56536 -2.96914,-4.218 1.86088,0 1.34811,2.05938 c 0.25362,0.39148 0.45763,0.71954 0.61202,0.9842 0.2426,-0.3639 0.46591,-0.68646 0.66992,-0.96766 l 1.48043,-2.07592 1.77818,0 -3.03531,4.13529 3.26689,4.64807 -1.8278,0 -1.80299,-2.72929 -0.4797,-0.73608 -2.30749,3.46537 -1.80299,0"
inkscape:connector-curvature="0" />
<path
id="path2902"
d="m 598.74926,293.20715 0,-1.10826 c -0.55689,0.87117 -1.37568,1.30676 -2.45636,1.30676 -0.70025,0 -1.34535,-0.19298 -1.93532,-0.57894 -0.58446,-0.38596 -1.03934,-0.92355 -1.36465,-1.61277 -0.31979,-0.69472 -0.47969,-1.49146 -0.47969,-2.3902 0,-0.87667 0.14611,-1.67065 0.43834,-2.38193 0.29223,-0.71677 0.73057,-1.26539 1.31502,-1.64584 0.58446,-0.38044 1.23783,-0.57067 1.96013,-0.57067 0.52932,0 1.00074,0.11304 1.41427,0.33909 0.41353,0.22056 0.74986,0.51003 1.00901,0.86841 l 0,-4.35033 1.48044,0 0,12.12468 -1.38119,0 m -4.70596,-4.38341 c 0,1.12481 0.23709,1.96565 0.71127,2.52253 0.47417,0.55689 1.03382,0.83533 1.67893,0.83533 0.65061,0 1.20198,-0.26466 1.65411,-0.79398 0.45764,-0.53482 0.68646,-1.3481 0.68646,-2.43982 0,-1.20199 -0.23158,-2.08418 -0.69473,-2.64659 -0.46315,-0.56239 -1.03382,-0.84359 -1.71201,-0.8436 -0.66165,1e-5 -1.21578,0.27018 -1.66239,0.81052 -0.4411,0.54035 -0.66164,1.39222 -0.66164,2.55561"
inkscape:connector-curvature="0" />
<path
id="path2904"
d="m 602.48756,282.79448 0,-1.71201 1.48871,0 0,1.71201 -1.48871,0 m 0,10.41267 0,-8.78336 1.48871,0 0,8.78336 -1.48871,0"
inkscape:connector-curvature="0" />
<path
id="path2906"
d="m 605.65519,290.58538 1.47216,-0.23158 c 0.0827,0.58997 0.31153,1.0421 0.68646,1.35638 0.38045,0.31428 0.90976,0.47142 1.58795,0.47142 0.6837,0 1.19096,-0.13784 1.52179,-0.41353 0.33082,-0.2812 0.49623,-0.60926 0.49624,-0.9842 -1e-5,-0.33633 -0.14612,-0.60099 -0.43834,-0.79397 -0.20402,-0.13233 -0.71128,-0.3005 -1.52179,-0.50451 -1.09172,-0.27568 -1.84986,-0.51277 -2.27441,-0.71127 -0.41905,-0.204 -0.73884,-0.48245 -0.95939,-0.83533 -0.21504,-0.35839 -0.32255,-0.75262 -0.32255,-1.18269 0,-0.39147 0.0882,-0.75262 0.26466,-1.08345 0.18195,-0.33633 0.42731,-0.61477 0.73608,-0.83533 0.23157,-0.17092 0.54585,-0.31427 0.94284,-0.43007 0.4025,-0.12129 0.83257,-0.18195 1.29022,-0.18195 0.68921,0 1.29296,0.0992 1.81125,0.29774 0.5238,0.1985 0.90976,0.46867 1.15789,0.81051 0.24811,0.33635 0.41903,0.78847 0.51277,1.35638 l -1.45562,0.19849 c -0.0662,-0.45211 -0.25915,-0.80499 -0.57894,-1.05863 -0.31429,-0.25362 -0.7609,-0.38044 -1.33984,-0.38045 -0.6837,10e-6 -1.17167,0.11304 -1.46389,0.3391 -0.29223,0.22607 -0.43834,0.49073 -0.43834,0.79397 0,0.19299 0.0607,0.36667 0.18195,0.52105 0.1213,0.1599 0.31152,0.29223 0.57067,0.39699 0.14887,0.0551 0.58721,0.18196 1.31503,0.38045 1.05311,0.2812 1.78644,0.51278 2.19997,0.69472 0.41904,0.17645 0.7471,0.43559 0.9842,0.77744 0.23708,0.34185 0.35563,0.76641 0.35564,1.27367 -10e-6,0.49624 -0.14612,0.9649 -0.43834,1.406 -0.28673,0.43558 -0.70301,0.77468 -1.24886,1.01728 -0.54587,0.23709 -1.1634,0.35564 -1.85261,0.35564 -1.14135,0 -2.01252,-0.23709 -2.61351,-0.71127 -0.59548,-0.47418 -0.97593,-1.17718 -1.14134,-2.109"
inkscape:connector-curvature="0" />
<path
id="path2908"
d="m 617.9701,291.87559 0.21503,1.31502 c -0.41904,0.0882 -0.79398,0.13233 -1.1248,0.13233 -0.54034,0 -0.95939,-0.0855 -1.25713,-0.25639 -0.29774,-0.17092 -0.50726,-0.39423 -0.62856,-0.66991 -0.1213,-0.2812 -0.18195,-0.86841 -0.18195,-1.76164 l 0,-5.05333 -1.09172,0 0,-1.15788 1.09172,0 0,-2.17516 1.48043,-0.89323 0,3.06839 1.49698,0 0,1.15788 -1.49698,0 0,5.13604 c 0,0.42456 0.0248,0.69748 0.0744,0.81878 0.0551,0.12131 0.14059,0.2178 0.25638,0.28948 0.1213,0.0717 0.29223,0.10751 0.51278,0.10751 0.16541,0 0.3832,-0.0193 0.65338,-0.0579"
inkscape:connector-curvature="0" />
<path
id="path2910"
d="m 619.40091,293.20715 0,-8.78336 1.33983,0 0,1.33156 c 0.34185,-0.62304 0.65613,-1.03381 0.94285,-1.23231 0.29222,-0.19849 0.61202,-0.29774 0.95939,-0.29774 0.50174,0 1.01176,0.1599 1.53006,0.47969 l -0.51278,1.38119 c -0.36391,-0.21503 -0.72782,-0.32255 -1.09172,-0.32255 -0.32531,0 -0.61754,0.0993 -0.87668,0.29774 -0.25915,0.19298 -0.44386,0.46316 -0.55413,0.81051 -0.16541,0.52933 -0.24812,1.10827 -0.24812,1.73683 l 0,4.59844 -1.4887,0"
inkscape:connector-curvature="0" />
<path
id="path2912"
d="m 625.08279,282.79448 0,-1.71201 1.48871,0 0,1.71201 -1.48871,0 m 0,10.41267 0,-8.78336 1.48871,0 0,8.78336 -1.48871,0"
inkscape:connector-curvature="0" />
<path
id="path2914"
d="m 630.21883,293.20715 -1.38118,0 0,-12.12468 1.4887,0 0,4.32552 c 0.62856,-0.78845 1.43081,-1.18269 2.40674,-1.18269 0.54034,0 1.05036,0.11028 1.53006,0.33082 0.4852,0.21504 0.88219,0.52105 1.19097,0.91803 0.31427,0.39149 0.55963,0.86567 0.73608,1.42255 0.17643,0.55689 0.26465,1.15237 0.26466,1.78644 -1e-5,1.50525 -0.37219,2.66865 -1.11653,3.49019 -0.74436,0.82155 -1.63758,1.23232 -2.67967,1.23232 -1.03659,0 -1.84986,-0.43283 -2.43983,-1.29848 l 0,1.09998 m -0.0165,-4.45784 c 0,1.05312 0.14336,1.81402 0.43007,2.28268 0.46867,0.76641 1.10274,1.14961 1.90224,1.14961 0.65061,0 1.21301,-0.2812 1.6872,-0.8436 0.47417,-0.56791 0.71126,-1.41151 0.71127,-2.5308 -1e-5,-1.14685 -0.22883,-1.9932 -0.68646,-2.53907 -0.45213,-0.54585 -1.00075,-0.81878 -1.64585,-0.81879 -0.65062,10e-6 -1.21302,0.28397 -1.6872,0.85187 -0.47418,0.56241 -0.71127,1.37844 -0.71127,2.4481"
inkscape:connector-curvature="0" />
<path
id="path2916"
d="m 644.03071,293.20715 0,-1.29021 c -0.68371,0.99247 -1.61277,1.48871 -2.78719,1.48871 -0.51829,0 -1.0035,-0.0992 -1.45562,-0.29774 -0.44661,-0.1985 -0.78019,-0.44661 -1.00074,-0.74436 -0.21504,-0.30325 -0.36666,-0.67267 -0.45488,-1.10826 -0.0607,-0.29222 -0.091,-0.75537 -0.091,-1.38945 l 0,-5.44205 1.48871,0 0,4.87138 c -1e-5,0.77743 0.0303,1.30124 0.091,1.57141 0.0937,0.39147 0.29223,0.70024 0.59549,0.9263 0.30325,0.22055 0.67818,0.33083 1.1248,0.33083 0.4466,0 0.86564,-0.11303 1.25712,-0.3391 0.39147,-0.23157 0.66716,-0.5431 0.82706,-0.93457 0.16541,-0.39699 0.24811,-0.97042 0.24812,-1.72029 l 0,-4.70596 1.48871,0 0,8.78336 -1.33157,0"
inkscape:connector-curvature="0" />
<path
id="path2918"
d="m 650.95319,291.87559 0.21504,1.31502 c -0.41905,0.0882 -0.79398,0.13233 -1.1248,0.13233 -0.54035,0 -0.95939,-0.0855 -1.25713,-0.25639 -0.29775,-0.17092 -0.50727,-0.39423 -0.62857,-0.66991 -0.1213,-0.2812 -0.18195,-0.86841 -0.18195,-1.76164 l 0,-5.05333 -1.09172,0 0,-1.15788 1.09172,0 0,-2.17516 1.48043,-0.89323 0,3.06839 1.49698,0 0,1.15788 -1.49698,0 0,5.13604 c 0,0.42456 0.0248,0.69748 0.0744,0.81878 0.0551,0.12131 0.1406,0.2178 0.25639,0.28948 0.1213,0.0717 0.29222,0.10751 0.51277,0.10751 0.16541,0 0.3832,-0.0193 0.65338,-0.0579"
inkscape:connector-curvature="0" />
<path
id="path2920"
d="m 652.40881,282.79448 0,-1.71201 1.48871,0 0,1.71201 -1.48871,0 m 0,10.41267 0,-8.78336 1.48871,0 0,8.78336 -1.48871,0"
inkscape:connector-curvature="0" />
<path
id="path2922"
d="m 655.61781,288.81547 c 0,-1.62654 0.45212,-2.83129 1.35637,-3.61424 0.75538,-0.65062 1.67617,-0.97593 2.76238,-0.97593 1.2075,0 2.19445,0.39699 2.96087,1.19096 0.7664,0.78847 1.1496,1.88019 1.14961,3.27515 -10e-6,1.13032 -0.17093,2.02079 -0.51278,2.6714 -0.33634,0.64511 -0.82982,1.14686 -1.48043,1.50525 -0.64511,0.35839 -1.35087,0.53759 -2.11727,0.53759 -1.22957,0 -2.22479,-0.39423 -2.98568,-1.1827 -0.75538,-0.78846 -1.13307,-1.92428 -1.13307,-3.40748 m 1.53006,0 c -10e-6,1.1248 0.24535,1.9684 0.73608,2.5308 0.49072,0.55689 1.10825,0.83533 1.85261,0.83533 0.73883,0 1.35361,-0.2812 1.84434,-0.8436 0.49071,-0.5624 0.73607,-1.41978 0.73608,-2.57215 -10e-6,-1.0862 -0.24812,-1.90774 -0.74435,-2.46464 -0.49073,-0.56239 -1.10275,-0.84359 -1.83607,-0.8436 -0.74436,1e-5 -1.36189,0.27845 -1.85261,0.83533 -0.49073,0.5569 -0.73609,1.39774 -0.73608,2.52253"
inkscape:connector-curvature="0" />
<path
id="path2924"
d="m 665.6004,293.20715 0,-8.78336 1.33984,0 0,1.24886 c 0.6451,-0.96489 1.57692,-1.44735 2.79546,-1.44735 0.52931,0 1.01452,0.0965 1.45562,0.28947 0.4466,0.18747 0.78018,0.43559 1.00074,0.74435 0.22054,0.30878 0.37493,0.67544 0.46315,1.09999 0.0551,0.27569 0.0827,0.75814 0.0827,1.44735 l 0,5.40069 -1.48871,0 0,-5.3428 c 0,-0.6065 -0.0579,-1.05862 -0.17368,-1.35637 -0.11579,-0.30325 -0.32256,-0.5431 -0.62029,-0.71954 -0.29224,-0.18195 -0.63684,-0.27292 -1.03383,-0.27293 -0.63408,10e-6 -1.18269,0.20126 -1.64584,0.60375 -0.45764,0.40251 -0.68646,1.16616 -0.68646,2.29095 l 0,4.79694 -1.48871,0"
inkscape:connector-curvature="0" />
<path
id="path2926"
d="m 675.45067,293.20715 0,-1.69547 1.69547,0 0,1.69547 -1.69547,0"
inkscape:connector-curvature="0" />
</g>
<path
id="path2518"
transform="matrix(1.1433333,0,0,1.1433333,22.920168,121.64318)"
d="m 105.8125,16.625 c -7.39687,18.135158 -11.858304,29.997682 -20.09375,47.59375 5.04936,5.35232 11.247211,11.585364 21.3125,18.625 C 96.210077,78.390904 88.828713,73.920352 83.3125,69.28125 72.7727,91.274163 56.259864,122.60209 22.75,182.8125 49.087628,167.60733 69.504089,158.23318 88.53125,154.65625 87.714216,151.1422 87.2497,147.34107 87.28125,143.375 l 0.03125,-0.84375 c 0.417917,-16.87382 9.195665,-29.84979 19.59375,-28.96875 10.39809,0.88104 18.48041,15.28242 18.0625,32.15625 -0.0786,3.17512 -0.43674,6.22955 -1.0625,9.0625 18.82058,3.68164 39.01873,13.03179 65,28.03125 -5.123,-9.4318 -9.69572,-17.93388 -14.0625,-26.03125 -6.87839,-5.33121 -14.05289,-12.2698 -28.6875,-19.78125 10.05899,2.61375 17.2611,5.62932 22.875,9 C 124.63297,63.338161 121.03766,52.354109 105.8125,16.625 z"
style="fill:#1793d1;fill-opacity:1;fill-rule:evenodd;stroke:none"
inkscape:connector-curvature="0" />
<path
style="fill:#ffffff;fill-opacity:0.16568047;fill-rule:evenodd;stroke:none"
d="M 197.39609,253.57278 C 156.21466,197.6777 146.66924,152.62797 144.25142,141.87263 c 21.96737,50.6686 21.81733,51.28995 53.14467,111.70015 z"
id="path2522"
sodipodi:nodetypes="ccc"
inkscape:connector-curvature="0" />
<text
xml:space="preserve"
style="font-size:8.44138241px;font-style:normal;font-weight:normal;fill:#87cdde;fill-opacity:1;stroke:none;font-family:DejaVu Sans Mono"
x="683.27826"
y="263.83624"
id="text2634"><tspan
sodipodi:role="line"
id="tspan2636"
x="683.27826"
y="263.83624">TM</tspan></text>
<text
xml:space="preserve"
style="font-size:8.25130367px;font-style:normal;font-weight:normal;fill:#87cdde;fill-opacity:1;stroke:none;font-family:DejaVu Sans Mono"
x="237.70116"
y="313.69965"
id="text2638"><tspan
sodipodi:role="line"
id="tspan2640"
x="237.70116"
y="313.69965">TM</tspan></text>
<path
transform="matrix(1.1433333,0,0,1.1433333,22.920168,121.64318)"
id="path2520"
d="m 106.125,17.375 c -0.91722,2.254891 -1.8084,4.448436 -2.65625,6.53125 -0.94561,2.322901 -1.85627,4.544651 -2.75,6.71875 -0.893659,2.174125 -1.778174,4.280817 -2.65625,6.375 -0.878125,2.09428 -1.757434,4.166742 -2.65625,6.25 -0.898758,2.083181 -1.825509,4.171499 -2.78125,6.3125 -0.955741,2.141073 -1.951078,4.357244 -3,6.625 -1.049012,2.267773 -2.134103,4.599237 -3.3125,7.0625 -0.159937,0.334315 -0.337294,0.723862 -0.5,1.0625 5.033263,5.331238 11.21238,11.532822 21.21875,18.53125 C 96.243607,78.404701 88.885659,73.936188 83.375,69.3125 c -0.288695,0.589401 -0.546247,1.11509 -0.84375,1.71875 -1.039262,2.108872 -2.186145,4.384198 -3.34375,6.6875 -0.04815,0.09727 -0.07662,0.18361 -0.125,0.28125 -0.293424,0.583398 -0.542079,1.090361 -0.84375,1.6875 -0.0457,0.09175 -0.110347,0.189176 -0.15625,0.28125 -4.788223,9.604365 -10.706761,21.07613 -18.3125,35.3125 21.063326,-11.87299 43.79704,-28.984581 85.0625,-14.25 -2.07033,-3.921158 -3.96248,-7.573976 -5.75,-11.03125 -1.78749,-3.457382 -3.45794,-6.719588 -5,-9.78125 -1.54195,-3.061601 -2.97879,-5.922086 -4.3125,-8.65625 -1.3337,-2.734102 -2.55614,-5.337491 -3.71875,-7.8125 -1.16268,-2.474956 -2.25245,-4.840951 -3.28125,-7.125 -1.02887,-2.284023 -2.00517,-4.494964 -2.9375,-6.65625 -0.93242,-2.161399 -1.81449,-4.268239 -2.6875,-6.375 -0.87309,-2.106822 -1.74283,-4.191904 -2.59375,-6.3125 -0.28464,-0.709204 -0.59007,-1.440418 -0.875,-2.15625 -2.34712,-5.50695 -4.74718,-11.209786 -7.53125,-17.75 z"
style="fill:url(#linearGradient2197);fill-opacity:1;fill-rule:evenodd;stroke:none"
inkscape:connector-curvature="0" />
</g>
</g>
<text
xml:space="preserve"
style="font-size:35.06362915px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#4d4d4d;fill-opacity:1;stroke:none;font-family:Vollkorn;-inkscape-font-specification:Vollkorn"
x="671.44849"
y="481.263"
id="text3092-7"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
x="671.44849"
y="481.263"
id="tspan3623"
style="font-size:35.06362915px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#4d4d4d;fill-opacity:1;font-family:Vollkorn;-inkscape-font-specification:Vollkorn">$(df -h --output=pcent / | egrep -o [0-9]+%) root</tspan></text>
<flowRoot
xml:space="preserve"
id="flowRoot3590"
style="fill:black;stroke:none;stroke-opacity:1;stroke-width:1px;stroke-linejoin:miter;stroke-linecap:butt;fill-opacity:1;font-family:Ubuntu Mono;font-style:normal;font-weight:normal;font-size:40px;line-height:125%;letter-spacing:0px;word-spacing:0px;-inkscape-font-specification:Ubuntu Mono;font-stretch:normal;font-variant:normal"><flowRegion
id="flowRegion3592"><rect
id="rect3594"
width="108.75918"
height="182.38078"
x="1870.6578"
y="821.54297" /></flowRegion><flowPara
id="flowPara3596"></flowPara></flowRoot></svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment