Add futurePrototype theme as Debian buster's default

This commit is contained in:
Aurélien COUDERC
2019-01-29 00:14:42 +01:00
parent faef00c031
commit e43094fa37
31 changed files with 4208 additions and 36 deletions
+24 -1
View File
@@ -1,4 +1,4 @@
GRUB_THEMES=softwaves-theme/grub lines-theme/grub joy-theme/grub spacefun-theme/grub
GRUB_THEMES=futureprototype-theme/grub softwaves-theme/grub lines-theme/grub joy-theme/grub spacefun-theme/grub
DEFAULT_BACKGROUND=desktop-background
PIXMAPS=$(wildcard pixmaps/*.png)
@@ -185,4 +185,27 @@ install-local:
install -d $(DESTDIR)/usr/share/wallpapers
cd $(DESTDIR)/usr/share/wallpapers && ln -s /usr/share/desktop-base/softwaves-theme/lockscreen SoftWavesLockScreen
# futurePrototype theme (Busters default)
### Plymouth theme
install -d $(DESTDIR)/usr/share/plymouth/themes/futureprototype
$(INSTALL_DATA) $(wildcard futureprototype-theme/plymouth/*) $(DESTDIR)/usr/share/plymouth/themes/futureprototype
install -d $(DESTDIR)/usr/share/desktop-base/futureprototype-theme
cd $(DESTDIR)/usr/share/desktop-base/futureprototype-theme && ln -s /usr/share/plymouth/themes/futureprototype plymouth
### Login background
install -d $(DESTDIR)/usr/share/desktop-base/futureprototype-theme/login
$(INSTALL_DATA) $(wildcard futureprototype-theme/login/*) $(DESTDIR)/usr/share/desktop-base/futureprototype-theme/login
### Wallpapers
install -d $(DESTDIR)/usr/share/desktop-base/futureprototype-theme/wallpaper/contents/images
$(INSTALL_DATA) futureprototype-theme/wallpaper/metadata.desktop $(DESTDIR)/usr/share/desktop-base/futureprototype-theme/wallpaper
$(INSTALL_DATA) futureprototype-theme/wallpaper/gnome-background.xml $(DESTDIR)/usr/share/desktop-base/futureprototype-theme/wallpaper
$(INSTALL_DATA) $(wildcard futureprototype-theme/wallpaper/contents/images/*) $(DESTDIR)/usr/share/desktop-base/futureprototype-theme/wallpaper/contents/images/
$(INSTALL_DATA) futureprototype-theme/gnome-wp-list.xml $(DESTDIR)/usr/share/gnome-background-properties/debian-futureprototype.xml
# Wallpaper symlink for KDE
install -d $(DESTDIR)/usr/share/wallpapers
cd $(DESTDIR)/usr/share/wallpapers && ln -s /usr/share/desktop-base/futureprototype-theme/wallpaper FuturePrototype
### Lockscreen
cd $(DESTDIR)/usr/share/desktop-base/futureprototype-theme && ln -s /usr/share/desktop-base/futureprototype-theme/wallpaper lockscreen
include Makefile.inc
+47 -34
View File
@@ -24,11 +24,12 @@ if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ] || [ "$1" = "abort-remov
desktop-theme \
/usr/share/desktop-base/$theme-theme $priority
done << EOF
softwaves 50
futureprototype 50
softwaves 40
lines 40
joy 30
joy-inksplat 30
spacefun 30
joy 40
joy-inksplat 40
spacefun 40
EOF
# Use active theme as highest priority for background
@@ -45,20 +46,26 @@ EOF
desktop-background \
/usr/share/desktop-base/$theme-theme/wallpaper/contents/images/$filename $priority
done << EOF
softwaves 1024x768.svg 65
softwaves 1280x720.svg 65
softwaves 1280x800.svg 65
softwaves 1280x1024.svg 65
softwaves 1600x1200.svg 65
softwaves 1920x1080.svg 65
softwaves 1920x1200.svg 65
softwaves 2560x1440.svg 65
softwaves 2560x1600.svg 65
lines 1280x1024.svg 60
lines 1600x1200.svg 60
lines 1920x1080.svg 60
lines 1920x1200.svg 60
lines 2560x1080.svg 60
futureprototype 1280x1024.svg 65
futureprototype 1600x1200.svg 65
futureprototype 1920x1080.svg 65
futureprototype 1920x1200.svg 65
futureprototype 2560x1080.svg 65
futureprototype 4096x2160.svg 65
softwaves 1024x768.svg 50
softwaves 1280x720.svg 50
softwaves 1280x800.svg 50
softwaves 1280x1024.svg 50
softwaves 1600x1200.svg 50
softwaves 1920x1080.svg 50
softwaves 1920x1200.svg 50
softwaves 2560x1440.svg 50
softwaves 2560x1600.svg 50
lines 1280x1024.svg 50
lines 1600x1200.svg 50
lines 1920x1080.svg 50
lines 1920x1200.svg 50
lines 2560x1080.svg 50
joy 1280x720.svg 50
joy 1280x1024.svg 50
joy 1600x1200.svg 50
@@ -91,11 +98,12 @@ EOF
desktop-background.xml \
/usr/share/desktop-base/$theme-theme/wallpaper/gnome-background.xml $priority
done << EOF
softwaves 40
futureprototype 40
softwaves 30
lines 30
joy 20
joy-inksplat 20
spacefun 20
joy 30
joy-inksplat 30
spacefun 30
EOF
# Set up an alternative for the XML version of the lock screen
@@ -114,10 +122,11 @@ EOF
desktop-lockscreen.xml \
/usr/share/desktop-base/$theme-theme/lockscreen/gnome-background.xml $priority
done << EOF
softwaves 40
futureprototype 40
softwaves 30
lines 30
joy 20
spacefun 20
joy 30
spacefun 30
EOF
# Set up an alternative for the wallpaper for Plasma 5/KDE
@@ -135,11 +144,12 @@ EOF
desktop-plasma5-wallpaper \
/usr/share/desktop-base/$theme-theme/wallpaper $priority
done << EOF
softwaves 40
futureprototype 40
softwaves 30
lines 30
joy 20
joy-inksplat 20
spacefun 20
joy 30
joy-inksplat 30
spacefun 30
EOF
# Login theme
@@ -155,11 +165,12 @@ EOF
desktop-login-background \
/usr/share/desktop-base/$theme-theme/login/$background $priority
done << EOF
softwaves background.svg 40
futureprototype background.svg 40
softwaves background.svg 30
lines background.svg 30
lines background-nologo.svg 30
joy background.svg 20
spacefun background.svg 20
joy background.svg 30
spacefun background.svg 30
EOF
# Set up an alternative for the GRUB background/colors config
@@ -202,8 +213,10 @@ EOF
desktop-grub.sh \
/usr/share/desktop-base/$theme-theme/grub/grub_background.sh
done << EOF
softwaves 4x3 40
softwaves 16x9 40
futureprototype 4x3 40
futureprototype 16x9 40
softwaves 4x3 30
softwaves 16x9 30
lines 4x3 30
lines 16x9 30
joy 4x3 30
+14 -1
View File
@@ -11,6 +11,12 @@ if [ "$1" = "remove" ] || [ "$1" = "deconfigure" ]; then
desktop-background \
/usr/share/desktop-base/$theme-theme/wallpaper/contents/images/$filename
done << EOF
futureprototype 1280x1024.svg
futureprototype 1600x1200.svg
futureprototype 1920x1080.svg
futureprototype 1920x1200.svg
futureprototype 2560x1080.svg
futureprototype 4096x2160.svg
softwaves 1024x768.svg
softwaves 1280x720.svg
softwaves 1280x800.svg
@@ -50,6 +56,7 @@ EOF
desktop-background.xml \
/usr/share/desktop-base/$theme-theme/wallpaper/gnome-background.xml
done << EOF
futureprototype
softwaves
lines
joy
@@ -68,6 +75,7 @@ EOF
desktop-lockscreen.xml \
/usr/share/desktop-base/$theme-theme/lockscreen/gnome-background.xml
done << EOF
futureprototype
softwaves
lines
joy
@@ -85,6 +93,7 @@ EOF
desktop-plasma5-wallpaper \
/usr/share/desktop-base/$theme-theme/wallpaper
done << EOF
futureprototype
softwaves
lines
joy
@@ -104,6 +113,7 @@ EOF
desktop-login-background \
/usr/share/desktop-base/$theme-theme/login/$background
done << EOF
futureprototype background.svg
softwaves background.svg
lines background.svg
lines background-nologo.svg
@@ -121,6 +131,8 @@ EOF
desktop-grub \
/usr/share/desktop-base/$theme-theme/grub/grub-$ratio.png
done << EOF
futureprototype 4x3
futureprototype 16x9
softwaves 4x3
softwaves 16x9
lines 4x3
@@ -156,6 +168,7 @@ EOF
desktop-theme \
/usr/share/desktop-base/$theme-theme
done << EOF
softwaves
lines
joy
joy-inksplat
@@ -164,6 +177,6 @@ EOF
## *Lastly* remove *highest priority* alternative
update-alternatives --remove \
desktop-theme \
/usr/share/desktop-base/softwaves-theme
/usr/share/desktop-base/futureprototype-theme
fi
+12
View File
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE wallpapers SYSTEM "gnome-wp-list.dtd">
<wallpapers>
<wallpaper>
<!-- don't include words such as "wallpaper" (avoids translations) -->
<name>futurePrototype</name>
<filename>/usr/share/desktop-base/futureprototype-theme/wallpaper/gnome-background.xml</filename>
<options>zoom</options>
<pcolor>#ffffff</pcolor>
<scolor>#000000</scolor>
</wallpaper>
</wallpapers>
+24
View File
@@ -0,0 +1,24 @@
dir = usr/share/desktop-base/futureprototype-theme/grub
.PHONY: build clean install
files = \
grub-4x3.png \
grub-16x9.png
build: $(files)
clean:
rm -f grub-4x3.png grub-16x9.png
install:
install -d $(DESTDIR)/$(dir)
$(INSTALL_DATA) $(wildcard *.png *.sh) $(DESTDIR)/$(dir)
grub-4x3.png: grub-4x3.svg
rsvg-convert $< > $@
grub-16x9.png: grub-16x9.svg
rsvg-convert $< > $@
include ../../Makefile.inc
+219
View File
@@ -0,0 +1,219 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:ns2="http://ns.adobe.com/AdobeIllustrator/10.0/"
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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="1920"
height="1080"
viewBox="0 0 507.99998 285.75"
version="1.1"
id="svg8"
inkscape:version="0.92.4 (5da689c313, 2019-01-14)"
sodipodi:docname="grub-16x9.svg"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\boot-screen\grub2\png\grub2.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<defs
id="defs2" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#b20eb2"
borderopacity="1"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.77514559"
inkscape:cx="1046.8354"
inkscape:cy="648.60348"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
units="px"
borderlayer="true"
inkscape:showpageshadow="false"
showborder="true"
inkscape:window-width="1920"
inkscape:window-height="1008"
inkscape:window-x="0"
inkscape:window-y="36"
inkscape:window-maximized="1"
inkscape:snap-bbox="true"
inkscape:bbox-paths="true"
inkscape:bbox-nodes="true"
inkscape:snap-bbox-edge-midpoints="true"
inkscape:snap-bbox-midpoints="true"
inkscape:object-paths="true"
inkscape:snap-intersection-paths="true"
inkscape:snap-smooth-nodes="true"
inkscape:snap-midpoints="true"
inkscape:snap-page="true"
inkscape:snap-global="true"
showguides="true"
inkscape:guide-bbox="true"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0">
<sodipodi:guide
position="334.57707,132.16007"
orientation="1,0"
id="guide850"
inkscape:locked="false" />
<sodipodi:guide
position="344.16208,117.04005"
orientation="0,1"
id="guide852"
inkscape:locked="false" />
<sodipodi:guide
position="315.81205,155.3801"
orientation="1,0"
id="guide856"
inkscape:locked="false" />
</sodipodi:namedview>
<metadata
id="metadata5">
<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></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(172.44189,-90.624985)">
<rect
style="opacity:1;fill:#1f2b43;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6.87407637;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
id="rect812"
width="508"
height="285.75"
x="-172.44189"
y="90.624985" />
<path
inkscape:connector-curvature="0"
style="display:inline;opacity:0.05;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:15.70717049;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new"
d="M -183.77982,90.624975 V 376.37497 H 76.789266 c 9.43411,-14.72836 14.241049,-32.01671 10.80115,-49.73469 -3.385139,-22.24022 -23.313612,-37.77383 -44.442774,-41.96925 -27.607923,-4.9413 -57.245272,-1.45762 -83.071652,-14.49655 -44.799104,-20.56531 -69.74249,-74.94196 -56.884659,-122.36539 5.532518,-22.92406 19.533597,-42.94782 38.010089,-57.184115 z"
id="rect839" />
<path
inkscape:connector-curvature="0"
style="display:inline;opacity:0.05;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:15.70717049;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new"
d="M 239.67445,280.05295 C 133.12909,279.86192 70.347768,328.50154 5.6618295,323.98746 -94.979831,316.96429 -118.53736,345.71931 -183.77982,363.05279 v 13.32218 h 541.86666 v -85.47848 c -34.34585,0.59409 -73.71428,-10.44986 -115.88749,-10.82984 -0.84442,-0.007 -1.68595,-0.0135 -2.5249,-0.0135 z"
id="rect841" />
<path
inkscape:connector-curvature="0"
style="display:inline;opacity:0.05;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:15.70717049;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new"
d="M -183.77982,271.48112 V 376.37497 H 358.08684 V 334.50542 C 323.36318,320.69798 271.52268,308.8288 232.1452,313.40416 173.61222,320.20517 49.095494,372.88723 -43.550659,345.68331 -107.7264,326.83922 -134.87392,284.42791 -183.77982,271.48112 Z"
id="rect843" />
<path
inkscape:connector-curvature="0"
style="display:inline;opacity:0.05;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:15.70717049;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new"
d="M -183.77982,90.624975 V 255.36455 c 31.33389,-1.23997 68.60628,-8.11249 85.465307,-16.04036 25.795869,-12.13045 46.564199,-34.565 56.66683,-61.21283 8.718745,-22.99754 9.509708,-48.91524 2.209432,-72.40126 -1.606628,-5.1687 -3.603327,-10.21239 -5.955455,-15.085125 z"
id="rect845" />
<path
inkscape:connector-curvature="0"
style="display:inline;opacity:0.05;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:15.70717049;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new"
d="M -183.77982,90.624975 V 208.37335 c 19.64257,4.1186 39.73558,6.08069 59.80407,5.75959 49.161937,-0.7866 98.033742,-15.26578 139.690188,-41.3856 17.376588,-10.89562 33.635392,-23.82786 52.405823,-32.09416 18.729009,-8.24802 39.574589,-11.54706 59.961789,-9.76632 20.38709,1.78074 40.28171,8.61129 57.6153,19.49028 34.66719,21.758 58.16055,59.72538 64.25213,100.19905 1.92714,12.80414 2.26442,26.01414 6.73526,38.16614 5.38216,14.62885 16.50636,26.67637 29.54655,35.21595 13.04017,8.53958 27.95384,13.81887 43.03872,17.74829 9.48024,2.46955 19.16514,4.46717 28.81683,6.54712 V 90.624975 Z"
id="rect847" />
<path
inkscape:connector-curvature="0"
style="display:inline;opacity:0.05;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:15.70717049;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new"
d="M 184.83027,90.624975 C 139.24034,106.74715 99.118352,142.73601 80.861125,190.82789 47.636396,278.34598 227.71201,315.70685 185.56276,213.5314 149.559,126.25348 277.85159,180.50291 358.08684,305.14859 v -179.5216 c -12.1981,-5.95994 -30.37747,-15.99323 -59.13981,-30.313938 -3.47141,-1.728427 -6.99372,-3.289342 -10.5583,-4.688077 z"
id="rect849" />
<g
transform="matrix(0.55586873,0,0,0.55586873,284.79172,312.51968)"
id="Layer_1"
ns2:layer="yes"
ns2:dimmedPercent="50"
ns2:rgbTrio="#4F008000FFFF"
style="opacity:1;fill:#62728b;fill-opacity:1;stroke-width:1.07095873">
<g
id="g28"
style="fill:#62728b;fill-opacity:1;stroke-width:1.07095873">
<path
style="fill:#62728b;fill-opacity:1;stroke-width:1.07095873"
inkscape:connector-curvature="0"
ns2:knockout="Off"
d="m 51.986,57.297 c -1.797,0.025 0.34,0.926 2.686,1.287 0.648,-0.506 1.236,-1.018 1.76,-1.516 -1.461,0.358 -2.948,0.366 -4.446,0.229"
id="path4" />
<path
style="fill:#62728b;fill-opacity:1;stroke-width:1.07095873"
inkscape:connector-curvature="0"
ns2:knockout="Off"
d="m 61.631,54.893 c 1.07,-1.477 1.85,-3.094 2.125,-4.766 -0.24,1.192 -0.887,2.221 -1.496,3.307 -3.359,2.115 -0.316,-1.256 -0.002,-2.537 -3.612,4.546 -0.496,2.726 -0.627,3.996"
id="path6" />
<path
style="fill:#62728b;fill-opacity:1;stroke-width:1.07095873"
inkscape:connector-curvature="0"
ns2:knockout="Off"
d="m 65.191,45.629 c 0.217,-3.236 -0.637,-2.213 -0.924,-0.978 0.335,0.174 0.6,2.281 0.924,0.978"
id="path8" />
<path
style="fill:#62728b;fill-opacity:1;stroke-width:1.07095873"
inkscape:connector-curvature="0"
ns2:knockout="Off"
d="m 45.172,1.399 c 0.959,0.172 2.072,0.304 1.916,0.533 1.049,-0.23 1.287,-0.442 -1.916,-0.533"
id="path10" />
<path
style="fill:#62728b;fill-opacity:1;stroke-width:1.07095873"
inkscape:connector-curvature="0"
ns2:knockout="Off"
d="M 47.088,1.932 46.41,2.072 47.041,2.016 47.088,1.932"
id="path12" />
<path
style="fill:#62728b;fill-opacity:1;stroke-width:1.07095873"
inkscape:connector-curvature="0"
ns2:knockout="Off"
d="m 76.992,46.856 c 0.107,2.906 -0.85,4.316 -1.713,6.812 l -1.553,0.776 c -1.271,2.468 0.123,1.567 -0.787,3.53 -1.984,1.764 -6.021,5.52 -7.313,5.863 -0.943,-0.021 0.639,-1.113 0.846,-1.541 -2.656,1.824 -2.131,2.738 -6.193,3.846 L 60.16,65.878 C 50.142,70.591 36.226,61.251 36.409,48.507 c -0.107,0.809 -0.304,0.607 -0.526,0.934 -0.517,-6.557 3.028,-13.143 9.007,-15.832 5.848,-2.895 12.704,-1.707 16.893,2.197 -2.301,-3.014 -6.881,-6.209 -12.309,-5.91 -5.317,0.084 -10.291,3.463 -11.951,7.131 -2.724,1.715 -3.04,6.611 -4.227,7.507 -1.597,11.737 3.004,16.808 10.787,22.773 1.225,0.826 0.345,0.951 0.511,1.58 -2.586,-1.211 -4.954,-3.039 -6.901,-5.277 1.033,1.512 2.148,2.982 3.589,4.137 -2.438,-0.826 -5.695,-5.908 -6.646,-6.115 4.203,7.525 17.052,13.197 23.78,10.383 -3.113,0.115 -7.068,0.064 -10.566,-1.229 -1.469,-0.756 -3.467,-2.322 -3.11,-2.615 9.182,3.43 18.667,2.598 26.612,-3.771 2.021,-1.574 4.229,-4.252 4.867,-4.289 -0.961,1.445 0.164,0.695 -0.574,1.971 2.014,-3.248 -0.875,-1.322 2.082,-5.609 l 1.092,1.504 c -0.406,-2.696 3.348,-5.97 2.967,-10.234 0.861,-1.304 0.961,1.403 0.047,4.403 1.268,-3.328 0.334,-3.863 0.66,-6.609 0.352,0.923 0.814,1.904 1.051,2.878 -0.826,-3.216 0.848,-5.416 1.262,-7.285 -0.408,-0.181 -1.275,1.422 -1.473,-2.377 0.029,-1.65 0.459,-0.865 0.625,-1.271 -0.324,-0.186 -1.174,-1.451 -1.691,-3.877 0.375,-0.57 1.002,1.478 1.512,1.562 -0.328,-1.929 -0.893,-3.4 -0.916,-4.88 -1.49,-3.114 -0.527,0.415 -1.736,-1.337 -1.586,-4.947 1.316,-1.148 1.512,-3.396 2.404,3.483 3.775,8.881 4.404,11.117 -0.48,-2.726 -1.256,-5.367 -2.203,-7.922 0.73,0.307 -1.176,-5.609 0.949,-1.691 C 83.519,18.706 76.074,10.902 69.225,7.24 70.063,8.007 71.121,8.97 70.741,9.121 67.335,7.093 67.934,6.935 67.446,6.078 64.671,4.949 64.489,6.169 62.651,6.08 57.421,3.306 56.413,3.601 51.6,1.863 l 0.219,1.023 c -3.465,-1.154 -4.037,0.438 -7.782,0.004 -0.228,-0.178 1.2,-0.644 2.375,-0.815 -3.35,0.442 -3.193,-0.66 -6.471,0.122 0.808,-0.567 1.662,-0.942 2.524,-1.424 -2.732,0.166 -6.522,1.59 -5.352,0.295 -4.456,1.988 -12.37,4.779 -16.811,8.943 l -0.14,-0.933 c -2.035,2.443 -8.874,7.296 -9.419,10.46 l -0.544,0.127 c -1.059,1.793 -1.744,3.825 -2.584,5.67 -1.385,2.36 -2.03,0.908 -1.833,1.278 -2.724,5.523 -4.077,10.164 -5.246,13.97 0.833,1.245 0.02,7.495 0.335,12.497 -1.368,24.704 17.338,48.69 37.785,54.228 2.997,1.072 7.454,1.031 11.245,1.141 -4.473,-1.279 -5.051,-0.678 -9.408,-2.197 -3.143,-1.48 -3.832,-3.17 -6.058,-5.102 l 0.881,1.557 c -4.366,-1.545 -2.539,-1.912 -6.091,-3.037 l 0.941,-1.229 C 28.751,98.334 26.418,96.056 25.78,94.795 l -1.548,0.061 c -1.86,-2.295 -2.851,-3.949 -2.779,-5.23 l -0.5,0.891 c -0.567,-0.973 -6.843,-8.607 -3.587,-6.83 -0.605,-0.553 -1.409,-0.9 -2.281,-2.484 l 0.663,-0.758 c -1.567,-2.016 -2.884,-4.6 -2.784,-5.461 0.836,1.129 1.416,1.34 1.99,1.533 -3.957,-9.818 -4.179,-0.541 -7.176,-9.994 L 8.412,66.472 C 7.926,65.74 7.631,64.945 7.24,64.165 l 0.276,-2.75 C 4.667,58.121 6.719,47.409 7.13,41.534 7.415,39.145 9.508,36.602 11.1,32.614 l -0.97,-0.167 c 1.854,-3.234 10.586,-12.988 14.63,-12.486 1.959,-2.461 -0.389,-0.009 -0.772,-0.629 4.303,-4.453 5.656,-3.146 8.56,-3.947 3.132,-1.859 -2.688,0.725 -1.203,-0.709 5.414,-1.383 3.837,-3.144 10.9,-3.846 0.745,0.424 -1.729,0.655 -2.35,1.205 4.511,-2.207 14.275,-1.705 20.617,1.225 7.359,3.439 15.627,13.605 15.953,23.17 l 0.371,0.1 c -0.188,3.802 0.582,8.199 -0.752,12.238 l 0.908,-1.912"
id="path14" />
<path
style="fill:#62728b;fill-opacity:1;stroke-width:1.07095873"
inkscape:connector-curvature="0"
ns2:knockout="Off"
d="m 32.372,59.764 -0.252,1.26 c 1.181,1.604 2.118,3.342 3.626,4.596 -1.085,-2.118 -1.891,-2.993 -3.374,-5.856"
id="path16" />
<path
style="fill:#62728b;fill-opacity:1;stroke-width:1.07095873"
inkscape:connector-curvature="0"
ns2:knockout="Off"
d="m 35.164,59.654 c -0.625,-0.691 -0.995,-1.523 -1.409,-2.352 0.396,1.457 1.207,2.709 1.962,3.982 l -0.553,-1.63"
id="path18" />
<path
style="fill:#62728b;fill-opacity:1;stroke-width:1.07095873"
inkscape:connector-curvature="0"
ns2:knockout="Off"
d="m 84.568,48.916 -0.264,0.662 c -0.484,3.438 -1.529,6.84 -3.131,9.994 1.77,-3.328 2.915,-6.968 3.395,-10.656"
id="path20" />
<path
style="fill:#62728b;fill-opacity:1;stroke-width:1.07095873"
inkscape:connector-curvature="0"
ns2:knockout="Off"
d="M 45.527,0.537 C 46.742,0.092 48.514,0.293 49.803,0 48.123,0.141 46.451,0.225 44.8,0.438 l 0.727,0.099"
id="path22" />
<path
style="fill:#62728b;fill-opacity:1;stroke-width:1.07095873"
inkscape:connector-curvature="0"
ns2:knockout="Off"
d="m 2.872,23.219 c 0.28,2.592 -1.95,3.598 0.494,1.889 1.31,-2.951 -0.512,-0.815 -0.494,-1.889"
id="path24" />
<path
style="fill:#62728b;fill-opacity:1;stroke-width:1.07095873"
inkscape:connector-curvature="0"
ns2:knockout="Off"
d="M 0,35.215 C 0.563,33.487 0.665,32.449 0.88,31.449 -0.676,33.438 0.164,33.862 0,35.215"
id="path26" />
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 15 KiB

+218
View File
@@ -0,0 +1,218 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:ns2="http://ns.adobe.com/AdobeIllustrator/10.0/"
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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="640"
height="480"
viewBox="0 0 169.33333 127"
version="1.1"
id="svg8"
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
sodipodi:docname="grub2.svg"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\boot-screen\grub2\png\grub2.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<defs
id="defs2" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#b20eb2"
borderopacity="1"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1.0962214"
inkscape:cx="230.62602"
inkscape:cy="140.95425"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
units="px"
borderlayer="true"
inkscape:showpageshadow="false"
showborder="true"
inkscape:window-width="1920"
inkscape:window-height="1017"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
inkscape:snap-bbox="true"
inkscape:bbox-paths="true"
inkscape:bbox-nodes="true"
inkscape:snap-bbox-edge-midpoints="true"
inkscape:snap-bbox-midpoints="true"
inkscape:object-paths="true"
inkscape:snap-intersection-paths="true"
inkscape:snap-smooth-nodes="true"
inkscape:snap-midpoints="true"
inkscape:snap-page="true"
inkscape:snap-global="true"
showguides="true"
inkscape:guide-bbox="true">
<sodipodi:guide
position="162.13518,52.785059"
orientation="1,0"
id="guide850"
inkscape:locked="false" />
<sodipodi:guide
position="171.72019,37.665042"
orientation="0,1"
id="guide852"
inkscape:locked="false" />
<sodipodi:guide
position="143.37016,76.005085"
orientation="1,0"
id="guide856"
inkscape:locked="false" />
</sodipodi:namedview>
<metadata
id="metadata5">
<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>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-169.99999)">
<rect
style="opacity:1;fill:#1f2b43;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.64583325;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
id="rect812"
width="169.33333"
height="127"
x="0"
y="169.99998" />
<g
id="g898">
<path
id="rect839"
d="m -33.261307,169.99998 v 127 H 82.547176 c 4.192938,-6.54594 6.329355,-14.22965 4.800511,-22.10431 C 85.843181,265.01113 76.986082,258.1073 67.595343,256.24267 55.325155,254.04654 42.153,255.59484 30.674609,249.79976 10.763896,240.65962 -0.32205278,216.49222 5.3925381,195.41514 7.8514351,185.22667 14.074137,176.32722 22.285911,169.99998 Z"
style="display:inline;opacity:0.05;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6.98096466;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new"
inkscape:connector-curvature="0" />
<path
id="rect841"
d="m 154.94059,254.19019 c -47.35349,-0.0849 -75.256302,21.53271 -104.005608,19.52645 -44.7296269,-3.12141 -55.1996392,9.6586 -84.196289,17.36237 v 5.92097 H 207.56832 v -37.99044 c -15.26482,0.26404 -32.7619,-4.64438 -51.50555,-4.81326 -0.3753,-0.003 -0.74931,-0.006 -1.12218,-0.006 z"
style="display:inline;opacity:0.05;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6.98096466;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new"
inkscape:connector-curvature="0" />
<path
id="rect843"
d="m -33.261307,250.38049 v 46.61949 H 207.56832 v -18.60869 c -15.43274,-6.13664 -38.47296,-11.41183 -55.97406,-9.37834 -26.01466,3.02267 -81.355427,26.43692 -122.531495,14.34629 -28.52255306,-8.37515 -40.588115,-27.22462 -62.324072,-32.97875 z"
style="display:inline;opacity:0.05;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6.98096466;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new"
inkscape:connector-curvature="0" />
<path
id="rect845"
d="m -33.261307,169.99998 v 73.21759 c 13.926172,-0.5511 30.4916783,-3.60555 37.9845811,-7.12905 11.4648309,-5.39131 20.6951999,-15.36222 25.1852579,-27.2057 3.874998,-10.22113 4.226537,-21.74011 0.98197,-32.17834 -0.714057,-2.2972 -1.601479,-4.53884 -2.646869,-6.7045 z"
style="display:inline;opacity:0.05;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6.98096466;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new"
inkscape:connector-curvature="0" />
<path
id="rect847"
d="m -33.261307,169.99998 v 52.33261 c 8.730032,1.83049 17.660256,2.70253 26.579589,2.55982 21.849748,-0.3496 43.57055,-6.78479 62.084526,-18.3936 7.722928,-4.8425 14.949063,-10.59016 23.291477,-14.26407 8.324004,-3.66579 17.588708,-5.13203 26.649685,-4.34059 9.06093,0.79144 17.90298,3.82724 25.6068,8.66235 15.40764,9.67022 25.84913,26.54461 28.5565,44.53291 0.85651,5.69073 1.00641,11.56184 2.99345,16.96273 2.39207,6.50171 7.33616,11.85616 13.1318,15.65153 5.79563,3.79537 12.42393,6.14172 19.12832,7.88813 4.21344,1.09758 8.51784,1.98541 12.80748,2.90983 V 169.99998 Z"
style="display:inline;opacity:0.05;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6.98096466;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new"
inkscape:connector-curvature="0" />
<path
id="rect849"
d="m 130.5654,169.99998 c -20.26219,7.16541 -38.094186,23.16046 -46.208509,44.53463 -14.766546,38.89693 65.267059,55.50176 46.534059,10.09045 -16.00167,-38.79019 41.01726,-14.67933 76.67737,40.71875 v -79.78738 c -5.42138,-2.64886 -13.5011,-7.1081 -26.28436,-13.47286 -1.54285,-0.76819 -3.10832,-1.46193 -4.69258,-2.08359 z"
style="display:inline;opacity:0.05;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6.98096466;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new"
inkscape:connector-curvature="0" />
</g>
<g
transform="matrix(0.24705277,0,0,0.24705277,146.77077,268.61985)"
id="Layer_1"
ns2:layer="yes"
ns2:dimmedPercent="50"
ns2:rgbTrio="#4F008000FFFF"
style="opacity:1;fill:#62728b;fill-opacity:1;stroke-width:1.07095873">
<g
id="g28"
style="fill:#62728b;fill-opacity:1;stroke-width:1.07095873">
<path
style="fill:#62728b;fill-opacity:1;stroke-width:1.07095873"
inkscape:connector-curvature="0"
ns2:knockout="Off"
d="m 51.986,57.297 c -1.797,0.025 0.34,0.926 2.686,1.287 0.648,-0.506 1.236,-1.018 1.76,-1.516 -1.461,0.358 -2.948,0.366 -4.446,0.229"
id="path4" />
<path
style="fill:#62728b;fill-opacity:1;stroke-width:1.07095873"
inkscape:connector-curvature="0"
ns2:knockout="Off"
d="m 61.631,54.893 c 1.07,-1.477 1.85,-3.094 2.125,-4.766 -0.24,1.192 -0.887,2.221 -1.496,3.307 -3.359,2.115 -0.316,-1.256 -0.002,-2.537 -3.612,4.546 -0.496,2.726 -0.627,3.996"
id="path6" />
<path
style="fill:#62728b;fill-opacity:1;stroke-width:1.07095873"
inkscape:connector-curvature="0"
ns2:knockout="Off"
d="m 65.191,45.629 c 0.217,-3.236 -0.637,-2.213 -0.924,-0.978 0.335,0.174 0.6,2.281 0.924,0.978"
id="path8" />
<path
style="fill:#62728b;fill-opacity:1;stroke-width:1.07095873"
inkscape:connector-curvature="0"
ns2:knockout="Off"
d="m 45.172,1.399 c 0.959,0.172 2.072,0.304 1.916,0.533 1.049,-0.23 1.287,-0.442 -1.916,-0.533"
id="path10" />
<path
style="fill:#62728b;fill-opacity:1;stroke-width:1.07095873"
inkscape:connector-curvature="0"
ns2:knockout="Off"
d="M 47.088,1.932 46.41,2.072 47.041,2.016 47.088,1.932"
id="path12" />
<path
style="fill:#62728b;fill-opacity:1;stroke-width:1.07095873"
inkscape:connector-curvature="0"
ns2:knockout="Off"
d="m 76.992,46.856 c 0.107,2.906 -0.85,4.316 -1.713,6.812 l -1.553,0.776 c -1.271,2.468 0.123,1.567 -0.787,3.53 -1.984,1.764 -6.021,5.52 -7.313,5.863 -0.943,-0.021 0.639,-1.113 0.846,-1.541 -2.656,1.824 -2.131,2.738 -6.193,3.846 L 60.16,65.878 C 50.142,70.591 36.226,61.251 36.409,48.507 c -0.107,0.809 -0.304,0.607 -0.526,0.934 -0.517,-6.557 3.028,-13.143 9.007,-15.832 5.848,-2.895 12.704,-1.707 16.893,2.197 -2.301,-3.014 -6.881,-6.209 -12.309,-5.91 -5.317,0.084 -10.291,3.463 -11.951,7.131 -2.724,1.715 -3.04,6.611 -4.227,7.507 -1.597,11.737 3.004,16.808 10.787,22.773 1.225,0.826 0.345,0.951 0.511,1.58 -2.586,-1.211 -4.954,-3.039 -6.901,-5.277 1.033,1.512 2.148,2.982 3.589,4.137 -2.438,-0.826 -5.695,-5.908 -6.646,-6.115 4.203,7.525 17.052,13.197 23.78,10.383 -3.113,0.115 -7.068,0.064 -10.566,-1.229 -1.469,-0.756 -3.467,-2.322 -3.11,-2.615 9.182,3.43 18.667,2.598 26.612,-3.771 2.021,-1.574 4.229,-4.252 4.867,-4.289 -0.961,1.445 0.164,0.695 -0.574,1.971 2.014,-3.248 -0.875,-1.322 2.082,-5.609 l 1.092,1.504 c -0.406,-2.696 3.348,-5.97 2.967,-10.234 0.861,-1.304 0.961,1.403 0.047,4.403 1.268,-3.328 0.334,-3.863 0.66,-6.609 0.352,0.923 0.814,1.904 1.051,2.878 -0.826,-3.216 0.848,-5.416 1.262,-7.285 -0.408,-0.181 -1.275,1.422 -1.473,-2.377 0.029,-1.65 0.459,-0.865 0.625,-1.271 -0.324,-0.186 -1.174,-1.451 -1.691,-3.877 0.375,-0.57 1.002,1.478 1.512,1.562 -0.328,-1.929 -0.893,-3.4 -0.916,-4.88 -1.49,-3.114 -0.527,0.415 -1.736,-1.337 -1.586,-4.947 1.316,-1.148 1.512,-3.396 2.404,3.483 3.775,8.881 4.404,11.117 -0.48,-2.726 -1.256,-5.367 -2.203,-7.922 0.73,0.307 -1.176,-5.609 0.949,-1.691 C 83.519,18.706 76.074,10.902 69.225,7.24 70.063,8.007 71.121,8.97 70.741,9.121 67.335,7.093 67.934,6.935 67.446,6.078 64.671,4.949 64.489,6.169 62.651,6.08 57.421,3.306 56.413,3.601 51.6,1.863 l 0.219,1.023 c -3.465,-1.154 -4.037,0.438 -7.782,0.004 -0.228,-0.178 1.2,-0.644 2.375,-0.815 -3.35,0.442 -3.193,-0.66 -6.471,0.122 0.808,-0.567 1.662,-0.942 2.524,-1.424 -2.732,0.166 -6.522,1.59 -5.352,0.295 -4.456,1.988 -12.37,4.779 -16.811,8.943 l -0.14,-0.933 c -2.035,2.443 -8.874,7.296 -9.419,10.46 l -0.544,0.127 c -1.059,1.793 -1.744,3.825 -2.584,5.67 -1.385,2.36 -2.03,0.908 -1.833,1.278 -2.724,5.523 -4.077,10.164 -5.246,13.97 0.833,1.245 0.02,7.495 0.335,12.497 -1.368,24.704 17.338,48.69 37.785,54.228 2.997,1.072 7.454,1.031 11.245,1.141 -4.473,-1.279 -5.051,-0.678 -9.408,-2.197 -3.143,-1.48 -3.832,-3.17 -6.058,-5.102 l 0.881,1.557 c -4.366,-1.545 -2.539,-1.912 -6.091,-3.037 l 0.941,-1.229 C 28.751,98.334 26.418,96.056 25.78,94.795 l -1.548,0.061 c -1.86,-2.295 -2.851,-3.949 -2.779,-5.23 l -0.5,0.891 c -0.567,-0.973 -6.843,-8.607 -3.587,-6.83 -0.605,-0.553 -1.409,-0.9 -2.281,-2.484 l 0.663,-0.758 c -1.567,-2.016 -2.884,-4.6 -2.784,-5.461 0.836,1.129 1.416,1.34 1.99,1.533 -3.957,-9.818 -4.179,-0.541 -7.176,-9.994 L 8.412,66.472 C 7.926,65.74 7.631,64.945 7.24,64.165 l 0.276,-2.75 C 4.667,58.121 6.719,47.409 7.13,41.534 7.415,39.145 9.508,36.602 11.1,32.614 l -0.97,-0.167 c 1.854,-3.234 10.586,-12.988 14.63,-12.486 1.959,-2.461 -0.389,-0.009 -0.772,-0.629 4.303,-4.453 5.656,-3.146 8.56,-3.947 3.132,-1.859 -2.688,0.725 -1.203,-0.709 5.414,-1.383 3.837,-3.144 10.9,-3.846 0.745,0.424 -1.729,0.655 -2.35,1.205 4.511,-2.207 14.275,-1.705 20.617,1.225 7.359,3.439 15.627,13.605 15.953,23.17 l 0.371,0.1 c -0.188,3.802 0.582,8.199 -0.752,12.238 l 0.908,-1.912"
id="path14" />
<path
style="fill:#62728b;fill-opacity:1;stroke-width:1.07095873"
inkscape:connector-curvature="0"
ns2:knockout="Off"
d="m 32.372,59.764 -0.252,1.26 c 1.181,1.604 2.118,3.342 3.626,4.596 -1.085,-2.118 -1.891,-2.993 -3.374,-5.856"
id="path16" />
<path
style="fill:#62728b;fill-opacity:1;stroke-width:1.07095873"
inkscape:connector-curvature="0"
ns2:knockout="Off"
d="m 35.164,59.654 c -0.625,-0.691 -0.995,-1.523 -1.409,-2.352 0.396,1.457 1.207,2.709 1.962,3.982 l -0.553,-1.63"
id="path18" />
<path
style="fill:#62728b;fill-opacity:1;stroke-width:1.07095873"
inkscape:connector-curvature="0"
ns2:knockout="Off"
d="m 84.568,48.916 -0.264,0.662 c -0.484,3.438 -1.529,6.84 -3.131,9.994 1.77,-3.328 2.915,-6.968 3.395,-10.656"
id="path20" />
<path
style="fill:#62728b;fill-opacity:1;stroke-width:1.07095873"
inkscape:connector-curvature="0"
ns2:knockout="Off"
d="M 45.527,0.537 C 46.742,0.092 48.514,0.293 49.803,0 48.123,0.141 46.451,0.225 44.8,0.438 l 0.727,0.099"
id="path22" />
<path
style="fill:#62728b;fill-opacity:1;stroke-width:1.07095873"
inkscape:connector-curvature="0"
ns2:knockout="Off"
d="m 2.872,23.219 c 0.28,2.592 -1.95,3.598 0.494,1.889 1.31,-2.951 -0.512,-0.815 -0.494,-1.889"
id="path24" />
<path
style="fill:#62728b;fill-opacity:1;stroke-width:1.07095873"
inkscape:connector-curvature="0"
ns2:knockout="Off"
d="M 0,35.215 C 0.563,33.487 0.665,32.449 0.88,31.449 -0.676,33.438 0.164,33.862 0,35.215"
id="path26" />
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 14 KiB

@@ -0,0 +1,3 @@
WALLPAPER=/usr/share/images/desktop-base/desktop-grub.png
COLOR_NORMAL=white/black
COLOR_HIGHLIGHT=black/white
@@ -0,0 +1,331 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:ns2="http://ns.adobe.com/AdobeIllustrator/10.0/"
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"
width="1920"
height="1080"
viewBox="0 0 507.99998 285.75001"
version="1.1"
id="svg8"
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
sodipodi:docname="login-1920x1080.svg"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\login-screen\png\login-1920x1080.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<defs
id="defs2">
<linearGradient
inkscape:collect="always"
id="linearGradient873">
<stop
style="stop-color:#0c1830;stop-opacity:1"
offset="0"
id="stop869" />
<stop
style="stop-color:#5f7794;stop-opacity:1"
offset="1"
id="stop871" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient873"
id="linearGradient875-7"
x1="535.66125"
y1="-265.37906"
x2="535.66125"
y2="297.17203"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-8.2957913e-5,274.50006)" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#b20eb2"
borderopacity="1"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.33946559"
inkscape:cx="314.02916"
inkscape:cy="728.06253"
inkscape:document-units="px"
inkscape:current-layer="layer3"
showgrid="false"
units="px"
borderlayer="true"
inkscape:showpageshadow="false"
showborder="true"
inkscape:window-width="1920"
inkscape:window-height="1017"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
inkscape:snap-bbox="true"
inkscape:bbox-paths="true"
inkscape:bbox-nodes="true"
inkscape:snap-bbox-edge-midpoints="true"
inkscape:snap-bbox-midpoints="true"
inkscape:snap-page="true"
inkscape:snap-nodes="true"
inkscape:snap-global="true"
inkscape:object-paths="true"
inkscape:snap-intersection-paths="true"
inkscape:snap-smooth-nodes="true"
inkscape:snap-others="true" />
<metadata
id="metadata5">
<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>
<g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="back"
style="display:inline"
transform="translate(0,-285.75)">
<g
transform="matrix(0.5,0,0,0.5,-16.933319,285.75)"
style="display:inline;stroke-width:2"
id="g865">
<rect
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype\wallpapers\png\4096x2160\futurePrototype-wallpaper-06-4096x2160.png"
inkscape:export-ydpi="96"
inkscape:export-xdpi="96"
y="2.8421709e-014"
x="0"
height="571.5"
width="1083.7333"
id="rect1009-2"
style="display:inline;opacity:1;fill:url(#linearGradient875-7);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:13.96192932;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new" />
<path
inkscape:connector-curvature="0"
id="rect839"
transform="scale(0.26458333)"
d="m 0,0 v 2160 h 1969.6562 c 71.3132,-111.3325 107.6491,-242.016 81.6465,-375.9473 -25.5884,-168.1151 -176.2285,-285.5345 -335.9453,-317.248 -208.6898,-37.3515 -432.7203,-11.0181 -627.9433,-109.5801 C 748.77516,1201.7701 560.22684,790.73413 657.41992,432.25781 699.2405,258.97365 805.07533,107.61286 944.74023,0 Z"
style="display:inline;opacity:0.05;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:52.76949692;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new" />
<path
inkscape:connector-curvature="0"
id="rect841"
transform="scale(0.26458333)"
d="M 3200.9141,1431.8965 C 2395.5319,1430.4531 1920.9648,1798.122 1432,1764 671.24411,1710.9113 493.17151,1928.2722 0,2059.2969 V 2160 h 4096 v -646.1367 c -259.6224,4.4909 -557.2105,-78.9909 -876,-81.8633 -6.3828,-0.057 -12.7443,-0.092 -19.0859,-0.1035 z"
style="display:inline;opacity:0.05;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:52.76949692;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new" />
<path
inkscape:connector-curvature="0"
id="rect843"
transform="scale(0.26458333)"
d="M 0,1367.1016 V 2160 H 4096 V 1843.5059 C 3833.5218,1739.1345 3441.657,1649.4148 3144,1684 2701.546,1735.4094 1760.3175,2133.636 1060,1928 574.89204,1785.5566 369.68256,1464.9672 0,1367.1016 Z"
style="display:inline;opacity:0.05;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:52.76949692;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new" />
<path
inkscape:connector-curvature="0"
id="rect845"
transform="scale(0.26458333)"
d="m 0,0 v 1245.2754 c 236.85472,-9.3728 518.59878,-61.3227 646.03711,-121.25 C 841.0294,1032.331 998.01847,862.74676 1074.3848,661.31445 1140.2903,487.47478 1146.2692,291.56133 1091.0859,114.0293 1078.9414,74.958814 1063.8482,36.833273 1046.0684,0 Z"
style="display:inline;opacity:0.05;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:52.76949692;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new" />
<path
inkscape:connector-curvature="0"
id="rect847"
transform="scale(0.26458333)"
d="m 0,0 v 890.06641 c 148.47939,31.13283 300.36346,45.96429 452.0625,43.53711 371.61755,-5.94588 741.0424,-115.39471 1055.9258,-312.83594 131.3506,-82.36075 254.2519,-180.11618 396.1387,-242.60156 141.5736,-62.34748 299.1463,-87.28497 453.2539,-73.82422 154.1074,13.46075 304.4919,65.09306 435.5175,147.32812 262.0513,164.47 439.6385,451.46749 485.6856,757.41018 14.5673,96.7872 17.1164,196.6423 50.9121,288.5 40.684,110.5802 124.7724,201.6479 223.3437,266.1992 98.5714,64.5512 211.3049,104.4575 325.3321,134.1602 71.6617,18.6676 144.8702,33.7677 217.8281,49.4902 V 0 Z"
style="display:inline;opacity:0.05;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:52.76949692;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new" />
<path
inkscape:connector-curvature="0"
id="rect849"
transform="scale(0.26458333)"
d="M 2786.3438,0 C 2441.7273,121.86837 2138.4432,393.91015 2000.4355,757.43945 1749.2881,1418.9933 3110.4893,1701.4063 2791.8809,929.05664 2519.7265,269.31781 3489.4973,679.39231 4096,1621.5957 V 264.58203 C 4003.7937,219.53067 3866.3749,143.68851 3648.959,35.4375 3622.7181,22.372185 3596.0928,10.573154 3569.1484,0 Z"
style="display:inline;opacity:0.05;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:52.76949692;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new" />
</g>
</g>
<g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="logo"
style="display:inline"
transform="translate(0,-285.75)">
<g
id="g1191"
transform="matrix(0.50054481,0,0,0.50054481,-17.6074,289.91878)"
style="stroke-width:1.99782312">
<g
style="display:inline;stroke-width:4.10011053"
transform="matrix(0.4872608,0,0,0.4872608,856.6649,-46.548487)"
id="g1124">
<flowRoot
xml:space="preserve"
id="flowRoot898"
style="font-style:normal;font-weight:normal;font-size:96px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#9ab0c9;fill-opacity:1;stroke:none;stroke-width:2.61837721"
transform="matrix(0.25894399,0,0,0.25894399,-907.63983,608.9833)"><flowRegion
id="flowRegion900"
style="font-size:96px;fill:#9ab0c9;fill-opacity:1;stroke-width:2.61837721"><rect
id="rect902"
width="1058.4043"
height="486.29398"
x="2774.7358"
y="1080.1415"
style="font-size:96px;fill:#9ab0c9;fill-opacity:1;stroke-width:2.61837721" /></flowRegion><flowPara
id="flowPara904"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:266.66665649px;font-family:quicksand;-inkscape-font-specification:'quicksand Bold';fill:#9ab0c9;fill-opacity:1;stroke-width:2.61837721">10</flowPara></flowRoot> <g
style="overflow:visible;stroke-width:0.29678181"
id="g1021"
transform="matrix(3.6552808,0,0,3.6552808,-581.99035,521.75131)">
<g
ns2:rgbTrio="#4F008000FFFF"
ns2:dimmedPercent="50"
ns2:layer="yes"
id="Layer_1-2"
style="stroke-width:0.29678181">
<g
id="g991"
style="stroke-width:0.29678181">
<path
id="path977"
d="m 13.437,125.506 c -0.045,0.047 -0.045,7.506 -0.138,9.453 -0.092,1.574 -0.232,4.957 -3.568,4.957 -3.429,0 -4.263,-3.939 -4.541,-5.652 -0.324,-1.9 -0.324,-3.477 -0.324,-4.17 0,-2.225 0.139,-8.436 5.375,-8.436 1.576,0 2.456,0.465 3.151,0.834 z M 0,130.975 c 0,13.066 6.951,13.066 7.97,13.066 2.873,0 4.727,-1.576 5.514,-4.309 l 0.093,4.123 c 0.881,-0.047 1.761,-0.139 3.197,-0.139 0.51,0 0.926,0 1.298,0.047 0.371,0 0.741,0.045 1.158,0.092 -0.741,-1.482 -1.297,-4.818 -1.297,-12.049 0,-7.043 0,-18.951 0.602,-22.566 -1.667,0.789 -3.105,1.299 -6.256,1.576 1.251,1.344 1.251,2.039 1.251,8.154 -0.879,-0.277 -1.992,-0.602 -3.892,-0.602 C 1.344,118.369 0,125.598 0,130.975"
ns2:knockout="Off"
inkscape:connector-curvature="0"
style="fill:#f9f9f9;stroke-width:0.29678181" />
<path
id="path979"
d="m 25.13,128.609 c 0.047,-3.846 0.835,-7.275 4.124,-7.275 3.615,0 3.891,3.984 3.799,7.275 z m 12.51,0.465 c 0,-5.422 -1.065,-10.752 -7.923,-10.752 -9.452,0 -9.452,10.475 -9.452,12.697 0,9.406 4.216,13.113 11.306,13.113 3.149,0 4.68,-0.461 5.514,-0.695 -0.046,-1.668 0.185,-2.734 0.465,-4.17 -0.975,0.604 -2.226,1.391 -5.006,1.391 -7.229,0 -7.322,-6.582 -7.322,-8.852 H 37.55 l 0.09,-2.732"
ns2:knockout="Off"
inkscape:connector-curvature="0"
style="fill:#f9f9f9;stroke-width:0.29678181" />
<path
id="path981"
d="m 52.715,131.066 c 0,4.309 -0.787,10.102 -6.162,10.102 -0.742,0 -1.668,-0.141 -2.27,-0.279 -0.093,-1.668 -0.093,-4.541 -0.093,-7.877 0,-3.986 0.416,-6.068 0.742,-7.09 0.972,-3.289 3.15,-3.334 3.566,-3.334 3.522,0 4.217,4.865 4.217,8.478 z m -13.298,5.051 c 0,3.43 0,5.375 -0.556,6.857 1.9,0.742 4.262,1.158 7.09,1.158 1.807,0 7.043,0 9.869,-5.791 1.344,-2.688 1.807,-6.303 1.807,-9.037 0,-1.668 -0.186,-5.328 -1.529,-7.646 -1.296,-2.176 -3.382,-3.289 -5.605,-3.289 -4.449,0 -5.746,3.707 -6.44,5.607 0,-2.363 0.045,-10.611 0.415,-14.828 -3.011,1.391 -4.866,1.621 -6.857,1.807 1.807,0.74 1.807,3.801 1.807,13.764 v 11.398"
ns2:knockout="Off"
inkscape:connector-curvature="0"
style="fill:#f9f9f9;stroke-width:0.29678181" />
<path
id="path983"
d="m 66.535,143.855 c -0.928,-0.139 -1.578,-0.232 -2.922,-0.232 -1.48,0 -2.502,0.094 -3.566,0.232 0.463,-0.881 0.648,-1.299 0.787,-4.309 0.186,-4.125 0.232,-15.154 -0.092,-17.471 -0.232,-1.762 -0.648,-2.039 -1.297,-2.502 3.799,-0.371 4.865,-0.648 6.625,-1.482 -0.369,2.037 -0.418,3.059 -0.418,6.162 -0.091,15.989 -0.138,17.702 0.883,19.602"
ns2:knockout="Off"
inkscape:connector-curvature="0"
style="fill:#f9f9f9;stroke-width:0.29678181" />
<path
id="path985"
d="m 81.373,130.74 c -0.092,2.92 -0.139,4.959 -0.928,6.58 -0.973,2.086 -2.594,2.688 -3.799,2.688 -2.783,0 -3.383,-2.316 -3.383,-4.586 0,-4.355 3.893,-4.682 5.652,-4.682 z m -12.744,5.701 c 0,2.92 0.881,5.838 3.477,7.09 1.158,0.51 2.316,0.51 2.688,0.51 4.264,0 5.699,-3.152 6.58,-5.098 -0.047,2.039 0,3.289 0.139,4.912 0.834,-0.047 1.668,-0.139 3.059,-0.139 0.787,0 1.529,0.092 2.316,0.139 -0.51,-0.787 -0.787,-1.252 -0.928,-3.059 -0.092,-1.76 -0.092,-3.521 -0.092,-5.977 l 0.047,-9.453 c 0,-3.523 -0.928,-6.998 -7.879,-6.998 -4.586,0 -7.273,1.391 -8.617,2.086 0.557,1.02 1.02,1.898 1.436,3.893 1.809,-1.576 4.172,-2.41 6.58,-2.41 3.848,0 3.848,2.549 3.848,6.162 -0.881,-0.045 -1.623,-0.137 -2.875,-0.137 -5.887,10e-4 -9.779,2.268 -9.779,8.479"
ns2:knockout="Off"
inkscape:connector-curvature="0"
style="fill:#f9f9f9;stroke-width:0.29678181" />
<path
id="path987"
d="m 108.063,139.268 c 0.047,1.576 0.047,3.244 0.695,4.588 -1.021,-0.092 -1.623,-0.232 -3.521,-0.232 -1.113,0 -1.715,0.094 -2.596,0.232 0.184,-0.602 0.279,-0.834 0.371,-1.623 0.139,-1.064 0.232,-4.633 0.232,-5.885 v -5.004 c 0,-2.178 0,-5.33 -0.141,-6.441 -0.092,-0.787 -0.322,-2.918 -3.012,-2.918 -2.641,0 -3.521,1.945 -3.846,3.521 -0.369,1.621 -0.369,3.383 -0.369,10.24 0.045,5.932 0.045,6.486 0.508,8.109 -0.787,-0.092 -1.76,-0.184 -3.15,-0.184 -1.113,0 -1.854,0.045 -2.779,0.184 0.324,-0.742 0.51,-1.113 0.602,-3.707 0.094,-2.549 0.279,-15.061 -0.141,-18.025 -0.23,-1.809 -0.695,-2.225 -1.203,-2.688 3.754,-0.186 4.957,-0.789 6.117,-1.389 v 4.91 c 0.555,-1.438 1.713,-4.635 6.348,-4.635 5.793,0 5.838,4.217 5.885,6.996 v 13.951"
ns2:knockout="Off"
inkscape:connector-curvature="0"
style="fill:#f9f9f9;stroke-width:0.29678181" />
<path
id="path989"
d="m 66.926,111.533 -3.838,3.836 -3.836,-3.836 3.836,-3.836 3.838,3.836"
ns2:knockout="Off"
inkscape:connector-curvature="0"
style="fill:#9ab0c9;fill-opacity:1;stroke-width:0.29678181" />
</g>
</g>
</g>
</g>
<g
transform="matrix(1.1112936,0,0,1.1112936,579.95612,321.7634)"
id="g1108"
style="overflow:visible;fill:#9ab0c9;fill-opacity:1;stroke-width:0.47565344">
<g
transform="translate(-93.766085,42.315052)"
style="fill:#9ab0c9;fill-opacity:1;stroke-width:0.47565344"
id="Layer_1-8"
ns2:layer="yes"
ns2:dimmedPercent="50"
ns2:rgbTrio="#4F008000FFFF">
<g
style="fill:#9ab0c9;fill-opacity:1;stroke-width:0.47565344"
id="g1085">
<path
style="fill:#9ab0c9;fill-opacity:1;stroke-width:0.47565344"
inkscape:connector-curvature="0"
ns2:knockout="Off"
d="m 51.986,57.297 c -1.797,0.025 0.34,0.926 2.686,1.287 0.648,-0.506 1.236,-1.018 1.76,-1.516 -1.461,0.358 -2.948,0.366 -4.446,0.229"
id="path1061" />
<path
style="fill:#9ab0c9;fill-opacity:1;stroke-width:0.47565344"
inkscape:connector-curvature="0"
ns2:knockout="Off"
d="m 61.631,54.893 c 1.07,-1.477 1.85,-3.094 2.125,-4.766 -0.24,1.192 -0.887,2.221 -1.496,3.307 -3.359,2.115 -0.316,-1.256 -0.002,-2.537 -3.612,4.546 -0.496,2.726 -0.627,3.996"
id="path1063" />
<path
style="fill:#9ab0c9;fill-opacity:1;stroke-width:0.47565344"
inkscape:connector-curvature="0"
ns2:knockout="Off"
d="m 65.191,45.629 c 0.217,-3.236 -0.637,-2.213 -0.924,-0.978 0.335,0.174 0.6,2.281 0.924,0.978"
id="path1065" />
<path
style="fill:#9ab0c9;fill-opacity:1;stroke-width:0.47565344"
inkscape:connector-curvature="0"
ns2:knockout="Off"
d="m 45.172,1.399 c 0.959,0.172 2.072,0.304 1.916,0.533 1.049,-0.23 1.287,-0.442 -1.916,-0.533"
id="path1067" />
<path
style="fill:#9ab0c9;fill-opacity:1;stroke-width:0.47565344"
inkscape:connector-curvature="0"
ns2:knockout="Off"
d="M 47.088,1.932 46.41,2.072 47.041,2.016 47.088,1.932"
id="path1069" />
<path
style="fill:#9ab0c9;fill-opacity:1;stroke-width:0.47565344"
inkscape:connector-curvature="0"
ns2:knockout="Off"
d="m 76.992,46.856 c 0.107,2.906 -0.85,4.316 -1.713,6.812 l -1.553,0.776 c -1.271,2.468 0.123,1.567 -0.787,3.53 -1.984,1.764 -6.021,5.52 -7.313,5.863 -0.943,-0.021 0.639,-1.113 0.846,-1.541 -2.656,1.824 -2.131,2.738 -6.193,3.846 L 60.16,65.878 C 50.142,70.591 36.226,61.251 36.409,48.507 c -0.107,0.809 -0.304,0.607 -0.526,0.934 -0.517,-6.557 3.028,-13.143 9.007,-15.832 5.848,-2.895 12.704,-1.707 16.893,2.197 -2.301,-3.014 -6.881,-6.209 -12.309,-5.91 -5.317,0.084 -10.291,3.463 -11.951,7.131 -2.724,1.715 -3.04,6.611 -4.227,7.507 -1.597,11.737 3.004,16.808 10.787,22.773 1.225,0.826 0.345,0.951 0.511,1.58 -2.586,-1.211 -4.954,-3.039 -6.901,-5.277 1.033,1.512 2.148,2.982 3.589,4.137 -2.438,-0.826 -5.695,-5.908 -6.646,-6.115 4.203,7.525 17.052,13.197 23.78,10.383 -3.113,0.115 -7.068,0.064 -10.566,-1.229 -1.469,-0.756 -3.467,-2.322 -3.11,-2.615 9.182,3.43 18.667,2.598 26.612,-3.771 2.021,-1.574 4.229,-4.252 4.867,-4.289 -0.961,1.445 0.164,0.695 -0.574,1.971 2.014,-3.248 -0.875,-1.322 2.082,-5.609 l 1.092,1.504 c -0.406,-2.696 3.348,-5.97 2.967,-10.234 0.861,-1.304 0.961,1.403 0.047,4.403 1.268,-3.328 0.334,-3.863 0.66,-6.609 0.352,0.923 0.814,1.904 1.051,2.878 -0.826,-3.216 0.848,-5.416 1.262,-7.285 -0.408,-0.181 -1.275,1.422 -1.473,-2.377 0.029,-1.65 0.459,-0.865 0.625,-1.271 -0.324,-0.186 -1.174,-1.451 -1.691,-3.877 0.375,-0.57 1.002,1.478 1.512,1.562 -0.328,-1.929 -0.893,-3.4 -0.916,-4.88 -1.49,-3.114 -0.527,0.415 -1.736,-1.337 -1.586,-4.947 1.316,-1.148 1.512,-3.396 2.404,3.483 3.775,8.881 4.404,11.117 -0.48,-2.726 -1.256,-5.367 -2.203,-7.922 0.73,0.307 -1.176,-5.609 0.949,-1.691 C 83.519,18.706 76.074,10.902 69.225,7.24 70.063,8.007 71.121,8.97 70.741,9.121 67.335,7.093 67.934,6.935 67.446,6.078 64.671,4.949 64.489,6.169 62.651,6.08 57.421,3.306 56.413,3.601 51.6,1.863 l 0.219,1.023 c -3.465,-1.154 -4.037,0.438 -7.782,0.004 -0.228,-0.178 1.2,-0.644 2.375,-0.815 -3.35,0.442 -3.193,-0.66 -6.471,0.122 0.808,-0.567 1.662,-0.942 2.524,-1.424 -2.732,0.166 -6.522,1.59 -5.352,0.295 -4.456,1.988 -12.37,4.779 -16.811,8.943 l -0.14,-0.933 c -2.035,2.443 -8.874,7.296 -9.419,10.46 l -0.544,0.127 c -1.059,1.793 -1.744,3.825 -2.584,5.67 -1.385,2.36 -2.03,0.908 -1.833,1.278 -2.724,5.523 -4.077,10.164 -5.246,13.97 0.833,1.245 0.02,7.495 0.335,12.497 -1.368,24.704 17.338,48.69 37.785,54.228 2.997,1.072 7.454,1.031 11.245,1.141 -4.473,-1.279 -5.051,-0.678 -9.408,-2.197 -3.143,-1.48 -3.832,-3.17 -6.058,-5.102 l 0.881,1.557 c -4.366,-1.545 -2.539,-1.912 -6.091,-3.037 l 0.941,-1.229 C 28.751,98.334 26.418,96.056 25.78,94.795 l -1.548,0.061 c -1.86,-2.295 -2.851,-3.949 -2.779,-5.23 l -0.5,0.891 c -0.567,-0.973 -6.843,-8.607 -3.587,-6.83 -0.605,-0.553 -1.409,-0.9 -2.281,-2.484 l 0.663,-0.758 c -1.567,-2.016 -2.884,-4.6 -2.784,-5.461 0.836,1.129 1.416,1.34 1.99,1.533 -3.957,-9.818 -4.179,-0.541 -7.176,-9.994 L 8.412,66.472 C 7.926,65.74 7.631,64.945 7.24,64.165 l 0.276,-2.75 C 4.667,58.121 6.719,47.409 7.13,41.534 7.415,39.145 9.508,36.602 11.1,32.614 l -0.97,-0.167 c 1.854,-3.234 10.586,-12.988 14.63,-12.486 1.959,-2.461 -0.389,-0.009 -0.772,-0.629 4.303,-4.453 5.656,-3.146 8.56,-3.947 3.132,-1.859 -2.688,0.725 -1.203,-0.709 5.414,-1.383 3.837,-3.144 10.9,-3.846 0.745,0.424 -1.729,0.655 -2.35,1.205 4.511,-2.207 14.275,-1.705 20.617,1.225 7.359,3.439 15.627,13.605 15.953,23.17 l 0.371,0.1 c -0.188,3.802 0.582,8.199 -0.752,12.238 l 0.908,-1.912"
id="path1071" />
<path
style="fill:#9ab0c9;fill-opacity:1;stroke-width:0.47565344"
inkscape:connector-curvature="0"
ns2:knockout="Off"
d="m 32.372,59.764 -0.252,1.26 c 1.181,1.604 2.118,3.342 3.626,4.596 -1.085,-2.118 -1.891,-2.993 -3.374,-5.856"
id="path1073" />
<path
style="fill:#9ab0c9;fill-opacity:1;stroke-width:0.47565344"
inkscape:connector-curvature="0"
ns2:knockout="Off"
d="m 35.164,59.654 c -0.625,-0.691 -0.995,-1.523 -1.409,-2.352 0.396,1.457 1.207,2.709 1.962,3.982 l -0.553,-1.63"
id="path1075" />
<path
style="fill:#9ab0c9;fill-opacity:1;stroke-width:0.47565344"
inkscape:connector-curvature="0"
ns2:knockout="Off"
d="m 84.568,48.916 -0.264,0.662 c -0.484,3.438 -1.529,6.84 -3.131,9.994 1.77,-3.328 2.915,-6.968 3.395,-10.656"
id="path1077" />
<path
style="fill:#9ab0c9;fill-opacity:1;stroke-width:0.47565344"
inkscape:connector-curvature="0"
ns2:knockout="Off"
d="M 45.527,0.537 C 46.742,0.092 48.514,0.293 49.803,0 48.123,0.141 46.451,0.225 44.8,0.438 l 0.727,0.099"
id="path1079" />
<path
style="fill:#9ab0c9;fill-opacity:1;stroke-width:0.47565344"
inkscape:connector-curvature="0"
ns2:knockout="Off"
d="m 2.872,23.219 c 0.28,2.592 -1.95,3.598 0.494,1.889 1.31,-2.951 -0.512,-0.815 -0.494,-1.889"
id="path1081" />
<path
style="fill:#9ab0c9;fill-opacity:1;stroke-width:0.47565344"
inkscape:connector-curvature="0"
ns2:knockout="Off"
d="M 0,35.215 C 0.563,33.487 0.665,32.449 0.88,31.449 -0.676,33.438 0.164,33.862 0,35.215"
id="path1083" />
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 23 KiB

+158
View File
@@ -0,0 +1,158 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
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"
width="1920"
height="1080"
viewBox="0 0 507.99998 285.75001"
version="1.1"
id="svg8"
inkscape:version="0.92.4 (5da689c313, 2019-01-14)"
sodipodi:docname="background-nologo.svg"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\login-screen\png\login-1920x1080.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<defs
id="defs2">
<linearGradient
inkscape:collect="always"
id="linearGradient873">
<stop
style="stop-color:#0c1830;stop-opacity:1"
offset="0"
id="stop869" />
<stop
style="stop-color:#5f7794;stop-opacity:1"
offset="1"
id="stop871" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient873"
id="linearGradient875-7"
x1="535.66125"
y1="-265.37906"
x2="535.66125"
y2="297.17203"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-8.2957913e-5,274.50006)" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#b20eb2"
borderopacity="1"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.33946559"
inkscape:cx="844.27436"
inkscape:cy="728.06253"
inkscape:document-units="px"
inkscape:current-layer="layer3"
showgrid="false"
units="px"
borderlayer="true"
inkscape:showpageshadow="false"
showborder="true"
inkscape:window-width="1920"
inkscape:window-height="1008"
inkscape:window-x="0"
inkscape:window-y="36"
inkscape:window-maximized="1"
inkscape:snap-bbox="true"
inkscape:bbox-paths="true"
inkscape:bbox-nodes="true"
inkscape:snap-bbox-edge-midpoints="true"
inkscape:snap-bbox-midpoints="true"
inkscape:snap-page="true"
inkscape:snap-nodes="true"
inkscape:snap-global="true"
inkscape:object-paths="true"
inkscape:snap-intersection-paths="true"
inkscape:snap-smooth-nodes="true"
inkscape:snap-others="true" />
<metadata
id="metadata5">
<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>
<g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="back"
style="display:inline"
transform="translate(0,-285.75)">
<g
transform="matrix(0.5,0,0,0.5,-16.933319,285.75)"
style="display:inline;stroke-width:2"
id="g865">
<rect
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype\wallpapers\png\4096x2160\futurePrototype-wallpaper-06-4096x2160.png"
inkscape:export-ydpi="96"
inkscape:export-xdpi="96"
y="2.8421709e-014"
x="0"
height="571.5"
width="1083.7333"
id="rect1009-2"
style="display:inline;opacity:1;fill:url(#linearGradient875-7);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:13.96192932;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new" />
<path
inkscape:connector-curvature="0"
id="rect839"
transform="scale(0.26458333)"
d="m 0,0 v 2160 h 1969.6562 c 71.3132,-111.3325 107.6491,-242.016 81.6465,-375.9473 -25.5884,-168.1151 -176.2285,-285.5345 -335.9453,-317.248 -208.6898,-37.3515 -432.7203,-11.0181 -627.9433,-109.5801 C 748.77516,1201.7701 560.22684,790.73413 657.41992,432.25781 699.2405,258.97365 805.07533,107.61286 944.74023,0 Z"
style="display:inline;opacity:0.05;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:52.76949692;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new" />
<path
inkscape:connector-curvature="0"
id="rect841"
transform="scale(0.26458333)"
d="M 3200.9141,1431.8965 C 2395.5319,1430.4531 1920.9648,1798.122 1432,1764 671.24411,1710.9113 493.17151,1928.2722 0,2059.2969 V 2160 h 4096 v -646.1367 c -259.6224,4.4909 -557.2105,-78.9909 -876,-81.8633 -6.3828,-0.057 -12.7443,-0.092 -19.0859,-0.1035 z"
style="display:inline;opacity:0.05;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:52.76949692;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new" />
<path
inkscape:connector-curvature="0"
id="rect843"
transform="scale(0.26458333)"
d="M 0,1367.1016 V 2160 H 4096 V 1843.5059 C 3833.5218,1739.1345 3441.657,1649.4148 3144,1684 2701.546,1735.4094 1760.3175,2133.636 1060,1928 574.89204,1785.5566 369.68256,1464.9672 0,1367.1016 Z"
style="display:inline;opacity:0.05;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:52.76949692;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new" />
<path
inkscape:connector-curvature="0"
id="rect845"
transform="scale(0.26458333)"
d="m 0,0 v 1245.2754 c 236.85472,-9.3728 518.59878,-61.3227 646.03711,-121.25 C 841.0294,1032.331 998.01847,862.74676 1074.3848,661.31445 1140.2903,487.47478 1146.2692,291.56133 1091.0859,114.0293 1078.9414,74.958814 1063.8482,36.833273 1046.0684,0 Z"
style="display:inline;opacity:0.05;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:52.76949692;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new" />
<path
inkscape:connector-curvature="0"
id="rect847"
transform="scale(0.26458333)"
d="m 0,0 v 890.06641 c 148.47939,31.13283 300.36346,45.96429 452.0625,43.53711 371.61755,-5.94588 741.0424,-115.39471 1055.9258,-312.83594 131.3506,-82.36075 254.2519,-180.11618 396.1387,-242.60156 141.5736,-62.34748 299.1463,-87.28497 453.2539,-73.82422 154.1074,13.46075 304.4919,65.09306 435.5175,147.32812 262.0513,164.47 439.6385,451.46749 485.6856,757.41018 14.5673,96.7872 17.1164,196.6423 50.9121,288.5 40.684,110.5802 124.7724,201.6479 223.3437,266.1992 98.5714,64.5512 211.3049,104.4575 325.3321,134.1602 71.6617,18.6676 144.8702,33.7677 217.8281,49.4902 V 0 Z"
style="display:inline;opacity:0.05;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:52.76949692;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new" />
<path
inkscape:connector-curvature="0"
id="rect849"
transform="scale(0.26458333)"
d="M 2786.3438,0 C 2441.7273,121.86837 2138.4432,393.91015 2000.4355,757.43945 1749.2881,1418.9933 3110.4893,1701.4063 2791.8809,929.05664 2519.7265,269.31781 3489.4973,679.39231 4096,1621.5957 V 264.58203 C 4003.7937,219.53067 3866.3749,143.68851 3648.959,35.4375 3622.7181,22.372185 3596.0928,10.573154 3569.1484,0 Z"
style="display:inline;opacity:0.05;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:52.76949692;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new" />
</g>
</g>
<g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="logo"
style="display:inline"
transform="translate(0,-285.75)" />
</svg>

After

Width:  |  Height:  |  Size: 8.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

@@ -0,0 +1,8 @@
[Plymouth Theme]
Name=Default theme for Debian 10.0 Buster
Description=A theme that features a white debian 10 logo in a white spinning circle
ModuleName=script
[script]
ImageDir=/usr/share/plymouth/themes/futureprototype
ScriptFile=/usr/share/plymouth/themes/futureprototype/futureprototype.script
File diff suppressed because it is too large Load Diff
Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 230 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

@@ -0,0 +1,127 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:ns2="http://ns.adobe.com/AdobeIllustrator/10.0/"
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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="svg4339"
viewBox="0 0 188.43749 80.625001"
height="86"
width="201"
sodipodi:docname="debian.svg"
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\boot-screen\plymouth\debian.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1017"
id="namedview18"
showgrid="false"
inkscape:snap-page="true"
inkscape:snap-bbox="true"
inkscape:bbox-paths="true"
inkscape:bbox-nodes="true"
inkscape:snap-bbox-midpoints="true"
inkscape:snap-bbox-edge-midpoints="true"
inkscape:object-paths="true"
inkscape:snap-intersection-paths="true"
inkscape:snap-smooth-nodes="true"
inkscape:snap-midpoints="true"
inkscape:zoom="5.8930256"
inkscape:cx="114.94037"
inkscape:cy="45.218252"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
inkscape:current-layer="svg4339"
borderlayer="true"
inkscape:showpageshadow="false"
units="px"
inkscape:snap-global="false" />
<defs
id="defs4341" />
<metadata
id="metadata4344">
<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>
<g
style="overflow:visible;opacity:1;fill:#fdfdfd;stroke-width:0.61604279;fill-opacity:1"
id="g1021"
transform="matrix(1.5218097,0,0,1.5218097,11.46426,-157.09578)">
<g
ns2:rgbTrio="#4F008000FFFF"
ns2:dimmedPercent="50"
ns2:layer="yes"
id="Layer_1"
style="fill:#fdfdfd;stroke-width:0.61604279;fill-opacity:1">
<g
id="g991"
style="fill:#fdfdfd;stroke-width:0.61604279;fill-opacity:1">
<path
id="path977"
d="m 13.437,125.506 c -0.045,0.047 -0.045,7.506 -0.138,9.453 -0.092,1.574 -0.232,4.957 -3.568,4.957 -3.429,0 -4.263,-3.939 -4.541,-5.652 -0.324,-1.9 -0.324,-3.477 -0.324,-4.17 0,-2.225 0.139,-8.436 5.375,-8.436 1.576,0 2.456,0.465 3.151,0.834 z M 0,130.975 c 0,13.066 6.951,13.066 7.97,13.066 2.873,0 4.727,-1.576 5.514,-4.309 l 0.093,4.123 c 0.881,-0.047 1.761,-0.139 3.197,-0.139 0.51,0 0.926,0 1.298,0.047 0.371,0 0.741,0.045 1.158,0.092 -0.741,-1.482 -1.297,-4.818 -1.297,-12.049 0,-7.043 0,-18.951 0.602,-22.566 -1.667,0.789 -3.105,1.299 -6.256,1.576 1.251,1.344 1.251,2.039 1.251,8.154 -0.879,-0.277 -1.992,-0.602 -3.892,-0.602 C 1.344,118.369 0,125.598 0,130.975"
ns2:knockout="Off"
inkscape:connector-curvature="0"
style="fill:#fdfdfd;stroke-width:0.61604279;fill-opacity:1" />
<path
id="path979"
d="m 25.13,128.609 c 0.047,-3.846 0.835,-7.275 4.124,-7.275 3.615,0 3.891,3.984 3.799,7.275 z m 12.51,0.465 c 0,-5.422 -1.065,-10.752 -7.923,-10.752 -9.452,0 -9.452,10.475 -9.452,12.697 0,9.406 4.216,13.113 11.306,13.113 3.149,0 4.68,-0.461 5.514,-0.695 -0.046,-1.668 0.185,-2.734 0.465,-4.17 -0.975,0.604 -2.226,1.391 -5.006,1.391 -7.229,0 -7.322,-6.582 -7.322,-8.852 H 37.55 l 0.09,-2.732"
ns2:knockout="Off"
inkscape:connector-curvature="0"
style="fill:#fdfdfd;stroke-width:0.61604279;fill-opacity:1" />
<path
id="path981"
d="m 52.715,131.066 c 0,4.309 -0.787,10.102 -6.162,10.102 -0.742,0 -1.668,-0.141 -2.27,-0.279 -0.093,-1.668 -0.093,-4.541 -0.093,-7.877 0,-3.986 0.416,-6.068 0.742,-7.09 0.972,-3.289 3.15,-3.334 3.566,-3.334 3.522,0 4.217,4.865 4.217,8.478 z m -13.298,5.051 c 0,3.43 0,5.375 -0.556,6.857 1.9,0.742 4.262,1.158 7.09,1.158 1.807,0 7.043,0 9.869,-5.791 1.344,-2.688 1.807,-6.303 1.807,-9.037 0,-1.668 -0.186,-5.328 -1.529,-7.646 -1.296,-2.176 -3.382,-3.289 -5.605,-3.289 -4.449,0 -5.746,3.707 -6.44,5.607 0,-2.363 0.045,-10.611 0.415,-14.828 -3.011,1.391 -4.866,1.621 -6.857,1.807 1.807,0.74 1.807,3.801 1.807,13.764 v 11.398"
ns2:knockout="Off"
inkscape:connector-curvature="0"
style="fill:#fdfdfd;stroke-width:0.61604279;fill-opacity:1" />
<path
id="path983"
d="m 66.535,143.855 c -0.928,-0.139 -1.578,-0.232 -2.922,-0.232 -1.48,0 -2.502,0.094 -3.566,0.232 0.463,-0.881 0.648,-1.299 0.787,-4.309 0.186,-4.125 0.232,-15.154 -0.092,-17.471 -0.232,-1.762 -0.648,-2.039 -1.297,-2.502 3.799,-0.371 4.865,-0.648 6.625,-1.482 -0.369,2.037 -0.418,3.059 -0.418,6.162 -0.091,15.989 -0.138,17.702 0.883,19.602"
ns2:knockout="Off"
inkscape:connector-curvature="0"
style="fill:#fdfdfd;stroke-width:0.61604279;fill-opacity:1" />
<path
id="path985"
d="m 81.373,130.74 c -0.092,2.92 -0.139,4.959 -0.928,6.58 -0.973,2.086 -2.594,2.688 -3.799,2.688 -2.783,0 -3.383,-2.316 -3.383,-4.586 0,-4.355 3.893,-4.682 5.652,-4.682 z m -12.744,5.701 c 0,2.92 0.881,5.838 3.477,7.09 1.158,0.51 2.316,0.51 2.688,0.51 4.264,0 5.699,-3.152 6.58,-5.098 -0.047,2.039 0,3.289 0.139,4.912 0.834,-0.047 1.668,-0.139 3.059,-0.139 0.787,0 1.529,0.092 2.316,0.139 -0.51,-0.787 -0.787,-1.252 -0.928,-3.059 -0.092,-1.76 -0.092,-3.521 -0.092,-5.977 l 0.047,-9.453 c 0,-3.523 -0.928,-6.998 -7.879,-6.998 -4.586,0 -7.273,1.391 -8.617,2.086 0.557,1.02 1.02,1.898 1.436,3.893 1.809,-1.576 4.172,-2.41 6.58,-2.41 3.848,0 3.848,2.549 3.848,6.162 -0.881,-0.045 -1.623,-0.137 -2.875,-0.137 -5.887,10e-4 -9.779,2.268 -9.779,8.479"
ns2:knockout="Off"
inkscape:connector-curvature="0"
style="fill:#fdfdfd;stroke-width:0.61604279;fill-opacity:1" />
<path
id="path987"
d="m 108.063,139.268 c 0.047,1.576 0.047,3.244 0.695,4.588 -1.021,-0.092 -1.623,-0.232 -3.521,-0.232 -1.113,0 -1.715,0.094 -2.596,0.232 0.184,-0.602 0.279,-0.834 0.371,-1.623 0.139,-1.064 0.232,-4.633 0.232,-5.885 v -5.004 c 0,-2.178 0,-5.33 -0.141,-6.441 -0.092,-0.787 -0.322,-2.918 -3.012,-2.918 -2.641,0 -3.521,1.945 -3.846,3.521 -0.369,1.621 -0.369,3.383 -0.369,10.24 0.045,5.932 0.045,6.486 0.508,8.109 -0.787,-0.092 -1.76,-0.184 -3.15,-0.184 -1.113,0 -1.854,0.045 -2.779,0.184 0.324,-0.742 0.51,-1.113 0.602,-3.707 0.094,-2.549 0.279,-15.061 -0.141,-18.025 -0.23,-1.809 -0.695,-2.225 -1.203,-2.688 3.754,-0.186 4.957,-0.789 6.117,-1.389 v 4.91 c 0.555,-1.438 1.713,-4.635 6.348,-4.635 5.793,0 5.838,4.217 5.885,6.996 v 13.951"
ns2:knockout="Off"
inkscape:connector-curvature="0"
style="fill:#fdfdfd;stroke-width:0.61604279;fill-opacity:1" />
<path
id="path989"
d="m 66.926,111.533 -3.838,3.836 -3.836,-3.836 3.836,-3.836 3.838,3.836"
ns2:knockout="Off"
inkscape:connector-curvature="0"
style="fill:#fdfdfd;fill-opacity:1;stroke-width:0.61604279" />
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 7.5 KiB

@@ -0,0 +1,141 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg
xmlns:ns2="http://ns.adobe.com/AdobeIllustrator/10.0/"
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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="root"
x="0px"
y="0px"
width="380px"
height="380px"
viewBox="0 0 380 380"
enable-background="new 0 0 380 380"
xml:space="preserve"
sodipodi:docname="logo.svg"
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\boot-screen\plymouth\logo.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"><metadata
id="metadata10"><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></dc:title></cc:Work></rdf:RDF></metadata><defs
id="defs8" /><sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1017"
id="namedview6"
showgrid="false"
inkscape:zoom="1.3894997"
inkscape:cx="36.470994"
inkscape:cy="157.20546"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
inkscape:current-layer="root"
inkscape:snap-bbox="true"
inkscape:bbox-paths="true"
inkscape:bbox-nodes="true"
inkscape:snap-bbox-edge-midpoints="true"
inkscape:snap-bbox-midpoints="true"
inkscape:object-paths="true"
inkscape:snap-intersection-paths="true"
inkscape:snap-smooth-nodes="true"
inkscape:snap-midpoints="true"
inkscape:snap-page="true" /><g
id="g903"
transform="matrix(0.94210526,0,0,0.94210526,10.815723,10.757473)"
style="stroke-width:1.06145251"><circle
r="190"
cy="190.25743"
cx="190.1956"
id="path817"
style="opacity:1;fill:#2f3b52;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10.61452389;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" /><g
inkscape:export-ydpi="96"
inkscape:export-xdpi="96"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\desktop-wallpaper\png\wallpaper-4096x2160.png"
transform="matrix(1.9678479,0,0,1.9678479,1000.1621,99.995199)"
id="g1007"
style="display:inline;overflow:visible;fill:#ffffff;fill-opacity:1;stroke-width:4.97374487"><g
transform="translate(-455.08059,-8.3559995)"
style="fill:#ffffff;fill-opacity:1;stroke-width:4.97374487"
id="Layer_1-7"
ns2:layer="yes"
ns2:dimmedPercent="50"
ns2:rgbTrio="#4F008000FFFF"><g
style="fill:#ffffff;fill-opacity:1;stroke-width:4.97374487"
id="g984"><path
style="fill:#ffffff;fill-opacity:1;stroke-width:4.97374487"
inkscape:connector-curvature="0"
ns2:knockout="Off"
d="m 51.986,57.297 c -1.797,0.025 0.34,0.926 2.686,1.287 0.648,-0.506 1.236,-1.018 1.76,-1.516 -1.461,0.358 -2.948,0.366 -4.446,0.229"
id="path960" /><path
style="fill:#ffffff;fill-opacity:1;stroke-width:4.97374487"
inkscape:connector-curvature="0"
ns2:knockout="Off"
d="m 61.631,54.893 c 1.07,-1.477 1.85,-3.094 2.125,-4.766 -0.24,1.192 -0.887,2.221 -1.496,3.307 -3.359,2.115 -0.316,-1.256 -0.002,-2.537 -3.612,4.546 -0.496,2.726 -0.627,3.996"
id="path962" /><path
style="fill:#ffffff;fill-opacity:1;stroke-width:4.97374487"
inkscape:connector-curvature="0"
ns2:knockout="Off"
d="m 65.191,45.629 c 0.217,-3.236 -0.637,-2.213 -0.924,-0.978 0.335,0.174 0.6,2.281 0.924,0.978"
id="path964" /><path
style="fill:#ffffff;fill-opacity:1;stroke-width:4.97374487"
inkscape:connector-curvature="0"
ns2:knockout="Off"
d="m 45.172,1.399 c 0.959,0.172 2.072,0.304 1.916,0.533 1.049,-0.23 1.287,-0.442 -1.916,-0.533"
id="path966" /><path
style="fill:#ffffff;fill-opacity:1;stroke-width:4.97374487"
inkscape:connector-curvature="0"
ns2:knockout="Off"
d="M 47.088,1.932 46.41,2.072 47.041,2.016 47.088,1.932"
id="path968" /><path
style="fill:#ffffff;fill-opacity:1;stroke-width:4.97374487"
inkscape:connector-curvature="0"
ns2:knockout="Off"
d="m 76.992,46.856 c 0.107,2.906 -0.85,4.316 -1.713,6.812 l -1.553,0.776 c -1.271,2.468 0.123,1.567 -0.787,3.53 -1.984,1.764 -6.021,5.52 -7.313,5.863 -0.943,-0.021 0.639,-1.113 0.846,-1.541 -2.656,1.824 -2.131,2.738 -6.193,3.846 L 60.16,65.878 C 50.142,70.591 36.226,61.251 36.409,48.507 c -0.107,0.809 -0.304,0.607 -0.526,0.934 -0.517,-6.557 3.028,-13.143 9.007,-15.832 5.848,-2.895 12.704,-1.707 16.893,2.197 -2.301,-3.014 -6.881,-6.209 -12.309,-5.91 -5.317,0.084 -10.291,3.463 -11.951,7.131 -2.724,1.715 -3.04,6.611 -4.227,7.507 -1.597,11.737 3.004,16.808 10.787,22.773 1.225,0.826 0.345,0.951 0.511,1.58 -2.586,-1.211 -4.954,-3.039 -6.901,-5.277 1.033,1.512 2.148,2.982 3.589,4.137 -2.438,-0.826 -5.695,-5.908 -6.646,-6.115 4.203,7.525 17.052,13.197 23.78,10.383 -3.113,0.115 -7.068,0.064 -10.566,-1.229 -1.469,-0.756 -3.467,-2.322 -3.11,-2.615 9.182,3.43 18.667,2.598 26.612,-3.771 2.021,-1.574 4.229,-4.252 4.867,-4.289 -0.961,1.445 0.164,0.695 -0.574,1.971 2.014,-3.248 -0.875,-1.322 2.082,-5.609 l 1.092,1.504 c -0.406,-2.696 3.348,-5.97 2.967,-10.234 0.861,-1.304 0.961,1.403 0.047,4.403 1.268,-3.328 0.334,-3.863 0.66,-6.609 0.352,0.923 0.814,1.904 1.051,2.878 -0.826,-3.216 0.848,-5.416 1.262,-7.285 -0.408,-0.181 -1.275,1.422 -1.473,-2.377 0.029,-1.65 0.459,-0.865 0.625,-1.271 -0.324,-0.186 -1.174,-1.451 -1.691,-3.877 0.375,-0.57 1.002,1.478 1.512,1.562 -0.328,-1.929 -0.893,-3.4 -0.916,-4.88 -1.49,-3.114 -0.527,0.415 -1.736,-1.337 -1.586,-4.947 1.316,-1.148 1.512,-3.396 2.404,3.483 3.775,8.881 4.404,11.117 -0.48,-2.726 -1.256,-5.367 -2.203,-7.922 0.73,0.307 -1.176,-5.609 0.949,-1.691 C 83.519,18.706 76.074,10.902 69.225,7.24 70.063,8.007 71.121,8.97 70.741,9.121 67.335,7.093 67.934,6.935 67.446,6.078 64.671,4.949 64.489,6.169 62.651,6.08 57.421,3.306 56.413,3.601 51.6,1.863 l 0.219,1.023 c -3.465,-1.154 -4.037,0.438 -7.782,0.004 -0.228,-0.178 1.2,-0.644 2.375,-0.815 -3.35,0.442 -3.193,-0.66 -6.471,0.122 0.808,-0.567 1.662,-0.942 2.524,-1.424 -2.732,0.166 -6.522,1.59 -5.352,0.295 -4.456,1.988 -12.37,4.779 -16.811,8.943 l -0.14,-0.933 c -2.035,2.443 -8.874,7.296 -9.419,10.46 l -0.544,0.127 c -1.059,1.793 -1.744,3.825 -2.584,5.67 -1.385,2.36 -2.03,0.908 -1.833,1.278 -2.724,5.523 -4.077,10.164 -5.246,13.97 0.833,1.245 0.02,7.495 0.335,12.497 -1.368,24.704 17.338,48.69 37.785,54.228 2.997,1.072 7.454,1.031 11.245,1.141 -4.473,-1.279 -5.051,-0.678 -9.408,-2.197 -3.143,-1.48 -3.832,-3.17 -6.058,-5.102 l 0.881,1.557 c -4.366,-1.545 -2.539,-1.912 -6.091,-3.037 l 0.941,-1.229 C 28.751,98.334 26.418,96.056 25.78,94.795 l -1.548,0.061 c -1.86,-2.295 -2.851,-3.949 -2.779,-5.23 l -0.5,0.891 c -0.567,-0.973 -6.843,-8.607 -3.587,-6.83 -0.605,-0.553 -1.409,-0.9 -2.281,-2.484 l 0.663,-0.758 c -1.567,-2.016 -2.884,-4.6 -2.784,-5.461 0.836,1.129 1.416,1.34 1.99,1.533 -3.957,-9.818 -4.179,-0.541 -7.176,-9.994 L 8.412,66.472 C 7.926,65.74 7.631,64.945 7.24,64.165 l 0.276,-2.75 C 4.667,58.121 6.719,47.409 7.13,41.534 7.415,39.145 9.508,36.602 11.1,32.614 l -0.97,-0.167 c 1.854,-3.234 10.586,-12.988 14.63,-12.486 1.959,-2.461 -0.389,-0.009 -0.772,-0.629 4.303,-4.453 5.656,-3.146 8.56,-3.947 3.132,-1.859 -2.688,0.725 -1.203,-0.709 5.414,-1.383 3.837,-3.144 10.9,-3.846 0.745,0.424 -1.729,0.655 -2.35,1.205 4.511,-2.207 14.275,-1.705 20.617,1.225 7.359,3.439 15.627,13.605 15.953,23.17 l 0.371,0.1 c -0.188,3.802 0.582,8.199 -0.752,12.238 l 0.908,-1.912"
id="path970" /><path
style="fill:#ffffff;fill-opacity:1;stroke-width:4.97374487"
inkscape:connector-curvature="0"
ns2:knockout="Off"
d="m 32.372,59.764 -0.252,1.26 c 1.181,1.604 2.118,3.342 3.626,4.596 -1.085,-2.118 -1.891,-2.993 -3.374,-5.856"
id="path972" /><path
style="fill:#ffffff;fill-opacity:1;stroke-width:4.97374487"
inkscape:connector-curvature="0"
ns2:knockout="Off"
d="m 35.164,59.654 c -0.625,-0.691 -0.995,-1.523 -1.409,-2.352 0.396,1.457 1.207,2.709 1.962,3.982 l -0.553,-1.63"
id="path974" /><path
style="fill:#ffffff;fill-opacity:1;stroke-width:4.97374487"
inkscape:connector-curvature="0"
ns2:knockout="Off"
d="m 84.568,48.916 -0.264,0.662 c -0.484,3.438 -1.529,6.84 -3.131,9.994 1.77,-3.328 2.915,-6.968 3.395,-10.656"
id="path976" /><path
style="fill:#ffffff;fill-opacity:1;stroke-width:4.97374487"
inkscape:connector-curvature="0"
ns2:knockout="Off"
d="M 45.527,0.537 C 46.742,0.092 48.514,0.293 49.803,0 48.123,0.141 46.451,0.225 44.8,0.438 l 0.727,0.099"
id="path978" /><path
style="fill:#ffffff;fill-opacity:1;stroke-width:4.97374487"
inkscape:connector-curvature="0"
ns2:knockout="Off"
d="m 2.872,23.219 c 0.28,2.592 -1.95,3.598 0.494,1.889 1.31,-2.951 -0.512,-0.815 -0.494,-1.889"
id="path980" /><path
style="fill:#ffffff;fill-opacity:1;stroke-width:4.97374487"
inkscape:connector-curvature="0"
ns2:knockout="Off"
d="M 0,35.215 C 0.563,33.487 0.665,32.449 0.88,31.449 -0.676,33.438 0.164,33.862 0,35.215"
id="path982" /></g></g></g></g></svg>

After

Width:  |  Height:  |  Size: 10 KiB

@@ -0,0 +1,160 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg
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.1"
id="root"
x="0px"
y="0px"
width="1920px"
height="1200px"
viewBox="0 0 1920 1200"
enable-background="new 0 0 1920 1200"
xml:space="preserve"
sodipodi:docname="plymouth_background.svg"
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\boot-screen\plymouth\plymouth_background_future.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"><metadata
id="metadata138"><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></dc:title></cc:Work></rdf:RDF></metadata><defs
id="defs136"><linearGradient
inkscape:collect="always"
xlink:href="#linearGradient873"
id="linearGradient875"
x1="535.66125"
y1="-265.37906"
x2="535.66125"
y2="297.17203"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.55555555,0,0,0.55555555,-47.037057,406.50002)" /><linearGradient
inkscape:collect="always"
id="linearGradient873"><stop
style="stop-color:#0c1830;stop-opacity:1"
offset="0"
id="stop869" /><stop
style="stop-color:#5f7794;stop-opacity:1"
offset="1"
id="stop871" /></linearGradient></defs><sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#cc00c4"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1017"
id="namedview134"
showgrid="false"
inkscape:showpageshadow="false"
borderlayer="true"
inkscape:zoom="0.4043508"
inkscape:cx="1377.6815"
inkscape:cy="536.68448"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
inkscape:current-layer="root" /><g
id="debian"
display="none"><g
id="debian_1_"
display="inline"><g
id="g122"><path
fill="#FFFFFF"
d="M865.787,813.115c-0.069,0.075-0.069,11.778-0.217,14.836c-0.146,2.47-0.364,7.775-5.601,7.775 c-5.381,0-6.688-6.181-7.124-8.87c-0.51-2.979-0.51-5.452-0.51-6.538c0-3.491,0.218-13.241,8.436-13.241 c2.473,0,3.854,0.729,4.942,1.309L865.787,813.115z M844.704,821.7c0,20.501,10.906,20.501,12.504,20.501 c4.508,0,7.417-2.475,8.653-6.763l0.146,6.471c1.381-0.071,2.768-0.219,5.02-0.219c0.801,0,1.449,0,2.034,0.072 c0.584,0,1.163,0.071,1.817,0.146c-1.163-2.324-2.035-7.56-2.035-18.904c0-11.053,0-29.744,0.946-35.421 c-2.617,1.24-4.874,2.04-9.817,2.477c1.966,2.108,1.966,3.201,1.966,12.798c-1.381-0.436-3.127-0.944-6.106-0.944 C846.813,801.915,844.704,813.261,844.704,821.7"
id="path108" /><path
fill="#FFFFFF"
d="M884.131,817.987c0.072-6.036,1.313-11.418,6.472-11.418c5.676,0,6.105,6.253,5.962,11.418H884.131z M903.76,818.718c0-8.512-1.67-16.877-12.428-16.877c-14.831,0-14.831,16.444-14.831,19.931c0,14.76,6.614,20.573,17.737,20.573 c4.939,0,7.342-0.723,8.649-1.091c-0.067-2.617,0.291-4.289,0.729-6.542c-1.528,0.947-3.49,2.183-7.854,2.183 c-11.341,0-11.485-10.328-11.485-13.888h19.342L903.76,818.718"
id="path110" /><path
fill="#FFFFFF"
d="M927.413,821.844c0,6.76-1.235,15.85-9.669,15.85c-1.165,0-2.617-0.221-3.563-0.438 c-0.146-2.617-0.146-7.124-0.146-12.359c0-6.253,0.65-9.52,1.164-11.126c1.523-5.16,4.941-5.231,5.597-5.231 C926.323,808.536,927.413,816.172,927.413,821.844z M906.548,829.769c0,5.381,0,8.436-0.872,10.762 c2.98,1.163,6.688,1.814,11.126,1.814c2.833,0,11.05,0,15.483-9.086c2.107-4.217,2.836-9.889,2.836-14.179 c0-2.62-0.291-8.364-2.4-12.003c-2.034-3.416-5.308-5.162-8.795-5.162c-6.979,0-9.013,5.818-10.103,8.801 c0-3.707,0.068-16.654,0.647-23.275c-4.724,2.184-7.635,2.542-10.759,2.835c2.838,1.164,2.838,5.968,2.838,21.605v17.888"
id="path112" /><path
fill="#FFFFFF"
d="M949.097,841.909c-1.455-0.219-2.476-0.364-4.583-0.364c-2.321,0-3.925,0.146-5.597,0.364 c0.727-1.381,1.018-2.037,1.235-6.759c0.29-6.474,0.362-23.781-0.146-27.419c-0.365-2.768-1.018-3.201-2.035-3.929 c5.961-0.583,7.631-1.017,10.396-2.324c-0.579,3.194-0.656,4.803-0.656,9.675C947.567,836.24,947.494,838.927,949.097,841.909"
id="path114" /><path
fill="#FFFFFF"
d="M972.379,821.333c-0.146,4.58-0.22,7.78-1.457,10.324c-1.526,3.271-4.072,4.218-5.961,4.218 c-4.366,0-5.31-3.633-5.31-7.194c0-6.833,6.108-7.346,8.868-7.346h3.857L972.379,821.333L972.379,821.333z M952.382,830.277 c0,4.578,1.383,9.156,5.455,11.121c1.817,0.803,3.634,0.803,4.217,0.803c6.689,0,8.941-4.946,10.325-7.999 c-0.073,3.197,0,5.159,0.216,7.707c1.312-0.071,2.617-0.219,4.805-0.219c1.233,0,2.396,0.146,3.631,0.219 c-0.802-1.234-1.235-1.967-1.454-4.798c-0.146-2.764-0.146-5.526-0.146-9.379l0.072-14.836c0-5.531-1.454-10.984-12.361-10.984 c-7.193,0-11.41,2.183-13.521,3.273c0.875,1.602,1.604,2.98,2.256,6.11c2.84-2.475,6.545-3.785,10.322-3.785 c6.038,0,6.038,4.005,6.038,9.676c-1.381-0.069-2.544-0.215-4.512-0.215C958.489,816.974,952.382,820.531,952.382,830.277"
id="path116" /><path
fill="#FFFFFF"
d="M1014.253,834.711c0.073,2.474,0.073,5.09,1.089,7.2c-1.603-0.148-2.546-0.365-5.523-0.365 c-1.745,0-2.688,0.149-4.071,0.365c0.289-0.946,0.438-1.309,0.584-2.546c0.217-1.669,0.365-7.271,0.365-9.234v-7.852 c0-3.417,0-8.365-0.227-10.108c-0.146-1.233-0.503-4.583-4.726-4.583c-4.146,0-5.523,3.053-6.034,5.526 c-0.579,2.545-0.579,5.311-0.579,16.068c0.069,9.309,0.069,10.179,0.797,12.726c-1.233-0.146-2.762-0.288-4.938-0.288 c-1.747,0-2.912,0.067-4.36,0.288c0.509-1.164,0.8-1.747,0.943-5.815c0.147-4.001,0.438-23.635-0.222-28.287 c-0.359-2.839-1.091-3.489-1.888-4.222c5.893-0.291,7.778-1.235,9.599-2.181v7.708c0.87-2.256,2.688-7.276,9.959-7.276 c9.092,0,9.159,6.62,9.232,10.985L1014.253,834.711"
id="path118" /><path
fill="#FFFFFF"
d="M949.711,791.185l-6.023,6.021l-6.018-6.021l6.018-6.023L949.711,791.185"
id="path120" /></g><g
id="_x39_"><g
id="g128"><g
id="g126"><path
fill="#FFFFFF"
d="M1055.398,831.253c-10.646,0.313-19.894-9.016-19.894-19.132c0-11.204,8.105-21.044,20.216-21.044 c12.104,0,19.573,9.84,19.573,24.961c0,13.03-4.364,22.135-10.198,27.785c-4.55,4.46-10.836,7.19-17.208,7.923 c-2.913,0.454-5.461,0.545-7.374,0.454c0,0,27.19-8.176,28.045-30.541c0.188-5.007,3.646-24.934-13.476-24.479 c-6.824,0.181-11.657,6.014-11.657,14.396c0,7.375,2.268,12.601,9.739,14.432c5.221,1.279,8.498-0.743,12.366-10.202 C1065.532,815.807,1067.245,830.905,1055.398,831.253z"
id="path124" /></g></g></g></g></g><g
transform="matrix(3.7795276,0,0,3.7795276,-2.4689297e-4,77.480341)"
style="display:inline"
id="g854"><rect
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\desktop-wallpaper\png\wallpaper-4096x2160.png"
style="display:inline;opacity:1;fill:url(#linearGradient875);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6.98096466;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new"
id="rect1009"
width="602.07404"
height="317.5"
x="-47.037018"
y="254"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
transform="translate(0,-274.50001)" /><g
style="stroke-width:1.80000007"
transform="matrix(0.55555555,0,0,0.55555555,-47.03703,131.99999)"
inkscape:export-ydpi="96"
inkscape:export-xdpi="96"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\desktop-wallpaper\png\wallpaper-4096x2160.png"
id="g850"><path
style="display:inline;opacity:0.05;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:47.49254608;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new"
d="m 4096,213.4043 c -181.398,49.84648 -356.9629,122.70831 -521.1699,217.33398 -280.0429,161.37687 -528.7374,387.17968 -702.1231,667.63472 -173.3857,280.4551 -268.7325,616.7129 -247.5468,949.6875 2.3768,37.3559 6.2014,74.6656 10.748,111.9395 H 4096 Z"
id="rect6945"
inkscape:connector-curvature="0"
transform="matrix(0.26458333,0,0,0.26458333,0,-274.50001)" /><path
style="display:inline;opacity:0.05;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:47.49254608;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new"
d="m 4062.6191,1015.5117 c -99.5265,-0.085 -196.6509,12.7657 -290.2636,38.3731 -198.726,54.3595 -381.6278,166.2091 -538.1075,333.832 C 3055.83,1578.8404 2912.7906,1843.693 2814.5645,2160 H 4096 V 1016.043 c -11.155,-0.3314 -22.2841,-0.5218 -33.3809,-0.5313 z"
id="rect1009-3"
inkscape:connector-curvature="0"
transform="matrix(0.26458333,0,0,0.26458333,0,-274.50001)" /><path
style="display:inline;opacity:0.05;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:47.49254608;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new"
d="m 1629.8184,0 c -90.8566,137.17997 -158.1081,289.98136 -196.1153,450.0957 -29.9677,126.24631 -42.5685,257.0985 -86.873,379.05469 -22.1522,60.97809 -52.3846,119.56156 -94.2129,169.1543 -41.8283,49.59271 -95.7277,89.95811 -157.2793,110.46291 -58.3878,19.4507 -121.98209,20.5153 -182.38673,8.7363 C 852.54654,1105.725 795.10069,1081.4887 741.33203,1051.5488 633.79472,991.66914 540.39745,909.26708 435.01953,845.66406 303.28246,766.15145 153.18345,717.73529 0,703.61133 V 2160 h 4096 l -2e-4,-2160 z"
id="rect6824"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csssccssccccc"
transform="matrix(0.26458333,0,0,0.26458333,0,-274.50001)" /><path
style="display:inline;opacity:0.05;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:47.49254608;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new"
d="m 2980.1582,94.371094 c -310.3353,-0.787389 -620.7967,81.515716 -892.498,238.085936 -224.6687,129.46711 -424.1877,310.62161 -563.2891,535.62109 -139.1014,224.99948 -215.5942,494.76828 -198.5977,761.90238 11.0104,173.0494 60.2189,344.848 41.6328,517.1914 -0.4617,4.2812 -0.9765,8.5581 -1.5234,12.8281 H 4096 V 495.32227 c -1.1582,-0.93757 -2.3083,-1.88572 -3.4688,-2.82032 -280.792,-226.14051 -625.7729,-364.44268 -979.4941,-392.679684 -44.215,-3.529626 -88.5454,-5.338694 -132.8789,-5.451172 z"
id="rect6875"
inkscape:connector-curvature="0"
transform="matrix(0.26458333,0,0,0.26458333,0,-274.50001)" /><path
style="display:inline;opacity:0.05;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:47.49254608;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new"
d="m 3131.8008,1240.3203 c -206.0267,-0.081 -412.0023,32.5252 -607.25,98.4473 C 2106.4691,1479.9258 1739.9267,1776.6323 1524.2246,2160 H 4096 v -660.1211 c -46.9581,-27.6701 -95.1308,-53.2934 -144.3906,-76.7109 -255.0478,-121.2466 -537.4758,-182.7374 -819.8086,-182.8477 z"
id="rect6840"
inkscape:connector-curvature="0"
transform="matrix(0.26458333,0,0,0.26458333,0,-274.50001)" /><path
style="display:inline;opacity:0.05;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:12.56573677;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new"
d="m 201.57064,-274.50001 c -59.50544,41.03786 -96.04816,143.75354 -49.31765,204.466707 28.96227,34.740607 124.88358,22.289386 116.56482,81.279915 -5.83416,47.811626 23.42057,110.378938 61.44848,143.126948 72.49429,66.64872 141.31456,64.35723 233.94718,55.68375 106.98566,-10.57677 217.94537,-30.28748 322.72016,4.85305 58.44363,17.39381 113.68707,45.39844 162.38007,82.08962 8.9188,-20.07147 -95.2243,-128.1934 -132.8661,-177.66382 -25.79515,-33.901047 -156.81148,-185.463177 -296.19092,-316.62217 -23.88689,-22.47807 -69.39444,-77.214 -92.86571,-77.214 z"
id="rect6831"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccsscc" /><path
style="display:inline;opacity:0.05;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:12.56573677;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new"
d="M 0,-257.14758 V 296.99998 H 915.53481 C 929.42435,202.41422 886.96698,93.287011 794.56467,54.980584 692.79396,13.343476 578.64554,57.25018 476.34252,17.279761 421.66235,1.2559597 362.47488,-33.12403 351.30822,-93.878903 c -4.05099,-35.686387 -42.72504,-63.856167 -74.36559,-58.787477 -52.85192,8.46667 -49.22915,48.66914 -141.82849,51.1401 C 69.787089,-99.783066 18.291006,-195.34546 0,-257.14758 Z"
id="rect6834"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccssc" /><path
style="display:inline;opacity:0.05;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:12.56573677;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new"
d="m 88.215286,85.414205 c -2.702105,-0.0026 -5.407353,0.04133 -8.1163,0.13642 C 52.526755,86.518523 25.202344,92.981051 0,104.19703 V 296.915 c 218.55761,0.19124 437.30603,-2e-5 655.86384,-2e-5 2.66756,-10.68399 4.27509,-21.63138 4.73975,-32.63472 1.29953,-30.77316 -6.29613,-61.8709 -21.63641,-88.57959 C 623.62693,148.99199 600.59291,126.76072 573.35724,112.37689 525.27739,86.984746 467.89607,87.009325 413.89567,93.364617 359.89524,99.719909 306.02306,111.80293 251.75931,108.35646 196.75429,104.86291 143.15807,85.468207 88.215286,85.414205 Z"
id="rect6828"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccsssssc" /></g></g></svg>

After

Width:  |  Height:  |  Size: 15 KiB

@@ -0,0 +1,274 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:ns2="http://ns.adobe.com/AdobeIllustrator/10.0/"
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"
width="1280"
height="1024"
viewBox="0 0 338.66666 270.93334"
version="1.1"
id="svg8"
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
sodipodi:docname="wallpaper-1280x1024.svg"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\desktop-wallpaper\png\wallpaper-1280x1024.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<defs
id="defs2">
<linearGradient
inkscape:collect="always"
id="linearGradient873">
<stop
style="stop-color:#0c1830;stop-opacity:1"
offset="0"
id="stop869" />
<stop
style="stop-color:#5f7794;stop-opacity:1"
offset="1"
id="stop871" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient873"
id="linearGradient875"
x1="535.66125"
y1="-265.37906"
x2="535.66125"
y2="297.17203"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.47407407,0,0,0.47407407,-39.158391,430.70002)" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#b20eb2"
borderopacity="1"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.34293402"
inkscape:cx="-241.38869"
inkscape:cy="1003.3253"
inkscape:document-units="px"
inkscape:current-layer="layer3"
showgrid="false"
units="px"
borderlayer="true"
inkscape:showpageshadow="false"
showborder="true"
inkscape:window-width="1920"
inkscape:window-height="1017"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
inkscape:snap-bbox="true"
inkscape:bbox-paths="true"
inkscape:bbox-nodes="true"
inkscape:snap-bbox-edge-midpoints="true"
inkscape:snap-bbox-midpoints="true"
inkscape:snap-page="true"
inkscape:snap-nodes="true"
inkscape:snap-global="true"
inkscape:object-paths="true"
inkscape:snap-intersection-paths="true"
inkscape:snap-smooth-nodes="true"
inkscape:snap-others="true" />
<metadata
id="metadata5">
<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></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="back"
style="display:inline"
transform="translate(0,-300.56667)">
<rect
inkscape:export-ydpi="96"
inkscape:export-xdpi="96"
y="300.56668"
x="-39.158348"
height="270.93332"
width="513.76984"
id="rect1009"
style="display:inline;opacity:1;fill:url(#linearGradient875);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6.98096466;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\desktop-wallpaper\png\wallpaper-4096x2160.png" />
</g>
<g
inkscape:label="buster"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-26.066657)"
style="display:inline">
<g
id="g850"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\desktop-wallpaper\png\wallpaper-4096x2160.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
transform="matrix(0.47407407,0,0,0.47407407,-39.158352,156.2)"
style="stroke-width:2.109375">
<path
transform="matrix(0.26458333,0,0,0.26458333,0,-274.50001)"
inkscape:connector-curvature="0"
id="rect6945"
d="m 4096,213.4043 c -181.398,49.84648 -356.9629,122.70831 -521.1699,217.33398 -280.0429,161.37687 -528.7374,387.17968 -702.1231,667.63472 -173.3857,280.4551 -268.7325,616.7129 -247.5468,949.6875 2.3768,37.3559 6.2014,74.6656 10.748,111.9395 H 4096 Z"
style="display:inline;opacity:0.05;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:55.65533066;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new" />
<path
transform="matrix(0.26458333,0,0,0.26458333,0,-274.50001)"
inkscape:connector-curvature="0"
id="rect1009-3"
d="m 4062.6191,1015.5117 c -99.5265,-0.085 -196.6509,12.7657 -290.2636,38.3731 -198.726,54.3595 -381.6278,166.2091 -538.1075,333.832 C 3055.83,1578.8404 2912.7906,1843.693 2814.5645,2160 H 4096 V 1016.043 c -11.155,-0.3314 -22.2841,-0.5218 -33.3809,-0.5313 z"
style="display:inline;opacity:0.05;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:55.65533066;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new" />
<path
transform="matrix(0.26458333,0,0,0.26458333,0,-274.50001)"
sodipodi:nodetypes="csssccssccccc"
inkscape:connector-curvature="0"
id="rect6824"
d="m 1629.8184,0 c -90.8566,137.17997 -158.1081,289.98136 -196.1153,450.0957 -29.9677,126.24631 -42.5685,257.0985 -86.873,379.05469 -22.1522,60.97809 -52.3846,119.56156 -94.2129,169.1543 -41.8283,49.59271 -95.7277,89.95811 -157.2793,110.46291 -58.3878,19.4507 -121.98209,20.5153 -182.38673,8.7363 C 852.54654,1105.725 795.10069,1081.4887 741.33203,1051.5488 633.79472,991.66914 540.39745,909.26708 435.01953,845.66406 303.28246,766.15145 153.18345,717.73529 0,703.61133 V 2160 h 4096 l -2e-4,-2160 z"
style="display:inline;opacity:0.05;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:55.65533066;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new" />
<path
transform="matrix(0.26458333,0,0,0.26458333,0,-274.50001)"
inkscape:connector-curvature="0"
id="rect6875"
d="m 2980.1582,94.371094 c -310.3353,-0.787389 -620.7967,81.515716 -892.498,238.085936 -224.6687,129.46711 -424.1877,310.62161 -563.2891,535.62109 -139.1014,224.99948 -215.5942,494.76828 -198.5977,761.90238 11.0104,173.0494 60.2189,344.848 41.6328,517.1914 -0.4617,4.2812 -0.9765,8.5581 -1.5234,12.8281 H 4096 V 495.32227 c -1.1582,-0.93757 -2.3083,-1.88572 -3.4688,-2.82032 -280.792,-226.14051 -625.7729,-364.44268 -979.4941,-392.679684 -44.215,-3.529626 -88.5454,-5.338694 -132.8789,-5.451172 z"
style="display:inline;opacity:0.05;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:55.65533066;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new" />
<path
transform="matrix(0.26458333,0,0,0.26458333,0,-274.50001)"
inkscape:connector-curvature="0"
id="rect6840"
d="m 3131.8008,1240.3203 c -206.0267,-0.081 -412.0023,32.5252 -607.25,98.4473 C 2106.4691,1479.9258 1739.9267,1776.6323 1524.2246,2160 H 4096 v -660.1211 c -46.9581,-27.6701 -95.1308,-53.2934 -144.3906,-76.7109 -255.0478,-121.2466 -537.4758,-182.7374 -819.8086,-182.8477 z"
style="display:inline;opacity:0.05;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:55.65533066;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new" />
<path
sodipodi:nodetypes="cccccccsscc"
inkscape:connector-curvature="0"
id="rect6831"
d="m 201.57064,-274.50001 c -59.50544,41.03786 -96.04816,143.75354 -49.31765,204.466707 28.96227,34.740607 124.88358,22.289386 116.56482,81.279915 -5.83416,47.811626 23.42057,110.378938 61.44848,143.126948 72.49429,66.64872 141.31456,64.35723 233.94718,55.68375 106.98566,-10.57677 217.94537,-30.28748 322.72016,4.85305 58.44363,17.39381 113.68707,45.39844 162.38007,82.08962 8.9188,-20.07147 -95.2243,-128.1934 -132.8661,-177.66382 -25.79515,-33.901047 -156.81148,-185.463177 -296.19092,-316.62217 -23.88689,-22.47807 -69.39444,-77.214 -92.86571,-77.214 z"
style="display:inline;opacity:0.05;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:14.72547245;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new" />
<path
sodipodi:nodetypes="ccccccssc"
inkscape:connector-curvature="0"
id="rect6834"
d="M 0,-257.14758 V 296.99998 H 915.53481 C 929.42435,202.41422 886.96698,93.287011 794.56467,54.980584 692.79396,13.343476 578.64554,57.25018 476.34252,17.279761 421.66235,1.2559597 362.47488,-33.12403 351.30822,-93.878903 c -4.05099,-35.686387 -42.72504,-63.856167 -74.36559,-58.787477 -52.85192,8.46667 -49.22915,48.66914 -141.82849,51.1401 C 69.787089,-99.783066 18.291006,-195.34546 0,-257.14758 Z"
style="display:inline;opacity:0.05;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:14.72547245;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new" />
<path
sodipodi:nodetypes="cccccsssssc"
inkscape:connector-curvature="0"
id="rect6828"
d="m 88.215286,85.414205 c -2.702105,-0.0026 -5.407353,0.04133 -8.1163,0.13642 C 52.526755,86.518523 25.202344,92.981051 0,104.19703 V 296.915 c 218.55761,0.19124 437.30603,-2e-5 655.86384,-2e-5 2.66756,-10.68399 4.27509,-21.63138 4.73975,-32.63472 1.29953,-30.77316 -6.29613,-61.8709 -21.63641,-88.57959 C 623.62693,148.99199 600.59291,126.76072 573.35724,112.37689 525.27739,86.984746 467.89607,87.009325 413.89567,93.364617 359.89524,99.719909 306.02306,111.80293 251.75931,108.35646 196.75429,104.86291 143.15807,85.468207 88.215286,85.414205 Z"
style="display:inline;opacity:0.05;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:14.72547245;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new" />
</g>
</g>
<g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="swirl"
style="display:inline"
transform="translate(0,-300.56667)">
<g
style="overflow:visible;fill:#9ab0c9;fill-opacity:1;stroke-width:2.10084033"
id="g1007"
transform="matrix(1.1612986,0,0,1.1612986,118.83955,373.0625)"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\desktop-wallpaper\png\wallpaper-4096x2160.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<g
ns2:rgbTrio="#4F008000FFFF"
ns2:dimmedPercent="50"
ns2:layer="yes"
id="Layer_1"
style="fill:#9ab0c9;fill-opacity:1;stroke-width:2.10084033">
<g
id="g984"
style="fill:#9ab0c9;fill-opacity:1;stroke-width:2.10084033">
<path
id="path960"
d="m 51.986,57.297 c -1.797,0.025 0.34,0.926 2.686,1.287 0.648,-0.506 1.236,-1.018 1.76,-1.516 -1.461,0.358 -2.948,0.366 -4.446,0.229"
ns2:knockout="Off"
inkscape:connector-curvature="0"
style="fill:#9ab0c9;fill-opacity:1;stroke-width:2.10084033" />
<path
id="path962"
d="m 61.631,54.893 c 1.07,-1.477 1.85,-3.094 2.125,-4.766 -0.24,1.192 -0.887,2.221 -1.496,3.307 -3.359,2.115 -0.316,-1.256 -0.002,-2.537 -3.612,4.546 -0.496,2.726 -0.627,3.996"
ns2:knockout="Off"
inkscape:connector-curvature="0"
style="fill:#9ab0c9;fill-opacity:1;stroke-width:2.10084033" />
<path
id="path964"
d="m 65.191,45.629 c 0.217,-3.236 -0.637,-2.213 -0.924,-0.978 0.335,0.174 0.6,2.281 0.924,0.978"
ns2:knockout="Off"
inkscape:connector-curvature="0"
style="fill:#9ab0c9;fill-opacity:1;stroke-width:2.10084033" />
<path
id="path966"
d="m 45.172,1.399 c 0.959,0.172 2.072,0.304 1.916,0.533 1.049,-0.23 1.287,-0.442 -1.916,-0.533"
ns2:knockout="Off"
inkscape:connector-curvature="0"
style="fill:#9ab0c9;fill-opacity:1;stroke-width:2.10084033" />
<path
id="path968"
d="M 47.088,1.932 46.41,2.072 47.041,2.016 47.088,1.932"
ns2:knockout="Off"
inkscape:connector-curvature="0"
style="fill:#9ab0c9;fill-opacity:1;stroke-width:2.10084033" />
<path
id="path970"
d="m 76.992,46.856 c 0.107,2.906 -0.85,4.316 -1.713,6.812 l -1.553,0.776 c -1.271,2.468 0.123,1.567 -0.787,3.53 -1.984,1.764 -6.021,5.52 -7.313,5.863 -0.943,-0.021 0.639,-1.113 0.846,-1.541 -2.656,1.824 -2.131,2.738 -6.193,3.846 L 60.16,65.878 C 50.142,70.591 36.226,61.251 36.409,48.507 c -0.107,0.809 -0.304,0.607 -0.526,0.934 -0.517,-6.557 3.028,-13.143 9.007,-15.832 5.848,-2.895 12.704,-1.707 16.893,2.197 -2.301,-3.014 -6.881,-6.209 -12.309,-5.91 -5.317,0.084 -10.291,3.463 -11.951,7.131 -2.724,1.715 -3.04,6.611 -4.227,7.507 -1.597,11.737 3.004,16.808 10.787,22.773 1.225,0.826 0.345,0.951 0.511,1.58 -2.586,-1.211 -4.954,-3.039 -6.901,-5.277 1.033,1.512 2.148,2.982 3.589,4.137 -2.438,-0.826 -5.695,-5.908 -6.646,-6.115 4.203,7.525 17.052,13.197 23.78,10.383 -3.113,0.115 -7.068,0.064 -10.566,-1.229 -1.469,-0.756 -3.467,-2.322 -3.11,-2.615 9.182,3.43 18.667,2.598 26.612,-3.771 2.021,-1.574 4.229,-4.252 4.867,-4.289 -0.961,1.445 0.164,0.695 -0.574,1.971 2.014,-3.248 -0.875,-1.322 2.082,-5.609 l 1.092,1.504 c -0.406,-2.696 3.348,-5.97 2.967,-10.234 0.861,-1.304 0.961,1.403 0.047,4.403 1.268,-3.328 0.334,-3.863 0.66,-6.609 0.352,0.923 0.814,1.904 1.051,2.878 -0.826,-3.216 0.848,-5.416 1.262,-7.285 -0.408,-0.181 -1.275,1.422 -1.473,-2.377 0.029,-1.65 0.459,-0.865 0.625,-1.271 -0.324,-0.186 -1.174,-1.451 -1.691,-3.877 0.375,-0.57 1.002,1.478 1.512,1.562 -0.328,-1.929 -0.893,-3.4 -0.916,-4.88 -1.49,-3.114 -0.527,0.415 -1.736,-1.337 -1.586,-4.947 1.316,-1.148 1.512,-3.396 2.404,3.483 3.775,8.881 4.404,11.117 -0.48,-2.726 -1.256,-5.367 -2.203,-7.922 0.73,0.307 -1.176,-5.609 0.949,-1.691 C 83.519,18.706 76.074,10.902 69.225,7.24 70.063,8.007 71.121,8.97 70.741,9.121 67.335,7.093 67.934,6.935 67.446,6.078 64.671,4.949 64.489,6.169 62.651,6.08 57.421,3.306 56.413,3.601 51.6,1.863 l 0.219,1.023 c -3.465,-1.154 -4.037,0.438 -7.782,0.004 -0.228,-0.178 1.2,-0.644 2.375,-0.815 -3.35,0.442 -3.193,-0.66 -6.471,0.122 0.808,-0.567 1.662,-0.942 2.524,-1.424 -2.732,0.166 -6.522,1.59 -5.352,0.295 -4.456,1.988 -12.37,4.779 -16.811,8.943 l -0.14,-0.933 c -2.035,2.443 -8.874,7.296 -9.419,10.46 l -0.544,0.127 c -1.059,1.793 -1.744,3.825 -2.584,5.67 -1.385,2.36 -2.03,0.908 -1.833,1.278 -2.724,5.523 -4.077,10.164 -5.246,13.97 0.833,1.245 0.02,7.495 0.335,12.497 -1.368,24.704 17.338,48.69 37.785,54.228 2.997,1.072 7.454,1.031 11.245,1.141 -4.473,-1.279 -5.051,-0.678 -9.408,-2.197 -3.143,-1.48 -3.832,-3.17 -6.058,-5.102 l 0.881,1.557 c -4.366,-1.545 -2.539,-1.912 -6.091,-3.037 l 0.941,-1.229 C 28.751,98.334 26.418,96.056 25.78,94.795 l -1.548,0.061 c -1.86,-2.295 -2.851,-3.949 -2.779,-5.23 l -0.5,0.891 c -0.567,-0.973 -6.843,-8.607 -3.587,-6.83 -0.605,-0.553 -1.409,-0.9 -2.281,-2.484 l 0.663,-0.758 c -1.567,-2.016 -2.884,-4.6 -2.784,-5.461 0.836,1.129 1.416,1.34 1.99,1.533 -3.957,-9.818 -4.179,-0.541 -7.176,-9.994 L 8.412,66.472 C 7.926,65.74 7.631,64.945 7.24,64.165 l 0.276,-2.75 C 4.667,58.121 6.719,47.409 7.13,41.534 7.415,39.145 9.508,36.602 11.1,32.614 l -0.97,-0.167 c 1.854,-3.234 10.586,-12.988 14.63,-12.486 1.959,-2.461 -0.389,-0.009 -0.772,-0.629 4.303,-4.453 5.656,-3.146 8.56,-3.947 3.132,-1.859 -2.688,0.725 -1.203,-0.709 5.414,-1.383 3.837,-3.144 10.9,-3.846 0.745,0.424 -1.729,0.655 -2.35,1.205 4.511,-2.207 14.275,-1.705 20.617,1.225 7.359,3.439 15.627,13.605 15.953,23.17 l 0.371,0.1 c -0.188,3.802 0.582,8.199 -0.752,12.238 l 0.908,-1.912"
ns2:knockout="Off"
inkscape:connector-curvature="0"
style="fill:#9ab0c9;fill-opacity:1;stroke-width:2.10084033" />
<path
id="path972"
d="m 32.372,59.764 -0.252,1.26 c 1.181,1.604 2.118,3.342 3.626,4.596 -1.085,-2.118 -1.891,-2.993 -3.374,-5.856"
ns2:knockout="Off"
inkscape:connector-curvature="0"
style="fill:#9ab0c9;fill-opacity:1;stroke-width:2.10084033" />
<path
id="path974"
d="m 35.164,59.654 c -0.625,-0.691 -0.995,-1.523 -1.409,-2.352 0.396,1.457 1.207,2.709 1.962,3.982 l -0.553,-1.63"
ns2:knockout="Off"
inkscape:connector-curvature="0"
style="fill:#9ab0c9;fill-opacity:1;stroke-width:2.10084033" />
<path
id="path976"
d="m 84.568,48.916 -0.264,0.662 c -0.484,3.438 -1.529,6.84 -3.131,9.994 1.77,-3.328 2.915,-6.968 3.395,-10.656"
ns2:knockout="Off"
inkscape:connector-curvature="0"
style="fill:#9ab0c9;fill-opacity:1;stroke-width:2.10084033" />
<path
id="path978"
d="M 45.527,0.537 C 46.742,0.092 48.514,0.293 49.803,0 48.123,0.141 46.451,0.225 44.8,0.438 l 0.727,0.099"
ns2:knockout="Off"
inkscape:connector-curvature="0"
style="fill:#9ab0c9;fill-opacity:1;stroke-width:2.10084033" />
<path
id="path980"
d="m 2.872,23.219 c 0.28,2.592 -1.95,3.598 0.494,1.889 1.31,-2.951 -0.512,-0.815 -0.494,-1.889"
ns2:knockout="Off"
inkscape:connector-curvature="0"
style="fill:#9ab0c9;fill-opacity:1;stroke-width:2.10084033" />
<path
id="path982"
d="M 0,35.215 C 0.563,33.487 0.665,32.449 0.88,31.449 -0.676,33.438 0.164,33.862 0,35.215"
ns2:knockout="Off"
inkscape:connector-curvature="0"
style="fill:#9ab0c9;fill-opacity:1;stroke-width:2.10084033" />
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 19 KiB

@@ -0,0 +1,274 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:ns2="http://ns.adobe.com/AdobeIllustrator/10.0/"
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"
width="1600"
height="1200"
viewBox="0 0 423.33332 317.50001"
version="1.1"
id="svg8"
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
sodipodi:docname="wallpaper-1600x1200.svg"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\desktop-wallpaper\png\wallpaper-1600x1200.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<defs
id="defs2">
<linearGradient
inkscape:collect="always"
id="linearGradient873">
<stop
style="stop-color:#0c1830;stop-opacity:1"
offset="0"
id="stop869" />
<stop
style="stop-color:#5f7794;stop-opacity:1"
offset="1"
id="stop871" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient873"
id="linearGradient875"
x1="535.66125"
y1="-265.37906"
x2="535.66125"
y2="297.17203"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.55555555,0,0,0.55555555,-46.566705,406.50002)" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#b20eb2"
borderopacity="1"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.42915156"
inkscape:cx="578.27151"
inkscape:cy="612.16319"
inkscape:document-units="px"
inkscape:current-layer="layer3"
showgrid="false"
units="px"
borderlayer="true"
inkscape:showpageshadow="false"
showborder="true"
inkscape:window-width="1920"
inkscape:window-height="1017"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
inkscape:snap-bbox="true"
inkscape:bbox-paths="true"
inkscape:bbox-nodes="true"
inkscape:snap-bbox-edge-midpoints="true"
inkscape:snap-bbox-midpoints="true"
inkscape:snap-page="true"
inkscape:snap-nodes="true"
inkscape:snap-global="true"
inkscape:object-paths="true"
inkscape:snap-intersection-paths="true"
inkscape:snap-smooth-nodes="true"
inkscape:snap-others="true" />
<metadata
id="metadata5">
<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></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="back"
style="display:inline"
transform="translate(0,-254)">
<rect
inkscape:export-ydpi="96"
inkscape:export-xdpi="96"
y="254"
x="-46.566689"
height="317.5"
width="602.07404"
id="rect1009"
style="display:inline;opacity:1;fill:url(#linearGradient875);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6.98096466;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\desktop-wallpaper\png\wallpaper-4096x2160.png" />
</g>
<g
inkscape:label="buster"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,20.500011)"
style="display:inline">
<g
id="g850"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\desktop-wallpaper\png\wallpaper-4096x2160.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
transform="matrix(0.55555555,0,0,0.55555555,-46.566702,131.99999)"
style="stroke-width:1.80000007">
<path
transform="matrix(0.26458333,0,0,0.26458333,0,-274.50001)"
inkscape:connector-curvature="0"
id="rect6945"
d="m 4096,213.4043 c -181.398,49.84648 -356.9629,122.70831 -521.1699,217.33398 -280.0429,161.37687 -528.7374,387.17968 -702.1231,667.63472 -173.3857,280.4551 -268.7325,616.7129 -247.5468,949.6875 2.3768,37.3559 6.2014,74.6656 10.748,111.9395 H 4096 Z"
style="display:inline;opacity:0.05;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:47.49254608;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new" />
<path
transform="matrix(0.26458333,0,0,0.26458333,0,-274.50001)"
inkscape:connector-curvature="0"
id="rect1009-3"
d="m 4062.6191,1015.5117 c -99.5265,-0.085 -196.6509,12.7657 -290.2636,38.3731 -198.726,54.3595 -381.6278,166.2091 -538.1075,333.832 C 3055.83,1578.8404 2912.7906,1843.693 2814.5645,2160 H 4096 V 1016.043 c -11.155,-0.3314 -22.2841,-0.5218 -33.3809,-0.5313 z"
style="display:inline;opacity:0.05;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:47.49254608;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new" />
<path
transform="matrix(0.26458333,0,0,0.26458333,0,-274.50001)"
sodipodi:nodetypes="csssccssccccc"
inkscape:connector-curvature="0"
id="rect6824"
d="m 1629.8184,0 c -90.8566,137.17997 -158.1081,289.98136 -196.1153,450.0957 -29.9677,126.24631 -42.5685,257.0985 -86.873,379.05469 -22.1522,60.97809 -52.3846,119.56156 -94.2129,169.1543 -41.8283,49.59271 -95.7277,89.95811 -157.2793,110.46291 -58.3878,19.4507 -121.98209,20.5153 -182.38673,8.7363 C 852.54654,1105.725 795.10069,1081.4887 741.33203,1051.5488 633.79472,991.66914 540.39745,909.26708 435.01953,845.66406 303.28246,766.15145 153.18345,717.73529 0,703.61133 V 2160 h 4096 l -2e-4,-2160 z"
style="display:inline;opacity:0.05;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:47.49254608;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new" />
<path
transform="matrix(0.26458333,0,0,0.26458333,0,-274.50001)"
inkscape:connector-curvature="0"
id="rect6875"
d="m 2980.1582,94.371094 c -310.3353,-0.787389 -620.7967,81.515716 -892.498,238.085936 -224.6687,129.46711 -424.1877,310.62161 -563.2891,535.62109 -139.1014,224.99948 -215.5942,494.76828 -198.5977,761.90238 11.0104,173.0494 60.2189,344.848 41.6328,517.1914 -0.4617,4.2812 -0.9765,8.5581 -1.5234,12.8281 H 4096 V 495.32227 c -1.1582,-0.93757 -2.3083,-1.88572 -3.4688,-2.82032 -280.792,-226.14051 -625.7729,-364.44268 -979.4941,-392.679684 -44.215,-3.529626 -88.5454,-5.338694 -132.8789,-5.451172 z"
style="display:inline;opacity:0.05;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:47.49254608;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new" />
<path
transform="matrix(0.26458333,0,0,0.26458333,0,-274.50001)"
inkscape:connector-curvature="0"
id="rect6840"
d="m 3131.8008,1240.3203 c -206.0267,-0.081 -412.0023,32.5252 -607.25,98.4473 C 2106.4691,1479.9258 1739.9267,1776.6323 1524.2246,2160 H 4096 v -660.1211 c -46.9581,-27.6701 -95.1308,-53.2934 -144.3906,-76.7109 -255.0478,-121.2466 -537.4758,-182.7374 -819.8086,-182.8477 z"
style="display:inline;opacity:0.05;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:47.49254608;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new" />
<path
sodipodi:nodetypes="cccccccsscc"
inkscape:connector-curvature="0"
id="rect6831"
d="m 201.57064,-274.50001 c -59.50544,41.03786 -96.04816,143.75354 -49.31765,204.466707 28.96227,34.740607 124.88358,22.289386 116.56482,81.279915 -5.83416,47.811626 23.42057,110.378938 61.44848,143.126948 72.49429,66.64872 141.31456,64.35723 233.94718,55.68375 106.98566,-10.57677 217.94537,-30.28748 322.72016,4.85305 58.44363,17.39381 113.68707,45.39844 162.38007,82.08962 8.9188,-20.07147 -95.2243,-128.1934 -132.8661,-177.66382 -25.79515,-33.901047 -156.81148,-185.463177 -296.19092,-316.62217 -23.88689,-22.47807 -69.39444,-77.214 -92.86571,-77.214 z"
style="display:inline;opacity:0.05;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:12.56573677;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new" />
<path
sodipodi:nodetypes="ccccccssc"
inkscape:connector-curvature="0"
id="rect6834"
d="M 0,-257.14758 V 296.99998 H 915.53481 C 929.42435,202.41422 886.96698,93.287011 794.56467,54.980584 692.79396,13.343476 578.64554,57.25018 476.34252,17.279761 421.66235,1.2559597 362.47488,-33.12403 351.30822,-93.878903 c -4.05099,-35.686387 -42.72504,-63.856167 -74.36559,-58.787477 -52.85192,8.46667 -49.22915,48.66914 -141.82849,51.1401 C 69.787089,-99.783066 18.291006,-195.34546 0,-257.14758 Z"
style="display:inline;opacity:0.05;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:12.56573677;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new" />
<path
sodipodi:nodetypes="cccccsssssc"
inkscape:connector-curvature="0"
id="rect6828"
d="m 88.215286,85.414205 c -2.702105,-0.0026 -5.407353,0.04133 -8.1163,0.13642 C 52.526755,86.518523 25.202344,92.981051 0,104.19703 V 296.915 c 218.55761,0.19124 437.30603,-2e-5 655.86384,-2e-5 2.66756,-10.68399 4.27509,-21.63138 4.73975,-32.63472 1.29953,-30.77316 -6.29613,-61.8709 -21.63641,-88.57959 C 623.62693,148.99199 600.59291,126.76072 573.35724,112.37689 525.27739,86.984746 467.89607,87.009325 413.89567,93.364617 359.89524,99.719909 306.02306,111.80293 251.75931,108.35646 196.75429,104.86291 143.15807,85.468207 88.215286,85.414205 Z"
style="display:inline;opacity:0.05;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:12.56573677;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new" />
</g>
</g>
<g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="swirl"
style="display:inline"
transform="translate(0,-254)">
<g
style="overflow:visible;fill:#9ab0c9;fill-opacity:1;stroke-width:1.7985611"
id="g1007"
transform="matrix(1.3564748,0,0,1.3564748,152.68654,339.19583)"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\desktop-wallpaper\png\wallpaper-4096x2160.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<g
ns2:rgbTrio="#4F008000FFFF"
ns2:dimmedPercent="50"
ns2:layer="yes"
id="Layer_1"
style="fill:#9ab0c9;fill-opacity:1;stroke-width:1.7985611">
<g
id="g984"
style="fill:#9ab0c9;fill-opacity:1;stroke-width:1.7985611">
<path
id="path960"
d="m 51.986,57.297 c -1.797,0.025 0.34,0.926 2.686,1.287 0.648,-0.506 1.236,-1.018 1.76,-1.516 -1.461,0.358 -2.948,0.366 -4.446,0.229"
ns2:knockout="Off"
inkscape:connector-curvature="0"
style="fill:#9ab0c9;fill-opacity:1;stroke-width:1.7985611" />
<path
id="path962"
d="m 61.631,54.893 c 1.07,-1.477 1.85,-3.094 2.125,-4.766 -0.24,1.192 -0.887,2.221 -1.496,3.307 -3.359,2.115 -0.316,-1.256 -0.002,-2.537 -3.612,4.546 -0.496,2.726 -0.627,3.996"
ns2:knockout="Off"
inkscape:connector-curvature="0"
style="fill:#9ab0c9;fill-opacity:1;stroke-width:1.7985611" />
<path
id="path964"
d="m 65.191,45.629 c 0.217,-3.236 -0.637,-2.213 -0.924,-0.978 0.335,0.174 0.6,2.281 0.924,0.978"
ns2:knockout="Off"
inkscape:connector-curvature="0"
style="fill:#9ab0c9;fill-opacity:1;stroke-width:1.7985611" />
<path
id="path966"
d="m 45.172,1.399 c 0.959,0.172 2.072,0.304 1.916,0.533 1.049,-0.23 1.287,-0.442 -1.916,-0.533"
ns2:knockout="Off"
inkscape:connector-curvature="0"
style="fill:#9ab0c9;fill-opacity:1;stroke-width:1.7985611" />
<path
id="path968"
d="M 47.088,1.932 46.41,2.072 47.041,2.016 47.088,1.932"
ns2:knockout="Off"
inkscape:connector-curvature="0"
style="fill:#9ab0c9;fill-opacity:1;stroke-width:1.7985611" />
<path
id="path970"
d="m 76.992,46.856 c 0.107,2.906 -0.85,4.316 -1.713,6.812 l -1.553,0.776 c -1.271,2.468 0.123,1.567 -0.787,3.53 -1.984,1.764 -6.021,5.52 -7.313,5.863 -0.943,-0.021 0.639,-1.113 0.846,-1.541 -2.656,1.824 -2.131,2.738 -6.193,3.846 L 60.16,65.878 C 50.142,70.591 36.226,61.251 36.409,48.507 c -0.107,0.809 -0.304,0.607 -0.526,0.934 -0.517,-6.557 3.028,-13.143 9.007,-15.832 5.848,-2.895 12.704,-1.707 16.893,2.197 -2.301,-3.014 -6.881,-6.209 -12.309,-5.91 -5.317,0.084 -10.291,3.463 -11.951,7.131 -2.724,1.715 -3.04,6.611 -4.227,7.507 -1.597,11.737 3.004,16.808 10.787,22.773 1.225,0.826 0.345,0.951 0.511,1.58 -2.586,-1.211 -4.954,-3.039 -6.901,-5.277 1.033,1.512 2.148,2.982 3.589,4.137 -2.438,-0.826 -5.695,-5.908 -6.646,-6.115 4.203,7.525 17.052,13.197 23.78,10.383 -3.113,0.115 -7.068,0.064 -10.566,-1.229 -1.469,-0.756 -3.467,-2.322 -3.11,-2.615 9.182,3.43 18.667,2.598 26.612,-3.771 2.021,-1.574 4.229,-4.252 4.867,-4.289 -0.961,1.445 0.164,0.695 -0.574,1.971 2.014,-3.248 -0.875,-1.322 2.082,-5.609 l 1.092,1.504 c -0.406,-2.696 3.348,-5.97 2.967,-10.234 0.861,-1.304 0.961,1.403 0.047,4.403 1.268,-3.328 0.334,-3.863 0.66,-6.609 0.352,0.923 0.814,1.904 1.051,2.878 -0.826,-3.216 0.848,-5.416 1.262,-7.285 -0.408,-0.181 -1.275,1.422 -1.473,-2.377 0.029,-1.65 0.459,-0.865 0.625,-1.271 -0.324,-0.186 -1.174,-1.451 -1.691,-3.877 0.375,-0.57 1.002,1.478 1.512,1.562 -0.328,-1.929 -0.893,-3.4 -0.916,-4.88 -1.49,-3.114 -0.527,0.415 -1.736,-1.337 -1.586,-4.947 1.316,-1.148 1.512,-3.396 2.404,3.483 3.775,8.881 4.404,11.117 -0.48,-2.726 -1.256,-5.367 -2.203,-7.922 0.73,0.307 -1.176,-5.609 0.949,-1.691 C 83.519,18.706 76.074,10.902 69.225,7.24 70.063,8.007 71.121,8.97 70.741,9.121 67.335,7.093 67.934,6.935 67.446,6.078 64.671,4.949 64.489,6.169 62.651,6.08 57.421,3.306 56.413,3.601 51.6,1.863 l 0.219,1.023 c -3.465,-1.154 -4.037,0.438 -7.782,0.004 -0.228,-0.178 1.2,-0.644 2.375,-0.815 -3.35,0.442 -3.193,-0.66 -6.471,0.122 0.808,-0.567 1.662,-0.942 2.524,-1.424 -2.732,0.166 -6.522,1.59 -5.352,0.295 -4.456,1.988 -12.37,4.779 -16.811,8.943 l -0.14,-0.933 c -2.035,2.443 -8.874,7.296 -9.419,10.46 l -0.544,0.127 c -1.059,1.793 -1.744,3.825 -2.584,5.67 -1.385,2.36 -2.03,0.908 -1.833,1.278 -2.724,5.523 -4.077,10.164 -5.246,13.97 0.833,1.245 0.02,7.495 0.335,12.497 -1.368,24.704 17.338,48.69 37.785,54.228 2.997,1.072 7.454,1.031 11.245,1.141 -4.473,-1.279 -5.051,-0.678 -9.408,-2.197 -3.143,-1.48 -3.832,-3.17 -6.058,-5.102 l 0.881,1.557 c -4.366,-1.545 -2.539,-1.912 -6.091,-3.037 l 0.941,-1.229 C 28.751,98.334 26.418,96.056 25.78,94.795 l -1.548,0.061 c -1.86,-2.295 -2.851,-3.949 -2.779,-5.23 l -0.5,0.891 c -0.567,-0.973 -6.843,-8.607 -3.587,-6.83 -0.605,-0.553 -1.409,-0.9 -2.281,-2.484 l 0.663,-0.758 c -1.567,-2.016 -2.884,-4.6 -2.784,-5.461 0.836,1.129 1.416,1.34 1.99,1.533 -3.957,-9.818 -4.179,-0.541 -7.176,-9.994 L 8.412,66.472 C 7.926,65.74 7.631,64.945 7.24,64.165 l 0.276,-2.75 C 4.667,58.121 6.719,47.409 7.13,41.534 7.415,39.145 9.508,36.602 11.1,32.614 l -0.97,-0.167 c 1.854,-3.234 10.586,-12.988 14.63,-12.486 1.959,-2.461 -0.389,-0.009 -0.772,-0.629 4.303,-4.453 5.656,-3.146 8.56,-3.947 3.132,-1.859 -2.688,0.725 -1.203,-0.709 5.414,-1.383 3.837,-3.144 10.9,-3.846 0.745,0.424 -1.729,0.655 -2.35,1.205 4.511,-2.207 14.275,-1.705 20.617,1.225 7.359,3.439 15.627,13.605 15.953,23.17 l 0.371,0.1 c -0.188,3.802 0.582,8.199 -0.752,12.238 l 0.908,-1.912"
ns2:knockout="Off"
inkscape:connector-curvature="0"
style="fill:#9ab0c9;fill-opacity:1;stroke-width:1.7985611" />
<path
id="path972"
d="m 32.372,59.764 -0.252,1.26 c 1.181,1.604 2.118,3.342 3.626,4.596 -1.085,-2.118 -1.891,-2.993 -3.374,-5.856"
ns2:knockout="Off"
inkscape:connector-curvature="0"
style="fill:#9ab0c9;fill-opacity:1;stroke-width:1.7985611" />
<path
id="path974"
d="m 35.164,59.654 c -0.625,-0.691 -0.995,-1.523 -1.409,-2.352 0.396,1.457 1.207,2.709 1.962,3.982 l -0.553,-1.63"
ns2:knockout="Off"
inkscape:connector-curvature="0"
style="fill:#9ab0c9;fill-opacity:1;stroke-width:1.7985611" />
<path
id="path976"
d="m 84.568,48.916 -0.264,0.662 c -0.484,3.438 -1.529,6.84 -3.131,9.994 1.77,-3.328 2.915,-6.968 3.395,-10.656"
ns2:knockout="Off"
inkscape:connector-curvature="0"
style="fill:#9ab0c9;fill-opacity:1;stroke-width:1.7985611" />
<path
id="path978"
d="M 45.527,0.537 C 46.742,0.092 48.514,0.293 49.803,0 48.123,0.141 46.451,0.225 44.8,0.438 l 0.727,0.099"
ns2:knockout="Off"
inkscape:connector-curvature="0"
style="fill:#9ab0c9;fill-opacity:1;stroke-width:1.7985611" />
<path
id="path980"
d="m 2.872,23.219 c 0.28,2.592 -1.95,3.598 0.494,1.889 1.31,-2.951 -0.512,-0.815 -0.494,-1.889"
ns2:knockout="Off"
inkscape:connector-curvature="0"
style="fill:#9ab0c9;fill-opacity:1;stroke-width:1.7985611" />
<path
id="path982"
d="M 0,35.215 C 0.563,33.487 0.665,32.449 0.88,31.449 -0.676,33.438 0.164,33.862 0,35.215"
ns2:knockout="Off"
inkscape:connector-curvature="0"
style="fill:#9ab0c9;fill-opacity:1;stroke-width:1.7985611" />
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 19 KiB

@@ -0,0 +1,274 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:ns2="http://ns.adobe.com/AdobeIllustrator/10.0/"
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"
width="1920"
height="1080"
viewBox="0 0 507.99998 285.75001"
version="1.1"
id="svg8"
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
sodipodi:docname="wallpaper-1920x1080.svg"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\desktop-wallpaper\png\wallpaper-1920x1080.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<defs
id="defs2">
<linearGradient
inkscape:collect="always"
id="linearGradient873">
<stop
style="stop-color:#0c1830;stop-opacity:1"
offset="0"
id="stop869" />
<stop
style="stop-color:#5f7794;stop-opacity:1"
offset="1"
id="stop871" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient873"
id="linearGradient875"
x1="535.66125"
y1="-265.37906"
x2="535.66125"
y2="297.17203"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.49999999,0,0,0.49999999,-16.933352,423)" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#b20eb2"
borderopacity="1"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.30345598"
inkscape:cx="596.63276"
inkscape:cy="188.50222"
inkscape:document-units="px"
inkscape:current-layer="layer3"
showgrid="false"
units="px"
borderlayer="true"
inkscape:showpageshadow="false"
showborder="true"
inkscape:window-width="1920"
inkscape:window-height="1017"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
inkscape:snap-bbox="true"
inkscape:bbox-paths="true"
inkscape:bbox-nodes="true"
inkscape:snap-bbox-edge-midpoints="true"
inkscape:snap-bbox-midpoints="true"
inkscape:snap-page="true"
inkscape:snap-nodes="true"
inkscape:snap-global="true"
inkscape:object-paths="true"
inkscape:snap-intersection-paths="true"
inkscape:snap-smooth-nodes="true"
inkscape:snap-others="true" />
<metadata
id="metadata5">
<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></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="back"
style="display:inline"
transform="translate(0,-285.75)">
<rect
inkscape:export-ydpi="96"
inkscape:export-xdpi="96"
y="285.75"
x="-16.933319"
height="285.75"
width="541.86664"
id="rect1009"
style="display:inline;opacity:1;fill:url(#linearGradient875);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6.98096466;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\desktop-wallpaper\png\wallpaper-4096x2160.png" />
</g>
<g
inkscape:label="buster"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-11.249989)"
style="display:inline">
<g
id="g850"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\desktop-wallpaper\png\wallpaper-4096x2160.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
transform="matrix(0.49999999,0,0,0.49999999,-16.933325,148.49999)"
style="stroke-width:2">
<path
transform="matrix(0.26458333,0,0,0.26458333,0,-274.50001)"
inkscape:connector-curvature="0"
id="rect6945"
d="m 4096,213.4043 c -181.398,49.84648 -356.9629,122.70831 -521.1699,217.33398 -280.0429,161.37687 -528.7374,387.17968 -702.1231,667.63472 -173.3857,280.4551 -268.7325,616.7129 -247.5468,949.6875 2.3768,37.3559 6.2014,74.6656 10.748,111.9395 H 4096 Z"
style="display:inline;opacity:0.05;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:52.76949692;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new" />
<path
transform="matrix(0.26458333,0,0,0.26458333,0,-274.50001)"
inkscape:connector-curvature="0"
id="rect1009-3"
d="m 4062.6191,1015.5117 c -99.5265,-0.085 -196.6509,12.7657 -290.2636,38.3731 -198.726,54.3595 -381.6278,166.2091 -538.1075,333.832 C 3055.83,1578.8404 2912.7906,1843.693 2814.5645,2160 H 4096 V 1016.043 c -11.155,-0.3314 -22.2841,-0.5218 -33.3809,-0.5313 z"
style="display:inline;opacity:0.05;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:52.76949692;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new" />
<path
transform="matrix(0.26458333,0,0,0.26458333,0,-274.50001)"
sodipodi:nodetypes="csssccssccccc"
inkscape:connector-curvature="0"
id="rect6824"
d="m 1629.8184,0 c -90.8566,137.17997 -158.1081,289.98136 -196.1153,450.0957 -29.9677,126.24631 -42.5685,257.0985 -86.873,379.05469 -22.1522,60.97809 -52.3846,119.56156 -94.2129,169.1543 -41.8283,49.59271 -95.7277,89.95811 -157.2793,110.46291 -58.3878,19.4507 -121.98209,20.5153 -182.38673,8.7363 C 852.54654,1105.725 795.10069,1081.4887 741.33203,1051.5488 633.79472,991.66914 540.39745,909.26708 435.01953,845.66406 303.28246,766.15145 153.18345,717.73529 0,703.61133 V 2160 h 4096 l -2e-4,-2160 z"
style="display:inline;opacity:0.05;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:52.76949692;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new" />
<path
transform="matrix(0.26458333,0,0,0.26458333,0,-274.50001)"
inkscape:connector-curvature="0"
id="rect6875"
d="m 2980.1582,94.371094 c -310.3353,-0.787389 -620.7967,81.515716 -892.498,238.085936 -224.6687,129.46711 -424.1877,310.62161 -563.2891,535.62109 -139.1014,224.99948 -215.5942,494.76828 -198.5977,761.90238 11.0104,173.0494 60.2189,344.848 41.6328,517.1914 -0.4617,4.2812 -0.9765,8.5581 -1.5234,12.8281 H 4096 V 495.32227 c -1.1582,-0.93757 -2.3083,-1.88572 -3.4688,-2.82032 -280.792,-226.14051 -625.7729,-364.44268 -979.4941,-392.679684 -44.215,-3.529626 -88.5454,-5.338694 -132.8789,-5.451172 z"
style="display:inline;opacity:0.05;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:52.76949692;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new" />
<path
transform="matrix(0.26458333,0,0,0.26458333,0,-274.50001)"
inkscape:connector-curvature="0"
id="rect6840"
d="m 3131.8008,1240.3203 c -206.0267,-0.081 -412.0023,32.5252 -607.25,98.4473 C 2106.4691,1479.9258 1739.9267,1776.6323 1524.2246,2160 H 4096 v -660.1211 c -46.9581,-27.6701 -95.1308,-53.2934 -144.3906,-76.7109 -255.0478,-121.2466 -537.4758,-182.7374 -819.8086,-182.8477 z"
style="display:inline;opacity:0.05;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:52.76949692;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new" />
<path
sodipodi:nodetypes="cccccccsscc"
inkscape:connector-curvature="0"
id="rect6831"
d="m 201.57064,-274.50001 c -59.50544,41.03786 -96.04816,143.75354 -49.31765,204.466707 28.96227,34.740607 124.88358,22.289386 116.56482,81.279915 -5.83416,47.811626 23.42057,110.378938 61.44848,143.126948 72.49429,66.64872 141.31456,64.35723 233.94718,55.68375 106.98566,-10.57677 217.94537,-30.28748 322.72016,4.85305 58.44363,17.39381 113.68707,45.39844 162.38007,82.08962 8.9188,-20.07147 -95.2243,-128.1934 -132.8661,-177.66382 -25.79515,-33.901047 -156.81148,-185.463177 -296.19092,-316.62217 -23.88689,-22.47807 -69.39444,-77.214 -92.86571,-77.214 z"
style="display:inline;opacity:0.05;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:13.96193027;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new" />
<path
sodipodi:nodetypes="ccccccssc"
inkscape:connector-curvature="0"
id="rect6834"
d="M 0,-257.14758 V 296.99998 H 915.53481 C 929.42435,202.41422 886.96698,93.287011 794.56467,54.980584 692.79396,13.343476 578.64554,57.25018 476.34252,17.279761 421.66235,1.2559597 362.47488,-33.12403 351.30822,-93.878903 c -4.05099,-35.686387 -42.72504,-63.856167 -74.36559,-58.787477 -52.85192,8.46667 -49.22915,48.66914 -141.82849,51.1401 C 69.787089,-99.783066 18.291006,-195.34546 0,-257.14758 Z"
style="display:inline;opacity:0.05;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:13.96193027;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new" />
<path
sodipodi:nodetypes="cccccsssssc"
inkscape:connector-curvature="0"
id="rect6828"
d="m 88.215286,85.414205 c -2.702105,-0.0026 -5.407353,0.04133 -8.1163,0.13642 C 52.526755,86.518523 25.202344,92.981051 0,104.19703 V 296.915 c 218.55761,0.19124 437.30603,-2e-5 655.86384,-2e-5 2.66756,-10.68399 4.27509,-21.63138 4.73975,-32.63472 1.29953,-30.77316 -6.29613,-61.8709 -21.63641,-88.57959 C 623.62693,148.99199 600.59291,126.76072 573.35724,112.37689 525.27739,86.984746 467.89607,87.009325 413.89567,93.364617 359.89524,99.719909 306.02306,111.80293 251.75931,108.35646 196.75429,104.86291 143.15807,85.468207 88.215286,85.414205 Z"
style="display:inline;opacity:0.05;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:13.96193027;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new" />
</g>
</g>
<g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="swirl"
style="display:inline"
transform="translate(0,-285.75)">
<g
style="overflow:visible;fill:#9ab0c9;fill-opacity:1;stroke-width:2"
id="g1007"
transform="matrix(1.2198514,0,0,1.2198514,200.96032,362.47917)"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\desktop-wallpaper\png\wallpaper-4096x2160.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<g
ns2:rgbTrio="#4F008000FFFF"
ns2:dimmedPercent="50"
ns2:layer="yes"
id="Layer_1"
style="fill:#9ab0c9;fill-opacity:1;stroke-width:2">
<g
id="g984"
style="fill:#9ab0c9;fill-opacity:1;stroke-width:2">
<path
id="path960"
d="m 51.986,57.297 c -1.797,0.025 0.34,0.926 2.686,1.287 0.648,-0.506 1.236,-1.018 1.76,-1.516 -1.461,0.358 -2.948,0.366 -4.446,0.229"
ns2:knockout="Off"
inkscape:connector-curvature="0"
style="fill:#9ab0c9;fill-opacity:1;stroke-width:2" />
<path
id="path962"
d="m 61.631,54.893 c 1.07,-1.477 1.85,-3.094 2.125,-4.766 -0.24,1.192 -0.887,2.221 -1.496,3.307 -3.359,2.115 -0.316,-1.256 -0.002,-2.537 -3.612,4.546 -0.496,2.726 -0.627,3.996"
ns2:knockout="Off"
inkscape:connector-curvature="0"
style="fill:#9ab0c9;fill-opacity:1;stroke-width:2" />
<path
id="path964"
d="m 65.191,45.629 c 0.217,-3.236 -0.637,-2.213 -0.924,-0.978 0.335,0.174 0.6,2.281 0.924,0.978"
ns2:knockout="Off"
inkscape:connector-curvature="0"
style="fill:#9ab0c9;fill-opacity:1;stroke-width:2" />
<path
id="path966"
d="m 45.172,1.399 c 0.959,0.172 2.072,0.304 1.916,0.533 1.049,-0.23 1.287,-0.442 -1.916,-0.533"
ns2:knockout="Off"
inkscape:connector-curvature="0"
style="fill:#9ab0c9;fill-opacity:1;stroke-width:2" />
<path
id="path968"
d="M 47.088,1.932 46.41,2.072 47.041,2.016 47.088,1.932"
ns2:knockout="Off"
inkscape:connector-curvature="0"
style="fill:#9ab0c9;fill-opacity:1;stroke-width:2" />
<path
id="path970"
d="m 76.992,46.856 c 0.107,2.906 -0.85,4.316 -1.713,6.812 l -1.553,0.776 c -1.271,2.468 0.123,1.567 -0.787,3.53 -1.984,1.764 -6.021,5.52 -7.313,5.863 -0.943,-0.021 0.639,-1.113 0.846,-1.541 -2.656,1.824 -2.131,2.738 -6.193,3.846 L 60.16,65.878 C 50.142,70.591 36.226,61.251 36.409,48.507 c -0.107,0.809 -0.304,0.607 -0.526,0.934 -0.517,-6.557 3.028,-13.143 9.007,-15.832 5.848,-2.895 12.704,-1.707 16.893,2.197 -2.301,-3.014 -6.881,-6.209 -12.309,-5.91 -5.317,0.084 -10.291,3.463 -11.951,7.131 -2.724,1.715 -3.04,6.611 -4.227,7.507 -1.597,11.737 3.004,16.808 10.787,22.773 1.225,0.826 0.345,0.951 0.511,1.58 -2.586,-1.211 -4.954,-3.039 -6.901,-5.277 1.033,1.512 2.148,2.982 3.589,4.137 -2.438,-0.826 -5.695,-5.908 -6.646,-6.115 4.203,7.525 17.052,13.197 23.78,10.383 -3.113,0.115 -7.068,0.064 -10.566,-1.229 -1.469,-0.756 -3.467,-2.322 -3.11,-2.615 9.182,3.43 18.667,2.598 26.612,-3.771 2.021,-1.574 4.229,-4.252 4.867,-4.289 -0.961,1.445 0.164,0.695 -0.574,1.971 2.014,-3.248 -0.875,-1.322 2.082,-5.609 l 1.092,1.504 c -0.406,-2.696 3.348,-5.97 2.967,-10.234 0.861,-1.304 0.961,1.403 0.047,4.403 1.268,-3.328 0.334,-3.863 0.66,-6.609 0.352,0.923 0.814,1.904 1.051,2.878 -0.826,-3.216 0.848,-5.416 1.262,-7.285 -0.408,-0.181 -1.275,1.422 -1.473,-2.377 0.029,-1.65 0.459,-0.865 0.625,-1.271 -0.324,-0.186 -1.174,-1.451 -1.691,-3.877 0.375,-0.57 1.002,1.478 1.512,1.562 -0.328,-1.929 -0.893,-3.4 -0.916,-4.88 -1.49,-3.114 -0.527,0.415 -1.736,-1.337 -1.586,-4.947 1.316,-1.148 1.512,-3.396 2.404,3.483 3.775,8.881 4.404,11.117 -0.48,-2.726 -1.256,-5.367 -2.203,-7.922 0.73,0.307 -1.176,-5.609 0.949,-1.691 C 83.519,18.706 76.074,10.902 69.225,7.24 70.063,8.007 71.121,8.97 70.741,9.121 67.335,7.093 67.934,6.935 67.446,6.078 64.671,4.949 64.489,6.169 62.651,6.08 57.421,3.306 56.413,3.601 51.6,1.863 l 0.219,1.023 c -3.465,-1.154 -4.037,0.438 -7.782,0.004 -0.228,-0.178 1.2,-0.644 2.375,-0.815 -3.35,0.442 -3.193,-0.66 -6.471,0.122 0.808,-0.567 1.662,-0.942 2.524,-1.424 -2.732,0.166 -6.522,1.59 -5.352,0.295 -4.456,1.988 -12.37,4.779 -16.811,8.943 l -0.14,-0.933 c -2.035,2.443 -8.874,7.296 -9.419,10.46 l -0.544,0.127 c -1.059,1.793 -1.744,3.825 -2.584,5.67 -1.385,2.36 -2.03,0.908 -1.833,1.278 -2.724,5.523 -4.077,10.164 -5.246,13.97 0.833,1.245 0.02,7.495 0.335,12.497 -1.368,24.704 17.338,48.69 37.785,54.228 2.997,1.072 7.454,1.031 11.245,1.141 -4.473,-1.279 -5.051,-0.678 -9.408,-2.197 -3.143,-1.48 -3.832,-3.17 -6.058,-5.102 l 0.881,1.557 c -4.366,-1.545 -2.539,-1.912 -6.091,-3.037 l 0.941,-1.229 C 28.751,98.334 26.418,96.056 25.78,94.795 l -1.548,0.061 c -1.86,-2.295 -2.851,-3.949 -2.779,-5.23 l -0.5,0.891 c -0.567,-0.973 -6.843,-8.607 -3.587,-6.83 -0.605,-0.553 -1.409,-0.9 -2.281,-2.484 l 0.663,-0.758 c -1.567,-2.016 -2.884,-4.6 -2.784,-5.461 0.836,1.129 1.416,1.34 1.99,1.533 -3.957,-9.818 -4.179,-0.541 -7.176,-9.994 L 8.412,66.472 C 7.926,65.74 7.631,64.945 7.24,64.165 l 0.276,-2.75 C 4.667,58.121 6.719,47.409 7.13,41.534 7.415,39.145 9.508,36.602 11.1,32.614 l -0.97,-0.167 c 1.854,-3.234 10.586,-12.988 14.63,-12.486 1.959,-2.461 -0.389,-0.009 -0.772,-0.629 4.303,-4.453 5.656,-3.146 8.56,-3.947 3.132,-1.859 -2.688,0.725 -1.203,-0.709 5.414,-1.383 3.837,-3.144 10.9,-3.846 0.745,0.424 -1.729,0.655 -2.35,1.205 4.511,-2.207 14.275,-1.705 20.617,1.225 7.359,3.439 15.627,13.605 15.953,23.17 l 0.371,0.1 c -0.188,3.802 0.582,8.199 -0.752,12.238 l 0.908,-1.912"
ns2:knockout="Off"
inkscape:connector-curvature="0"
style="fill:#9ab0c9;fill-opacity:1;stroke-width:2" />
<path
id="path972"
d="m 32.372,59.764 -0.252,1.26 c 1.181,1.604 2.118,3.342 3.626,4.596 -1.085,-2.118 -1.891,-2.993 -3.374,-5.856"
ns2:knockout="Off"
inkscape:connector-curvature="0"
style="fill:#9ab0c9;fill-opacity:1;stroke-width:2" />
<path
id="path974"
d="m 35.164,59.654 c -0.625,-0.691 -0.995,-1.523 -1.409,-2.352 0.396,1.457 1.207,2.709 1.962,3.982 l -0.553,-1.63"
ns2:knockout="Off"
inkscape:connector-curvature="0"
style="fill:#9ab0c9;fill-opacity:1;stroke-width:2" />
<path
id="path976"
d="m 84.568,48.916 -0.264,0.662 c -0.484,3.438 -1.529,6.84 -3.131,9.994 1.77,-3.328 2.915,-6.968 3.395,-10.656"
ns2:knockout="Off"
inkscape:connector-curvature="0"
style="fill:#9ab0c9;fill-opacity:1;stroke-width:2" />
<path
id="path978"
d="M 45.527,0.537 C 46.742,0.092 48.514,0.293 49.803,0 48.123,0.141 46.451,0.225 44.8,0.438 l 0.727,0.099"
ns2:knockout="Off"
inkscape:connector-curvature="0"
style="fill:#9ab0c9;fill-opacity:1;stroke-width:2" />
<path
id="path980"
d="m 2.872,23.219 c 0.28,2.592 -1.95,3.598 0.494,1.889 1.31,-2.951 -0.512,-0.815 -0.494,-1.889"
ns2:knockout="Off"
inkscape:connector-curvature="0"
style="fill:#9ab0c9;fill-opacity:1;stroke-width:2" />
<path
id="path982"
d="M 0,35.215 C 0.563,33.487 0.665,32.449 0.88,31.449 -0.676,33.438 0.164,33.862 0,35.215"
ns2:knockout="Off"
inkscape:connector-curvature="0"
style="fill:#9ab0c9;fill-opacity:1;stroke-width:2" />
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 18 KiB

@@ -0,0 +1,274 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:ns2="http://ns.adobe.com/AdobeIllustrator/10.0/"
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"
width="1920"
height="1200"
viewBox="0 0 507.99998 317.50001"
version="1.1"
id="svg8"
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
sodipodi:docname="wallpaper-1920x1200.svg"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\desktop-wallpaper\png\wallpaper-1920x1200.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<defs
id="defs2">
<linearGradient
inkscape:collect="always"
id="linearGradient873">
<stop
style="stop-color:#0c1830;stop-opacity:1"
offset="0"
id="stop869" />
<stop
style="stop-color:#5f7794;stop-opacity:1"
offset="1"
id="stop871" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient873"
id="linearGradient875"
x1="535.66125"
y1="-265.37906"
x2="535.66125"
y2="297.17203"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.55555555,0,0,0.55555555,-47.037057,406.50002)" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#b20eb2"
borderopacity="1"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.54253234"
inkscape:cx="954.00207"
inkscape:cy="593.33224"
inkscape:document-units="px"
inkscape:current-layer="layer3"
showgrid="false"
units="px"
borderlayer="true"
inkscape:showpageshadow="false"
showborder="true"
inkscape:window-width="1920"
inkscape:window-height="1017"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
inkscape:snap-bbox="true"
inkscape:bbox-paths="true"
inkscape:bbox-nodes="true"
inkscape:snap-bbox-edge-midpoints="true"
inkscape:snap-bbox-midpoints="true"
inkscape:snap-page="true"
inkscape:snap-nodes="true"
inkscape:snap-global="true"
inkscape:object-paths="true"
inkscape:snap-intersection-paths="true"
inkscape:snap-smooth-nodes="true"
inkscape:snap-others="true" />
<metadata
id="metadata5">
<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>
<g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="back"
style="display:inline"
transform="translate(0,-254)">
<rect
inkscape:export-ydpi="96"
inkscape:export-xdpi="96"
y="254"
x="-47.037018"
height="317.5"
width="602.07404"
id="rect1009"
style="display:inline;opacity:1;fill:url(#linearGradient875);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6.98096466;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\desktop-wallpaper\png\wallpaper-4096x2160.png" />
</g>
<g
inkscape:label="buster"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,20.500011)"
style="display:inline">
<g
id="g850"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\desktop-wallpaper\png\wallpaper-4096x2160.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
transform="matrix(0.55555555,0,0,0.55555555,-47.03703,131.99999)"
style="stroke-width:1.80000007">
<path
transform="matrix(0.26458333,0,0,0.26458333,0,-274.50001)"
inkscape:connector-curvature="0"
id="rect6945"
d="m 4096,213.4043 c -181.398,49.84648 -356.9629,122.70831 -521.1699,217.33398 -280.0429,161.37687 -528.7374,387.17968 -702.1231,667.63472 -173.3857,280.4551 -268.7325,616.7129 -247.5468,949.6875 2.3768,37.3559 6.2014,74.6656 10.748,111.9395 H 4096 Z"
style="display:inline;opacity:0.05;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:47.49254608;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new" />
<path
transform="matrix(0.26458333,0,0,0.26458333,0,-274.50001)"
inkscape:connector-curvature="0"
id="rect1009-3"
d="m 4062.6191,1015.5117 c -99.5265,-0.085 -196.6509,12.7657 -290.2636,38.3731 -198.726,54.3595 -381.6278,166.2091 -538.1075,333.832 C 3055.83,1578.8404 2912.7906,1843.693 2814.5645,2160 H 4096 V 1016.043 c -11.155,-0.3314 -22.2841,-0.5218 -33.3809,-0.5313 z"
style="display:inline;opacity:0.05;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:47.49254608;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new" />
<path
transform="matrix(0.26458333,0,0,0.26458333,0,-274.50001)"
sodipodi:nodetypes="csssccssccccc"
inkscape:connector-curvature="0"
id="rect6824"
d="m 1629.8184,0 c -90.8566,137.17997 -158.1081,289.98136 -196.1153,450.0957 -29.9677,126.24631 -42.5685,257.0985 -86.873,379.05469 -22.1522,60.97809 -52.3846,119.56156 -94.2129,169.1543 -41.8283,49.59271 -95.7277,89.95811 -157.2793,110.46291 -58.3878,19.4507 -121.98209,20.5153 -182.38673,8.7363 C 852.54654,1105.725 795.10069,1081.4887 741.33203,1051.5488 633.79472,991.66914 540.39745,909.26708 435.01953,845.66406 303.28246,766.15145 153.18345,717.73529 0,703.61133 V 2160 h 4096 l -2e-4,-2160 z"
style="display:inline;opacity:0.05;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:47.49254608;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new" />
<path
transform="matrix(0.26458333,0,0,0.26458333,0,-274.50001)"
inkscape:connector-curvature="0"
id="rect6875"
d="m 2980.1582,94.371094 c -310.3353,-0.787389 -620.7967,81.515716 -892.498,238.085936 -224.6687,129.46711 -424.1877,310.62161 -563.2891,535.62109 -139.1014,224.99948 -215.5942,494.76828 -198.5977,761.90238 11.0104,173.0494 60.2189,344.848 41.6328,517.1914 -0.4617,4.2812 -0.9765,8.5581 -1.5234,12.8281 H 4096 V 495.32227 c -1.1582,-0.93757 -2.3083,-1.88572 -3.4688,-2.82032 -280.792,-226.14051 -625.7729,-364.44268 -979.4941,-392.679684 -44.215,-3.529626 -88.5454,-5.338694 -132.8789,-5.451172 z"
style="display:inline;opacity:0.05;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:47.49254608;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new" />
<path
transform="matrix(0.26458333,0,0,0.26458333,0,-274.50001)"
inkscape:connector-curvature="0"
id="rect6840"
d="m 3131.8008,1240.3203 c -206.0267,-0.081 -412.0023,32.5252 -607.25,98.4473 C 2106.4691,1479.9258 1739.9267,1776.6323 1524.2246,2160 H 4096 v -660.1211 c -46.9581,-27.6701 -95.1308,-53.2934 -144.3906,-76.7109 -255.0478,-121.2466 -537.4758,-182.7374 -819.8086,-182.8477 z"
style="display:inline;opacity:0.05;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:47.49254608;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new" />
<path
sodipodi:nodetypes="cccccccsscc"
inkscape:connector-curvature="0"
id="rect6831"
d="m 201.57064,-274.50001 c -59.50544,41.03786 -96.04816,143.75354 -49.31765,204.466707 28.96227,34.740607 124.88358,22.289386 116.56482,81.279915 -5.83416,47.811626 23.42057,110.378938 61.44848,143.126948 72.49429,66.64872 141.31456,64.35723 233.94718,55.68375 106.98566,-10.57677 217.94537,-30.28748 322.72016,4.85305 58.44363,17.39381 113.68707,45.39844 162.38007,82.08962 8.9188,-20.07147 -95.2243,-128.1934 -132.8661,-177.66382 -25.79515,-33.901047 -156.81148,-185.463177 -296.19092,-316.62217 -23.88689,-22.47807 -69.39444,-77.214 -92.86571,-77.214 z"
style="display:inline;opacity:0.05;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:12.56573677;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new" />
<path
sodipodi:nodetypes="ccccccssc"
inkscape:connector-curvature="0"
id="rect6834"
d="M 0,-257.14758 V 296.99998 H 915.53481 C 929.42435,202.41422 886.96698,93.287011 794.56467,54.980584 692.79396,13.343476 578.64554,57.25018 476.34252,17.279761 421.66235,1.2559597 362.47488,-33.12403 351.30822,-93.878903 c -4.05099,-35.686387 -42.72504,-63.856167 -74.36559,-58.787477 -52.85192,8.46667 -49.22915,48.66914 -141.82849,51.1401 C 69.787089,-99.783066 18.291006,-195.34546 0,-257.14758 Z"
style="display:inline;opacity:0.05;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:12.56573677;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new" />
<path
sodipodi:nodetypes="cccccsssssc"
inkscape:connector-curvature="0"
id="rect6828"
d="m 88.215286,85.414205 c -2.702105,-0.0026 -5.407353,0.04133 -8.1163,0.13642 C 52.526755,86.518523 25.202344,92.981051 0,104.19703 V 296.915 c 218.55761,0.19124 437.30603,-2e-5 655.86384,-2e-5 2.66756,-10.68399 4.27509,-21.63138 4.73975,-32.63472 1.29953,-30.77316 -6.29613,-61.8709 -21.63641,-88.57959 C 623.62693,148.99199 600.59291,126.76072 573.35724,112.37689 525.27739,86.984746 467.89607,87.009325 413.89567,93.364617 359.89524,99.719909 306.02306,111.80293 251.75931,108.35646 196.75429,104.86291 143.15807,85.468207 88.215286,85.414205 Z"
style="display:inline;opacity:0.05;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:12.56573677;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new" />
</g>
</g>
<g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="swirl"
style="display:inline"
transform="translate(0,-254)">
<g
style="overflow:visible;fill:#9ab0c9;fill-opacity:1;stroke-width:1.7985611"
id="g1007"
transform="matrix(1.3564748,0,0,1.3564748,195.01987,339.19583)"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\desktop-wallpaper\png\wallpaper-4096x2160.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<g
ns2:rgbTrio="#4F008000FFFF"
ns2:dimmedPercent="50"
ns2:layer="yes"
id="Layer_1"
style="fill:#9ab0c9;fill-opacity:1;stroke-width:1.7985611">
<g
id="g984"
style="fill:#9ab0c9;fill-opacity:1;stroke-width:1.7985611">
<path
id="path960"
d="m 51.986,57.297 c -1.797,0.025 0.34,0.926 2.686,1.287 0.648,-0.506 1.236,-1.018 1.76,-1.516 -1.461,0.358 -2.948,0.366 -4.446,0.229"
ns2:knockout="Off"
inkscape:connector-curvature="0"
style="fill:#9ab0c9;fill-opacity:1;stroke-width:1.7985611" />
<path
id="path962"
d="m 61.631,54.893 c 1.07,-1.477 1.85,-3.094 2.125,-4.766 -0.24,1.192 -0.887,2.221 -1.496,3.307 -3.359,2.115 -0.316,-1.256 -0.002,-2.537 -3.612,4.546 -0.496,2.726 -0.627,3.996"
ns2:knockout="Off"
inkscape:connector-curvature="0"
style="fill:#9ab0c9;fill-opacity:1;stroke-width:1.7985611" />
<path
id="path964"
d="m 65.191,45.629 c 0.217,-3.236 -0.637,-2.213 -0.924,-0.978 0.335,0.174 0.6,2.281 0.924,0.978"
ns2:knockout="Off"
inkscape:connector-curvature="0"
style="fill:#9ab0c9;fill-opacity:1;stroke-width:1.7985611" />
<path
id="path966"
d="m 45.172,1.399 c 0.959,0.172 2.072,0.304 1.916,0.533 1.049,-0.23 1.287,-0.442 -1.916,-0.533"
ns2:knockout="Off"
inkscape:connector-curvature="0"
style="fill:#9ab0c9;fill-opacity:1;stroke-width:1.7985611" />
<path
id="path968"
d="M 47.088,1.932 46.41,2.072 47.041,2.016 47.088,1.932"
ns2:knockout="Off"
inkscape:connector-curvature="0"
style="fill:#9ab0c9;fill-opacity:1;stroke-width:1.7985611" />
<path
id="path970"
d="m 76.992,46.856 c 0.107,2.906 -0.85,4.316 -1.713,6.812 l -1.553,0.776 c -1.271,2.468 0.123,1.567 -0.787,3.53 -1.984,1.764 -6.021,5.52 -7.313,5.863 -0.943,-0.021 0.639,-1.113 0.846,-1.541 -2.656,1.824 -2.131,2.738 -6.193,3.846 L 60.16,65.878 C 50.142,70.591 36.226,61.251 36.409,48.507 c -0.107,0.809 -0.304,0.607 -0.526,0.934 -0.517,-6.557 3.028,-13.143 9.007,-15.832 5.848,-2.895 12.704,-1.707 16.893,2.197 -2.301,-3.014 -6.881,-6.209 -12.309,-5.91 -5.317,0.084 -10.291,3.463 -11.951,7.131 -2.724,1.715 -3.04,6.611 -4.227,7.507 -1.597,11.737 3.004,16.808 10.787,22.773 1.225,0.826 0.345,0.951 0.511,1.58 -2.586,-1.211 -4.954,-3.039 -6.901,-5.277 1.033,1.512 2.148,2.982 3.589,4.137 -2.438,-0.826 -5.695,-5.908 -6.646,-6.115 4.203,7.525 17.052,13.197 23.78,10.383 -3.113,0.115 -7.068,0.064 -10.566,-1.229 -1.469,-0.756 -3.467,-2.322 -3.11,-2.615 9.182,3.43 18.667,2.598 26.612,-3.771 2.021,-1.574 4.229,-4.252 4.867,-4.289 -0.961,1.445 0.164,0.695 -0.574,1.971 2.014,-3.248 -0.875,-1.322 2.082,-5.609 l 1.092,1.504 c -0.406,-2.696 3.348,-5.97 2.967,-10.234 0.861,-1.304 0.961,1.403 0.047,4.403 1.268,-3.328 0.334,-3.863 0.66,-6.609 0.352,0.923 0.814,1.904 1.051,2.878 -0.826,-3.216 0.848,-5.416 1.262,-7.285 -0.408,-0.181 -1.275,1.422 -1.473,-2.377 0.029,-1.65 0.459,-0.865 0.625,-1.271 -0.324,-0.186 -1.174,-1.451 -1.691,-3.877 0.375,-0.57 1.002,1.478 1.512,1.562 -0.328,-1.929 -0.893,-3.4 -0.916,-4.88 -1.49,-3.114 -0.527,0.415 -1.736,-1.337 -1.586,-4.947 1.316,-1.148 1.512,-3.396 2.404,3.483 3.775,8.881 4.404,11.117 -0.48,-2.726 -1.256,-5.367 -2.203,-7.922 0.73,0.307 -1.176,-5.609 0.949,-1.691 C 83.519,18.706 76.074,10.902 69.225,7.24 70.063,8.007 71.121,8.97 70.741,9.121 67.335,7.093 67.934,6.935 67.446,6.078 64.671,4.949 64.489,6.169 62.651,6.08 57.421,3.306 56.413,3.601 51.6,1.863 l 0.219,1.023 c -3.465,-1.154 -4.037,0.438 -7.782,0.004 -0.228,-0.178 1.2,-0.644 2.375,-0.815 -3.35,0.442 -3.193,-0.66 -6.471,0.122 0.808,-0.567 1.662,-0.942 2.524,-1.424 -2.732,0.166 -6.522,1.59 -5.352,0.295 -4.456,1.988 -12.37,4.779 -16.811,8.943 l -0.14,-0.933 c -2.035,2.443 -8.874,7.296 -9.419,10.46 l -0.544,0.127 c -1.059,1.793 -1.744,3.825 -2.584,5.67 -1.385,2.36 -2.03,0.908 -1.833,1.278 -2.724,5.523 -4.077,10.164 -5.246,13.97 0.833,1.245 0.02,7.495 0.335,12.497 -1.368,24.704 17.338,48.69 37.785,54.228 2.997,1.072 7.454,1.031 11.245,1.141 -4.473,-1.279 -5.051,-0.678 -9.408,-2.197 -3.143,-1.48 -3.832,-3.17 -6.058,-5.102 l 0.881,1.557 c -4.366,-1.545 -2.539,-1.912 -6.091,-3.037 l 0.941,-1.229 C 28.751,98.334 26.418,96.056 25.78,94.795 l -1.548,0.061 c -1.86,-2.295 -2.851,-3.949 -2.779,-5.23 l -0.5,0.891 c -0.567,-0.973 -6.843,-8.607 -3.587,-6.83 -0.605,-0.553 -1.409,-0.9 -2.281,-2.484 l 0.663,-0.758 c -1.567,-2.016 -2.884,-4.6 -2.784,-5.461 0.836,1.129 1.416,1.34 1.99,1.533 -3.957,-9.818 -4.179,-0.541 -7.176,-9.994 L 8.412,66.472 C 7.926,65.74 7.631,64.945 7.24,64.165 l 0.276,-2.75 C 4.667,58.121 6.719,47.409 7.13,41.534 7.415,39.145 9.508,36.602 11.1,32.614 l -0.97,-0.167 c 1.854,-3.234 10.586,-12.988 14.63,-12.486 1.959,-2.461 -0.389,-0.009 -0.772,-0.629 4.303,-4.453 5.656,-3.146 8.56,-3.947 3.132,-1.859 -2.688,0.725 -1.203,-0.709 5.414,-1.383 3.837,-3.144 10.9,-3.846 0.745,0.424 -1.729,0.655 -2.35,1.205 4.511,-2.207 14.275,-1.705 20.617,1.225 7.359,3.439 15.627,13.605 15.953,23.17 l 0.371,0.1 c -0.188,3.802 0.582,8.199 -0.752,12.238 l 0.908,-1.912"
ns2:knockout="Off"
inkscape:connector-curvature="0"
style="fill:#9ab0c9;fill-opacity:1;stroke-width:1.7985611" />
<path
id="path972"
d="m 32.372,59.764 -0.252,1.26 c 1.181,1.604 2.118,3.342 3.626,4.596 -1.085,-2.118 -1.891,-2.993 -3.374,-5.856"
ns2:knockout="Off"
inkscape:connector-curvature="0"
style="fill:#9ab0c9;fill-opacity:1;stroke-width:1.7985611" />
<path
id="path974"
d="m 35.164,59.654 c -0.625,-0.691 -0.995,-1.523 -1.409,-2.352 0.396,1.457 1.207,2.709 1.962,3.982 l -0.553,-1.63"
ns2:knockout="Off"
inkscape:connector-curvature="0"
style="fill:#9ab0c9;fill-opacity:1;stroke-width:1.7985611" />
<path
id="path976"
d="m 84.568,48.916 -0.264,0.662 c -0.484,3.438 -1.529,6.84 -3.131,9.994 1.77,-3.328 2.915,-6.968 3.395,-10.656"
ns2:knockout="Off"
inkscape:connector-curvature="0"
style="fill:#9ab0c9;fill-opacity:1;stroke-width:1.7985611" />
<path
id="path978"
d="M 45.527,0.537 C 46.742,0.092 48.514,0.293 49.803,0 48.123,0.141 46.451,0.225 44.8,0.438 l 0.727,0.099"
ns2:knockout="Off"
inkscape:connector-curvature="0"
style="fill:#9ab0c9;fill-opacity:1;stroke-width:1.7985611" />
<path
id="path980"
d="m 2.872,23.219 c 0.28,2.592 -1.95,3.598 0.494,1.889 1.31,-2.951 -0.512,-0.815 -0.494,-1.889"
ns2:knockout="Off"
inkscape:connector-curvature="0"
style="fill:#9ab0c9;fill-opacity:1;stroke-width:1.7985611" />
<path
id="path982"
d="M 0,35.215 C 0.563,33.487 0.665,32.449 0.88,31.449 -0.676,33.438 0.164,33.862 0,35.215"
ns2:knockout="Off"
inkscape:connector-curvature="0"
style="fill:#9ab0c9;fill-opacity:1;stroke-width:1.7985611" />
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 19 KiB

@@ -0,0 +1,272 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:ns2="http://ns.adobe.com/AdobeIllustrator/10.0/"
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"
width="2560"
height="1080"
viewBox="0 0 677.33331 285.75001"
version="1.1"
id="svg8"
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
sodipodi:docname="wallpaper-2560x1080.svg"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\desktop-wallpaper\png\wallpaper-2560x1080.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<defs
id="defs2">
<linearGradient
inkscape:collect="always"
id="linearGradient873">
<stop
style="stop-color:#0c1830;stop-opacity:1"
offset="0"
id="stop869" />
<stop
style="stop-color:#5f7794;stop-opacity:1"
offset="1"
id="stop871" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient873"
id="linearGradient875"
x1="535.66125"
y1="-265.37906"
x2="535.66125"
y2="297.17203"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.62500001,0,0,0.62500001,-3.9433594e-5,421.59378)" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#b20eb2"
borderopacity="1"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.21676817"
inkscape:cx="1077.8598"
inkscape:cy="876.45703"
inkscape:document-units="px"
inkscape:current-layer="layer3"
showgrid="false"
units="px"
borderlayer="true"
inkscape:showpageshadow="false"
showborder="true"
inkscape:window-width="1920"
inkscape:window-height="1017"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
inkscape:snap-bbox="true"
inkscape:bbox-paths="true"
inkscape:bbox-nodes="true"
inkscape:snap-bbox-edge-midpoints="true"
inkscape:snap-bbox-midpoints="true"
inkscape:snap-page="true"
inkscape:snap-nodes="true"
inkscape:snap-global="true"
inkscape:object-paths="true"
inkscape:snap-intersection-paths="true"
inkscape:snap-smooth-nodes="true"
inkscape:snap-others="true" />
<metadata
id="metadata5">
<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></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="back"
style="display:inline"
transform="translate(0,-285.75)">
<rect
inkscape:export-ydpi="96"
inkscape:export-xdpi="96"
y="250.03125"
x="0"
height="357.1875"
width="677.33331"
id="rect1009"
style="display:inline;opacity:1;fill:url(#linearGradient875);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6.98096466;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\desktop-wallpaper\png\wallpaper-4096x2160.png" />
</g>
<g
inkscape:label="buster"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-11.24999)"
style="display:inline">
<g
id="g852"
transform="matrix(0.62500001,0,0,0.62500001,-1.1324526e-5,147.09375)"
style="stroke-width:1.60000002">
<g
id="g850"
style="stroke-width:1.60000002">
<path
style="display:inline;opacity:0.05;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:42.21559525;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new"
d="m 4096,213.4043 c -181.398,49.84648 -356.9629,122.70831 -521.1699,217.33398 -280.0429,161.37687 -528.7374,387.17968 -702.1231,667.63472 -173.3857,280.4551 -268.7325,616.7129 -247.5468,949.6875 2.3768,37.3559 6.2014,74.6656 10.748,111.9395 H 4096 Z"
id="rect6945"
inkscape:connector-curvature="0"
transform="matrix(0.26458333,0,0,0.26458333,0,-274.50001)" />
<path
style="display:inline;opacity:0.05;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:42.21559525;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new"
d="m 4062.6191,1015.5117 c -99.5265,-0.085 -196.6509,12.7657 -290.2636,38.3731 -198.726,54.3595 -381.6278,166.2091 -538.1075,333.832 C 3055.83,1578.8404 2912.7906,1843.693 2814.5645,2160 H 4096 V 1016.043 c -11.155,-0.3314 -22.2841,-0.5218 -33.3809,-0.5313 z"
id="rect1009-3"
inkscape:connector-curvature="0"
transform="matrix(0.26458333,0,0,0.26458333,0,-274.50001)" />
<path
style="display:inline;opacity:0.05;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:42.21559525;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new"
d="m 1629.8184,0 c -90.8566,137.17997 -158.1081,289.98136 -196.1153,450.0957 -29.9677,126.24631 -42.5685,257.0985 -86.873,379.05469 -22.1522,60.97809 -52.3846,119.56156 -94.2129,169.1543 -41.8283,49.59271 -95.7277,89.95811 -157.2793,110.46291 -58.3878,19.4507 -121.98209,20.5153 -182.38673,8.7363 C 852.54654,1105.725 795.10069,1081.4887 741.33203,1051.5488 633.79472,991.66914 540.39745,909.26708 435.01953,845.66406 303.28246,766.15145 153.18345,717.73529 0,703.61133 V 2160 h 4096 l -2e-4,-2160 z"
id="rect6824"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csssccssccccc"
transform="matrix(0.26458333,0,0,0.26458333,0,-274.50001)" />
<path
style="display:inline;opacity:0.05;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:42.21559525;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new"
d="m 2980.1582,94.371094 c -310.3353,-0.787389 -620.7967,81.515716 -892.498,238.085936 -224.6687,129.46711 -424.1877,310.62161 -563.2891,535.62109 -139.1014,224.99948 -215.5942,494.76828 -198.5977,761.90238 11.0104,173.0494 60.2189,344.848 41.6328,517.1914 -0.4617,4.2812 -0.9765,8.5581 -1.5234,12.8281 H 4096 V 495.32227 c -1.1582,-0.93757 -2.3083,-1.88572 -3.4688,-2.82032 -280.792,-226.14051 -625.7729,-364.44268 -979.4941,-392.679684 -44.215,-3.529626 -88.5454,-5.338694 -132.8789,-5.451172 z"
id="rect6875"
inkscape:connector-curvature="0"
transform="matrix(0.26458333,0,0,0.26458333,0,-274.50001)" />
<path
style="display:inline;opacity:0.05;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:42.21559525;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new"
d="m 3131.8008,1240.3203 c -206.0267,-0.081 -412.0023,32.5252 -607.25,98.4473 C 2106.4691,1479.9258 1739.9267,1776.6323 1524.2246,2160 H 4096 v -660.1211 c -46.9581,-27.6701 -95.1308,-53.2934 -144.3906,-76.7109 -255.0478,-121.2466 -537.4758,-182.7374 -819.8086,-182.8477 z"
id="rect6840"
inkscape:connector-curvature="0"
transform="matrix(0.26458333,0,0,0.26458333,0,-274.50001)" />
<path
style="display:inline;opacity:0.05;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:11.16954327;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new"
d="m 201.57064,-274.50001 c -59.50544,41.03786 -96.04816,143.75354 -49.31765,204.466707 28.96227,34.740607 124.88358,22.289386 116.56482,81.279915 -5.83416,47.811626 23.42057,110.378938 61.44848,143.126948 72.49429,66.64872 141.31456,64.35723 233.94718,55.68375 106.98566,-10.57677 217.94537,-30.28748 322.72016,4.85305 58.44363,17.39381 113.68707,45.39844 162.38007,82.08962 8.9188,-20.07147 -95.2243,-128.1934 -132.8661,-177.66382 -25.79515,-33.901047 -156.81148,-185.463177 -296.19092,-316.62217 -23.88689,-22.47807 -69.39444,-77.214 -92.86571,-77.214 z"
id="rect6831"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccsscc" />
<path
style="display:inline;opacity:0.05;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:11.16954327;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new"
d="M 0,-257.14758 V 296.99998 H 915.53481 C 929.42435,202.41422 886.96698,93.287011 794.56467,54.980584 692.79396,13.343476 578.64554,57.25018 476.34252,17.279761 421.66235,1.2559597 362.47488,-33.12403 351.30822,-93.878903 c -4.05099,-35.686387 -42.72504,-63.856167 -74.36559,-58.787477 -52.85192,8.46667 -49.22915,48.66914 -141.82849,51.1401 C 69.787089,-99.783066 18.291006,-195.34546 0,-257.14758 Z"
id="rect6834"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccssc" />
<path
style="display:inline;opacity:0.05;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:11.16954327;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new"
d="m 88.215286,85.414205 c -2.702105,-0.0026 -5.407353,0.04133 -8.1163,0.13642 C 52.526755,86.518523 25.202344,92.981051 0,104.19703 V 296.915 c 218.55761,0.19124 437.30603,-2e-5 655.86384,-2e-5 2.66756,-10.68399 4.27509,-21.63138 4.73975,-32.63472 1.29953,-30.77316 -6.29613,-61.8709 -21.63641,-88.57959 C 623.62693,148.99199 600.59291,126.76072 573.35724,112.37689 525.27739,86.984746 467.89607,87.009325 413.89567,93.364617 359.89524,99.719909 306.02306,111.80293 251.75931,108.35646 196.75429,104.86291 143.15807,85.468207 88.215286,85.414205 Z"
id="rect6828"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccsssssc" />
</g>
</g>
</g>
<g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="swirl"
style="display:inline"
transform="translate(0,-285.75)">
<g
style="overflow:visible;fill:#9ab0c9;fill-opacity:1;stroke-width:1.60000002"
id="g1007"
transform="matrix(1.5248143,0,0,1.5248143,272.36705,345.94271)">
<g
ns2:rgbTrio="#4F008000FFFF"
ns2:dimmedPercent="50"
ns2:layer="yes"
id="Layer_1"
style="fill:#9ab0c9;fill-opacity:1;stroke-width:1.60000002">
<g
id="g984"
style="fill:#9ab0c9;fill-opacity:1;stroke-width:1.60000002">
<path
id="path960"
d="m 51.986,57.297 c -1.797,0.025 0.34,0.926 2.686,1.287 0.648,-0.506 1.236,-1.018 1.76,-1.516 -1.461,0.358 -2.948,0.366 -4.446,0.229"
ns2:knockout="Off"
inkscape:connector-curvature="0"
style="fill:#9ab0c9;fill-opacity:1;stroke-width:1.60000002" />
<path
id="path962"
d="m 61.631,54.893 c 1.07,-1.477 1.85,-3.094 2.125,-4.766 -0.24,1.192 -0.887,2.221 -1.496,3.307 -3.359,2.115 -0.316,-1.256 -0.002,-2.537 -3.612,4.546 -0.496,2.726 -0.627,3.996"
ns2:knockout="Off"
inkscape:connector-curvature="0"
style="fill:#9ab0c9;fill-opacity:1;stroke-width:1.60000002" />
<path
id="path964"
d="m 65.191,45.629 c 0.217,-3.236 -0.637,-2.213 -0.924,-0.978 0.335,0.174 0.6,2.281 0.924,0.978"
ns2:knockout="Off"
inkscape:connector-curvature="0"
style="fill:#9ab0c9;fill-opacity:1;stroke-width:1.60000002" />
<path
id="path966"
d="m 45.172,1.399 c 0.959,0.172 2.072,0.304 1.916,0.533 1.049,-0.23 1.287,-0.442 -1.916,-0.533"
ns2:knockout="Off"
inkscape:connector-curvature="0"
style="fill:#9ab0c9;fill-opacity:1;stroke-width:1.60000002" />
<path
id="path968"
d="M 47.088,1.932 46.41,2.072 47.041,2.016 47.088,1.932"
ns2:knockout="Off"
inkscape:connector-curvature="0"
style="fill:#9ab0c9;fill-opacity:1;stroke-width:1.60000002" />
<path
id="path970"
d="m 76.992,46.856 c 0.107,2.906 -0.85,4.316 -1.713,6.812 l -1.553,0.776 c -1.271,2.468 0.123,1.567 -0.787,3.53 -1.984,1.764 -6.021,5.52 -7.313,5.863 -0.943,-0.021 0.639,-1.113 0.846,-1.541 -2.656,1.824 -2.131,2.738 -6.193,3.846 L 60.16,65.878 C 50.142,70.591 36.226,61.251 36.409,48.507 c -0.107,0.809 -0.304,0.607 -0.526,0.934 -0.517,-6.557 3.028,-13.143 9.007,-15.832 5.848,-2.895 12.704,-1.707 16.893,2.197 -2.301,-3.014 -6.881,-6.209 -12.309,-5.91 -5.317,0.084 -10.291,3.463 -11.951,7.131 -2.724,1.715 -3.04,6.611 -4.227,7.507 -1.597,11.737 3.004,16.808 10.787,22.773 1.225,0.826 0.345,0.951 0.511,1.58 -2.586,-1.211 -4.954,-3.039 -6.901,-5.277 1.033,1.512 2.148,2.982 3.589,4.137 -2.438,-0.826 -5.695,-5.908 -6.646,-6.115 4.203,7.525 17.052,13.197 23.78,10.383 -3.113,0.115 -7.068,0.064 -10.566,-1.229 -1.469,-0.756 -3.467,-2.322 -3.11,-2.615 9.182,3.43 18.667,2.598 26.612,-3.771 2.021,-1.574 4.229,-4.252 4.867,-4.289 -0.961,1.445 0.164,0.695 -0.574,1.971 2.014,-3.248 -0.875,-1.322 2.082,-5.609 l 1.092,1.504 c -0.406,-2.696 3.348,-5.97 2.967,-10.234 0.861,-1.304 0.961,1.403 0.047,4.403 1.268,-3.328 0.334,-3.863 0.66,-6.609 0.352,0.923 0.814,1.904 1.051,2.878 -0.826,-3.216 0.848,-5.416 1.262,-7.285 -0.408,-0.181 -1.275,1.422 -1.473,-2.377 0.029,-1.65 0.459,-0.865 0.625,-1.271 -0.324,-0.186 -1.174,-1.451 -1.691,-3.877 0.375,-0.57 1.002,1.478 1.512,1.562 -0.328,-1.929 -0.893,-3.4 -0.916,-4.88 -1.49,-3.114 -0.527,0.415 -1.736,-1.337 -1.586,-4.947 1.316,-1.148 1.512,-3.396 2.404,3.483 3.775,8.881 4.404,11.117 -0.48,-2.726 -1.256,-5.367 -2.203,-7.922 0.73,0.307 -1.176,-5.609 0.949,-1.691 C 83.519,18.706 76.074,10.902 69.225,7.24 70.063,8.007 71.121,8.97 70.741,9.121 67.335,7.093 67.934,6.935 67.446,6.078 64.671,4.949 64.489,6.169 62.651,6.08 57.421,3.306 56.413,3.601 51.6,1.863 l 0.219,1.023 c -3.465,-1.154 -4.037,0.438 -7.782,0.004 -0.228,-0.178 1.2,-0.644 2.375,-0.815 -3.35,0.442 -3.193,-0.66 -6.471,0.122 0.808,-0.567 1.662,-0.942 2.524,-1.424 -2.732,0.166 -6.522,1.59 -5.352,0.295 -4.456,1.988 -12.37,4.779 -16.811,8.943 l -0.14,-0.933 c -2.035,2.443 -8.874,7.296 -9.419,10.46 l -0.544,0.127 c -1.059,1.793 -1.744,3.825 -2.584,5.67 -1.385,2.36 -2.03,0.908 -1.833,1.278 -2.724,5.523 -4.077,10.164 -5.246,13.97 0.833,1.245 0.02,7.495 0.335,12.497 -1.368,24.704 17.338,48.69 37.785,54.228 2.997,1.072 7.454,1.031 11.245,1.141 -4.473,-1.279 -5.051,-0.678 -9.408,-2.197 -3.143,-1.48 -3.832,-3.17 -6.058,-5.102 l 0.881,1.557 c -4.366,-1.545 -2.539,-1.912 -6.091,-3.037 l 0.941,-1.229 C 28.751,98.334 26.418,96.056 25.78,94.795 l -1.548,0.061 c -1.86,-2.295 -2.851,-3.949 -2.779,-5.23 l -0.5,0.891 c -0.567,-0.973 -6.843,-8.607 -3.587,-6.83 -0.605,-0.553 -1.409,-0.9 -2.281,-2.484 l 0.663,-0.758 c -1.567,-2.016 -2.884,-4.6 -2.784,-5.461 0.836,1.129 1.416,1.34 1.99,1.533 -3.957,-9.818 -4.179,-0.541 -7.176,-9.994 L 8.412,66.472 C 7.926,65.74 7.631,64.945 7.24,64.165 l 0.276,-2.75 C 4.667,58.121 6.719,47.409 7.13,41.534 7.415,39.145 9.508,36.602 11.1,32.614 l -0.97,-0.167 c 1.854,-3.234 10.586,-12.988 14.63,-12.486 1.959,-2.461 -0.389,-0.009 -0.772,-0.629 4.303,-4.453 5.656,-3.146 8.56,-3.947 3.132,-1.859 -2.688,0.725 -1.203,-0.709 5.414,-1.383 3.837,-3.144 10.9,-3.846 0.745,0.424 -1.729,0.655 -2.35,1.205 4.511,-2.207 14.275,-1.705 20.617,1.225 7.359,3.439 15.627,13.605 15.953,23.17 l 0.371,0.1 c -0.188,3.802 0.582,8.199 -0.752,12.238 l 0.908,-1.912"
ns2:knockout="Off"
inkscape:connector-curvature="0"
style="fill:#9ab0c9;fill-opacity:1;stroke-width:1.60000002" />
<path
id="path972"
d="m 32.372,59.764 -0.252,1.26 c 1.181,1.604 2.118,3.342 3.626,4.596 -1.085,-2.118 -1.891,-2.993 -3.374,-5.856"
ns2:knockout="Off"
inkscape:connector-curvature="0"
style="fill:#9ab0c9;fill-opacity:1;stroke-width:1.60000002" />
<path
id="path974"
d="m 35.164,59.654 c -0.625,-0.691 -0.995,-1.523 -1.409,-2.352 0.396,1.457 1.207,2.709 1.962,3.982 l -0.553,-1.63"
ns2:knockout="Off"
inkscape:connector-curvature="0"
style="fill:#9ab0c9;fill-opacity:1;stroke-width:1.60000002" />
<path
id="path976"
d="m 84.568,48.916 -0.264,0.662 c -0.484,3.438 -1.529,6.84 -3.131,9.994 1.77,-3.328 2.915,-6.968 3.395,-10.656"
ns2:knockout="Off"
inkscape:connector-curvature="0"
style="fill:#9ab0c9;fill-opacity:1;stroke-width:1.60000002" />
<path
id="path978"
d="M 45.527,0.537 C 46.742,0.092 48.514,0.293 49.803,0 48.123,0.141 46.451,0.225 44.8,0.438 l 0.727,0.099"
ns2:knockout="Off"
inkscape:connector-curvature="0"
style="fill:#9ab0c9;fill-opacity:1;stroke-width:1.60000002" />
<path
id="path980"
d="m 2.872,23.219 c 0.28,2.592 -1.95,3.598 0.494,1.889 1.31,-2.951 -0.512,-0.815 -0.494,-1.889"
ns2:knockout="Off"
inkscape:connector-curvature="0"
style="fill:#9ab0c9;fill-opacity:1;stroke-width:1.60000002" />
<path
id="path982"
d="M 0,35.215 C 0.563,33.487 0.665,32.449 0.88,31.449 -0.676,33.438 0.164,33.862 0,35.215"
ns2:knockout="Off"
inkscape:connector-curvature="0"
style="fill:#9ab0c9;fill-opacity:1;stroke-width:1.60000002" />
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 18 KiB

@@ -0,0 +1,270 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:ns2="http://ns.adobe.com/AdobeIllustrator/10.0/"
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"
width="4096"
height="2160"
viewBox="0 0 1083.7333 571.50002"
version="1.1"
id="svg8"
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
sodipodi:docname="wallpaper-4096x2160.svg"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype\futurePrototype-wallpaper-02-4096x2160.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<defs
id="defs2">
<linearGradient
inkscape:collect="always"
id="linearGradient873">
<stop
style="stop-color:#0c1830;stop-opacity:1"
offset="0"
id="stop869" />
<stop
style="stop-color:#5f7794;stop-opacity:1"
offset="1"
id="stop871" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient873"
id="linearGradient875"
x1="535.66125"
y1="-265.37906"
x2="535.66125"
y2="297.17203"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-8.1445312e-5,274.50004)" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#b20eb2"
borderopacity="1"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.21676817"
inkscape:cx="2586.0303"
inkscape:cy="1245.4179"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
units="px"
borderlayer="true"
inkscape:showpageshadow="false"
showborder="true"
inkscape:window-width="1920"
inkscape:window-height="1017"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
inkscape:snap-bbox="true"
inkscape:bbox-paths="true"
inkscape:bbox-nodes="true"
inkscape:snap-bbox-edge-midpoints="true"
inkscape:snap-bbox-midpoints="true"
inkscape:snap-page="true"
inkscape:snap-nodes="true"
inkscape:snap-global="false"
inkscape:object-paths="true"
inkscape:snap-intersection-paths="true"
inkscape:snap-smooth-nodes="true"
inkscape:snap-others="true" />
<metadata
id="metadata5">
<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>
<g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="back"
style="display:inline">
<rect
inkscape:export-ydpi="96"
inkscape:export-xdpi="96"
y="0"
x="0"
height="571.5"
width="1083.7333"
id="rect1009"
style="display:inline;opacity:1;fill:url(#linearGradient875);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6.98096466;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\desktop-wallpaper\png\wallpaper-4096x2160.png" />
</g>
<g
inkscape:label="buster"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,274.50001)"
style="display:inline">
<g
id="g850"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\desktop-wallpaper\png\wallpaper-4096x2160.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<path
transform="matrix(0.26458333,0,0,0.26458333,0,-274.50001)"
inkscape:connector-curvature="0"
id="rect6945"
d="m 4096,213.4043 c -181.398,49.84648 -356.9629,122.70831 -521.1699,217.33398 -280.0429,161.37687 -528.7374,387.17968 -702.1231,667.63472 -173.3857,280.4551 -268.7325,616.7129 -247.5468,949.6875 2.3768,37.3559 6.2014,74.6656 10.748,111.9395 H 4096 Z"
style="display:inline;opacity:0.05;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:26.38474846;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new" />
<path
transform="matrix(0.26458333,0,0,0.26458333,0,-274.50001)"
inkscape:connector-curvature="0"
id="rect1009-3"
d="m 4062.6191,1015.5117 c -99.5265,-0.085 -196.6509,12.7657 -290.2636,38.3731 -198.726,54.3595 -381.6278,166.2091 -538.1075,333.832 C 3055.83,1578.8404 2912.7906,1843.693 2814.5645,2160 H 4096 V 1016.043 c -11.155,-0.3314 -22.2841,-0.5218 -33.3809,-0.5313 z"
style="display:inline;opacity:0.05;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:26.38474846;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new" />
<path
transform="matrix(0.26458333,0,0,0.26458333,0,-274.50001)"
sodipodi:nodetypes="csssccssccccc"
inkscape:connector-curvature="0"
id="rect6824"
d="m 1629.8184,0 c -90.8566,137.17997 -158.1081,289.98136 -196.1153,450.0957 -29.9677,126.24631 -42.5685,257.0985 -86.873,379.05469 -22.1522,60.97809 -52.3846,119.56156 -94.2129,169.1543 -41.8283,49.59271 -95.7277,89.95811 -157.2793,110.46291 -58.3878,19.4507 -121.98209,20.5153 -182.38673,8.7363 C 852.54654,1105.725 795.10069,1081.4887 741.33203,1051.5488 633.79472,991.66914 540.39745,909.26708 435.01953,845.66406 303.28246,766.15145 153.18345,717.73529 0,703.61133 V 2160 h 4096 l -2e-4,-2160 z"
style="display:inline;opacity:0.05;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:26.38474846;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new" />
<path
transform="matrix(0.26458333,0,0,0.26458333,0,-274.50001)"
inkscape:connector-curvature="0"
id="rect6875"
d="m 2980.1582,94.371094 c -310.3353,-0.787389 -620.7967,81.515716 -892.498,238.085936 -224.6687,129.46711 -424.1877,310.62161 -563.2891,535.62109 -139.1014,224.99948 -215.5942,494.76828 -198.5977,761.90238 11.0104,173.0494 60.2189,344.848 41.6328,517.1914 -0.4617,4.2812 -0.9765,8.5581 -1.5234,12.8281 H 4096 V 495.32227 c -1.1582,-0.93757 -2.3083,-1.88572 -3.4688,-2.82032 -280.792,-226.14051 -625.7729,-364.44268 -979.4941,-392.679684 -44.215,-3.529626 -88.5454,-5.338694 -132.8789,-5.451172 z"
style="display:inline;opacity:0.05;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:26.38474846;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new" />
<path
transform="matrix(0.26458333,0,0,0.26458333,0,-274.50001)"
inkscape:connector-curvature="0"
id="rect6840"
d="m 3131.8008,1240.3203 c -206.0267,-0.081 -412.0023,32.5252 -607.25,98.4473 C 2106.4691,1479.9258 1739.9267,1776.6323 1524.2246,2160 H 4096 v -660.1211 c -46.9581,-27.6701 -95.1308,-53.2934 -144.3906,-76.7109 -255.0478,-121.2466 -537.4758,-182.7374 -819.8086,-182.8477 z"
style="display:inline;opacity:0.05;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:26.38474846;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new" />
<path
sodipodi:nodetypes="cccccccsscc"
inkscape:connector-curvature="0"
id="rect6831"
d="m 201.57064,-274.50001 c -59.50544,41.03786 -96.04816,143.75354 -49.31765,204.466707 28.96227,34.740607 124.88358,22.289386 116.56482,81.279915 -5.83416,47.811626 23.42057,110.378938 61.44848,143.126948 72.49429,66.64872 141.31456,64.35723 233.94718,55.68375 106.98566,-10.57677 217.94537,-30.28748 322.72016,4.85305 58.44363,17.39381 113.68707,45.39844 162.38007,82.08962 8.9188,-20.07147 -95.2243,-128.1934 -132.8661,-177.66382 -25.79515,-33.901047 -156.81148,-185.463177 -296.19092,-316.62217 -23.88689,-22.47807 -69.39444,-77.214 -92.86571,-77.214 z"
style="display:inline;opacity:0.05;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6.98096466;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new" />
<path
sodipodi:nodetypes="ccccccssc"
inkscape:connector-curvature="0"
id="rect6834"
d="M 0,-257.14758 V 296.99998 H 915.53481 C 929.42435,202.41422 886.96698,93.287011 794.56467,54.980584 692.79396,13.343476 578.64554,57.25018 476.34252,17.279761 421.66235,1.2559597 362.47488,-33.12403 351.30822,-93.878903 c -4.05099,-35.686387 -42.72504,-63.856167 -74.36559,-58.787477 -52.85192,8.46667 -49.22915,48.66914 -141.82849,51.1401 C 69.787089,-99.783066 18.291006,-195.34546 0,-257.14758 Z"
style="display:inline;opacity:0.05;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6.98096466;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new" />
<path
sodipodi:nodetypes="cccccsssssc"
inkscape:connector-curvature="0"
id="rect6828"
d="m 88.215286,85.414205 c -2.702105,-0.0026 -5.407353,0.04133 -8.1163,0.13642 C 52.526755,86.518523 25.202344,92.981051 0,104.19703 V 296.915 c 218.55761,0.19124 437.30603,-2e-5 655.86384,-2e-5 2.66756,-10.68399 4.27509,-21.63138 4.73975,-32.63472 1.29953,-30.77316 -6.29613,-61.8709 -21.63641,-88.57959 C 623.62693,148.99199 600.59291,126.76072 573.35724,112.37689 525.27739,86.984746 467.89607,87.009325 413.89567,93.364617 359.89524,99.719909 306.02306,111.80293 251.75931,108.35646 196.75429,104.86291 143.15807,85.468207 88.215286,85.414205 Z"
style="display:inline;opacity:0.05;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6.98096466;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;enable-background:new" />
</g>
</g>
<g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="swirl"
style="display:inline">
<g
style="overflow:visible;fill:#9ab0c9;fill-opacity:1"
id="g1007"
transform="matrix(2.4397028,0,0,2.4397028,435.78727,153.45834)"
inkscape:export-filename="C:\Users\xine\Documents\2018-debian-buster\futurePrototype-source\desktop-wallpaper\png\wallpaper-4096x2160.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<g
ns2:rgbTrio="#4F008000FFFF"
ns2:dimmedPercent="50"
ns2:layer="yes"
id="Layer_1"
style="fill:#9ab0c9;fill-opacity:1">
<g
id="g984"
style="fill:#9ab0c9;fill-opacity:1">
<path
id="path960"
d="m 51.986,57.297 c -1.797,0.025 0.34,0.926 2.686,1.287 0.648,-0.506 1.236,-1.018 1.76,-1.516 -1.461,0.358 -2.948,0.366 -4.446,0.229"
ns2:knockout="Off"
inkscape:connector-curvature="0"
style="fill:#9ab0c9;fill-opacity:1" />
<path
id="path962"
d="m 61.631,54.893 c 1.07,-1.477 1.85,-3.094 2.125,-4.766 -0.24,1.192 -0.887,2.221 -1.496,3.307 -3.359,2.115 -0.316,-1.256 -0.002,-2.537 -3.612,4.546 -0.496,2.726 -0.627,3.996"
ns2:knockout="Off"
inkscape:connector-curvature="0"
style="fill:#9ab0c9;fill-opacity:1" />
<path
id="path964"
d="m 65.191,45.629 c 0.217,-3.236 -0.637,-2.213 -0.924,-0.978 0.335,0.174 0.6,2.281 0.924,0.978"
ns2:knockout="Off"
inkscape:connector-curvature="0"
style="fill:#9ab0c9;fill-opacity:1" />
<path
id="path966"
d="m 45.172,1.399 c 0.959,0.172 2.072,0.304 1.916,0.533 1.049,-0.23 1.287,-0.442 -1.916,-0.533"
ns2:knockout="Off"
inkscape:connector-curvature="0"
style="fill:#9ab0c9;fill-opacity:1" />
<path
id="path968"
d="M 47.088,1.932 46.41,2.072 47.041,2.016 47.088,1.932"
ns2:knockout="Off"
inkscape:connector-curvature="0"
style="fill:#9ab0c9;fill-opacity:1" />
<path
id="path970"
d="m 76.992,46.856 c 0.107,2.906 -0.85,4.316 -1.713,6.812 l -1.553,0.776 c -1.271,2.468 0.123,1.567 -0.787,3.53 -1.984,1.764 -6.021,5.52 -7.313,5.863 -0.943,-0.021 0.639,-1.113 0.846,-1.541 -2.656,1.824 -2.131,2.738 -6.193,3.846 L 60.16,65.878 C 50.142,70.591 36.226,61.251 36.409,48.507 c -0.107,0.809 -0.304,0.607 -0.526,0.934 -0.517,-6.557 3.028,-13.143 9.007,-15.832 5.848,-2.895 12.704,-1.707 16.893,2.197 -2.301,-3.014 -6.881,-6.209 -12.309,-5.91 -5.317,0.084 -10.291,3.463 -11.951,7.131 -2.724,1.715 -3.04,6.611 -4.227,7.507 -1.597,11.737 3.004,16.808 10.787,22.773 1.225,0.826 0.345,0.951 0.511,1.58 -2.586,-1.211 -4.954,-3.039 -6.901,-5.277 1.033,1.512 2.148,2.982 3.589,4.137 -2.438,-0.826 -5.695,-5.908 -6.646,-6.115 4.203,7.525 17.052,13.197 23.78,10.383 -3.113,0.115 -7.068,0.064 -10.566,-1.229 -1.469,-0.756 -3.467,-2.322 -3.11,-2.615 9.182,3.43 18.667,2.598 26.612,-3.771 2.021,-1.574 4.229,-4.252 4.867,-4.289 -0.961,1.445 0.164,0.695 -0.574,1.971 2.014,-3.248 -0.875,-1.322 2.082,-5.609 l 1.092,1.504 c -0.406,-2.696 3.348,-5.97 2.967,-10.234 0.861,-1.304 0.961,1.403 0.047,4.403 1.268,-3.328 0.334,-3.863 0.66,-6.609 0.352,0.923 0.814,1.904 1.051,2.878 -0.826,-3.216 0.848,-5.416 1.262,-7.285 -0.408,-0.181 -1.275,1.422 -1.473,-2.377 0.029,-1.65 0.459,-0.865 0.625,-1.271 -0.324,-0.186 -1.174,-1.451 -1.691,-3.877 0.375,-0.57 1.002,1.478 1.512,1.562 -0.328,-1.929 -0.893,-3.4 -0.916,-4.88 -1.49,-3.114 -0.527,0.415 -1.736,-1.337 -1.586,-4.947 1.316,-1.148 1.512,-3.396 2.404,3.483 3.775,8.881 4.404,11.117 -0.48,-2.726 -1.256,-5.367 -2.203,-7.922 0.73,0.307 -1.176,-5.609 0.949,-1.691 C 83.519,18.706 76.074,10.902 69.225,7.24 70.063,8.007 71.121,8.97 70.741,9.121 67.335,7.093 67.934,6.935 67.446,6.078 64.671,4.949 64.489,6.169 62.651,6.08 57.421,3.306 56.413,3.601 51.6,1.863 l 0.219,1.023 c -3.465,-1.154 -4.037,0.438 -7.782,0.004 -0.228,-0.178 1.2,-0.644 2.375,-0.815 -3.35,0.442 -3.193,-0.66 -6.471,0.122 0.808,-0.567 1.662,-0.942 2.524,-1.424 -2.732,0.166 -6.522,1.59 -5.352,0.295 -4.456,1.988 -12.37,4.779 -16.811,8.943 l -0.14,-0.933 c -2.035,2.443 -8.874,7.296 -9.419,10.46 l -0.544,0.127 c -1.059,1.793 -1.744,3.825 -2.584,5.67 -1.385,2.36 -2.03,0.908 -1.833,1.278 -2.724,5.523 -4.077,10.164 -5.246,13.97 0.833,1.245 0.02,7.495 0.335,12.497 -1.368,24.704 17.338,48.69 37.785,54.228 2.997,1.072 7.454,1.031 11.245,1.141 -4.473,-1.279 -5.051,-0.678 -9.408,-2.197 -3.143,-1.48 -3.832,-3.17 -6.058,-5.102 l 0.881,1.557 c -4.366,-1.545 -2.539,-1.912 -6.091,-3.037 l 0.941,-1.229 C 28.751,98.334 26.418,96.056 25.78,94.795 l -1.548,0.061 c -1.86,-2.295 -2.851,-3.949 -2.779,-5.23 l -0.5,0.891 c -0.567,-0.973 -6.843,-8.607 -3.587,-6.83 -0.605,-0.553 -1.409,-0.9 -2.281,-2.484 l 0.663,-0.758 c -1.567,-2.016 -2.884,-4.6 -2.784,-5.461 0.836,1.129 1.416,1.34 1.99,1.533 -3.957,-9.818 -4.179,-0.541 -7.176,-9.994 L 8.412,66.472 C 7.926,65.74 7.631,64.945 7.24,64.165 l 0.276,-2.75 C 4.667,58.121 6.719,47.409 7.13,41.534 7.415,39.145 9.508,36.602 11.1,32.614 l -0.97,-0.167 c 1.854,-3.234 10.586,-12.988 14.63,-12.486 1.959,-2.461 -0.389,-0.009 -0.772,-0.629 4.303,-4.453 5.656,-3.146 8.56,-3.947 3.132,-1.859 -2.688,0.725 -1.203,-0.709 5.414,-1.383 3.837,-3.144 10.9,-3.846 0.745,0.424 -1.729,0.655 -2.35,1.205 4.511,-2.207 14.275,-1.705 20.617,1.225 7.359,3.439 15.627,13.605 15.953,23.17 l 0.371,0.1 c -0.188,3.802 0.582,8.199 -0.752,12.238 l 0.908,-1.912"
ns2:knockout="Off"
inkscape:connector-curvature="0"
style="fill:#9ab0c9;fill-opacity:1" />
<path
id="path972"
d="m 32.372,59.764 -0.252,1.26 c 1.181,1.604 2.118,3.342 3.626,4.596 -1.085,-2.118 -1.891,-2.993 -3.374,-5.856"
ns2:knockout="Off"
inkscape:connector-curvature="0"
style="fill:#9ab0c9;fill-opacity:1" />
<path
id="path974"
d="m 35.164,59.654 c -0.625,-0.691 -0.995,-1.523 -1.409,-2.352 0.396,1.457 1.207,2.709 1.962,3.982 l -0.553,-1.63"
ns2:knockout="Off"
inkscape:connector-curvature="0"
style="fill:#9ab0c9;fill-opacity:1" />
<path
id="path976"
d="m 84.568,48.916 -0.264,0.662 c -0.484,3.438 -1.529,6.84 -3.131,9.994 1.77,-3.328 2.915,-6.968 3.395,-10.656"
ns2:knockout="Off"
inkscape:connector-curvature="0"
style="fill:#9ab0c9;fill-opacity:1" />
<path
id="path978"
d="M 45.527,0.537 C 46.742,0.092 48.514,0.293 49.803,0 48.123,0.141 46.451,0.225 44.8,0.438 l 0.727,0.099"
ns2:knockout="Off"
inkscape:connector-curvature="0"
style="fill:#9ab0c9;fill-opacity:1" />
<path
id="path980"
d="m 2.872,23.219 c 0.28,2.592 -1.95,3.598 0.494,1.889 1.31,-2.951 -0.512,-0.815 -0.494,-1.889"
ns2:knockout="Off"
inkscape:connector-curvature="0"
style="fill:#9ab0c9;fill-opacity:1" />
<path
id="path982"
d="M 0,35.215 C 0.563,33.487 0.665,32.449 0.88,31.449 -0.676,33.438 0.164,33.862 0,35.215"
ns2:knockout="Off"
inkscape:connector-curvature="0"
style="fill:#9ab0c9;fill-opacity:1" />
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 18 KiB

@@ -0,0 +1,14 @@
<background>
<static>
<duration>8640000.0</duration>
<file>
<size width="1280" height="1024">/usr/share/desktop-base/futureprototype-theme/wallpaper/contents/images/1280x1024.svg</size>
<size width="1600" height="1200">/usr/share/desktop-base/futureprototype-theme/wallpaper/contents/images/1600x1200.svg</size>
<size width="1920" height="1080">/usr/share/desktop-base/futureprototype-theme/wallpaper/contents/images/1920x1080.svg</size>
<size width="1920" height="1200">/usr/share/desktop-base/futureprototype-theme/wallpaper/contents/images/1920x1200.svg</size>
<size width="2560" height="1080">/usr/share/desktop-base/futureprototype-theme/wallpaper/contents/images/2560x1080.svg</size>
<size width="4096" height="2160">/usr/share/desktop-base/futureprototype-theme/wallpaper/contents/images/4096x2160.svg</size>
</file>
</static>
</background>
@@ -0,0 +1,6 @@
[Desktop Entry]
Name=futurePrototype
X-KDE-PluginInfo-Name=futurePrototype
X-KDE-PluginInfo-Author=Alex Makas
X-KDE-PluginInfo-Email=radicalmonday@gmail.com
X-KDE-PluginInfo-License=GPLv2+