diff options
author | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2020-08-15 18:15:40 +0100 |
---|---|---|
committer | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2020-08-15 18:15:40 +0100 |
commit | 913011582e0081b911cc71f6db07d4526941d549 (patch) | |
tree | 79a7321310485d5c314f3141e5fb08f63df3df0e | |
parent | b2e334b4059ae60177481cb2db4bc69dd61f957d (diff) | |
download | efl-913011582e0081b911cc71f6db07d4526941d549.tar.gz |
TH - moar icons (connman)
25 files changed, 513 insertions, 153 deletions
diff --git a/data/elementary/themes/edc/connman.edc b/data/elementary/themes/edc/connman.edc index db4be1b4c9..16b5e40c87 100644 --- a/data/elementary/themes/edc/connman.edc +++ b/data/elementary/themes/edc/connman.edc @@ -10,15 +10,15 @@ group { name: "e/modules/connman/main"; images.image: "wifi-4.png" COMP; images.image: "wifi-5.png" COMP; - images.image: "bt_base.png" COMP; - images.image: "bt_sig_1.png" COMP; - images.image: "bt_sig_2.png" COMP; + images.image: "bt-1.png" COMP; + images.image: "bt-2.png" COMP; + images.image: "bt-base.png" COMP; - images.image: "cell_base.png" COMP; - images.image: "cell_sig_1.png" COMP; - images.image: "cell_sig_2.png" COMP; - images.image: "cell_sig_3.png" COMP; - images.image: "cell_sig_4.png" COMP; + images.image: "cell-1.png" COMP; + images.image: "cell-2.png" COMP; + images.image: "cell-3.png" COMP; + images.image: "cell-4.png" COMP; + images.image: "cell-base.png" COMP; parts { part { name: "exclam_base"; mouse_events: 0; scale: 1; @@ -56,8 +56,7 @@ group { name: "e/modules/connman/main"; scale: 1; clip_to: "clip_eth"; description { state: "default" 0.0; - rel1.to: "eth-base"; - rel2.to: "eth-base"; + rel.to: "eth-base"; image.normal: "eth-top.png"; color: 160 160 160 128; } @@ -74,10 +73,6 @@ group { name: "e/modules/connman/main"; part { name: "wifi-base"; mouse_events: 0; clip_to: "clip_wifi"; description { state: "default" 0.0; - min: 14 10; - aspect: (140/100) (140/100); aspect_preference: BOTH; - rel1.relative: (10/160) (30/160); - rel2.relative: (150/160) (130/160); image.normal: "wifi-1.png"; color: 160 160 160 255; } @@ -93,8 +88,7 @@ group { name: "e/modules/connman/main"; part { name: "wifi"; mouse_events: 0; clip_to: "clip_wifi"; description { state: "default" 0.0; - rel1.to: "wifi-base"; - rel2.to: "wifi-base"; + rel.to: "wifi-base"; image.normal: "wifi-1.png"; color: 0 0 0 0; } @@ -123,21 +117,21 @@ group { name: "e/modules/connman/main"; part { name: "bt_base"; mouse_events: 0; clip_to: "clip_bt"; description { state: "default" 0.0; - aspect: (160/144) (160/144); aspect_preference: BOTH; - image.normal: "bt_base.png"; + image.normal: "bt-base.png"; + color: 160 160 160 255; } } part { name: "bt_1"; mouse_events: 0; clip_to: "clip_bt"; description { state: "default" 0.0; - rel1.to: "bt_base"; - rel2.to: "bt_base"; - image.normal: "bt_sig_1.png"; + rel.to: "bt_base"; + image.normal: "bt-1.png"; + color: 160 160 160 255; visible: 0; } description { state: "partly" 0.0; inherit: "default" 0.0; - color: 255 255 255 128; + color: 160 160 160 128; visible: 1; } description { state: "visible" 0.0; @@ -148,14 +142,14 @@ group { name: "e/modules/connman/main"; part { name: "bt_2"; mouse_events: 0; clip_to: "clip_bt"; description { state: "default" 0.0; - rel1.to: "bt_base"; - rel2.to: "bt_base"; - image.normal: "bt_sig_2.png"; + rel.to: "bt_base"; + image.normal: "bt-2.png"; + color: 160 160 160 255; visible: 0; } description { state: "partly" 0.0; inherit: "default" 0.0; - color: 255 255 255 128; + color: 160 160 160 128; visible: 1; } description { state: "visible" 0.0; @@ -167,21 +161,21 @@ group { name: "e/modules/connman/main"; part { name: "cell_base"; mouse_events: 0; clip_to: "clip_cell"; description { state: "default" 0.0; - aspect: (160/144) (160/144); aspect_preference: BOTH; - image.normal: "cell_base.png"; + image.normal: "cell-base.png"; + color: 160 160 160 255; } } part { name: "cell_1"; mouse_events: 0; clip_to: "clip_cell"; description { state: "default" 0.0; - rel1.to: "cell_base"; - rel2.to: "cell_base"; - image.normal: "cell_sig_1.png"; + rel.to: "cell_base"; + image.normal: "cell-1.png"; + color: 160 160 160 255; visible: 0; } description { state: "partly" 0.0; inherit: "default" 0.0; - color: 255 255 255 128; + color: 160 160 160 128; visible: 1; } description { state: "visible" 0.0; @@ -192,14 +186,14 @@ group { name: "e/modules/connman/main"; part { name: "cell_2"; mouse_events: 0; clip_to: "clip_cell"; description { state: "default" 0.0; - rel1.to: "cell_base"; - rel2.to: "cell_base"; - image.normal: "cell_sig_2.png"; + rel.to: "cell_base"; + image.normal: "cell-2.png"; + color: 160 160 160 255; visible: 0; } description { state: "partly" 0.0; inherit: "default" 0.0; - color: 255 255 255 128; + color: 160 160 160 128; visible: 1; } description { state: "visible" 0.0; @@ -210,14 +204,14 @@ group { name: "e/modules/connman/main"; part { name: "cell_3"; mouse_events: 0; clip_to: "clip_cell"; description { state: "default" 0.0; - rel1.to: "cell_base"; - rel2.to: "cell_base"; - image.normal: "cell_sig_3.png"; + rel.to: "cell_base"; + image.normal: "cell-3.png"; + color: 160 160 160 255; visible: 0; } description { state: "partly" 0.0; inherit: "default" 0.0; - color: 255 255 255 128; + color: 160 160 160 128; visible: 1; } description { state: "visible" 0.0; @@ -228,14 +222,14 @@ group { name: "e/modules/connman/main"; part { name: "cell_4"; mouse_events: 0; clip_to: "clip_cell"; description { state: "default" 0.0; - rel1.to: "cell_base"; - rel2.to: "cell_base"; - image.normal: "cell_sig_4.png"; + rel.to: "cell_base"; + image.normal: "cell-4.png"; + color: 160 160 160 255; visible: 0; } description { state: "partly" 0.0; inherit: "default" 0.0; - color: 255 255 255 128; + color: 160 160 160 128; visible: 1; } description { state: "visible" 0.0; @@ -579,61 +573,56 @@ group { name: "e/modules/connman/icon/cellular"; } group { name: "e/modules/connman/end"; - images.image: "glow_lock_locked.png" COMP; - images.image: "glow_lock_unlocked.png" COMP; - images.image: "glow_lock_double.png" COMP; parts { part { name: "base"; mouse_events: 0; description { state: "default" 0.0; - image.normal: "glow_lock_locked.png"; + image.normal: "i-unlock"; aspect: 1.0 1.0; aspect_preference: BOTH; + color: 160 160 160 255; visible: 0; } description { state: "none" 0.0; inherit: "default" 0.0; - image.normal: "glow_lock_unlocked.png"; + image.normal: "i-unlock"; + color: 160 160 160 255; visible: 1; } description { state: "wep" 0.0; inherit: "default" 0.0; - image.normal: "glow_lock_locked.png"; + image.normal: "i-lock"; + color: 160 160 160 255; visible: 1; } description { state: "psk" 0.0; inherit: "default" 0.0; - image.normal: "glow_lock_double.png"; + image.normal: "i-lock-double"; + color: 160 160 160 255; visible: 1; } } } programs { - program { - signal: "e,security,off"; source: "e"; + program { signal: "e,security,off"; source: "e"; action: STATE_SET "default" 0.0; target: "base"; } - program { - signal: "e,security,none"; source: "e"; + program { signal: "e,security,none"; source: "e"; action: STATE_SET "none" 0.0; target: "base"; } - program { - signal: "e,security,wep"; source: "e"; + program { signal: "e,security,wep"; source: "e"; action: STATE_SET "wep" 0.0; target: "base"; } - program { - signal: "e,security,psk"; source: "e"; + program { signal: "e,security,psk"; source: "e"; action: STATE_SET "psk" 0.0; target: "base"; } - program { - signal: "e,security,ieee8021x"; source: "e"; + program { signal: "e,security,ieee8021x"; source: "e"; action: STATE_SET "psk" 0.0; target: "base"; } - program { - signal: "e,security,wps"; source: "e"; + program { signal: "e,security,wps"; source: "e"; action: STATE_SET "wep" 0.0; target: "base"; } diff --git a/data/elementary/themes/ic.edc b/data/elementary/themes/ic.edc index bbfce88f67..f48b5a0f5e 100644 --- a/data/elementary/themes/ic.edc +++ b/data/elementary/themes/ic.edc @@ -32,6 +32,7 @@ I060("i-resize", "resize") I060("i-fullscreen", "fullscreen") I060("i-kill", "kill") I060("i-lock", "lock") +I060("i-lock-double", "lock-double") I060("i-unlock", "unlock") I060("i-check", "check") I060("i-radio", "radio") @@ -70,6 +71,7 @@ I060("i-rename", "rename") I060("i-sort", "sort") I060("i-win-nest", "win-nest") I060("i-stick-man", "stick-man") +I060("i-wifi", "wifi") // lock double // exclam // folder diff --git a/data/elementary/themes/img/bt-1.png b/data/elementary/themes/img/bt-1.png Binary files differnew file mode 100644 index 0000000000..0c18287f78 --- /dev/null +++ b/data/elementary/themes/img/bt-1.png diff --git a/data/elementary/themes/img/bt-2.png b/data/elementary/themes/img/bt-2.png Binary files differnew file mode 100644 index 0000000000..7ea2b73eb3 --- /dev/null +++ b/data/elementary/themes/img/bt-2.png diff --git a/data/elementary/themes/img/bt-base.png b/data/elementary/themes/img/bt-base.png Binary files differnew file mode 100644 index 0000000000..2590b9cd1d --- /dev/null +++ b/data/elementary/themes/img/bt-base.png diff --git a/data/elementary/themes/img/bt.svg b/data/elementary/themes/img/bt.svg index 117a391c93..7ab2cb955e 100644 --- a/data/elementary/themes/img/bt.svg +++ b/data/elementary/themes/img/bt.svg @@ -1,7 +1,6 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Generator: Adobe Illustrator 18.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> - <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#" @@ -10,92 +9,153 @@ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.1" - id="Capa_1" - x="0px" - y="0px" - viewBox="0 0 16.882 16.882" - style="enable-background:new 0 0 16.882 16.882;" - xml:space="preserve" + id="svg2" + width="15" + height="15" + viewBox="0 0 15 15" sodipodi:docname="bt.svg" - inkscape:export-filename="/home/raster/bt.svg.png" - inkscape:export-xdpi="909.84003" - inkscape:export-ydpi="909.84003" - inkscape:version="0.92.2 2405546, 2018-03-11"><metadata - id="metadata41"><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="defs39" /><sodipodi:namedview - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="2560" - inkscape:window-height="1377" - id="namedview37" - showgrid="false" - inkscape:pagecheckerboard="true" - inkscape:zoom="13.979386" - inkscape:cx="-1.2876102" - inkscape:cy="8.441" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:window-maximized="1" - inkscape:current-layer="Capa_1" /> -<g - id="g4" - style="fill:#ffffff"> - <path - style="fill:#ffffff" - d="M12.701,5.182L7.497,0v6.488L5.161,4.162l-0.98,0.982l3.252,3.238l-3.247,3.166l0.971,0.992 L7.5,10.255v6.627l5.195-5.225L9.41,8.391L12.701,5.182z M8.885,3.34l1.839,1.83L8.885,6.965V3.34z M10.732,11.664l-1.846,1.857 V9.826L10.732,11.664z" - id="path2" /> -</g> -<g - id="g6"> -</g> -<g - id="g8"> -</g> -<g - id="g10"> -</g> -<g - id="g12"> -</g> -<g - id="g14"> -</g> -<g - id="g16"> -</g> -<g - id="g18"> -</g> -<g - id="g20"> -</g> -<g - id="g22"> -</g> -<g - id="g24"> -</g> -<g - id="g26"> -</g> -<g - id="g28"> -</g> -<g - id="g30"> -</g> -<g - id="g32"> -</g> -<g - id="g34"> -</g> -</svg>
\ No newline at end of file + inkscape:version="1.0 (4035a4fb49, 2020-05-01)" + inkscape:export-filename="/home/raster/C/th-efl/th/img/bt-base.png" + inkscape:export-xdpi="384" + inkscape:export-ydpi="384"> + <metadata + id="metadata8"> + <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="defs6"> + <linearGradient + osb:paint="solid" + id="linearGradient4128"> + <stop + id="stop4126" + offset="0" + style="stop-color:#000000;stop-opacity:1;" /> + </linearGradient> + </defs> + <sodipodi:namedview + inkscape:document-rotation="0" + pagecolor="#404040" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="2560" + inkscape:window-height="1377" + id="namedview4" + showgrid="true" + inkscape:zoom="80.733333" + inkscape:cx="7.5" + inkscape:cy="7.5247729" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:window-maximized="1" + inkscape:current-layer="g10" + inkscape:snap-bbox="true" + inkscape:bbox-paths="false" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="false" + inkscape:object-paths="true" + inkscape:snap-intersection-paths="true" + inkscape:snap-smooth-nodes="true"> + <inkscape:grid + type="xygrid" + id="grid837" + spacingx="0.5" + spacingy="0.5" /> + </sodipodi:namedview> + <g + inkscape:groupmode="layer" + inkscape:label="Image" + id="g10"> + <g + transform="matrix(0.65158157,0,0,0.65158157,2.615093,2)" + id="g4" + style="fill:#ffffff"> + <path + style="fill:#ffffff" + d="M 12.701,5.182 7.497,0 V 6.488 L 5.161,4.162 4.181,5.144 7.433,8.382 4.186,11.548 5.157,12.54 7.5,10.255 v 6.627 L 12.695,11.657 9.41,8.391 Z M 8.885,3.34 10.724,5.17 8.885,6.965 Z m 1.847,8.324 -1.846,1.857 V 9.826 Z" + id="path2" /> + </g> + <g + transform="matrix(0.68119891,0,0,0.68119891,2.3930518,1.5)" + id="g6" /> + <g + transform="matrix(0.68119891,0,0,0.68119891,2.3930518,1.5)" + id="g8" /> + <g + transform="matrix(0.68119891,0,0,0.68119891,2.3930518,1.5)" + id="g10-6" /> + <g + transform="matrix(0.68119891,0,0,0.68119891,2.3930518,1.5)" + id="g12" /> + <g + transform="matrix(0.68119891,0,0,0.68119891,2.3930518,1.5)" + id="g14" /> + <g + transform="matrix(0.68119891,0,0,0.68119891,2.3930518,1.5)" + id="g16" /> + <g + transform="matrix(0.68119891,0,0,0.68119891,2.3930518,1.5)" + id="g18" /> + <g + transform="matrix(0.68119891,0,0,0.68119891,2.3930518,1.5)" + id="g20" /> + <g + transform="matrix(0.68119891,0,0,0.68119891,2.3930518,1.5)" + id="g22" /> + <g + transform="matrix(0.68119891,0,0,0.68119891,2.3930518,1.5)" + id="g24" /> + <g + transform="matrix(0.68119891,0,0,0.68119891,2.3930518,1.5)" + id="g26" /> + <g + transform="matrix(0.68119891,0,0,0.68119891,2.3930518,1.5)" + id="g28" /> + <g + transform="matrix(0.68119891,0,0,0.68119891,2.3930518,1.5)" + id="g30" /> + <g + transform="matrix(0.68119891,0,0,0.68119891,2.3930518,1.5)" + id="g32" /> + <g + transform="matrix(0.68119891,0,0,0.68119891,2.3930518,1.5)" + id="g34" /> + <circle + r="0.5" + cy="7.5" + cx="10.5" + id="path7642" + style="fill:#fefefe;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <circle + style="fill:#fefefe;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="circle7644" + cx="12.5" + cy="7.5" + r="0.5" /> + <circle + r="0.5" + cy="7.5" + cx="4.5" + id="circle7646" + style="fill:#fefefe;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <circle + style="fill:#fefefe;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="circle7648" + cx="2.5" + cy="7.5" + r="0.5" /> + </g> +</svg> diff --git a/data/elementary/themes/img/cell-1.png b/data/elementary/themes/img/cell-1.png Binary files differnew file mode 100644 index 0000000000..e28786fe8a --- /dev/null +++ b/data/elementary/themes/img/cell-1.png diff --git a/data/elementary/themes/img/cell-2.png b/data/elementary/themes/img/cell-2.png Binary files differnew file mode 100644 index 0000000000..7b1fc71266 --- /dev/null +++ b/data/elementary/themes/img/cell-2.png diff --git a/data/elementary/themes/img/cell-3.png b/data/elementary/themes/img/cell-3.png Binary files differnew file mode 100644 index 0000000000..73d853e2cf --- /dev/null +++ b/data/elementary/themes/img/cell-3.png diff --git a/data/elementary/themes/img/cell-4.png b/data/elementary/themes/img/cell-4.png Binary files differnew file mode 100644 index 0000000000..3519ae2da8 --- /dev/null +++ b/data/elementary/themes/img/cell-4.png diff --git a/data/elementary/themes/img/cell-base.png b/data/elementary/themes/img/cell-base.png Binary files differnew file mode 100644 index 0000000000..0323d989c2 --- /dev/null +++ b/data/elementary/themes/img/cell-base.png diff --git a/data/elementary/themes/img/cell-sig.svg b/data/elementary/themes/img/cell-sig.svg new file mode 100644 index 0000000000..2589eaa800 --- /dev/null +++ b/data/elementary/themes/img/cell-sig.svg @@ -0,0 +1,115 @@ +<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + version="1.1" + id="svg2" + width="15" + height="15" + viewBox="0 0 15 15" + sodipodi:docname="cell-sig.svg" + inkscape:version="1.0 (4035a4fb49, 2020-05-01)" + inkscape:export-filename="/home/raster/C/th-efl/th/img/bt-2.png" + inkscape:export-xdpi="384" + inkscape:export-ydpi="384"> + <metadata + id="metadata8"> + <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="defs6"> + <linearGradient + osb:paint="solid" + id="linearGradient4128"> + <stop + id="stop4126" + offset="0" + style="stop-color:#000000;stop-opacity:1;" /> + </linearGradient> + </defs> + <sodipodi:namedview + inkscape:document-rotation="0" + pagecolor="#404040" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="2560" + inkscape:window-height="1377" + id="namedview4" + showgrid="true" + inkscape:zoom="80.733333" + inkscape:cx="7.5" + inkscape:cy="7.5247729" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:window-maximized="1" + inkscape:current-layer="g10" + inkscape:snap-bbox="true" + inkscape:bbox-paths="false" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="false" + inkscape:object-paths="true" + inkscape:snap-intersection-paths="true" + inkscape:snap-smooth-nodes="true"> + <inkscape:grid + type="xygrid" + id="grid837" + spacingx="0.5" + spacingy="0.5" /> + </sodipodi:namedview> + <g + inkscape:groupmode="layer" + inkscape:label="Image" + id="g10"> + <path + id="path7650" + d="M 3,13 V 3 L 2,2 H 5 L 4,3 V 13 H 3" + style="fill:#fefefe;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + y="2" + x="6" + height="2" + width="7" + id="rect7652" + style="fill:#fefefe;fill-opacity:1;stroke:none;stroke-width:0.894427;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + style="fill:#fefefe;fill-opacity:1;stroke:none;stroke-width:0.792825;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect7658" + width="5.5" + height="2" + x="6" + y="5" /> + <rect + y="8" + x="6" + height="2" + width="4" + id="rect7660" + style="fill:#fefefe;fill-opacity:1;stroke:none;stroke-width:0.676123;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + style="fill:#fefefe;fill-opacity:1;stroke:none;stroke-width:0.534522;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect7662" + width="2.5" + height="2" + x="6" + y="11" /> + </g> +</svg> diff --git a/data/elementary/themes/img/ic/lock-double-015.png b/data/elementary/themes/img/ic/lock-double-015.png Binary files differnew file mode 100644 index 0000000000..3f9e167bb0 --- /dev/null +++ b/data/elementary/themes/img/ic/lock-double-015.png diff --git a/data/elementary/themes/img/ic/lock-double-030.png b/data/elementary/themes/img/ic/lock-double-030.png Binary files differnew file mode 100644 index 0000000000..f0fb9141ca --- /dev/null +++ b/data/elementary/themes/img/ic/lock-double-030.png diff --git a/data/elementary/themes/img/ic/lock-double-060.png b/data/elementary/themes/img/ic/lock-double-060.png Binary files differnew file mode 100644 index 0000000000..8402d023f8 --- /dev/null +++ b/data/elementary/themes/img/ic/lock-double-060.png diff --git a/data/elementary/themes/img/ic/wifi-015.png b/data/elementary/themes/img/ic/wifi-015.png Binary files differnew file mode 100644 index 0000000000..de4786caa4 --- /dev/null +++ b/data/elementary/themes/img/ic/wifi-015.png diff --git a/data/elementary/themes/img/ic/wifi-030.png b/data/elementary/themes/img/ic/wifi-030.png Binary files differnew file mode 100644 index 0000000000..1523dfcd95 --- /dev/null +++ b/data/elementary/themes/img/ic/wifi-030.png diff --git a/data/elementary/themes/img/ic/wifi-060.png b/data/elementary/themes/img/ic/wifi-060.png Binary files differnew file mode 100644 index 0000000000..1bd922c4ad --- /dev/null +++ b/data/elementary/themes/img/ic/wifi-060.png diff --git a/data/elementary/themes/img/lock-double.svg b/data/elementary/themes/img/lock-double.svg new file mode 100644 index 0000000000..6921079cc3 --- /dev/null +++ b/data/elementary/themes/img/lock-double.svg @@ -0,0 +1,85 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + version="1.1" + id="svg2" + width="15" + height="15" + viewBox="0 0 15 15" + sodipodi:docname="lock-double.svg" + inkscape:version="1.0 (4035a4fb49, 2020-05-01)" + inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/lock-double-015.png" + inkscape:export-xdpi="96" + inkscape:export-ydpi="96"> + <metadata + id="metadata8"> + <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="defs6" /> + <sodipodi:namedview + inkscape:document-rotation="0" + pagecolor="#404040" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="2560" + inkscape:window-height="1377" + id="namedview4" + showgrid="true" + inkscape:zoom="80.666667" + inkscape:cx="4.0103306" + inkscape:cy="7.5" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:window-maximized="1" + inkscape:current-layer="g10" + inkscape:snap-bbox="true" + inkscape:bbox-nodes="true"> + <inkscape:grid + type="xygrid" + id="grid837" + spacingx="0.5" + spacingy="0.5" /> + </sodipodi:namedview> + <g + inkscape:groupmode="layer" + inkscape:label="Image" + id="g10"> + <rect + y="6.5" + x="2" + height="6.5" + width="11" + id="rect884" + style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:3.99381;stroke-linecap:round;stroke-linejoin:round" /> + <path + sodipodi:nodetypes="cczcc" + id="path8418" + d="m 3.4999997,8.5 v -3 C 3.4999997,4.5 3.5,3 5.5,3 c 2.0000003,0 2,1.5 2,2.5 v 3" + style="fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + style="fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 7.4986063,8.5 v -3 c 0,-1 3e-7,-2.5 2.0000003,-2.5 2.0000004,0 2.0000004,1.5 2.0000004,2.5 v 3" + id="path8420" + sodipodi:nodetypes="cczcc" /> + </g> +</svg> diff --git a/data/elementary/themes/img/wifi-1.png b/data/elementary/themes/img/wifi-1.png Binary files differindex 9583918a60..dba523ee64 100644 --- a/data/elementary/themes/img/wifi-1.png +++ b/data/elementary/themes/img/wifi-1.png diff --git a/data/elementary/themes/img/wifi-2.png b/data/elementary/themes/img/wifi-2.png Binary files differindex 3ff6aedf65..b5aaa15268 100644 --- a/data/elementary/themes/img/wifi-2.png +++ b/data/elementary/themes/img/wifi-2.png diff --git a/data/elementary/themes/img/wifi-3.png b/data/elementary/themes/img/wifi-3.png Binary files differindex 24318d0f05..dd3a069b85 100644 --- a/data/elementary/themes/img/wifi-3.png +++ b/data/elementary/themes/img/wifi-3.png diff --git a/data/elementary/themes/img/wifi-4.png b/data/elementary/themes/img/wifi-4.png Binary files differindex 064a3f8922..4c59c4870e 100644 --- a/data/elementary/themes/img/wifi-4.png +++ b/data/elementary/themes/img/wifi-4.png diff --git a/data/elementary/themes/img/wifi-5.png b/data/elementary/themes/img/wifi-5.png Binary files differindex 0f85665a18..91d7dfd17f 100644 --- a/data/elementary/themes/img/wifi-5.png +++ b/data/elementary/themes/img/wifi-5.png diff --git a/data/elementary/themes/img/wifi.svg b/data/elementary/themes/img/wifi.svg new file mode 100644 index 0000000000..65f32fbe19 --- /dev/null +++ b/data/elementary/themes/img/wifi.svg @@ -0,0 +1,109 @@ +<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + inkscape:export-ydpi="384" + inkscape:export-xdpi="384" + inkscape:export-filename="/home/raster/C/th-efl/th/img/wifi-1.png" + inkscape:version="1.0 (4035a4fb49, 2020-05-01)" + sodipodi:docname="wifi.svg" + viewBox="0 0 15 15" + height="15" + width="15" + id="svg2" + version="1.1"> + <metadata + id="metadata8"> + <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="defs6"> + <linearGradient + id="linearGradient4128" + osb:paint="solid"> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="0" + id="stop4126" /> + </linearGradient> + </defs> + <sodipodi:namedview + inkscape:snap-smooth-nodes="true" + inkscape:snap-intersection-paths="true" + inkscape:object-paths="true" + inkscape:snap-bbox-edge-midpoints="false" + inkscape:bbox-nodes="true" + inkscape:bbox-paths="false" + inkscape:snap-bbox="true" + inkscape:current-layer="g10" + inkscape:window-maximized="1" + inkscape:window-y="0" + inkscape:window-x="0" + inkscape:cy="7.5247729" + inkscape:cx="7.5" + inkscape:zoom="80.733333" + showgrid="true" + id="namedview4" + inkscape:window-height="1377" + inkscape:window-width="2560" + inkscape:pageshadow="2" + inkscape:pageopacity="0" + guidetolerance="10" + gridtolerance="10" + objecttolerance="10" + borderopacity="1" + bordercolor="#666666" + pagecolor="#404040" + inkscape:document-rotation="0"> + <inkscape:grid + spacingy="0.5" + spacingx="0.5" + id="grid837" + type="xygrid" /> + </sodipodi:namedview> + <g + id="g10" + inkscape:label="Image" + inkscape:groupmode="layer"> + <path + id="path4174" + d="M 7.5000007,3.1760756 A 7.7830666,7.7830666 0 0 0 2.0000014,5.4591427 l 0.615315,0.615315 A 6.9182814,6.9182814 0 0 1 7.508278,4.0408605 6.9182814,6.9182814 0 0 1 12.392962,6.0661806 L 13.000001,5.4591427 A 7.7830666,7.7830666 0 0 0 7.5000007,3.1760756 Z" + style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.0864784" + inkscape:connector-curvature="0" /> + <path + id="path3354" + d="M 7.5000007,4.9056454 A 6.0534963,6.0534963 0 0 0 3.2221854,6.6813267 L 3.8371626,7.2963039 A 5.1925546,5.2117719 0 0 1 7.5038861,5.7704315 5.1925546,5.2117719 0 0 1 11.166387,7.2927577 l 0.61143,-0.611431 A 6.0534963,6.0534963 0 0 0 7.5000007,4.9056454 Z" + style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.0864784" + inkscape:connector-curvature="0" /> + <path + id="ellipse3349" + d="M 7.4768618,6.6352164 A 4.2986137,4.309833 0 0 0 4.43981,7.8989512 L 5.0500575,8.5091988 A 3.4360799,3.4450478 0 0 1 7.4768618,7.5000013 3.4360799,3.4450478 0 0 1 9.9276492,8.5314935 L 10.536377,7.9227669 A 4.2986137,4.309833 0 0 0 7.4768618,6.6352164 Z" + style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.0864784" + inkscape:connector-curvature="0" /> + <path + id="circle3344" + d="M 7.5000007,8.3647862 A 2.5943556,2.5943556 0 0 0 5.6667235,9.1258644 l 0.6110932,0.611093 a 1.7295703,1.7295703 0 0 1 1.222184,-0.507385 1.7295703,1.7295703 0 0 1 1.2221854,0.507385 l 0.611092,-0.611093 A 2.5943556,2.5943556 0 0 0 7.5000007,8.3647862 Z" + style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.0864784" + inkscape:connector-curvature="0" /> + <circle + r="0.86478519" + cy="10.959139" + cx="7.5" + id="path5460" + style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.0432392;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> +</svg> |