[Xfce4-commits] [xfce/xfce4-settings] 01/01: display: Re-do icons for minimal dialog
noreply at xfce.org
noreply at xfce.org
Wed Sep 26 01:16:12 CEST 2018
This is an automated email from the git hooks/post-receive script.
o c h o s i p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository xfce/xfce4-settings.
commit d9111bc71faca7748ba2b7ab3f15343db3394f5d
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Wed Sep 26 01:15:47 2018 +0200
display: Re-do icons for minimal dialog
Added svgs as resources for better maintenance.
Also make the labels in the minimal dialog clearer.
---
dialogs/display-settings/main.c | 15 +-
dialogs/display-settings/xfce-display-extend.png | Bin 5714 -> 4901 bytes
dialogs/display-settings/xfce-display-extend.svg | 801 ++++++++++++++++++++
dialogs/display-settings/xfce-display-external.png | Bin 7916 -> 4117 bytes
dialogs/display-settings/xfce-display-external.svg | 775 +++++++++++++++++++
dialogs/display-settings/xfce-display-internal.png | Bin 8271 -> 3640 bytes
dialogs/display-settings/xfce-display-internal.svg | 771 +++++++++++++++++++
dialogs/display-settings/xfce-display-mirror.png | Bin 7636 -> 3979 bytes
dialogs/display-settings/xfce-display-mirror.svg | 820 +++++++++++++++++++++
9 files changed, 3177 insertions(+), 5 deletions(-)
diff --git a/dialogs/display-settings/main.c b/dialogs/display-settings/main.c
index 43c5e19..adfab67 100644
--- a/dialogs/display-settings/main.c
+++ b/dialogs/display-settings/main.c
@@ -3455,6 +3455,8 @@ display_settings_show_minimal_dialog (GdkDisplay *display)
if (gtk_builder_add_from_string (builder, minimal_display_dialog_ui,
minimal_display_dialog_ui_length, &error) != 0)
{
+ gchar *only_display1_label, *only_display2_label;
+
/* Build the minimal dialog */
dialog = GTK_WIDGET (gtk_builder_get_object (builder, "dialog"));
cancel = GTK_WIDGET (gtk_builder_get_object (builder, "cancel_button"));
@@ -3481,8 +3483,10 @@ display_settings_show_minimal_dialog (GdkDisplay *display)
gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (fake_button), TRUE);
label = gtk_builder_get_object (builder, "label1");
- gtk_label_set_text (GTK_LABEL (label), xfce_randr->friendly_name[0]);
- gtk_widget_set_tooltip_text (GTK_WIDGET (label), xfce_randr->friendly_name[0]);
+ only_display1_label = g_strdup_printf ("Only %s (1)", xfce_randr->friendly_name[0]);
+ gtk_label_set_text (GTK_LABEL (label), only_display1_label);
+ gtk_widget_set_tooltip_text (GTK_WIDGET (label), only_display1_label);
+ g_free (only_display1_label);
gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (only_display1),
xfce_randr->mode[0] != None);
@@ -3490,9 +3494,10 @@ display_settings_show_minimal_dialog (GdkDisplay *display)
if (xfce_randr->noutput > 1)
{
label = gtk_builder_get_object (builder, "label4");
- gtk_label_set_text (GTK_LABEL (label), xfce_randr->friendly_name[1]);
- gtk_widget_set_tooltip_text (GTK_WIDGET (label), xfce_randr->friendly_name[1]);
-
+ only_display2_label = g_strdup_printf ("Only %s (2)", xfce_randr->friendly_name[1]);
+ gtk_label_set_text (GTK_LABEL (label), only_display2_label);
+ gtk_widget_set_tooltip_text (GTK_WIDGET (label), only_display2_label);
+ g_free (only_display2_label);
/* Can outputs be cloned? */
if (display_settings_get_n_active_outputs () > 1)
mode = xfce_randr_clonable_mode (xfce_randr);
diff --git a/dialogs/display-settings/xfce-display-extend.png b/dialogs/display-settings/xfce-display-extend.png
index 8d65742..0f4105e 100644
Binary files a/dialogs/display-settings/xfce-display-extend.png and b/dialogs/display-settings/xfce-display-extend.png differ
diff --git a/dialogs/display-settings/xfce-display-extend.svg b/dialogs/display-settings/xfce-display-extend.svg
new file mode 100644
index 0000000..f0e54c6
--- /dev/null
+++ b/dialogs/display-settings/xfce-display-extend.svg
@@ -0,0 +1,801 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+ xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ version="1.0"
+ width="128"
+ height="128"
+ id="svg2567"
+ sodipodi:docname="xfce-display-extend.svg"
+ inkscape:version="0.92.3 (2405546, 2018-03-11)"
+ inkscape:export-filename="/home/ochosi/Nerdstuff/xfce/xfce4-settings/dialogs/display-settings/xfce-display-extend.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="1151"
+ id="namedview62"
+ showgrid="true"
+ inkscape:zoom="3.4267976"
+ inkscape:cx="-22.175094"
+ inkscape:cy="69.589652"
+ inkscape:window-x="0"
+ inkscape:window-y="25"
+ inkscape:window-maximized="1"
+ inkscape:current-layer="svg2567">
+ <inkscape:grid
+ type="xygrid"
+ id="grid1205" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata172341">
+ <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>
+ <defs
+ id="defs2569">
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient1189">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop1185" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop1187" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10691-1">
+ <stop
+ id="stop10693-3"
+ style="stop-color:#000000;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop10695-1"
+ style="stop-color:#000000;stop-opacity:0"
+ offset="1" />
+ </linearGradient>
+ <radialGradient
+ cx="6.702713"
+ cy="73.615715"
+ r="7.228416"
+ fx="6.702713"
+ fy="73.615715"
+ id="radialGradient3226"
+ xlink:href="#linearGradient10691-1"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(4.1502873,0,0,0.87374455,36.181819,50.040836)" />
+ <linearGradient
+ id="linearGradient3924">
+ <stop
+ id="stop3926"
+ style="stop-color:#464646;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop3928"
+ style="stop-color:#787878;stop-opacity:1"
+ offset="0.10079991" />
+ <stop
+ id="stop3930"
+ style="stop-color:#828282;stop-opacity:1"
+ offset="0.56052971" />
+ <stop
+ id="stop3932"
+ style="stop-color:#828282;stop-opacity:1"
+ offset="0.64530003" />
+ <stop
+ id="stop3934"
+ style="stop-color:#646464;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="61.968769"
+ y1="35.053661"
+ x2="61.968769"
+ y2="43.378311"
+ id="linearGradient3223"
+ xlink:href="#linearGradient3924"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.1579855,0,0,2.0607668,-69.795096,23.857508)" />
+ <linearGradient
+ id="linearGradient3912">
+ <stop
+ id="stop3914"
+ style="stop-color:#787878;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop3916"
+ style="stop-color:#b4b4b4;stop-opacity:1"
+ offset="0.35046947" />
+ <stop
+ id="stop3918"
+ style="stop-color:#c8c8c8;stop-opacity:1"
+ offset="0.49417919" />
+ <stop
+ id="stop3920"
+ style="stop-color:#e6e6e6;stop-opacity:1"
+ offset="0.58907253" />
+ <stop
+ id="stop3922"
+ style="stop-color:#8c8c8c;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="361.10583"
+ y1="87.050117"
+ x2="361.10583"
+ y2="94.396416"
+ id="linearGradient3221"
+ xlink:href="#linearGradient3912"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.150236,0,0,2.0610632,-706.14619,-81.267807)" />
+ <linearGradient
+ id="linearGradient3342">
+ <stop
+ id="stop3344"
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="0" />
+ <stop
+ id="stop3346"
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="15.573899"
+ y1="46.971004"
+ x2="23.578077"
+ y2="46.971004"
+ id="linearGradient3218"
+ xlink:href="#linearGradient3342"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(3.1282824,0,0,2.6666665,-9.7588846,-10.756005)"
+ spreadMethod="reflect" />
+ <linearGradient
+ id="linearGradient3236">
+ <stop
+ id="stop3240"
+ style="stop-color:#bebebe;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop3244"
+ style="stop-color:#e6e6e6;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="64"
+ y1="98.144615"
+ x2="64"
+ y2="9.0004082"
+ id="linearGradient3234"
+ xlink:href="#linearGradient3236"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.80799961,0,0,0.80682144,12.288022,16.834888)" />
+ <linearGradient
+ id="linearGradient6712">
+ <stop
+ id="stop6714"
+ style="stop-color:#3c3c3c;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop6716"
+ style="stop-color:#1e1e1e;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <radialGradient
+ cx="12.244348"
+ cy="4.8630676"
+ r="20.999998"
+ fx="12.244348"
+ fy="4.8630676"
+ id="radialGradient3257"
+ xlink:href="#linearGradient6712"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.6191582,0.02284698,-0.01507559,1.2771439,-4.0138748,49.071855)" />
+ <linearGradient
+ id="linearGradient2867-449-88-871-390-598-476-591-434-148">
+ <stop
+ id="stop4627"
+ style="stop-color:#51cfee;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop4629"
+ style="stop-color:#49a3d2;stop-opacity:1"
+ offset="0.26238" />
+ <stop
+ id="stop4631"
+ style="stop-color:#3470b4;stop-opacity:1"
+ offset="0.704952" />
+ <stop
+ id="stop4633"
+ style="stop-color:#1b5699;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <radialGradient
+ cx="0.46681291"
+ cy="-16.571066"
+ r="23"
+ fx="0.46681291"
+ fy="-16.571066"
+ id="radialGradient2545"
+ xlink:href="#linearGradient2867-449-88-871-390-598-476-591-434-148"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(4.8436774e-7,3.7252473,-4.1787338,-1.1497155e-8,-101.70375,35.636985)" />
+ <linearGradient
+ id="linearGradient6592-2-7">
+ <stop
+ id="stop6594-0-2"
+ style="stop-color:#ffffff;stop-opacity:0.27450982"
+ offset="0" />
+ <stop
+ id="stop6596-2-5"
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="12.9375"
+ y1="8.4375"
+ x2="15.25"
+ y2="19.8125"
+ id="linearGradient3254"
+ xlink:href="#linearGradient6592-2-7"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.1428572,0,0,1.3333324,1.5714252,43.688218)" />
+ <filter
+ height="1.2150327"
+ y="-0.10751635"
+ width="1.1734241"
+ x="-0.086712047"
+ id="filter3198">
+ <feGaussianBlur
+ id="feGaussianBlur3200"
+ stdDeviation="0.71710775" />
+ </filter>
+ <linearGradient
+ id="linearGradient8589-4-3">
+ <stop
+ id="stop8591-7-2"
+ style="stop-color:#fefefe;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop8593-2-4"
+ style="stop-color:#cbcbcb;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="32.892288"
+ y1="8.0590115"
+ x2="36.358372"
+ y2="5.4565363"
+ id="linearGradient2565"
+ xlink:href="#linearGradient8589-4-3"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(3.7541116,0,0,4.0357898,-35.647124,9.9107789)" />
+ <linearGradient
+ id="linearGradient4011">
+ <stop
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1"
+ id="stop4013" />
+ <stop
+ offset="0.507761"
+ style="stop-color:#ffffff;stop-opacity:0.23529412"
+ id="stop4015" />
+ <stop
+ offset="0.83456558"
+ style="stop-color:#ffffff;stop-opacity:0.15686275"
+ id="stop4017" />
+ <stop
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0.39215687"
+ id="stop4019" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3820-7-2-1">
+ <stop
+ offset="0"
+ style="stop-color:#3d3d3d;stop-opacity:1"
+ id="stop3822-2-6-3" />
+ <stop
+ offset="0.5"
+ style="stop-color:#686868;stop-opacity:0.49803922"
+ id="stop3864-8-7-7" />
+ <stop
+ offset="1"
+ style="stop-color:#686868;stop-opacity:0"
+ id="stop3824-1-2-5" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="matrix(1.054054,0,0,1.054054,-51.611001,-2.7279009)"
+ gradientUnits="userSpaceOnUse"
+ xlink:href="#linearGradient4011"
+ id="linearGradient3012"
+ y2="44.340794"
+ x2="71.204407"
+ y1="6.2375584"
+ x1="71.204407" />
+ <radialGradient
+ gradientTransform="matrix(0.27083381,0,0,0.08762273,-2.855072,25.187228)"
+ gradientUnits="userSpaceOnUse"
+ xlink:href="#linearGradient3820-7-2-1"
+ id="radialGradient3018"
+ fy="186.17059"
+ fx="99.157013"
+ r="62.769119"
+ cy="186.17059"
+ cx="99.157013" />
+ <linearGradient
+ id="linearGradient27416-1-2-0-1">
+ <stop
+ offset="0"
+ style="stop-color:#55c1ec;stop-opacity:1"
+ id="stop27420-2-0-8-7" />
+ <stop
+ offset="1"
+ style="stop-color:#3689e6;stop-opacity:1"
+ id="stop27422-3-5-3-3" />
+ </linearGradient>
+ <linearGradient
+ y2="55.052982"
+ x2="30.271185"
+ y1="10.028973"
+ x1="30.271185"
+ gradientTransform="matrix(0.67764878,0,0,1.2335161,60.2151,-47.569187)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3066"
+ xlink:href="#linearGradient27416-1-2-0-1" />
+ <linearGradient
+ id="linearGradient4806">
+ <stop
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1"
+ id="stop4808" />
+ <stop
+ offset="0.42447853"
+ style="stop-color:#ffffff;stop-opacity:0.23529412"
+ id="stop4810" />
+ <stop
+ offset="0.82089913"
+ style="stop-color:#ffffff;stop-opacity:0.15686275"
+ id="stop4812" />
+ <stop
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0.39215687"
+ id="stop4814" />
+ </linearGradient>
+ <linearGradient
+ y2="40.495617"
+ x2="71.204407"
+ y1="15.369057"
+ x1="71.204407"
+ gradientTransform="matrix(2.3268746,0,0,2.3268746,-312.21594,-117.9115)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3293"
+ xlink:href="#linearGradient4806" />
+ <radialGradient
+ r="62.769119"
+ fy="185.29727"
+ fx="99.189415"
+ cy="185.29727"
+ cx="99.189415"
+ gradientTransform="matrix(0.3823536,7.5555777e-8,-1.8372241e-8,0.1115198,-5.9254271,36.335849)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient3300"
+ xlink:href="#linearGradient10691-1" />
+ <radialGradient
+ r="19.99999"
+ fy="8.4497671"
+ fx="3.9722471"
+ cy="8.4497671"
+ cx="3.9722471"
+ gradientTransform="matrix(0,3.5958841,-3.8040162,-9.7874431e-8,-112.12797,-105.13329)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient4145"
+ xlink:href="#linearGradient4171" />
+ <radialGradient
+ r="62.769119"
+ fy="185.29727"
+ fx="99.189415"
+ cy="185.29727"
+ cx="99.189415"
+ gradientTransform="matrix(0.2549024,5.3967361e-8,-1.2248161e-8,0.07965545,6.7163816,44.240666)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient4192"
+ xlink:href="#linearGradient10691-1" />
+ <linearGradient
+ id="linearGradient4171">
+ <stop
+ style="stop-color:#ffe16b;stop-opacity:1"
+ offset="0"
+ id="stop4173" />
+ <stop
+ style="stop-color:#f9c440;stop-opacity:1"
+ offset="1"
+ id="stop4175" />
+ </linearGradient>
+ <linearGradient
+ x1="14.495504"
+ y1="20.578842"
+ x2="14.653106"
+ y2="56.784363"
+ id="linearGradient3101"
+ xlink:href="#linearGradient3117"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.4071472,0,-0.00612526,1.4642082,24.122318,-144.41138)" />
+ <linearGradient
+ id="linearGradient3117">
+ <stop
+ id="stop3119"
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop3121"
+ style="stop-color:#ffffff;stop-opacity:0.23529412"
+ offset="0.56911701" />
+ <stop
+ id="stop3123"
+ style="stop-color:#ffffff;stop-opacity:0.15686275"
+ offset="0.93297637" />
+ <stop
+ id="stop3125"
+ style="stop-color:#ffffff;stop-opacity:0.39215687"
+ offset="1" />
+ </linearGradient>
+ <radialGradient
+ cx="605.71429"
+ cy="486.64789"
+ r="117.14286"
+ fx="605.71429"
+ fy="486.64789"
+ id="radialGradient3109"
+ xlink:href="#linearGradient10691-1"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.03212956,0,0,0.02058823,50.030355,-69.82824)" />
+ <radialGradient
+ cx="605.71429"
+ cy="486.64789"
+ r="117.14286"
+ fx="605.71429"
+ fy="486.64789"
+ id="radialGradient3112"
+ xlink:href="#linearGradient10691-1"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-0.03212956,0,0,0.02058823,36.756795,-69.82824)" />
+ <linearGradient
+ id="linearGradient5048">
+ <stop
+ id="stop5050"
+ style="stop-color:#000000;stop-opacity:0"
+ offset="0" />
+ <stop
+ id="stop5056"
+ style="stop-color:#000000;stop-opacity:1"
+ offset="0.5" />
+ <stop
+ id="stop5052"
+ style="stop-color:#000000;stop-opacity:0"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="302.85715"
+ y1="366.64789"
+ x2="302.85715"
+ y2="609.50507"
+ id="linearGradient4055"
+ xlink:href="#linearGradient5048"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.10769232,0,0,0.02058823,4.470495,-69.82824)" />
+ <linearGradient
+ xlink:href="#linearGradient4171"
+ id="linearGradient4177"
+ x1="34.678368"
+ y1="3.6804657"
+ x2="34.678368"
+ y2="59.191353"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(11.393575,-119.27967)" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6712"
+ id="radialGradient934"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.1588775,0.03046264,-0.02010079,1.7028585,45.814478,39.745204)"
+ cx="12.244348"
+ cy="4.8630676"
+ fx="12.244348"
+ fy="4.8630676"
+ r="20.999998" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2867-449-88-871-390-598-476-591-434-148"
+ id="radialGradient936"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.7863544e-7,3.4698681,-4.6707932,0,13.044515,36.184304)"
+ cx="-0.060846157"
+ cy="-16.428341"
+ fx="-0.060846157"
+ fy="-16.428341"
+ r="23" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6592-2-7"
+ id="linearGradient938"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.5238097,0,0,1.8346653,53.929633,33.474929)"
+ x1="12.9375"
+ y1="8.4375"
+ x2="15.25"
+ y2="19.8125" />
+ <linearGradient
+ x1="12.9375"
+ y1="8.4375"
+ x2="15.25"
+ y2="19.8125"
+ id="linearGradient3254-3"
+ xlink:href="#linearGradient6592-2-7"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.3809526,0,0,2.8666646,81.162227,80.07797)" />
+ <radialGradient
+ cx="2.6082575"
+ cy="-16.638557"
+ r="23"
+ fx="2.6082575"
+ fy="-16.638557"
+ id="radialGradient2545-5"
+ xlink:href="#linearGradient2867-449-88-871-390-598-476-591-434-148"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.9324051e-7,3.0085813,-4.7999302,1.3591293e-7,58.44117,91.412521)" />
+ <radialGradient
+ cx="12.244348"
+ cy="4.8630676"
+ r="20.999998"
+ fx="12.244348"
+ fy="4.8630676"
+ id="radialGradient3257-9"
+ xlink:href="#linearGradient6712"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.9684567,0.04212412,-0.02763858,2.3547343,76.861033,94.94039)" />
+ <linearGradient
+ id="linearGradient971">
+ <stop
+ id="stop963"
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop965"
+ style="stop-color:#ffffff;stop-opacity:0.23529412"
+ offset="0.51999998" />
+ <stop
+ id="stop967"
+ style="stop-color:#ffffff;stop-opacity:0.15686275"
+ offset="0.51999998" />
+ <stop
+ id="stop969"
+ style="stop-color:#ffffff;stop-opacity:0.39215687"
+ offset="1" />
+ </linearGradient>
+ <radialGradient
+ xlink:href="#linearGradient10691-1"
+ id="radialGradient4354"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.6046512,0,0,0.37205616,15.26846,184.23535)"
+ cx="11.25"
+ cy="19.03125"
+ fx="11.25"
+ fy="19.03125"
+ r="8.0625" />
+ <linearGradient
+ id="linearGradient1353">
+ <stop
+ id="stop1349"
+ offset="0"
+ style="stop-color:#d1ff82;stop-opacity:1" />
+ <stop
+ id="stop1351"
+ offset="1"
+ style="stop-color:#68b723;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient897">
+ <stop
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1"
+ id="stop889" />
+ <stop
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0.23529412"
+ id="stop891" />
+ <stop
+ offset="0.99999994"
+ style="stop-color:#ffffff;stop-opacity:0.15686275"
+ id="stop893" />
+ <stop
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0.39215687"
+ id="stop895" />
+ </linearGradient>
+ <linearGradient
+ osb:paint="solid"
+ id="linearGradient4526">
+ <stop
+ id="stop4528"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ y2="28.992111"
+ x2="34.88269"
+ y1="22.992111"
+ x1="34.88269"
+ gradientTransform="matrix(-1.004639,0,0,1,85.614805,36.32393)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient2606-5"
+ xlink:href="#linearGradient897" />
+ <linearGradient
+ gradientTransform="matrix(0,1,1,0,34.570739,38.31604)"
+ gradientUnits="userSpaceOnUse"
+ y2="22.594563"
+ x2="43.60112"
+ y1="22.594563"
+ x1="4.7150979"
+ id="linearGradient848-9"
+ xlink:href="#linearGradient1353" />
+ <linearGradient
+ y2="37.992111"
+ x2="34.88269"
+ y1="12.992111"
+ x1="34.88269"
+ gradientTransform="matrix(-1.004639,0,0,1,85.614805,36.32393)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient2606-6-2"
+ xlink:href="#linearGradient971" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient1189"
+ id="linearGradient1191"
+ x1="105.43901"
+ y1="39.798286"
+ x2="105.43901"
+ y2="73.940948"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient1189"
+ id="linearGradient1195"
+ gradientUnits="userSpaceOnUse"
+ x1="105.43901"
+ y1="39.798286"
+ x2="105.43901"
+ y2="73.940948"
+ gradientTransform="matrix(0.74192667,0,0,0.73169337,-37.643299,20.486614)" />
+ <radialGradient
+ cx="0.46681291"
+ cy="-16.571066"
+ r="23"
+ fx="0.46681291"
+ fy="-16.571066"
+ id="radialGradient2545-3"
+ xlink:href="#linearGradient2867-449-88-871-390-598-476-591-434-148"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(4.8436774e-7,3.7252473,-4.1787338,-1.1497155e-8,-39.704817,45.526267)" />
+ </defs>
+ <rect
+ style="display:inline;fill:url(#radialGradient3257);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;enable-background:new"
+ id="rect2716"
+ y="48.38715"
+ x="5.5010619"
+ height="32"
+ width="48" />
+ <path
+ inkscape:connector-curvature="0"
+ style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient2545-3);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.00213289;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate"
+ id="path4322"
+ d="m 5.4999968,48.388216 c 9.3896012,0 48.0000002,0 48.0000002,0 v 32 H 5.4999968 Z"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ d="m 5.5010632,48.38715 c 9.3896008,0 47.9999998,0 47.9999998,0 v 32 H 5.5010632 Z"
+ id="path916"
+ style="display:inline;overflow:visible;visibility:visible;opacity:0.4;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.00213289;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate"
+ inkscape:connector-curvature="0" />
+ <g
+ id="g1215"
+ transform="translate(-3.2e-6,3.8882165)">
+ <rect
+ style="display:inline;fill:url(#radialGradient934);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;enable-background:new"
+ id="rect924"
+ y="38.83226"
+ x="58.501064"
+ height="42.666664"
+ width="64" />
+ <path
+ inkscape:connector-curvature="0"
+ style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient936);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.00213289;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate"
+ id="path926"
+ d="m 58.501064,38.832266 c 12.519468,0 64.000006,0 64.000006,0 V 81.498932 H 58.501064 Z"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:url(#linearGradient938);fill-opacity:1;stroke:none;stroke-width:0.99999988"
+ id="path928"
+ d="M 58.501063,38.978926 H 122.50107 V 53.656268 L 58.501063,66.498926 Z" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ d="m 58.501066,38.724633 c 12.519051,0 63.997874,0 63.997874,0 V 81.498934 H 58.501066 Z"
+ id="path930"
+ style="display:inline;overflow:visible;visibility:visible;opacity:0.4;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.00213289;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate"
+ inkscape:connector-curvature="0" />
+ <path
+ inkscape:connector-curvature="0"
+ style="display:inline;overflow:visible;visibility:visible;opacity:0.4;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient1191);stroke-width:1.00213289;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate"
+ id="path1183"
+ d="m 59.501066,39.501067 c 12.127816,0 61.997864,0 61.997864,0 V 80.498934 H 59.501066 Z"
+ sodipodi:nodetypes="ccccc" />
+ </g>
+ <path
+ inkscape:connector-curvature="0"
+ style="display:inline;overflow:visible;visibility:visible;opacity:0.4;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient1195);stroke-width:1.00213289;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate"
+ id="path1193"
+ d="m 6.5021296,49.389283 c 8.9979494,0 45.9978684,0 45.9978684,0 V 79.387151 H 6.5021296 Z"
+ sodipodi:nodetypes="ccccc" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ x="24.389036"
+ y="70.57515"
+ id="text1219"><tspan
+ sodipodi:role="line"
+ id="tspan1217"
+ x="24.389036"
+ y="70.57515"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:17.33333397px;font-family:'Noto Sans';-inkscape-font-specification:'Noto Sans Bold';fill:#ffffff;fill-opacity:1">1</tspan></text>
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:url(#linearGradient3254);fill-opacity:1;stroke:none;stroke-width:1"
+ id="rect6588"
+ d="M 4.9999968,47.688216 H 52.999997 V 58.354889 L 4.9999968,67.688216 Z" />
+ <text
+ id="text1223"
+ y="71.347298"
+ x="85.207512"
+ style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ xml:space="preserve"><tspan
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:17.33333397px;font-family:'Noto Sans';-inkscape-font-specification:'Noto Sans Bold';fill:#ffffff;fill-opacity:1"
+ y="71.347298"
+ x="85.207512"
+ id="tspan1221"
+ sodipodi:role="line">2</tspan></text>
+ <g
+ id="g1208"
+ transform="translate(-4.0000032,7.8882165)">
+ <path
+ sodipodi:nodetypes="cccccccc"
+ id="path4348-5-7"
+ d="M 68.000001,48 80,57.528065 68.000001,67 V 60 H 48 v -5 h 20.000001 z"
+ style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99999958;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
+ inkscape:connector-curvature="0" />
+ </g>
+</svg>
diff --git a/dialogs/display-settings/xfce-display-external.png b/dialogs/display-settings/xfce-display-external.png
index 3e9078d..cecfa3c 100644
Binary files a/dialogs/display-settings/xfce-display-external.png and b/dialogs/display-settings/xfce-display-external.png differ
diff --git a/dialogs/display-settings/xfce-display-external.svg b/dialogs/display-settings/xfce-display-external.svg
new file mode 100644
index 0000000..b003ae2
--- /dev/null
+++ b/dialogs/display-settings/xfce-display-external.svg
@@ -0,0 +1,775 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+ xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ version="1.0"
+ width="128"
+ height="128"
+ id="svg2567"
+ sodipodi:docname="xfce-display-external.svg"
+ inkscape:version="0.92.3 (2405546, 2018-03-11)"
+ inkscape:export-filename="/home/ochosi/Nerdstuff/xfce/xfce4-settings/dialogs/display-settings/xfce-display-external.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="1151"
+ id="namedview62"
+ showgrid="true"
+ inkscape:zoom="3.4267976"
+ inkscape:cx="36.614391"
+ inkscape:cy="70.151665"
+ inkscape:window-x="0"
+ inkscape:window-y="25"
+ inkscape:window-maximized="1"
+ inkscape:current-layer="svg2567">
+ <inkscape:grid
+ type="xygrid"
+ id="grid1205" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata172341">
+ <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>
+ <defs
+ id="defs2569">
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient1189">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop1185" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop1187" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10691-1">
+ <stop
+ id="stop10693-3"
+ style="stop-color:#000000;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop10695-1"
+ style="stop-color:#000000;stop-opacity:0"
+ offset="1" />
+ </linearGradient>
+ <radialGradient
+ cx="6.702713"
+ cy="73.615715"
+ r="7.228416"
+ fx="6.702713"
+ fy="73.615715"
+ id="radialGradient3226"
+ xlink:href="#linearGradient10691-1"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(4.1502873,0,0,0.87374455,36.181819,50.040836)" />
+ <linearGradient
+ id="linearGradient3924">
+ <stop
+ id="stop3926"
+ style="stop-color:#464646;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop3928"
+ style="stop-color:#787878;stop-opacity:1"
+ offset="0.10079991" />
+ <stop
+ id="stop3930"
+ style="stop-color:#828282;stop-opacity:1"
+ offset="0.56052971" />
+ <stop
+ id="stop3932"
+ style="stop-color:#828282;stop-opacity:1"
+ offset="0.64530003" />
+ <stop
+ id="stop3934"
+ style="stop-color:#646464;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="61.968769"
+ y1="35.053661"
+ x2="61.968769"
+ y2="43.378311"
+ id="linearGradient3223"
+ xlink:href="#linearGradient3924"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.1579855,0,0,2.0607668,-69.795096,23.857508)" />
+ <linearGradient
+ id="linearGradient3912">
+ <stop
+ id="stop3914"
+ style="stop-color:#787878;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop3916"
+ style="stop-color:#b4b4b4;stop-opacity:1"
+ offset="0.35046947" />
+ <stop
+ id="stop3918"
+ style="stop-color:#c8c8c8;stop-opacity:1"
+ offset="0.49417919" />
+ <stop
+ id="stop3920"
+ style="stop-color:#e6e6e6;stop-opacity:1"
+ offset="0.58907253" />
+ <stop
+ id="stop3922"
+ style="stop-color:#8c8c8c;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="361.10583"
+ y1="87.050117"
+ x2="361.10583"
+ y2="94.396416"
+ id="linearGradient3221"
+ xlink:href="#linearGradient3912"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.150236,0,0,2.0610632,-706.14619,-81.267807)" />
+ <linearGradient
+ id="linearGradient3342">
+ <stop
+ id="stop3344"
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="0" />
+ <stop
+ id="stop3346"
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="15.573899"
+ y1="46.971004"
+ x2="23.578077"
+ y2="46.971004"
+ id="linearGradient3218"
+ xlink:href="#linearGradient3342"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(3.1282824,0,0,2.6666665,-9.7588846,-10.756005)"
+ spreadMethod="reflect" />
+ <linearGradient
+ id="linearGradient3236">
+ <stop
+ id="stop3240"
+ style="stop-color:#bebebe;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop3244"
+ style="stop-color:#e6e6e6;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="64"
+ y1="98.144615"
+ x2="64"
+ y2="9.0004082"
+ id="linearGradient3234"
+ xlink:href="#linearGradient3236"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.80799961,0,0,0.80682144,12.288022,16.834888)" />
+ <linearGradient
+ id="linearGradient6712">
+ <stop
+ id="stop6714"
+ style="stop-color:#3c3c3c;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop6716"
+ style="stop-color:#1e1e1e;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <radialGradient
+ cx="12.244348"
+ cy="4.8630676"
+ r="20.999998"
+ fx="12.244348"
+ fy="4.8630676"
+ id="radialGradient3257"
+ xlink:href="#linearGradient6712"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.6191582,0.02284698,-0.01507559,1.2771439,-4.0138748,49.071855)" />
+ <linearGradient
+ id="linearGradient2867-449-88-871-390-598-476-591-434-148">
+ <stop
+ id="stop4627"
+ style="stop-color:#51cfee;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop4629"
+ style="stop-color:#49a3d2;stop-opacity:1"
+ offset="0.26238" />
+ <stop
+ id="stop4631"
+ style="stop-color:#3470b4;stop-opacity:1"
+ offset="0.704952" />
+ <stop
+ id="stop4633"
+ style="stop-color:#1b5699;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <radialGradient
+ cx="0.46681291"
+ cy="-16.571066"
+ r="23"
+ fx="0.46681291"
+ fy="-16.571066"
+ id="radialGradient2545"
+ xlink:href="#linearGradient2867-449-88-871-390-598-476-591-434-148"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(4.8436774e-7,3.7252473,-4.1787338,-1.1497155e-8,-101.70375,35.636985)" />
+ <linearGradient
+ id="linearGradient6592-2-7">
+ <stop
+ id="stop6594-0-2"
+ style="stop-color:#ffffff;stop-opacity:0.27450982"
+ offset="0" />
+ <stop
+ id="stop6596-2-5"
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="12.9375"
+ y1="8.4375"
+ x2="15.25"
+ y2="19.8125"
+ id="linearGradient3254"
+ xlink:href="#linearGradient6592-2-7"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.1428572,0,0,1.3333324,1.5714252,43.688218)" />
+ <filter
+ height="1.2150327"
+ y="-0.10751635"
+ width="1.1734241"
+ x="-0.086712047"
+ id="filter3198">
+ <feGaussianBlur
+ id="feGaussianBlur3200"
+ stdDeviation="0.71710775" />
+ </filter>
+ <linearGradient
+ id="linearGradient8589-4-3">
+ <stop
+ id="stop8591-7-2"
+ style="stop-color:#fefefe;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop8593-2-4"
+ style="stop-color:#cbcbcb;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="32.892288"
+ y1="8.0590115"
+ x2="36.358372"
+ y2="5.4565363"
+ id="linearGradient2565"
+ xlink:href="#linearGradient8589-4-3"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(3.7541116,0,0,4.0357898,-35.647124,9.9107789)" />
+ <linearGradient
+ id="linearGradient4011">
+ <stop
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1"
+ id="stop4013" />
+ <stop
+ offset="0.507761"
+ style="stop-color:#ffffff;stop-opacity:0.23529412"
+ id="stop4015" />
+ <stop
+ offset="0.83456558"
+ style="stop-color:#ffffff;stop-opacity:0.15686275"
+ id="stop4017" />
+ <stop
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0.39215687"
+ id="stop4019" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3820-7-2-1">
+ <stop
+ offset="0"
+ style="stop-color:#3d3d3d;stop-opacity:1"
+ id="stop3822-2-6-3" />
+ <stop
+ offset="0.5"
+ style="stop-color:#686868;stop-opacity:0.49803922"
+ id="stop3864-8-7-7" />
+ <stop
+ offset="1"
+ style="stop-color:#686868;stop-opacity:0"
+ id="stop3824-1-2-5" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="matrix(1.054054,0,0,1.054054,-51.611001,-2.7279009)"
+ gradientUnits="userSpaceOnUse"
+ xlink:href="#linearGradient4011"
+ id="linearGradient3012"
+ y2="44.340794"
+ x2="71.204407"
+ y1="6.2375584"
+ x1="71.204407" />
+ <radialGradient
+ gradientTransform="matrix(0.27083381,0,0,0.08762273,-2.855072,25.187228)"
+ gradientUnits="userSpaceOnUse"
+ xlink:href="#linearGradient3820-7-2-1"
+ id="radialGradient3018"
+ fy="186.17059"
+ fx="99.157013"
+ r="62.769119"
+ cy="186.17059"
+ cx="99.157013" />
+ <linearGradient
+ id="linearGradient27416-1-2-0-1">
+ <stop
+ offset="0"
+ style="stop-color:#55c1ec;stop-opacity:1"
+ id="stop27420-2-0-8-7" />
+ <stop
+ offset="1"
+ style="stop-color:#3689e6;stop-opacity:1"
+ id="stop27422-3-5-3-3" />
+ </linearGradient>
+ <linearGradient
+ y2="55.052982"
+ x2="30.271185"
+ y1="10.028973"
+ x1="30.271185"
+ gradientTransform="matrix(0.67764878,0,0,1.2335161,60.2151,-47.569187)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3066"
+ xlink:href="#linearGradient27416-1-2-0-1" />
+ <linearGradient
+ id="linearGradient4806">
+ <stop
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1"
+ id="stop4808" />
+ <stop
+ offset="0.42447853"
+ style="stop-color:#ffffff;stop-opacity:0.23529412"
+ id="stop4810" />
+ <stop
+ offset="0.82089913"
+ style="stop-color:#ffffff;stop-opacity:0.15686275"
+ id="stop4812" />
+ <stop
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0.39215687"
+ id="stop4814" />
+ </linearGradient>
+ <linearGradient
+ y2="40.495617"
+ x2="71.204407"
+ y1="15.369057"
+ x1="71.204407"
+ gradientTransform="matrix(2.3268746,0,0,2.3268746,-312.21594,-117.9115)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3293"
+ xlink:href="#linearGradient4806" />
+ <radialGradient
+ r="62.769119"
+ fy="185.29727"
+ fx="99.189415"
+ cy="185.29727"
+ cx="99.189415"
+ gradientTransform="matrix(0.3823536,7.5555777e-8,-1.8372241e-8,0.1115198,-5.9254271,36.335849)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient3300"
+ xlink:href="#linearGradient10691-1" />
+ <radialGradient
+ r="19.99999"
+ fy="8.4497671"
+ fx="3.9722471"
+ cy="8.4497671"
+ cx="3.9722471"
+ gradientTransform="matrix(0,3.5958841,-3.8040162,-9.7874431e-8,-112.12797,-105.13329)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient4145"
+ xlink:href="#linearGradient4171" />
+ <radialGradient
+ r="62.769119"
+ fy="185.29727"
+ fx="99.189415"
+ cy="185.29727"
+ cx="99.189415"
+ gradientTransform="matrix(0.2549024,5.3967361e-8,-1.2248161e-8,0.07965545,6.7163816,44.240666)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient4192"
+ xlink:href="#linearGradient10691-1" />
+ <linearGradient
+ id="linearGradient4171">
+ <stop
+ style="stop-color:#ffe16b;stop-opacity:1"
+ offset="0"
+ id="stop4173" />
+ <stop
+ style="stop-color:#f9c440;stop-opacity:1"
+ offset="1"
+ id="stop4175" />
+ </linearGradient>
+ <linearGradient
+ x1="14.495504"
+ y1="20.578842"
+ x2="14.653106"
+ y2="56.784363"
+ id="linearGradient3101"
+ xlink:href="#linearGradient3117"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.4071472,0,-0.00612526,1.4642082,24.122318,-144.41138)" />
+ <linearGradient
+ id="linearGradient3117">
+ <stop
+ id="stop3119"
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop3121"
+ style="stop-color:#ffffff;stop-opacity:0.23529412"
+ offset="0.56911701" />
+ <stop
+ id="stop3123"
+ style="stop-color:#ffffff;stop-opacity:0.15686275"
+ offset="0.93297637" />
+ <stop
+ id="stop3125"
+ style="stop-color:#ffffff;stop-opacity:0.39215687"
+ offset="1" />
+ </linearGradient>
+ <radialGradient
+ cx="605.71429"
+ cy="486.64789"
+ r="117.14286"
+ fx="605.71429"
+ fy="486.64789"
+ id="radialGradient3109"
+ xlink:href="#linearGradient10691-1"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.03212956,0,0,0.02058823,50.030355,-69.82824)" />
+ <radialGradient
+ cx="605.71429"
+ cy="486.64789"
+ r="117.14286"
+ fx="605.71429"
+ fy="486.64789"
+ id="radialGradient3112"
+ xlink:href="#linearGradient10691-1"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-0.03212956,0,0,0.02058823,36.756795,-69.82824)" />
+ <linearGradient
+ id="linearGradient5048">
+ <stop
+ id="stop5050"
+ style="stop-color:#000000;stop-opacity:0"
+ offset="0" />
+ <stop
+ id="stop5056"
+ style="stop-color:#000000;stop-opacity:1"
+ offset="0.5" />
+ <stop
+ id="stop5052"
+ style="stop-color:#000000;stop-opacity:0"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="302.85715"
+ y1="366.64789"
+ x2="302.85715"
+ y2="609.50507"
+ id="linearGradient4055"
+ xlink:href="#linearGradient5048"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.10769232,0,0,0.02058823,4.470495,-69.82824)" />
+ <linearGradient
+ xlink:href="#linearGradient4171"
+ id="linearGradient4177"
+ x1="34.678368"
+ y1="3.6804657"
+ x2="34.678368"
+ y2="59.191353"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(11.393575,-119.27967)" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6712"
+ id="radialGradient934"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.1588775,0.03046264,-0.02010079,1.7028585,45.814478,39.745204)"
+ cx="12.244348"
+ cy="4.8630676"
+ fx="12.244348"
+ fy="4.8630676"
+ r="20.999998" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2867-449-88-871-390-598-476-591-434-148"
+ id="radialGradient936"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.7863544e-7,3.4698681,-4.6707932,0,13.044515,36.184304)"
+ cx="-0.060846157"
+ cy="-16.428341"
+ fx="-0.060846157"
+ fy="-16.428341"
+ r="23" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6592-2-7"
+ id="linearGradient938"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.5238097,0,0,1.8346653,53.929633,33.474929)"
+ x1="12.9375"
+ y1="8.4375"
+ x2="15.25"
+ y2="19.8125" />
+ <linearGradient
+ x1="12.9375"
+ y1="8.4375"
+ x2="15.25"
+ y2="19.8125"
+ id="linearGradient3254-3"
+ xlink:href="#linearGradient6592-2-7"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.3809526,0,0,2.8666646,81.162227,80.07797)" />
+ <radialGradient
+ cx="2.6082575"
+ cy="-16.638557"
+ r="23"
+ fx="2.6082575"
+ fy="-16.638557"
+ id="radialGradient2545-5"
+ xlink:href="#linearGradient2867-449-88-871-390-598-476-591-434-148"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.9324051e-7,3.0085813,-4.7999302,1.3591293e-7,58.44117,91.412521)" />
+ <radialGradient
+ cx="12.244348"
+ cy="4.8630676"
+ r="20.999998"
+ fx="12.244348"
+ fy="4.8630676"
+ id="radialGradient3257-9"
+ xlink:href="#linearGradient6712"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.9684567,0.04212412,-0.02763858,2.3547343,76.861033,94.94039)" />
+ <linearGradient
+ id="linearGradient971">
+ <stop
+ id="stop963"
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop965"
+ style="stop-color:#ffffff;stop-opacity:0.23529412"
+ offset="0.51999998" />
+ <stop
+ id="stop967"
+ style="stop-color:#ffffff;stop-opacity:0.15686275"
+ offset="0.51999998" />
+ <stop
+ id="stop969"
+ style="stop-color:#ffffff;stop-opacity:0.39215687"
+ offset="1" />
+ </linearGradient>
+ <radialGradient
+ xlink:href="#linearGradient10691-1"
+ id="radialGradient4354"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.6046512,0,0,0.37205616,15.26846,184.23535)"
+ cx="11.25"
+ cy="19.03125"
+ fx="11.25"
+ fy="19.03125"
+ r="8.0625" />
+ <linearGradient
+ id="linearGradient1353">
+ <stop
+ id="stop1349"
+ offset="0"
+ style="stop-color:#d1ff82;stop-opacity:1" />
+ <stop
+ id="stop1351"
+ offset="1"
+ style="stop-color:#68b723;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient897">
+ <stop
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1"
+ id="stop889" />
+ <stop
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0.23529412"
+ id="stop891" />
+ <stop
+ offset="0.99999994"
+ style="stop-color:#ffffff;stop-opacity:0.15686275"
+ id="stop893" />
+ <stop
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0.39215687"
+ id="stop895" />
+ </linearGradient>
+ <linearGradient
+ osb:paint="solid"
+ id="linearGradient4526">
+ <stop
+ id="stop4528"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ y2="28.992111"
+ x2="34.88269"
+ y1="22.992111"
+ x1="34.88269"
+ gradientTransform="matrix(-1.004639,0,0,1,85.614805,36.32393)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient2606-5"
+ xlink:href="#linearGradient897" />
+ <linearGradient
+ gradientTransform="matrix(0,1,1,0,34.570739,38.31604)"
+ gradientUnits="userSpaceOnUse"
+ y2="22.594563"
+ x2="43.60112"
+ y1="22.594563"
+ x1="4.7150979"
+ id="linearGradient848-9"
+ xlink:href="#linearGradient1353" />
+ <linearGradient
+ y2="37.992111"
+ x2="34.88269"
+ y1="12.992111"
+ x1="34.88269"
+ gradientTransform="matrix(-1.004639,0,0,1,85.614805,36.32393)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient2606-6-2"
+ xlink:href="#linearGradient971" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient1189"
+ id="linearGradient1191"
+ x1="105.43901"
+ y1="39.798286"
+ x2="105.43901"
+ y2="73.940948"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient1189"
+ id="linearGradient1195"
+ gradientUnits="userSpaceOnUse"
+ x1="105.43901"
+ y1="39.798286"
+ x2="105.43901"
+ y2="73.940948"
+ gradientTransform="matrix(0.74192667,0,0,0.73169337,-37.643299,20.486614)" />
+ </defs>
+ <rect
+ style="display:inline;fill:url(#radialGradient3257);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;enable-background:new"
+ id="rect2716"
+ y="48.38715"
+ x="5.5010619"
+ height="32"
+ width="48" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:url(#linearGradient3254);fill-opacity:1;stroke:none;stroke-width:1"
+ id="rect6588"
+ d="M 4.9999968,47.688216 H 52.999997 V 58.354889 L 4.9999968,67.688216 Z" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ d="m 5.5010632,48.38715 c 9.3896008,0 47.9999998,0 47.9999998,0 v 32 H 5.5010632 Z"
+ id="path916"
+ style="display:inline;overflow:visible;visibility:visible;opacity:0.4;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.00213289;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate"
+ inkscape:connector-curvature="0" />
+ <g
+ id="g1215"
+ transform="translate(-3.2e-6,3.8882165)">
+ <rect
+ style="display:inline;fill:url(#radialGradient934);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;enable-background:new"
+ id="rect924"
+ y="38.83226"
+ x="58.501064"
+ height="42.666664"
+ width="64" />
+ <path
+ inkscape:connector-curvature="0"
+ style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient936);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.00213289;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate"
+ id="path926"
+ d="m 58.501064,38.832266 c 12.519468,0 64.000006,0 64.000006,0 V 81.498932 H 58.501064 Z"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:url(#linearGradient938);fill-opacity:1;stroke:none;stroke-width:0.99999988"
+ id="path928"
+ d="M 58.501063,38.978926 H 122.50107 V 53.656268 L 58.501063,66.498926 Z" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ d="m 58.501066,38.724633 c 12.519051,0 63.997874,0 63.997874,0 V 81.498934 H 58.501066 Z"
+ id="path930"
+ style="display:inline;overflow:visible;visibility:visible;opacity:0.4;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.00213289;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate"
+ inkscape:connector-curvature="0" />
+ <path
+ inkscape:connector-curvature="0"
+ style="display:inline;overflow:visible;visibility:visible;opacity:0.4;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient1191);stroke-width:1.00213289;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate"
+ id="path1183"
+ d="m 59.501066,39.501067 c 12.127816,0 61.997864,0 61.997864,0 V 80.498934 H 59.501066 Z"
+ sodipodi:nodetypes="ccccc" />
+ </g>
+ <path
+ inkscape:connector-curvature="0"
+ style="display:inline;overflow:visible;visibility:visible;opacity:0.4;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient1195);stroke-width:1.00213289;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate"
+ id="path1193"
+ d="m 6.5021296,49.389283 c 8.9979494,0 45.9978684,0 45.9978684,0 V 79.387151 H 6.5021296 Z"
+ sodipodi:nodetypes="ccccc" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ x="24.389036"
+ y="70.57515"
+ id="text1219"><tspan
+ sodipodi:role="line"
+ id="tspan1217"
+ x="24.389036"
+ y="70.57515"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:17.33333397px;font-family:'Noto Sans';-inkscape-font-specification:'Noto Sans Bold';fill:#ffffff;fill-opacity:1">1</tspan></text>
+ <text
+ id="text1223"
+ y="71.347298"
+ x="85.207512"
+ style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ xml:space="preserve"><tspan
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:17.33333397px;font-family:'Noto Sans';-inkscape-font-specification:'Noto Sans Bold';fill:#ffffff;fill-opacity:1"
+ y="71.347298"
+ x="85.207512"
+ id="tspan1221"
+ sodipodi:role="line">2</tspan></text>
+</svg>
diff --git a/dialogs/display-settings/xfce-display-internal.png b/dialogs/display-settings/xfce-display-internal.png
index 37e0d57..19eb85d 100644
Binary files a/dialogs/display-settings/xfce-display-internal.png and b/dialogs/display-settings/xfce-display-internal.png differ
diff --git a/dialogs/display-settings/xfce-display-internal.svg b/dialogs/display-settings/xfce-display-internal.svg
new file mode 100644
index 0000000..1f55b0c
--- /dev/null
+++ b/dialogs/display-settings/xfce-display-internal.svg
@@ -0,0 +1,771 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+ xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ version="1.0"
+ width="128"
+ height="128"
+ id="svg2567"
+ sodipodi:docname="xfce-display-internal.svg"
+ inkscape:version="0.92.3 (2405546, 2018-03-11)"
+ inkscape:export-filename="/home/ochosi/Nerdstuff/xfce/xfce4-settings/dialogs/display-settings/xfce-display-internal.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="1151"
+ id="namedview62"
+ showgrid="true"
+ inkscape:zoom="3.4267976"
+ inkscape:cx="3.6507676"
+ inkscape:cy="70.151665"
+ inkscape:window-x="0"
+ inkscape:window-y="25"
+ inkscape:window-maximized="1"
+ inkscape:current-layer="svg2567">
+ <inkscape:grid
+ type="xygrid"
+ id="grid1205" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata172341">
+ <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>
+ <defs
+ id="defs2569">
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient1189">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop1185" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop1187" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10691-1">
+ <stop
+ id="stop10693-3"
+ style="stop-color:#000000;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop10695-1"
+ style="stop-color:#000000;stop-opacity:0"
+ offset="1" />
+ </linearGradient>
+ <radialGradient
+ cx="6.702713"
+ cy="73.615715"
+ r="7.228416"
+ fx="6.702713"
+ fy="73.615715"
+ id="radialGradient3226"
+ xlink:href="#linearGradient10691-1"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(4.1502873,0,0,0.87374455,36.181819,50.040836)" />
+ <linearGradient
+ id="linearGradient3924">
+ <stop
+ id="stop3926"
+ style="stop-color:#464646;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop3928"
+ style="stop-color:#787878;stop-opacity:1"
+ offset="0.10079991" />
+ <stop
+ id="stop3930"
+ style="stop-color:#828282;stop-opacity:1"
+ offset="0.56052971" />
+ <stop
+ id="stop3932"
+ style="stop-color:#828282;stop-opacity:1"
+ offset="0.64530003" />
+ <stop
+ id="stop3934"
+ style="stop-color:#646464;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="61.968769"
+ y1="35.053661"
+ x2="61.968769"
+ y2="43.378311"
+ id="linearGradient3223"
+ xlink:href="#linearGradient3924"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.1579855,0,0,2.0607668,-69.795096,23.857508)" />
+ <linearGradient
+ id="linearGradient3912">
+ <stop
+ id="stop3914"
+ style="stop-color:#787878;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop3916"
+ style="stop-color:#b4b4b4;stop-opacity:1"
+ offset="0.35046947" />
+ <stop
+ id="stop3918"
+ style="stop-color:#c8c8c8;stop-opacity:1"
+ offset="0.49417919" />
+ <stop
+ id="stop3920"
+ style="stop-color:#e6e6e6;stop-opacity:1"
+ offset="0.58907253" />
+ <stop
+ id="stop3922"
+ style="stop-color:#8c8c8c;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="361.10583"
+ y1="87.050117"
+ x2="361.10583"
+ y2="94.396416"
+ id="linearGradient3221"
+ xlink:href="#linearGradient3912"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.150236,0,0,2.0610632,-706.14619,-81.267807)" />
+ <linearGradient
+ id="linearGradient3342">
+ <stop
+ id="stop3344"
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="0" />
+ <stop
+ id="stop3346"
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="15.573899"
+ y1="46.971004"
+ x2="23.578077"
+ y2="46.971004"
+ id="linearGradient3218"
+ xlink:href="#linearGradient3342"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(3.1282824,0,0,2.6666665,-9.7588846,-10.756005)"
+ spreadMethod="reflect" />
+ <linearGradient
+ id="linearGradient3236">
+ <stop
+ id="stop3240"
+ style="stop-color:#bebebe;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop3244"
+ style="stop-color:#e6e6e6;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="64"
+ y1="98.144615"
+ x2="64"
+ y2="9.0004082"
+ id="linearGradient3234"
+ xlink:href="#linearGradient3236"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.80799961,0,0,0.80682144,12.288022,16.834888)" />
+ <linearGradient
+ id="linearGradient6712">
+ <stop
+ id="stop6714"
+ style="stop-color:#3c3c3c;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop6716"
+ style="stop-color:#1e1e1e;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <radialGradient
+ cx="12.244348"
+ cy="4.8630676"
+ r="20.999998"
+ fx="12.244348"
+ fy="4.8630676"
+ id="radialGradient3257"
+ xlink:href="#linearGradient6712"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.6191582,0.02284698,-0.01507559,1.2771439,-4.0138748,49.071855)" />
+ <linearGradient
+ id="linearGradient2867-449-88-871-390-598-476-591-434-148">
+ <stop
+ id="stop4627"
+ style="stop-color:#51cfee;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop4629"
+ style="stop-color:#49a3d2;stop-opacity:1"
+ offset="0.26238" />
+ <stop
+ id="stop4631"
+ style="stop-color:#3470b4;stop-opacity:1"
+ offset="0.704952" />
+ <stop
+ id="stop4633"
+ style="stop-color:#1b5699;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <radialGradient
+ cx="0.46681291"
+ cy="-16.571066"
+ r="23"
+ fx="0.46681291"
+ fy="-16.571066"
+ id="radialGradient2545"
+ xlink:href="#linearGradient2867-449-88-871-390-598-476-591-434-148"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(4.8436774e-7,3.7252473,-4.1787338,-1.1497155e-8,-101.70375,35.636985)" />
+ <linearGradient
+ id="linearGradient6592-2-7">
+ <stop
+ id="stop6594-0-2"
+ style="stop-color:#ffffff;stop-opacity:0.27450982"
+ offset="0" />
+ <stop
+ id="stop6596-2-5"
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="12.9375"
+ y1="8.4375"
+ x2="15.25"
+ y2="19.8125"
+ id="linearGradient3254"
+ xlink:href="#linearGradient6592-2-7"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.1428572,0,0,1.3333324,1.5714252,43.688218)" />
+ <filter
+ height="1.2150327"
+ y="-0.10751635"
+ width="1.1734241"
+ x="-0.086712047"
+ id="filter3198">
+ <feGaussianBlur
+ id="feGaussianBlur3200"
+ stdDeviation="0.71710775" />
+ </filter>
+ <linearGradient
+ id="linearGradient8589-4-3">
+ <stop
+ id="stop8591-7-2"
+ style="stop-color:#fefefe;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop8593-2-4"
+ style="stop-color:#cbcbcb;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="32.892288"
+ y1="8.0590115"
+ x2="36.358372"
+ y2="5.4565363"
+ id="linearGradient2565"
+ xlink:href="#linearGradient8589-4-3"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(3.7541116,0,0,4.0357898,-35.647124,9.9107789)" />
+ <linearGradient
+ id="linearGradient4011">
+ <stop
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1"
+ id="stop4013" />
+ <stop
+ offset="0.507761"
+ style="stop-color:#ffffff;stop-opacity:0.23529412"
+ id="stop4015" />
+ <stop
+ offset="0.83456558"
+ style="stop-color:#ffffff;stop-opacity:0.15686275"
+ id="stop4017" />
+ <stop
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0.39215687"
+ id="stop4019" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3820-7-2-1">
+ <stop
+ offset="0"
+ style="stop-color:#3d3d3d;stop-opacity:1"
+ id="stop3822-2-6-3" />
+ <stop
+ offset="0.5"
+ style="stop-color:#686868;stop-opacity:0.49803922"
+ id="stop3864-8-7-7" />
+ <stop
+ offset="1"
+ style="stop-color:#686868;stop-opacity:0"
+ id="stop3824-1-2-5" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="matrix(1.054054,0,0,1.054054,-51.611001,-2.7279009)"
+ gradientUnits="userSpaceOnUse"
+ xlink:href="#linearGradient4011"
+ id="linearGradient3012"
+ y2="44.340794"
+ x2="71.204407"
+ y1="6.2375584"
+ x1="71.204407" />
+ <radialGradient
+ gradientTransform="matrix(0.27083381,0,0,0.08762273,-2.855072,25.187228)"
+ gradientUnits="userSpaceOnUse"
+ xlink:href="#linearGradient3820-7-2-1"
+ id="radialGradient3018"
+ fy="186.17059"
+ fx="99.157013"
+ r="62.769119"
+ cy="186.17059"
+ cx="99.157013" />
+ <linearGradient
+ id="linearGradient27416-1-2-0-1">
+ <stop
+ offset="0"
+ style="stop-color:#55c1ec;stop-opacity:1"
+ id="stop27420-2-0-8-7" />
+ <stop
+ offset="1"
+ style="stop-color:#3689e6;stop-opacity:1"
+ id="stop27422-3-5-3-3" />
+ </linearGradient>
+ <linearGradient
+ y2="55.052982"
+ x2="30.271185"
+ y1="10.028973"
+ x1="30.271185"
+ gradientTransform="matrix(0.67764878,0,0,1.2335161,60.2151,-47.569187)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3066"
+ xlink:href="#linearGradient27416-1-2-0-1" />
+ <linearGradient
+ id="linearGradient4806">
+ <stop
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1"
+ id="stop4808" />
+ <stop
+ offset="0.42447853"
+ style="stop-color:#ffffff;stop-opacity:0.23529412"
+ id="stop4810" />
+ <stop
+ offset="0.82089913"
+ style="stop-color:#ffffff;stop-opacity:0.15686275"
+ id="stop4812" />
+ <stop
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0.39215687"
+ id="stop4814" />
+ </linearGradient>
+ <linearGradient
+ y2="40.495617"
+ x2="71.204407"
+ y1="15.369057"
+ x1="71.204407"
+ gradientTransform="matrix(2.3268746,0,0,2.3268746,-312.21594,-117.9115)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3293"
+ xlink:href="#linearGradient4806" />
+ <radialGradient
+ r="62.769119"
+ fy="185.29727"
+ fx="99.189415"
+ cy="185.29727"
+ cx="99.189415"
+ gradientTransform="matrix(0.3823536,7.5555777e-8,-1.8372241e-8,0.1115198,-5.9254271,36.335849)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient3300"
+ xlink:href="#linearGradient10691-1" />
+ <radialGradient
+ r="19.99999"
+ fy="8.4497671"
+ fx="3.9722471"
+ cy="8.4497671"
+ cx="3.9722471"
+ gradientTransform="matrix(0,3.5958841,-3.8040162,-9.7874431e-8,-112.12797,-105.13329)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient4145"
+ xlink:href="#linearGradient4171" />
+ <radialGradient
+ r="62.769119"
+ fy="185.29727"
+ fx="99.189415"
+ cy="185.29727"
+ cx="99.189415"
+ gradientTransform="matrix(0.2549024,5.3967361e-8,-1.2248161e-8,0.07965545,6.7163816,44.240666)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient4192"
+ xlink:href="#linearGradient10691-1" />
+ <linearGradient
+ id="linearGradient4171">
+ <stop
+ style="stop-color:#ffe16b;stop-opacity:1"
+ offset="0"
+ id="stop4173" />
+ <stop
+ style="stop-color:#f9c440;stop-opacity:1"
+ offset="1"
+ id="stop4175" />
+ </linearGradient>
+ <linearGradient
+ x1="14.495504"
+ y1="20.578842"
+ x2="14.653106"
+ y2="56.784363"
+ id="linearGradient3101"
+ xlink:href="#linearGradient3117"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.4071472,0,-0.00612526,1.4642082,24.122318,-144.41138)" />
+ <linearGradient
+ id="linearGradient3117">
+ <stop
+ id="stop3119"
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop3121"
+ style="stop-color:#ffffff;stop-opacity:0.23529412"
+ offset="0.56911701" />
+ <stop
+ id="stop3123"
+ style="stop-color:#ffffff;stop-opacity:0.15686275"
+ offset="0.93297637" />
+ <stop
+ id="stop3125"
+ style="stop-color:#ffffff;stop-opacity:0.39215687"
+ offset="1" />
+ </linearGradient>
+ <radialGradient
+ cx="605.71429"
+ cy="486.64789"
+ r="117.14286"
+ fx="605.71429"
+ fy="486.64789"
+ id="radialGradient3109"
+ xlink:href="#linearGradient10691-1"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.03212956,0,0,0.02058823,50.030355,-69.82824)" />
+ <radialGradient
+ cx="605.71429"
+ cy="486.64789"
+ r="117.14286"
+ fx="605.71429"
+ fy="486.64789"
+ id="radialGradient3112"
+ xlink:href="#linearGradient10691-1"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-0.03212956,0,0,0.02058823,36.756795,-69.82824)" />
+ <linearGradient
+ id="linearGradient5048">
+ <stop
+ id="stop5050"
+ style="stop-color:#000000;stop-opacity:0"
+ offset="0" />
+ <stop
+ id="stop5056"
+ style="stop-color:#000000;stop-opacity:1"
+ offset="0.5" />
+ <stop
+ id="stop5052"
+ style="stop-color:#000000;stop-opacity:0"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="302.85715"
+ y1="366.64789"
+ x2="302.85715"
+ y2="609.50507"
+ id="linearGradient4055"
+ xlink:href="#linearGradient5048"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.10769232,0,0,0.02058823,4.470495,-69.82824)" />
+ <linearGradient
+ xlink:href="#linearGradient4171"
+ id="linearGradient4177"
+ x1="34.678368"
+ y1="3.6804657"
+ x2="34.678368"
+ y2="59.191353"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(11.393575,-119.27967)" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6712"
+ id="radialGradient934"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.1588775,0.03046264,-0.02010079,1.7028585,45.814475,43.63342)"
+ cx="12.244348"
+ cy="4.8630676"
+ fx="12.244348"
+ fy="4.8630676"
+ r="20.999998" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6592-2-7"
+ id="linearGradient938"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.5238097,0,0,1.8346653,53.92963,37.363146)"
+ x1="12.9375"
+ y1="8.4375"
+ x2="15.25"
+ y2="19.8125" />
+ <linearGradient
+ x1="12.9375"
+ y1="8.4375"
+ x2="15.25"
+ y2="19.8125"
+ id="linearGradient3254-3"
+ xlink:href="#linearGradient6592-2-7"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.3809526,0,0,2.8666646,81.162227,80.07797)" />
+ <radialGradient
+ cx="2.6082575"
+ cy="-16.638557"
+ r="23"
+ fx="2.6082575"
+ fy="-16.638557"
+ id="radialGradient2545-5"
+ xlink:href="#linearGradient2867-449-88-871-390-598-476-591-434-148"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.9324051e-7,3.0085813,-4.7999302,1.3591293e-7,58.44117,91.412521)" />
+ <radialGradient
+ cx="12.244348"
+ cy="4.8630676"
+ r="20.999998"
+ fx="12.244348"
+ fy="4.8630676"
+ id="radialGradient3257-9"
+ xlink:href="#linearGradient6712"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.9684567,0.04212412,-0.02763858,2.3547343,76.861033,94.94039)" />
+ <linearGradient
+ id="linearGradient971">
+ <stop
+ id="stop963"
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop965"
+ style="stop-color:#ffffff;stop-opacity:0.23529412"
+ offset="0.51999998" />
+ <stop
+ id="stop967"
+ style="stop-color:#ffffff;stop-opacity:0.15686275"
+ offset="0.51999998" />
+ <stop
+ id="stop969"
+ style="stop-color:#ffffff;stop-opacity:0.39215687"
+ offset="1" />
+ </linearGradient>
+ <radialGradient
+ xlink:href="#linearGradient10691-1"
+ id="radialGradient4354"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.6046512,0,0,0.37205616,15.26846,184.23535)"
+ cx="11.25"
+ cy="19.03125"
+ fx="11.25"
+ fy="19.03125"
+ r="8.0625" />
+ <linearGradient
+ id="linearGradient1353">
+ <stop
+ id="stop1349"
+ offset="0"
+ style="stop-color:#d1ff82;stop-opacity:1" />
+ <stop
+ id="stop1351"
+ offset="1"
+ style="stop-color:#68b723;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient897">
+ <stop
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1"
+ id="stop889" />
+ <stop
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0.23529412"
+ id="stop891" />
+ <stop
+ offset="0.99999994"
+ style="stop-color:#ffffff;stop-opacity:0.15686275"
+ id="stop893" />
+ <stop
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0.39215687"
+ id="stop895" />
+ </linearGradient>
+ <linearGradient
+ osb:paint="solid"
+ id="linearGradient4526">
+ <stop
+ id="stop4528"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ y2="28.992111"
+ x2="34.88269"
+ y1="22.992111"
+ x1="34.88269"
+ gradientTransform="matrix(-1.004639,0,0,1,85.614805,36.32393)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient2606-5"
+ xlink:href="#linearGradient897" />
+ <linearGradient
+ gradientTransform="matrix(0,1,1,0,34.570739,38.31604)"
+ gradientUnits="userSpaceOnUse"
+ y2="22.594563"
+ x2="43.60112"
+ y1="22.594563"
+ x1="4.7150979"
+ id="linearGradient848-9"
+ xlink:href="#linearGradient1353" />
+ <linearGradient
+ y2="37.992111"
+ x2="34.88269"
+ y1="12.992111"
+ x1="34.88269"
+ gradientTransform="matrix(-1.004639,0,0,1,85.614805,36.32393)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient2606-6-2"
+ xlink:href="#linearGradient971" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient1189"
+ id="linearGradient1191"
+ x1="105.43901"
+ y1="39.798286"
+ x2="105.43901"
+ y2="73.940948"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-3.2e-6,3.8882165)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient1189"
+ id="linearGradient1195"
+ gradientUnits="userSpaceOnUse"
+ x1="105.43901"
+ y1="39.798286"
+ x2="105.43901"
+ y2="73.940948"
+ gradientTransform="matrix(0.74192667,0,0,0.73169337,-37.643299,20.486614)" />
+ <radialGradient
+ cx="0.46681291"
+ cy="-16.571066"
+ r="23"
+ fx="0.46681291"
+ fy="-16.571066"
+ id="radialGradient2545-3"
+ xlink:href="#linearGradient2867-449-88-871-390-598-476-591-434-148"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(4.8436774e-7,3.7252473,-4.1787338,-1.1497155e-8,-39.704817,45.526267)" />
+ </defs>
+ <rect
+ style="display:inline;fill:url(#radialGradient3257);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;enable-background:new"
+ id="rect2716"
+ y="48.38715"
+ x="5.5010619"
+ height="32"
+ width="48" />
+ <path
+ inkscape:connector-curvature="0"
+ style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient2545-3);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.00213289;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate"
+ id="path4322"
+ d="m 5.4999968,48.388216 c 9.3896012,0 48.0000002,0 48.0000002,0 v 32 H 5.4999968 Z"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ d="m 5.5010632,48.38715 c 9.3896008,0 47.9999998,0 47.9999998,0 v 32 H 5.5010632 Z"
+ id="path916"
+ style="display:inline;overflow:visible;visibility:visible;opacity:0.4;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.00213289;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate"
+ inkscape:connector-curvature="0" />
+ <rect
+ width="64"
+ height="42.666664"
+ x="58.50106"
+ y="42.720478"
+ id="rect924"
+ style="display:inline;fill:url(#radialGradient934);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;enable-background:new" />
+ <path
+ d="m 58.50106,42.867142 h 64.00001 V 57.544484 L 58.50106,70.387142 Z"
+ id="path928"
+ style="fill:url(#linearGradient938);fill-opacity:1;stroke:none;stroke-width:0.99999988"
+ inkscape:connector-curvature="0" />
+ <path
+ inkscape:connector-curvature="0"
+ style="display:inline;overflow:visible;visibility:visible;opacity:0.4;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.00213289;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate"
+ id="path930"
+ d="m 58.501063,42.612849 c 12.519051,0 63.997877,0 63.997877,0 V 85.387151 H 58.501063 Z"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ d="m 59.501063,43.389283 c 12.127816,0 61.997867,0 61.997867,0 V 84.387151 H 59.501063 Z"
+ id="path1183"
+ style="display:inline;overflow:visible;visibility:visible;opacity:0.4;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient1191);stroke-width:1.00213289;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate"
+ inkscape:connector-curvature="0" />
+ <path
+ inkscape:connector-curvature="0"
+ style="display:inline;overflow:visible;visibility:visible;opacity:0.4;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient1195);stroke-width:1.00213289;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate"
+ id="path1193"
+ d="m 6.5021296,49.389283 c 8.9979494,0 45.9978684,0 45.9978684,0 V 79.387151 H 6.5021296 Z"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:url(#linearGradient3254);fill-opacity:1;stroke:none;stroke-width:1"
+ id="rect6588"
+ d="M 4.9999968,47.688216 H 52.999997 V 58.354889 L 4.9999968,67.688216 Z" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ x="24.389036"
+ y="70.57515"
+ id="text1219"><tspan
+ sodipodi:role="line"
+ id="tspan1217"
+ x="24.389036"
+ y="70.57515"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:17.33333397px;font-family:'Noto Sans';-inkscape-font-specification:'Noto Sans Bold';fill:#ffffff;fill-opacity:1">1</tspan></text>
+ <text
+ id="text1223"
+ y="71.347298"
+ x="85.207512"
+ style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ xml:space="preserve"><tspan
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:17.33333397px;font-family:'Noto Sans';-inkscape-font-specification:'Noto Sans Bold';fill:#ffffff;fill-opacity:1"
+ y="71.347298"
+ x="85.207512"
+ id="tspan1221"
+ sodipodi:role="line">2</tspan></text>
+</svg>
diff --git a/dialogs/display-settings/xfce-display-mirror.png b/dialogs/display-settings/xfce-display-mirror.png
index 11dab0d..ef8809f 100644
Binary files a/dialogs/display-settings/xfce-display-mirror.png and b/dialogs/display-settings/xfce-display-mirror.png differ
diff --git a/dialogs/display-settings/xfce-display-mirror.svg b/dialogs/display-settings/xfce-display-mirror.svg
new file mode 100644
index 0000000..758bc19
--- /dev/null
+++ b/dialogs/display-settings/xfce-display-mirror.svg
@@ -0,0 +1,820 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+ xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ version="1.0"
+ width="128"
+ height="128"
+ id="svg2567"
+ sodipodi:docname="xfce-display-mirror.svg"
+ inkscape:version="0.92.3 (2405546, 2018-03-11)"
+ inkscape:export-filename="/home/ochosi/Nerdstuff/xfce/xfce4-settings/dialogs/display-settings/xfce-display-mirror.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="1151"
+ id="namedview62"
+ showgrid="true"
+ inkscape:zoom="3.4267976"
+ inkscape:cx="-15.037332"
+ inkscape:cy="68.984394"
+ inkscape:window-x="0"
+ inkscape:window-y="25"
+ inkscape:window-maximized="1"
+ inkscape:current-layer="svg2567">
+ <inkscape:grid
+ type="xygrid"
+ id="grid1205" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata172341">
+ <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="defs2569">
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient1189">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop1185" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop1187" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10691-1">
+ <stop
+ id="stop10693-3"
+ style="stop-color:#000000;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop10695-1"
+ style="stop-color:#000000;stop-opacity:0"
+ offset="1" />
+ </linearGradient>
+ <radialGradient
+ cx="6.702713"
+ cy="73.615715"
+ r="7.228416"
+ fx="6.702713"
+ fy="73.615715"
+ id="radialGradient3226"
+ xlink:href="#linearGradient10691-1"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(4.1502873,0,0,0.87374455,36.181819,50.040836)" />
+ <linearGradient
+ id="linearGradient3924">
+ <stop
+ id="stop3926"
+ style="stop-color:#464646;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop3928"
+ style="stop-color:#787878;stop-opacity:1"
+ offset="0.10079991" />
+ <stop
+ id="stop3930"
+ style="stop-color:#828282;stop-opacity:1"
+ offset="0.56052971" />
+ <stop
+ id="stop3932"
+ style="stop-color:#828282;stop-opacity:1"
+ offset="0.64530003" />
+ <stop
+ id="stop3934"
+ style="stop-color:#646464;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="61.968769"
+ y1="35.053661"
+ x2="61.968769"
+ y2="43.378311"
+ id="linearGradient3223"
+ xlink:href="#linearGradient3924"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.1579855,0,0,2.0607668,-69.795096,23.857508)" />
+ <linearGradient
+ id="linearGradient3912">
+ <stop
+ id="stop3914"
+ style="stop-color:#787878;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop3916"
+ style="stop-color:#b4b4b4;stop-opacity:1"
+ offset="0.35046947" />
+ <stop
+ id="stop3918"
+ style="stop-color:#c8c8c8;stop-opacity:1"
+ offset="0.49417919" />
+ <stop
+ id="stop3920"
+ style="stop-color:#e6e6e6;stop-opacity:1"
+ offset="0.58907253" />
+ <stop
+ id="stop3922"
+ style="stop-color:#8c8c8c;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="361.10583"
+ y1="87.050117"
+ x2="361.10583"
+ y2="94.396416"
+ id="linearGradient3221"
+ xlink:href="#linearGradient3912"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.150236,0,0,2.0610632,-706.14619,-81.267807)" />
+ <linearGradient
+ id="linearGradient3342">
+ <stop
+ id="stop3344"
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="0" />
+ <stop
+ id="stop3346"
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="15.573899"
+ y1="46.971004"
+ x2="23.578077"
+ y2="46.971004"
+ id="linearGradient3218"
+ xlink:href="#linearGradient3342"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(3.1282824,0,0,2.6666665,-9.7588846,-10.756005)"
+ spreadMethod="reflect" />
+ <linearGradient
+ id="linearGradient3236">
+ <stop
+ id="stop3240"
+ style="stop-color:#bebebe;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop3244"
+ style="stop-color:#e6e6e6;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="64"
+ y1="98.144615"
+ x2="64"
+ y2="9.0004082"
+ id="linearGradient3234"
+ xlink:href="#linearGradient3236"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.80799961,0,0,0.80682144,12.288022,16.834888)" />
+ <linearGradient
+ id="linearGradient6712">
+ <stop
+ id="stop6714"
+ style="stop-color:#3c3c3c;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop6716"
+ style="stop-color:#1e1e1e;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <radialGradient
+ cx="12.244348"
+ cy="4.8630676"
+ r="20.999998"
+ fx="12.244348"
+ fy="4.8630676"
+ id="radialGradient3257"
+ xlink:href="#linearGradient6712"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.6191582,0.02284698,-0.01507559,1.2771439,-4.0138748,49.071855)" />
+ <linearGradient
+ id="linearGradient2867-449-88-871-390-598-476-591-434-148">
+ <stop
+ id="stop4627"
+ style="stop-color:#51cfee;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop4629"
+ style="stop-color:#49a3d2;stop-opacity:1"
+ offset="0.26238" />
+ <stop
+ id="stop4631"
+ style="stop-color:#3470b4;stop-opacity:1"
+ offset="0.704952" />
+ <stop
+ id="stop4633"
+ style="stop-color:#1b5699;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <radialGradient
+ cx="0.46681291"
+ cy="-16.571066"
+ r="23"
+ fx="0.46681291"
+ fy="-16.571066"
+ id="radialGradient2545"
+ xlink:href="#linearGradient2867-449-88-871-390-598-476-591-434-148"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(4.8436774e-7,3.7252473,-4.1787338,-1.1497155e-8,-101.70375,35.636985)" />
+ <linearGradient
+ id="linearGradient6592-2-7">
+ <stop
+ id="stop6594-0-2"
+ style="stop-color:#ffffff;stop-opacity:0.27450982"
+ offset="0" />
+ <stop
+ id="stop6596-2-5"
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="12.9375"
+ y1="8.4375"
+ x2="15.25"
+ y2="19.8125"
+ id="linearGradient3254"
+ xlink:href="#linearGradient6592-2-7"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.1428572,0,0,1.3333324,1.5714252,43.688218)" />
+ <filter
+ height="1.2150327"
+ y="-0.10751635"
+ width="1.1734241"
+ x="-0.086712047"
+ id="filter3198">
+ <feGaussianBlur
+ id="feGaussianBlur3200"
+ stdDeviation="0.71710775" />
+ </filter>
+ <linearGradient
+ id="linearGradient8589-4-3">
+ <stop
+ id="stop8591-7-2"
+ style="stop-color:#fefefe;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop8593-2-4"
+ style="stop-color:#cbcbcb;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="32.892288"
+ y1="8.0590115"
+ x2="36.358372"
+ y2="5.4565363"
+ id="linearGradient2565"
+ xlink:href="#linearGradient8589-4-3"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(3.7541116,0,0,4.0357898,-35.647124,9.9107789)" />
+ <linearGradient
+ id="linearGradient4011">
+ <stop
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1"
+ id="stop4013" />
+ <stop
+ offset="0.507761"
+ style="stop-color:#ffffff;stop-opacity:0.23529412"
+ id="stop4015" />
+ <stop
+ offset="0.83456558"
+ style="stop-color:#ffffff;stop-opacity:0.15686275"
+ id="stop4017" />
+ <stop
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0.39215687"
+ id="stop4019" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3820-7-2-1">
+ <stop
+ offset="0"
+ style="stop-color:#3d3d3d;stop-opacity:1"
+ id="stop3822-2-6-3" />
+ <stop
+ offset="0.5"
+ style="stop-color:#686868;stop-opacity:0.49803922"
+ id="stop3864-8-7-7" />
+ <stop
+ offset="1"
+ style="stop-color:#686868;stop-opacity:0"
+ id="stop3824-1-2-5" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="matrix(1.054054,0,0,1.054054,-51.611001,-2.7279009)"
+ gradientUnits="userSpaceOnUse"
+ xlink:href="#linearGradient4011"
+ id="linearGradient3012"
+ y2="44.340794"
+ x2="71.204407"
+ y1="6.2375584"
+ x1="71.204407" />
+ <radialGradient
+ gradientTransform="matrix(0.27083381,0,0,0.08762273,-2.855072,25.187228)"
+ gradientUnits="userSpaceOnUse"
+ xlink:href="#linearGradient3820-7-2-1"
+ id="radialGradient3018"
+ fy="186.17059"
+ fx="99.157013"
+ r="62.769119"
+ cy="186.17059"
+ cx="99.157013" />
+ <linearGradient
+ id="linearGradient27416-1-2-0-1">
+ <stop
+ offset="0"
+ style="stop-color:#55c1ec;stop-opacity:1"
+ id="stop27420-2-0-8-7" />
+ <stop
+ offset="1"
+ style="stop-color:#3689e6;stop-opacity:1"
+ id="stop27422-3-5-3-3" />
+ </linearGradient>
+ <linearGradient
+ y2="55.052982"
+ x2="30.271185"
+ y1="10.028973"
+ x1="30.271185"
+ gradientTransform="matrix(0.67764878,0,0,1.2335161,60.2151,-47.569187)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3066"
+ xlink:href="#linearGradient27416-1-2-0-1" />
+ <linearGradient
+ id="linearGradient4806">
+ <stop
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1"
+ id="stop4808" />
+ <stop
+ offset="0.42447853"
+ style="stop-color:#ffffff;stop-opacity:0.23529412"
+ id="stop4810" />
+ <stop
+ offset="0.82089913"
+ style="stop-color:#ffffff;stop-opacity:0.15686275"
+ id="stop4812" />
+ <stop
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0.39215687"
+ id="stop4814" />
+ </linearGradient>
+ <linearGradient
+ y2="40.495617"
+ x2="71.204407"
+ y1="15.369057"
+ x1="71.204407"
+ gradientTransform="matrix(2.3268746,0,0,2.3268746,-312.21594,-117.9115)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3293"
+ xlink:href="#linearGradient4806" />
+ <radialGradient
+ r="62.769119"
+ fy="185.29727"
+ fx="99.189415"
+ cy="185.29727"
+ cx="99.189415"
+ gradientTransform="matrix(0.3823536,7.5555777e-8,-1.8372241e-8,0.1115198,-5.9254271,36.335849)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient3300"
+ xlink:href="#linearGradient10691-1" />
+ <radialGradient
+ r="19.99999"
+ fy="8.4497671"
+ fx="3.9722471"
+ cy="8.4497671"
+ cx="3.9722471"
+ gradientTransform="matrix(0,3.5958841,-3.8040162,-9.7874431e-8,-112.12797,-105.13329)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient4145"
+ xlink:href="#linearGradient4171" />
+ <radialGradient
+ r="62.769119"
+ fy="185.29727"
+ fx="99.189415"
+ cy="185.29727"
+ cx="99.189415"
+ gradientTransform="matrix(0.2549024,5.3967361e-8,-1.2248161e-8,0.07965545,6.7163816,44.240666)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient4192"
+ xlink:href="#linearGradient10691-1" />
+ <linearGradient
+ id="linearGradient4171">
+ <stop
+ style="stop-color:#ffe16b;stop-opacity:1"
+ offset="0"
+ id="stop4173" />
+ <stop
+ style="stop-color:#f9c440;stop-opacity:1"
+ offset="1"
+ id="stop4175" />
+ </linearGradient>
+ <linearGradient
+ x1="14.495504"
+ y1="20.578842"
+ x2="14.653106"
+ y2="56.784363"
+ id="linearGradient3101"
+ xlink:href="#linearGradient3117"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.4071472,0,-0.00612526,1.4642082,24.122318,-144.41138)" />
+ <linearGradient
+ id="linearGradient3117">
+ <stop
+ id="stop3119"
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop3121"
+ style="stop-color:#ffffff;stop-opacity:0.23529412"
+ offset="0.56911701" />
+ <stop
+ id="stop3123"
+ style="stop-color:#ffffff;stop-opacity:0.15686275"
+ offset="0.93297637" />
+ <stop
+ id="stop3125"
+ style="stop-color:#ffffff;stop-opacity:0.39215687"
+ offset="1" />
+ </linearGradient>
+ <radialGradient
+ cx="605.71429"
+ cy="486.64789"
+ r="117.14286"
+ fx="605.71429"
+ fy="486.64789"
+ id="radialGradient3109"
+ xlink:href="#linearGradient10691-1"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.03212956,0,0,0.02058823,50.030355,-69.82824)" />
+ <radialGradient
+ cx="605.71429"
+ cy="486.64789"
+ r="117.14286"
+ fx="605.71429"
+ fy="486.64789"
+ id="radialGradient3112"
+ xlink:href="#linearGradient10691-1"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-0.03212956,0,0,0.02058823,36.756795,-69.82824)" />
+ <linearGradient
+ id="linearGradient5048">
+ <stop
+ id="stop5050"
+ style="stop-color:#000000;stop-opacity:0"
+ offset="0" />
+ <stop
+ id="stop5056"
+ style="stop-color:#000000;stop-opacity:1"
+ offset="0.5" />
+ <stop
+ id="stop5052"
+ style="stop-color:#000000;stop-opacity:0"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="302.85715"
+ y1="366.64789"
+ x2="302.85715"
+ y2="609.50507"
+ id="linearGradient4055"
+ xlink:href="#linearGradient5048"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.10769232,0,0,0.02058823,4.470495,-69.82824)" />
+ <linearGradient
+ xlink:href="#linearGradient4171"
+ id="linearGradient4177"
+ x1="34.678368"
+ y1="3.6804657"
+ x2="34.678368"
+ y2="59.191353"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(11.393575,-119.27967)" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6712"
+ id="radialGradient934"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.1588775,0.03046264,-0.02010079,1.7028585,45.814478,39.745204)"
+ cx="12.244348"
+ cy="4.8630676"
+ fx="12.244348"
+ fy="4.8630676"
+ r="20.999998" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2867-449-88-871-390-598-476-591-434-148"
+ id="radialGradient936"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.7863544e-7,3.4698681,-4.6707932,0,13.044515,36.184304)"
+ cx="-0.060846157"
+ cy="-16.428341"
+ fx="-0.060846157"
+ fy="-16.428341"
+ r="23" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6592-2-7"
+ id="linearGradient938"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.5238097,0,0,1.8346653,53.929633,33.474929)"
+ x1="12.9375"
+ y1="8.4375"
+ x2="15.25"
+ y2="19.8125" />
+ <linearGradient
+ x1="12.9375"
+ y1="8.4375"
+ x2="15.25"
+ y2="19.8125"
+ id="linearGradient3254-3"
+ xlink:href="#linearGradient6592-2-7"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.3809526,0,0,2.8666646,81.162227,80.07797)" />
+ <radialGradient
+ cx="2.6082575"
+ cy="-16.638557"
+ r="23"
+ fx="2.6082575"
+ fy="-16.638557"
+ id="radialGradient2545-5"
+ xlink:href="#linearGradient2867-449-88-871-390-598-476-591-434-148"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.9324051e-7,3.0085813,-4.7999302,1.3591293e-7,58.44117,91.412521)" />
+ <radialGradient
+ cx="12.244348"
+ cy="4.8630676"
+ r="20.999998"
+ fx="12.244348"
+ fy="4.8630676"
+ id="radialGradient3257-9"
+ xlink:href="#linearGradient6712"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.9684567,0.04212412,-0.02763858,2.3547343,76.861033,94.94039)" />
+ <linearGradient
+ id="linearGradient971">
+ <stop
+ id="stop963"
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop965"
+ style="stop-color:#ffffff;stop-opacity:0.23529412"
+ offset="0.51999998" />
+ <stop
+ id="stop967"
+ style="stop-color:#ffffff;stop-opacity:0.15686275"
+ offset="0.51999998" />
+ <stop
+ id="stop969"
+ style="stop-color:#ffffff;stop-opacity:0.39215687"
+ offset="1" />
+ </linearGradient>
+ <radialGradient
+ xlink:href="#linearGradient10691-1"
+ id="radialGradient4354"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.6046512,0,0,0.37205616,15.26846,184.23535)"
+ cx="11.25"
+ cy="19.03125"
+ fx="11.25"
+ fy="19.03125"
+ r="8.0625" />
+ <linearGradient
+ id="linearGradient1353">
+ <stop
+ id="stop1349"
+ offset="0"
+ style="stop-color:#d1ff82;stop-opacity:1" />
+ <stop
+ id="stop1351"
+ offset="1"
+ style="stop-color:#68b723;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient897">
+ <stop
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1"
+ id="stop889" />
+ <stop
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0.23529412"
+ id="stop891" />
+ <stop
+ offset="0.99999994"
+ style="stop-color:#ffffff;stop-opacity:0.15686275"
+ id="stop893" />
+ <stop
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0.39215687"
+ id="stop895" />
+ </linearGradient>
+ <linearGradient
+ osb:paint="solid"
+ id="linearGradient4526">
+ <stop
+ id="stop4528"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ y2="28.992111"
+ x2="34.88269"
+ y1="22.992111"
+ x1="34.88269"
+ gradientTransform="matrix(-1.004639,0,0,1,85.614805,36.32393)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient2606-5"
+ xlink:href="#linearGradient897" />
+ <linearGradient
+ gradientTransform="matrix(0,1,1,0,34.570739,38.31604)"
+ gradientUnits="userSpaceOnUse"
+ y2="22.594563"
+ x2="43.60112"
+ y1="22.594563"
+ x1="4.7150979"
+ id="linearGradient848-9"
+ xlink:href="#linearGradient1353" />
+ <linearGradient
+ y2="37.992111"
+ x2="34.88269"
+ y1="12.992111"
+ x1="34.88269"
+ gradientTransform="matrix(-1.004639,0,0,1,85.614805,36.32393)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient2606-6-2"
+ xlink:href="#linearGradient971" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient1189"
+ id="linearGradient1191"
+ x1="105.43901"
+ y1="39.798286"
+ x2="105.43901"
+ y2="73.940948"
+ gradientUnits="userSpaceOnUse" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6712"
+ id="radialGradient971"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.1588775,0.03046264,-0.02010079,1.7028585,45.814478,39.745204)"
+ cx="12.244348"
+ cy="4.8630676"
+ fx="12.244348"
+ fy="4.8630676"
+ r="20.999998" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2867-449-88-871-390-598-476-591-434-148"
+ id="radialGradient973"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.7863544e-7,3.4698681,-4.6707932,0,13.044515,36.184304)"
+ cx="-0.060846157"
+ cy="-16.428341"
+ fx="-0.060846157"
+ fy="-16.428341"
+ r="23" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6592-2-7"
+ id="linearGradient975"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.5238097,0,0,1.8346653,53.929633,33.474929)"
+ x1="12.9375"
+ y1="8.4375"
+ x2="15.25"
+ y2="19.8125" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient1189"
+ id="linearGradient977"
+ gradientUnits="userSpaceOnUse"
+ x1="105.43901"
+ y1="39.798286"
+ x2="105.43901"
+ y2="73.940948" />
+ </defs>
+ <g
+ id="g951"
+ transform="translate(-5.9999964,-5.8882169)">
+ <g
+ transform="translate(-3.2e-6,3.8882165)"
+ id="g1215">
+ <rect
+ width="64"
+ height="42.666664"
+ x="58.501064"
+ y="38.83226"
+ id="rect924"
+ style="display:inline;fill:url(#radialGradient934);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;enable-background:new" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ d="m 58.501064,38.832266 c 12.519468,0 64.000006,0 64.000006,0 V 81.498932 H 58.501064 Z"
+ id="path926"
+ style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient936);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.00213289;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate"
+ inkscape:connector-curvature="0" />
+ <path
+ d="M 58.501063,38.978926 H 122.50107 V 53.656268 L 58.501063,66.498926 Z"
+ id="path928"
+ style="fill:url(#linearGradient938);fill-opacity:1;stroke:none;stroke-width:0.99999988"
+ inkscape:connector-curvature="0" />
+ <path
+ inkscape:connector-curvature="0"
+ style="display:inline;overflow:visible;visibility:visible;opacity:0.4;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.00213289;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate"
+ id="path930"
+ d="m 58.501066,38.724633 c 12.519051,0 63.997874,0 63.997874,0 V 81.498934 H 58.501066 Z"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ d="m 59.501066,39.501067 c 12.127816,0 61.997864,0 61.997864,0 V 80.498934 H 59.501066 Z"
+ id="path1183"
+ style="display:inline;overflow:visible;visibility:visible;opacity:0.4;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient1191);stroke-width:1.00213289;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate"
+ inkscape:connector-curvature="0" />
+ </g>
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ x="85.207512"
+ y="71.347298"
+ id="text1223"><tspan
+ sodipodi:role="line"
+ id="tspan1221"
+ x="85.207512"
+ y="71.347298"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:17.33333397px;font-family:'Noto Sans';-inkscape-font-specification:'Noto Sans Bold';fill:#ffffff;fill-opacity:1">2</tspan></text>
+ </g>
+ <g
+ transform="translate(-47,9.9999996)"
+ id="g963">
+ <rect
+ width="64"
+ height="42.666664"
+ x="58.501064"
+ y="38.83226"
+ id="rect953"
+ style="display:inline;fill:url(#radialGradient971);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;enable-background:new" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ d="m 58.501064,38.832266 c 12.519468,0 64.000006,0 64.000006,0 V 81.498932 H 58.501064 Z"
+ id="path955"
+ style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient973);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.00213289;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate"
+ inkscape:connector-curvature="0" />
+ <path
+ d="M 58.501063,38.978926 H 122.50107 V 53.656268 L 58.501063,66.498926 Z"
+ id="path957"
+ style="fill:url(#linearGradient975);fill-opacity:1;stroke:none;stroke-width:0.99999988"
+ inkscape:connector-curvature="0" />
+ <path
+ inkscape:connector-curvature="0"
+ style="display:inline;overflow:visible;visibility:visible;opacity:0.4;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.00213289;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate"
+ id="path959"
+ d="m 58.501066,38.724633 c 12.519051,0 63.997874,0 63.997874,0 V 81.498934 H 58.501066 Z"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ d="m 59.501066,39.501067 c 12.127816,0 61.997864,0 61.997864,0 V 80.498934 H 59.501066 Z"
+ id="path961"
+ style="display:inline;overflow:visible;visibility:visible;opacity:0.4;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient977);stroke-width:1.00213289;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate"
+ inkscape:connector-curvature="0" />
+ </g>
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ x="38.707512"
+ y="77.347298"
+ id="text967"><tspan
+ sodipodi:role="line"
+ id="tspan965"
+ x="38.707512"
+ y="77.347298"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:17.33333397px;font-family:'Noto Sans';-inkscape-font-specification:'Noto Sans Bold';fill:#ffffff;fill-opacity:1">1</tspan></text>
+</svg>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list