summaryrefslogtreecommitdiff
path: root/themes/Plata-Lumine-Compact/gnome-shell/extensions
diff options
context:
space:
mode:
Diffstat (limited to 'themes/Plata-Lumine-Compact/gnome-shell/extensions')
-rw-r--r--themes/Plata-Lumine-Compact/gnome-shell/extensions/window-list/classic.css57
-rw-r--r--themes/Plata-Lumine-Compact/gnome-shell/extensions/window-list/stylesheet.css38
-rw-r--r--themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/four-bottom.svg104
-rw-r--r--themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/four-left.svg108
-rw-r--r--themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/four-right.svg108
-rw-r--r--themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/four-top.svg104
-rw-r--r--themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/h-four.svg109
-rw-r--r--themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/h-one.svg86
-rw-r--r--themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/h-three.svg103
-rw-r--r--themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/h-two.svg97
-rw-r--r--themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/one-bottom.svg86
-rw-r--r--themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/one-left.svg86
-rw-r--r--themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/one-right.svg86
-rw-r--r--themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/one-top.svg86
-rw-r--r--themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/three-bottom.svg98
-rw-r--r--themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/three-left.svg101
-rw-r--r--themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/three-right.svg101
-rw-r--r--themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/three-top.svg98
-rw-r--r--themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/two-bottom.svg92
-rw-r--r--themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/two-left.svg94
-rw-r--r--themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/two-right.svg94
-rw-r--r--themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/two-top.svg92
-rw-r--r--themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/workspaces-to-dock.css152
23 files changed, 2180 insertions, 0 deletions
diff --git a/themes/Plata-Lumine-Compact/gnome-shell/extensions/window-list/classic.css b/themes/Plata-Lumine-Compact/gnome-shell/extensions/window-list/classic.css
new file mode 100644
index 0000000..71caeaa
--- /dev/null
+++ b/themes/Plata-Lumine-Compact/gnome-shell/extensions/window-list/classic.css
@@ -0,0 +1,57 @@
+/* This file is part of plata-theme Copyright (C) 2018-2020 Tista <tista.gma500@gmail.com> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. */
+@import url("stylesheet.css");
+.bottom-panel { min-height: 30px; height: 2.2em; }
+
+.window-list { spacing: 2px; font-size: 100%; }
+
+.window-button { padding: 1px; }
+
+.window-button:first-child:ltr { padding-left: 2px; }
+
+.window-button:last-child:rtl { padding-right: 2px; }
+
+.window-button-box { spacing: 4px; }
+
+.window-button > StWidget { -st-natural-width: 18.75em; max-width: 18.75em; padding: 3px 6px 1px; border-radius: 0; background-color: rgba(224, 224, 224, 0.01); background-gradient-drection: vertical; background-gradient-start: rgba(224, 224, 224, 0.01); background-gradient-end: rgba(224, 224, 224, 0.01); color: rgba(17, 17, 17, 0.87); box-shadow: none; text-shadow: none; }
+
+.window-button:hover > StWidget { background-gradient-drection: vertical; background-gradient-start: rgba(17, 17, 17, 0.12); background-gradient-end: rgba(17, 17, 17, 0.12); color: #111111; box-shadow: inset 0 -2px rgba(17, 17, 17, 0.2); }
+
+.window-button:active > StWidget, .window-button:focus > StWidget { background-gradient-drection: vertical; background-gradient-start: rgba(17, 17, 17, 0.12); background-gradient-end: rgba(17, 17, 17, 0.12); color: #111111; box-shadow: inset 0 -2px #3f51b5; }
+
+.window-button.focused > StWidget, .window-button.focused:active > StWidget { color: #111111; box-shadow: inset 0 -2px #3f51b5; }
+
+.window-button.minimized > StWidget { color: rgba(17, 17, 17, 0.54); box-shadow: none; }
+
+.window-button.minimized:hover > StWidget { background-gradient-drection: vertical; background-gradient-start: rgba(17, 17, 17, 0.12); background-gradient-end: rgba(17, 17, 17, 0.12); box-shadow: inset 0 -2px rgba(17, 17, 17, 0.2); color: #111111; }
+
+.window-button.minimized:active > StWidget { background-gradient-drection: vertical; background-gradient-start: rgba(17, 17, 17, 0.12); background-gradient-end: rgba(17, 17, 17, 0.12); box-shadow: inset 0 -2px #3f51b5; color: #111111; }
+
+.window-button-icon { width: 24px; height: 24px; }
+
+.window-list-workspace-indicator { padding: 3px; }
+
+.window-list-workspace-indicator > StWidget { border: 1px solid rgba(17, 17, 17, 0.2); background-color: rgba(224, 224, 224, 0.01); background-gradient-drection: vertical; background-gradient-start: rgba(224, 224, 224, 0.01); background-gradient-end: rgba(224, 224, 224, 0.01); color: rgba(17, 17, 17, 0.87); font-weight: 700; }
+
+.window-list-workspace-indicator:hover > StWidget { background-gradient-drection: vertical; background-gradient-start: rgba(17, 17, 17, 0.12); background-gradient-end: rgba(17, 17, 17, 0.12); color: #111111; }
+
+.window-list-workspace-indicator:active > StWidget, .window-list-workspace-indicator:checked > StWidget, .window-list-workspace-indicator:focus > StWidget { border: 1px solid #3f51b5; background-gradient-drection: vertical; background-gradient-start: rgba(63, 81, 181, 0.2); background-gradient-end: rgba(63, 81, 181, 0.2); color: #111111; }
+
+.notification { font-weight: 500; }
+
+#panel.bottom-panel, #panel.bottom-panel.solid { min-height: 30px; height: 2.2em; border-top-width: 1px; border-bottom-width: 0; border-color: #e0e0e0; background-color: #e0e0e0; background-gradient-drection: vertical; background-gradient-start: #e0e0e0; background-gradient-end: #e0e0e0; color: #111111; }
+
+#panel.bottom-panel StLabel, #panel.bottom-panel.solid StLabel { text-shadow: none; }
+
+#panel.bottom-panel StIcon, #panel.bottom-panel.solid StIcon { icon-shadow: none; }
+
+#panel, #panel.solid { min-height: 25px; height: 1.8em; border-top-width: 0; border-bottom-width: 1px; border-color: #e0e0e0; background-color: #e0e0e0; background-gradient-drection: vertical; background-gradient-start: #e0e0e0; background-gradient-end: #e0e0e0; }
+
+#panel StLabel, #panel.solid StLabel { text-shadow: none; }
+
+#panel StIcon, #panel.solid StIcon { icon-shadow: none; }
+
+#panel .panel-button, #panel.solid .panel-button { color: #111111; }
+
+#panel .panel-button:hover, #panel .panel-button:active, #panel .panel-button:focus, #panel .panel-button:checked, #panel.solid .panel-button:hover, #panel.solid .panel-button:active, #panel.solid .panel-button:focus, #panel.solid .panel-button:checked { color: black; }
+
+#panel .panel-button:active, #panel .panel-button:focus, #panel.solid .panel-button:active, #panel.solid .panel-button:focus { background-color: rgba(224, 224, 224, 0.01); background-gradient-drection: vertical; background-gradient-start: rgba(224, 224, 224, 0.01); background-gradient-end: rgba(224, 224, 224, 0.01); }
diff --git a/themes/Plata-Lumine-Compact/gnome-shell/extensions/window-list/stylesheet.css b/themes/Plata-Lumine-Compact/gnome-shell/extensions/window-list/stylesheet.css
new file mode 100644
index 0000000..264b663
--- /dev/null
+++ b/themes/Plata-Lumine-Compact/gnome-shell/extensions/window-list/stylesheet.css
@@ -0,0 +1,38 @@
+/* This file is part of plata-theme Copyright (C) 2018-2020 Tista <tista.gma500@gmail.com> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. */
+.bottom-panel { min-height: 30px; height: 2.2em; }
+
+.window-list { spacing: 2px; font-size: 100%; }
+
+.window-button { padding: 1px; }
+
+.window-button:first-child:ltr { padding-left: 2px; }
+
+.window-button:last-child:rtl { padding-right: 2px; }
+
+.window-button-box { spacing: 4px; }
+
+.window-button > StWidget { -st-natural-width: 18.75em; max-width: 18.75em; padding: 3px 6px 1px; border-radius: 0; background-color: rgba(224, 224, 224, 0.01); background-gradient-drection: vertical; background-gradient-start: rgba(224, 224, 224, 0.01); background-gradient-end: rgba(224, 224, 224, 0.01); color: rgba(17, 17, 17, 0.87); box-shadow: none; text-shadow: none; }
+
+.window-button:hover > StWidget { background-gradient-drection: vertical; background-gradient-start: rgba(17, 17, 17, 0.12); background-gradient-end: rgba(17, 17, 17, 0.12); color: #111111; box-shadow: inset 0 -2px rgba(17, 17, 17, 0.2); }
+
+.window-button:active > StWidget, .window-button:focus > StWidget { background-gradient-drection: vertical; background-gradient-start: rgba(17, 17, 17, 0.12); background-gradient-end: rgba(17, 17, 17, 0.12); color: #111111; box-shadow: inset 0 -2px #3f51b5; }
+
+.window-button.focused > StWidget, .window-button.focused:active > StWidget { color: #111111; box-shadow: inset 0 -2px #3f51b5; }
+
+.window-button.minimized > StWidget { color: rgba(17, 17, 17, 0.54); box-shadow: none; }
+
+.window-button.minimized:hover > StWidget { background-gradient-drection: vertical; background-gradient-start: rgba(17, 17, 17, 0.12); background-gradient-end: rgba(17, 17, 17, 0.12); box-shadow: inset 0 -2px rgba(17, 17, 17, 0.2); color: #111111; }
+
+.window-button.minimized:active > StWidget { background-gradient-drection: vertical; background-gradient-start: rgba(17, 17, 17, 0.12); background-gradient-end: rgba(17, 17, 17, 0.12); box-shadow: inset 0 -2px #3f51b5; color: #111111; }
+
+.window-button-icon { width: 24px; height: 24px; }
+
+.window-list-workspace-indicator { padding: 3px; }
+
+.window-list-workspace-indicator > StWidget { border: 1px solid rgba(17, 17, 17, 0.2); background-color: rgba(224, 224, 224, 0.01); background-gradient-drection: vertical; background-gradient-start: rgba(224, 224, 224, 0.01); background-gradient-end: rgba(224, 224, 224, 0.01); color: rgba(17, 17, 17, 0.87); font-weight: 700; }
+
+.window-list-workspace-indicator:hover > StWidget { background-gradient-drection: vertical; background-gradient-start: rgba(17, 17, 17, 0.12); background-gradient-end: rgba(17, 17, 17, 0.12); color: #111111; }
+
+.window-list-workspace-indicator:active > StWidget, .window-list-workspace-indicator:checked > StWidget, .window-list-workspace-indicator:focus > StWidget { border: 1px solid #3f51b5; background-gradient-drection: vertical; background-gradient-start: rgba(63, 81, 181, 0.2); background-gradient-end: rgba(63, 81, 181, 0.2); color: #111111; }
+
+.notification { font-weight: 500; }
diff --git a/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/four-bottom.svg b/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/four-bottom.svg
new file mode 100644
index 0000000..d35daed
--- /dev/null
+++ b/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/four-bottom.svg
@@ -0,0 +1,104 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="60"
+ height="60"
+ viewBox="0 0 60 60"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="four-bottom.svg">
+ <defs
+ id="defs4" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="6.8083335"
+ inkscape:cx="-10.575274"
+ inkscape:cy="29.706242"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ units="px"
+ width="60px"
+ inkscape:window-width="1280"
+ inkscape:window-height="734"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1">
+ <inkscape:grid
+ type="xygrid"
+ id="grid4136" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" />
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/by-sa/4.0/">
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Reproduction" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Distribution" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#Notice" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#Attribution" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#ShareAlike" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(0,-992.3622)">
+ <circle
+ style="fill:#3f51b5;fill-opacity:1;stroke:none"
+ id="path4138"
+ cx="36"
+ cy="1049.3622"
+ r="3" />
+ <circle
+ style="fill:#3f51b5;fill-opacity:1;stroke:none"
+ id="path4199"
+ cx="48"
+ cy="1049.3622"
+ r="3" />
+ <circle
+ style="fill:#3f51b5;fill-opacity:1;stroke:none"
+ id="path4201"
+ cx="24"
+ cy="1049.3622"
+ r="3" />
+ <circle
+ style="fill:#3f51b5;fill-opacity:1;stroke:none"
+ id="path4241"
+ cx="12"
+ cy="1049.3622"
+ r="3" />
+ </g>
+</svg>
diff --git a/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/four-left.svg b/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/four-left.svg
new file mode 100644
index 0000000..db5c36f
--- /dev/null
+++ b/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/four-left.svg
@@ -0,0 +1,108 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="60"
+ height="60"
+ viewBox="0 0 60 60"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="four-left.svg">
+ <defs
+ id="defs4" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="6.8083335"
+ inkscape:cx="-12.26438"
+ inkscape:cy="29.412484"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ units="px"
+ width="60px"
+ inkscape:window-width="1280"
+ inkscape:window-height="734"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1">
+ <inkscape:grid
+ type="xygrid"
+ id="grid4136" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" />
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/by-sa/4.0/">
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Reproduction" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Distribution" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#Notice" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#Attribution" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#ShareAlike" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(0,-992.3622)">
+ <circle
+ style="fill:#3f51b5;fill-opacity:1;stroke:none"
+ id="path4138"
+ cx="1028.3622"
+ cy="-3"
+ r="3"
+ transform="matrix(0,1,-1,0,0,0)" />
+ <circle
+ style="fill:#3f51b5;fill-opacity:1;stroke:none"
+ id="path4199"
+ cx="1040.3622"
+ cy="-3"
+ r="3"
+ transform="matrix(0,1,-1,0,0,0)" />
+ <circle
+ style="fill:#3f51b5;fill-opacity:1;stroke:none"
+ id="path4201"
+ cx="1016.3622"
+ cy="-3"
+ r="3"
+ transform="matrix(0,1,-1,0,0,0)" />
+ <circle
+ style="fill:#3f51b5;fill-opacity:1;stroke:none"
+ id="path4241"
+ cx="1004.3622"
+ cy="-3"
+ r="3"
+ transform="matrix(0,1,-1,0,0,0)" />
+ </g>
+</svg>
diff --git a/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/four-right.svg b/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/four-right.svg
new file mode 100644
index 0000000..85c9172
--- /dev/null
+++ b/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/four-right.svg
@@ -0,0 +1,108 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="60"
+ height="60"
+ viewBox="0 0 60 60"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="four-right.svg">
+ <defs
+ id="defs4" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="6.8083335"
+ inkscape:cx="-12.26438"
+ inkscape:cy="29.412484"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ units="px"
+ width="60px"
+ inkscape:window-width="1280"
+ inkscape:window-height="734"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1">
+ <inkscape:grid
+ type="xygrid"
+ id="grid4136" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" />
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/by-sa/4.0/">
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Reproduction" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Distribution" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#Notice" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#Attribution" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#ShareAlike" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(0,-992.3622)">
+ <circle
+ style="fill:#3f51b5;fill-opacity:1;stroke:none"
+ id="path4138"
+ cx="1028.3622"
+ cy="-57"
+ r="3"
+ transform="matrix(0,1,-1,0,0,0)" />
+ <circle
+ style="fill:#3f51b5;fill-opacity:1;stroke:none"
+ id="path4199"
+ cx="1040.3622"
+ cy="-57"
+ r="3"
+ transform="matrix(0,1,-1,0,0,0)" />
+ <circle
+ style="fill:#3f51b5;fill-opacity:1;stroke:none"
+ id="path4201"
+ cx="1016.3622"
+ cy="-57"
+ r="3"
+ transform="matrix(0,1,-1,0,0,0)" />
+ <circle
+ style="fill:#3f51b5;fill-opacity:1;stroke:none"
+ id="path4241"
+ cx="1004.3622"
+ cy="-57"
+ r="3"
+ transform="matrix(0,1,-1,0,0,0)" />
+ </g>
+</svg>
diff --git a/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/four-top.svg b/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/four-top.svg
new file mode 100644
index 0000000..f520fc4
--- /dev/null
+++ b/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/four-top.svg
@@ -0,0 +1,104 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="60"
+ height="60"
+ viewBox="0 0 60 60"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="four-top.svg">
+ <defs
+ id="defs4" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="6.8083335"
+ inkscape:cx="-12.26438"
+ inkscape:cy="29.412484"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ units="px"
+ width="60px"
+ inkscape:window-width="1280"
+ inkscape:window-height="734"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1">
+ <inkscape:grid
+ type="xygrid"
+ id="grid4136" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" />
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/by-sa/4.0/">
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Reproduction" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Distribution" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#Notice" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#Attribution" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#ShareAlike" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(0,-992.3622)">
+ <circle
+ style="fill:#3f51b5;fill-opacity:1;stroke:none"
+ id="path4138"
+ cx="36"
+ cy="995.36218"
+ r="3" />
+ <circle
+ style="fill:#3f51b5;fill-opacity:1;stroke:none"
+ id="path4199"
+ cx="48"
+ cy="995.36218"
+ r="3" />
+ <circle
+ style="fill:#3f51b5;fill-opacity:1;stroke:none"
+ id="path4201"
+ cx="24"
+ cy="995.36218"
+ r="3" />
+ <circle
+ style="fill:#3f51b5;fill-opacity:1;stroke:none"
+ id="path4241"
+ cx="12"
+ cy="995.36218"
+ r="3" />
+ </g>
+</svg>
diff --git a/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/h-four.svg b/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/h-four.svg
new file mode 100644
index 0000000..8cf0d71
--- /dev/null
+++ b/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/h-four.svg
@@ -0,0 +1,109 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="20"
+ height="16"
+ viewBox="0 0 20 16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="h-four.svg">
+ <defs
+ id="defs4" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="6.8083335"
+ inkscape:cx="-24.271725"
+ inkscape:cy="26.18115"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ units="px"
+ width="60px"
+ inkscape:window-width="1280"
+ inkscape:window-height="734"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1"
+ showguides="false">
+ <inkscape:grid
+ type="xygrid"
+ id="grid4136" />
+ <sodipodi:guide
+ position="10,65"
+ orientation="0,1"
+ id="guide4377" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" />
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/by-sa/4.0/">
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Reproduction" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Distribution" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#Notice" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#Attribution" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#ShareAlike" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(0,-1036.3622)">
+ <circle
+ style="fill:#3f51b5;fill-opacity:1;stroke:none"
+ id="path4138"
+ cx="14"
+ cy="1040.3622"
+ r="3" />
+ <circle
+ style="fill:#3f51b5;fill-opacity:1;stroke:none"
+ id="path4201"
+ cx="6"
+ cy="1048.3622"
+ r="3" />
+ <circle
+ style="fill:#3f51b5;fill-opacity:1;stroke:none"
+ id="path4201-0"
+ cx="6"
+ cy="1040.3622"
+ r="3" />
+ <circle
+ style="fill:#3f51b5;fill-opacity:1;stroke:none"
+ id="path4201-9"
+ cx="14"
+ cy="1048.3622"
+ r="3" />
+ </g>
+</svg>
diff --git a/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/h-one.svg b/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/h-one.svg
new file mode 100644
index 0000000..a168a41
--- /dev/null
+++ b/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/h-one.svg
@@ -0,0 +1,86 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="20"
+ height="16"
+ viewBox="0 0 20 16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="h-one.svg">
+ <defs
+ id="defs4" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="6.8083335"
+ inkscape:cx="-22.582618"
+ inkscape:cy="17.662179"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ units="px"
+ width="60px"
+ inkscape:window-width="1280"
+ inkscape:window-height="734"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1">
+ <inkscape:grid
+ type="xygrid"
+ id="grid4136" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" />
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/by-sa/4.0/">
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Reproduction" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Distribution" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#Notice" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#Attribution" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#ShareAlike" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(0,-1036.3622)">
+ <circle
+ style="fill:#3f51b5;fill-opacity:1;stroke:none"
+ id="path4138"
+ cx="10"
+ cy="1048.3622"
+ r="3" />
+ </g>
+</svg>
diff --git a/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/h-three.svg b/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/h-three.svg
new file mode 100644
index 0000000..e66d65d
--- /dev/null
+++ b/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/h-three.svg
@@ -0,0 +1,103 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="20"
+ height="16"
+ viewBox="0 0 20 16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="h-three.svg">
+ <defs
+ id="defs4" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="6.8083335"
+ inkscape:cx="-43.58629"
+ inkscape:cy="25.887392"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ units="px"
+ width="60px"
+ inkscape:window-width="1280"
+ inkscape:window-height="734"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1"
+ showguides="false">
+ <inkscape:grid
+ type="xygrid"
+ id="grid4136" />
+ <sodipodi:guide
+ position="10,65"
+ orientation="0,1"
+ id="guide4377" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" />
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/by-sa/4.0/">
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Reproduction" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Distribution" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#Notice" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#Attribution" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#ShareAlike" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(0,-1036.3622)">
+ <circle
+ style="fill:#3f51b5;fill-opacity:1;stroke:none"
+ id="path4138"
+ cx="14"
+ cy="1048.3622"
+ r="3" />
+ <circle
+ style="fill:#3f51b5;fill-opacity:1;stroke:none"
+ id="path4201"
+ cx="6"
+ cy="1048.3622"
+ r="3" />
+ <circle
+ style="fill:#3f51b5;fill-opacity:1;stroke:none"
+ id="path4138-2"
+ cx="10"
+ cy="1040.3622"
+ r="3" />
+ </g>
+</svg>
diff --git a/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/h-two.svg b/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/h-two.svg
new file mode 100644
index 0000000..045a704
--- /dev/null
+++ b/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/h-two.svg
@@ -0,0 +1,97 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="20"
+ height="16"
+ viewBox="0 0 20 16"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="h-two.svg">
+ <defs
+ id="defs4" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="6.8083335"
+ inkscape:cx="-47.772336"
+ inkscape:cy="26.18115"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ units="px"
+ width="60px"
+ inkscape:window-width="1280"
+ inkscape:window-height="734"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1"
+ showguides="false">
+ <inkscape:grid
+ type="xygrid"
+ id="grid4136" />
+ <sodipodi:guide
+ position="10,65"
+ orientation="0,1"
+ id="guide4377" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" />
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/by-sa/4.0/">
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Reproduction" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Distribution" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#Notice" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#Attribution" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#ShareAlike" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(0,-1036.3622)">
+ <circle
+ style="fill:#3f51b5;fill-opacity:1;stroke:none"
+ id="path4138"
+ cx="14"
+ cy="1040.3622"
+ r="3" />
+ <circle
+ style="fill:#3f51b5;fill-opacity:1;stroke:none"
+ id="path4201"
+ cx="6"
+ cy="1048.3622"
+ r="3" />
+ </g>
+</svg>
diff --git a/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/one-bottom.svg b/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/one-bottom.svg
new file mode 100644
index 0000000..c03844f
--- /dev/null
+++ b/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/one-bottom.svg
@@ -0,0 +1,86 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="60"
+ height="60"
+ viewBox="0 0 60 60"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="one-bottom.svg">
+ <defs
+ id="defs4" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="6.8083335"
+ inkscape:cx="-38.51897"
+ inkscape:cy="29.706242"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ units="px"
+ width="60px"
+ inkscape:window-width="1280"
+ inkscape:window-height="734"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1">
+ <inkscape:grid
+ type="xygrid"
+ id="grid4136" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" />
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/by-sa/4.0/">
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Reproduction" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Distribution" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#Notice" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#Attribution" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#ShareAlike" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(0,-992.3622)">
+ <circle
+ style="fill:#3f51b5;fill-opacity:1;stroke:none"
+ id="path4138"
+ cx="30"
+ cy="1049.3622"
+ r="3" />
+ </g>
+</svg>
diff --git a/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/one-left.svg b/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/one-left.svg
new file mode 100644
index 0000000..ea54a21
--- /dev/null
+++ b/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/one-left.svg
@@ -0,0 +1,86 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="60"
+ height="60"
+ viewBox="0 0 60 60"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="one-left.svg">
+ <defs
+ id="defs4" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="6.8083335"
+ inkscape:cx="0.84455413"
+ inkscape:cy="29.706242"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ units="px"
+ width="60px"
+ inkscape:window-width="1280"
+ inkscape:window-height="734"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1">
+ <inkscape:grid
+ type="xygrid"
+ id="grid4136" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" />
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/by-sa/4.0/">
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Reproduction" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Distribution" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#Notice" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#Attribution" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#ShareAlike" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(0,-992.3622)">
+ <circle
+ style="fill:#3f51b5;fill-opacity:1;stroke:none"
+ id="path4138"
+ cx="3"
+ cy="1022.3622"
+ r="3" />
+ </g>
+</svg>
diff --git a/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/one-right.svg b/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/one-right.svg
new file mode 100644
index 0000000..67a5a2f
--- /dev/null
+++ b/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/one-right.svg
@@ -0,0 +1,86 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="60"
+ height="60"
+ viewBox="0 0 60 60"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="one-right.svg">
+ <defs
+ id="defs4" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="6.8083335"
+ inkscape:cx="-22.582618"
+ inkscape:cy="29.412484"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ units="px"
+ width="60px"
+ inkscape:window-width="1280"
+ inkscape:window-height="734"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1">
+ <inkscape:grid
+ type="xygrid"
+ id="grid4136" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" />
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/by-sa/4.0/">
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Reproduction" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Distribution" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#Notice" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#Attribution" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#ShareAlike" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(0,-992.3622)">
+ <circle
+ style="fill:#3f51b5;fill-opacity:1;stroke:none"
+ id="path4138"
+ cx="57"
+ cy="1022.3622"
+ r="3" />
+ </g>
+</svg>
diff --git a/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/one-top.svg b/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/one-top.svg
new file mode 100644
index 0000000..cf52332
--- /dev/null
+++ b/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/one-top.svg
@@ -0,0 +1,86 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="60"
+ height="60"
+ viewBox="0 0 60 60"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="one-top.svg">
+ <defs
+ id="defs4" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="6.8083335"
+ inkscape:cx="-22.582618"
+ inkscape:cy="29.412484"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ units="px"
+ width="60px"
+ inkscape:window-width="1280"
+ inkscape:window-height="734"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1">
+ <inkscape:grid
+ type="xygrid"
+ id="grid4136" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" />
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/by-sa/4.0/">
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Reproduction" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Distribution" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#Notice" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#Attribution" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#ShareAlike" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(0,-992.3622)">
+ <circle
+ style="fill:#3f51b5;fill-opacity:1;stroke:none"
+ id="path4138"
+ cx="30"
+ cy="995.36218"
+ r="3" />
+ </g>
+</svg>
diff --git a/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/three-bottom.svg b/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/three-bottom.svg
new file mode 100644
index 0000000..54b0e02
--- /dev/null
+++ b/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/three-bottom.svg
@@ -0,0 +1,98 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="60"
+ height="60"
+ viewBox="0 0 60 60"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="three-bottom.svg">
+ <defs
+ id="defs4" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="6.8083335"
+ inkscape:cx="0.99848913"
+ inkscape:cy="29.706242"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ units="px"
+ width="60px"
+ inkscape:window-width="1280"
+ inkscape:window-height="734"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1">
+ <inkscape:grid
+ type="xygrid"
+ id="grid4136" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" />
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/by-sa/4.0/">
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Reproduction" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Distribution" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#Notice" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#Attribution" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#ShareAlike" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(0,-992.3622)">
+ <circle
+ style="fill:#3f51b5;fill-opacity:1;stroke:none"
+ id="path4138"
+ cx="30"
+ cy="1049.3622"
+ r="3" />
+ <circle
+ style="fill:#3f51b5;fill-opacity:1;stroke:none"
+ id="path4199"
+ cx="42"
+ cy="1049.3622"
+ r="3" />
+ <circle
+ style="fill:#3f51b5;fill-opacity:1;stroke:none"
+ id="path4201"
+ cx="18"
+ cy="1049.3622"
+ r="3" />
+ </g>
+</svg>
diff --git a/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/three-left.svg b/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/three-left.svg
new file mode 100644
index 0000000..e9d9f02
--- /dev/null
+++ b/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/three-left.svg
@@ -0,0 +1,101 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="60"
+ height="60"
+ viewBox="0 0 60 60"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="three-left.svg">
+ <defs
+ id="defs4" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="6.8083335"
+ inkscape:cx="-24.191229"
+ inkscape:cy="29.412484"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ units="px"
+ width="60px"
+ inkscape:window-width="1280"
+ inkscape:window-height="734"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1">
+ <inkscape:grid
+ type="xygrid"
+ id="grid4136" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" />
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/by-sa/4.0/">
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Reproduction" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Distribution" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#Notice" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#Attribution" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#ShareAlike" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(0,-992.3622)">
+ <circle
+ style="fill:#3f51b5;fill-opacity:1;stroke:none"
+ id="path4138"
+ cx="1022.3622"
+ cy="-3"
+ r="3"
+ transform="matrix(0,1,-1,0,0,0)" />
+ <circle
+ style="fill:#3f51b5;fill-opacity:1;stroke:none"
+ id="path4199"
+ cx="1034.3622"
+ cy="-3"
+ r="3"
+ transform="matrix(0,1,-1,0,0,0)" />
+ <circle
+ style="fill:#3f51b5;fill-opacity:1;stroke:none"
+ id="path4201"
+ cx="1010.3622"
+ cy="-3"
+ r="3"
+ transform="matrix(0,1,-1,0,0,0)" />
+ </g>
+</svg>
diff --git a/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/three-right.svg b/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/three-right.svg
new file mode 100644
index 0000000..812ab12
--- /dev/null
+++ b/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/three-right.svg
@@ -0,0 +1,101 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="60"
+ height="60"
+ viewBox="0 0 60 60"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="three-right.svg">
+ <defs
+ id="defs4" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="6.8083335"
+ inkscape:cx="-24.191229"
+ inkscape:cy="29.412484"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ units="px"
+ width="60px"
+ inkscape:window-width="1280"
+ inkscape:window-height="734"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1">
+ <inkscape:grid
+ type="xygrid"
+ id="grid4136" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" />
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/by-sa/4.0/">
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Reproduction" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Distribution" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#Notice" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#Attribution" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#ShareAlike" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(0,-992.3622)">
+ <circle
+ style="fill:#3f51b5;fill-opacity:1;stroke:none"
+ id="path4138"
+ cx="1022.3622"
+ cy="-57"
+ r="3"
+ transform="matrix(0,1,-1,0,0,0)" />
+ <circle
+ style="fill:#3f51b5;fill-opacity:1;stroke:none"
+ id="path4199"
+ cx="1034.3622"
+ cy="-57"
+ r="3"
+ transform="matrix(0,1,-1,0,0,0)" />
+ <circle
+ style="fill:#3f51b5;fill-opacity:1;stroke:none"
+ id="path4201"
+ cx="1010.3622"
+ cy="-57"
+ r="3"
+ transform="matrix(0,1,-1,0,0,0)" />
+ </g>
+</svg>
diff --git a/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/three-top.svg b/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/three-top.svg
new file mode 100644
index 0000000..e28128b
--- /dev/null
+++ b/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/three-top.svg
@@ -0,0 +1,98 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="60"
+ height="60"
+ viewBox="0 0 60 60"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="three-top.svg">
+ <defs
+ id="defs4" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="6.8083335"
+ inkscape:cx="-24.191229"
+ inkscape:cy="29.412484"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ units="px"
+ width="60px"
+ inkscape:window-width="1280"
+ inkscape:window-height="734"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1">
+ <inkscape:grid
+ type="xygrid"
+ id="grid4136" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" />
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/by-sa/4.0/">
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Reproduction" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Distribution" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#Notice" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#Attribution" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#ShareAlike" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(0,-992.3622)">
+ <circle
+ style="fill:#3f51b5;fill-opacity:1;stroke:none"
+ id="path4138"
+ cx="30"
+ cy="995.36218"
+ r="3" />
+ <circle
+ style="fill:#3f51b5;fill-opacity:1;stroke:none"
+ id="path4199"
+ cx="42"
+ cy="995.36218"
+ r="3" />
+ <circle
+ style="fill:#3f51b5;fill-opacity:1;stroke:none"
+ id="path4201"
+ cx="18"
+ cy="995.36218"
+ r="3" />
+ </g>
+</svg>
diff --git a/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/two-bottom.svg b/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/two-bottom.svg
new file mode 100644
index 0000000..78115d9
--- /dev/null
+++ b/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/two-bottom.svg
@@ -0,0 +1,92 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="60"
+ height="60"
+ viewBox="0 0 60 60"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="two-bottom.svg">
+ <defs
+ id="defs4" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="6.8083335"
+ inkscape:cx="-15.018359"
+ inkscape:cy="26.768666"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ units="px"
+ width="60px"
+ inkscape:window-width="1280"
+ inkscape:window-height="734"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1">
+ <inkscape:grid
+ type="xygrid"
+ id="grid4136" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" />
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/by-sa/4.0/">
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Reproduction" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Distribution" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#Notice" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#Attribution" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#ShareAlike" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(0,-992.3622)">
+ <circle
+ style="fill:#3f51b5;fill-opacity:1;stroke:none"
+ id="path4138"
+ cx="36"
+ cy="1049.3622"
+ r="3" />
+ <circle
+ style="fill:#3f51b5;fill-opacity:1;stroke:none"
+ id="path4201"
+ cx="24"
+ cy="1049.3622"
+ r="3" />
+ </g>
+</svg>
diff --git a/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/two-left.svg b/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/two-left.svg
new file mode 100644
index 0000000..afd9b3b
--- /dev/null
+++ b/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/two-left.svg
@@ -0,0 +1,94 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="60"
+ height="60"
+ viewBox="0 0 60 60"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="two-left.svg">
+ <defs
+ id="defs4" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="6.8083335"
+ inkscape:cx="-22.582618"
+ inkscape:cy="26.474908"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ units="px"
+ width="60px"
+ inkscape:window-width="1280"
+ inkscape:window-height="734"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1">
+ <inkscape:grid
+ type="xygrid"
+ id="grid4136" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" />
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/by-sa/4.0/">
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Reproduction" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Distribution" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#Notice" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#Attribution" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#ShareAlike" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(0,-992.3622)">
+ <circle
+ style="fill:#3f51b5;fill-opacity:1;stroke:none"
+ id="path4138"
+ cx="1028.3622"
+ cy="-3"
+ r="3"
+ transform="matrix(0,1,-1,0,0,0)" />
+ <circle
+ style="fill:#3f51b5;fill-opacity:1;stroke:none"
+ id="path4201"
+ cx="1016.3622"
+ cy="-3"
+ r="3"
+ transform="matrix(0,1,-1,0,0,0)" />
+ </g>
+</svg>
diff --git a/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/two-right.svg b/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/two-right.svg
new file mode 100644
index 0000000..7e3cb8e
--- /dev/null
+++ b/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/two-right.svg
@@ -0,0 +1,94 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="60"
+ height="60"
+ viewBox="0 0 60 60"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="two-right.svg">
+ <defs
+ id="defs4" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="6.8083335"
+ inkscape:cx="-22.582618"
+ inkscape:cy="26.474908"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ units="px"
+ width="60px"
+ inkscape:window-width="1280"
+ inkscape:window-height="734"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1">
+ <inkscape:grid
+ type="xygrid"
+ id="grid4136" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" />
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/by-sa/4.0/">
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Reproduction" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Distribution" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#Notice" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#Attribution" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#ShareAlike" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(0,-992.3622)">
+ <circle
+ style="fill:#3f51b5;fill-opacity:1;stroke:none"
+ id="path4138"
+ cx="1028.3622"
+ cy="-57"
+ r="3"
+ transform="matrix(0,1,-1,0,0,0)" />
+ <circle
+ style="fill:#3f51b5;fill-opacity:1;stroke:none"
+ id="path4201"
+ cx="1016.3622"
+ cy="-57"
+ r="3"
+ transform="matrix(0,1,-1,0,0,0)" />
+ </g>
+</svg>
diff --git a/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/two-top.svg b/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/two-top.svg
new file mode 100644
index 0000000..c643b6b
--- /dev/null
+++ b/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/two-top.svg
@@ -0,0 +1,92 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="60"
+ height="60"
+ viewBox="0 0 60 60"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="two-top.svg">
+ <defs
+ id="defs4" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="6.8083335"
+ inkscape:cx="-22.582618"
+ inkscape:cy="26.474908"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ units="px"
+ width="60px"
+ inkscape:window-width="1280"
+ inkscape:window-height="734"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1">
+ <inkscape:grid
+ type="xygrid"
+ id="grid4136" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" />
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/by-sa/4.0/">
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Reproduction" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Distribution" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#Notice" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#Attribution" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#ShareAlike" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(0,-992.3622)">
+ <circle
+ style="fill:#3f51b5;fill-opacity:1;stroke:none"
+ id="path4138"
+ cx="36"
+ cy="995.36218"
+ r="3" />
+ <circle
+ style="fill:#3f51b5;fill-opacity:1;stroke:none"
+ id="path4201"
+ cx="24"
+ cy="995.36218"
+ r="3" />
+ </g>
+</svg>
diff --git a/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/workspaces-to-dock.css b/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/workspaces-to-dock.css
new file mode 100644
index 0000000..6a7b21a
--- /dev/null
+++ b/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/workspaces-to-dock.css
@@ -0,0 +1,152 @@
+/* This file is part of plata-theme Copyright (C) 2018-2020 Tista <tista.gma500@gmail.com> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. */
+#workspacestodockTriggerSpacer, #workspacestodockContainerWrapper, #workspacestodockContainer { background-color: rgba(224, 224, 224, 0); }
+
+#workspacestodockDock { padding: 0; }
+
+#workspacestodockDock.top .workspace-thumbnails { margin: 0; border-radius: 2px 2px 0 0; background-color: rgba(224, 224, 224, 0); box-shadow: none; }
+
+#workspacestodockDock.top .workspace-thumbnails .workspace-thumbnail-indicator { padding: 5px; border-width: 0; border-bottom-width: 2px; }
+
+#workspacestodockDock.top.inside .workspace-thumbnails { border-radius: 0; background-color: rgba(224, 224, 224, 0); box-shadow: none; }
+
+#workspacestodockDock.top.inside .workspacestodock-shortcuts-panel { padding: 2px; spacing: 0; border-radius: 0; background-color: rgba(224, 224, 224, 0); box-shadow: none; }
+
+#workspacestodockDock.top.fullheight .workspace-thumbnails, #workspacestodockDock.top.fullheight .workspacestodock-shortcuts-panel { border-radius: 0; }
+
+#workspacestodockDock.top .workspacestodock-shortcuts-panel { padding: 2px; spacing: 0; border-radius: 0; box-shadow: inset 0 -1px 0 rgba(17, 17, 17, 0.2); }
+
+#workspacestodockDock.bottom .workspace-thumbnails { margin: 0; border-radius: 0 0 2px 2px; background-color: rgba(224, 224, 224, 0); box-shadow: none; }
+
+#workspacestodockDock.bottom .workspace-thumbnails .workspace-thumbnail-indicator { padding: 5px; border-width: 0; border-top-width: 2px; }
+
+#workspacestodockDock.bottom.inside .workspace-thumbnails { border-radius: 0; background-color: rgba(224, 224, 224, 0); box-shadow: none; }
+
+#workspacestodockDock.bottom.inside .workspacestodock-shortcuts-panel { padding: 2px; spacing: 0; border-radius: 0; background-color: rgba(224, 224, 224, 0); box-shadow: none; }
+
+#workspacestodockDock.bottom.fullheight .workspace-thumbnails, #workspacestodockDock.bottom.fullheight .workspacestodock-shortcuts-panel { border-radius: 0; }
+
+#workspacestodockDock.bottom .workspacestodock-shortcuts-panel { padding: 2px; spacing: 0; border-radius: 0; box-shadow: inset 0 1px 0 rgba(17, 17, 17, 0.2); }
+
+#workspacestodockDock.left .workspace-thumbnails { margin: 0; border-radius: 0 2px 2px 0; background-color: rgba(224, 224, 224, 0); box-shadow: none; }
+
+#workspacestodockDock.left .workspace-thumbnails .workspace-thumbnail-indicator { padding: 5px; border-width: 0; border-right-width: 2px; }
+
+#workspacestodockDock.left.inside .workspace-thumbnails { border-radius: 0; background-color: rgba(224, 224, 224, 0); box-shadow: none; }
+
+#workspacestodockDock.left.inside .workspacestodock-shortcuts-panel { padding: 2px; spacing: 0; border-radius: 0; background-color: rgba(224, 224, 224, 0); box-shadow: none; }
+
+#workspacestodockDock.left.fullheight .workspace-thumbnails, #workspacestodockDock.left.fullheight .workspacestodock-shortcuts-panel { border-radius: 0; }
+
+#workspacestodockDock.left .workspacestodock-shortcuts-panel { padding: 2px; spacing: 0; border-radius: 0; box-shadow: inset -1px 0 0 rgba(17, 17, 17, 0.2); }
+
+#workspacestodockDock.right .workspace-thumbnails { margin: 0; border-radius: 2px 0 0 2px; background-color: rgba(224, 224, 224, 0); box-shadow: none; }
+
+#workspacestodockDock.right .workspace-thumbnails .workspace-thumbnail-indicator { padding: 5px; border-width: 0; border-left-width: 2px; }
+
+#workspacestodockDock.right.inside .workspace-thumbnails { border-radius: 0; background-color: rgba(224, 224, 224, 0); box-shadow: none; }
+
+#workspacestodockDock.right.inside .workspacestodock-shortcuts-panel { padding: 2px; spacing: 0; border-radius: 0; background-color: rgba(224, 224, 224, 0); box-shadow: none; }
+
+#workspacestodockDock.right.fullheight .workspace-thumbnails, #workspacestodockDock.right.fullheight .workspacestodock-shortcuts-panel { border-radius: 0; }
+
+#workspacestodockDock.right .workspacestodock-shortcuts-panel { padding: 2px; spacing: 0; border-radius: 0; box-shadow: inset 1px 0 0 rgba(17, 17, 17, 0.2); }
+
+.workspacestodock-shortcuts-panel-popupmenu { padding: 2px; spacing: 0; }
+
+#workspacestodockDock .app-well-app .overview-icon { border-radius: 999px; }
+
+#workspacestodockDock .app-well-app:hover .overview-icon { background-color: rgba(17, 17, 17, 0.12); }
+
+#workspacestodockDock .app-well-app:active .overview-icon, #workspacestodockDock .app-well-app:focus .overview-icon, #workspacestodockDock .app-well-app:checked .overview-icon { background-color: #3f51b5; }
+
+#workspacestodockDock .workspacestodock-shortcuts-panel > StButton { background-size: contain; }
+
+.workspacestodock-shortcut-button-icon { padding: 6px; }
+
+.workspacestodock-shortcut-button-symbolic-icon { padding: 8px; }
+
+#workspacestodockDock .popup-separator-menu-item { margin: 2px; }
+
+.workspacestodock-shortcut-panel-separator { -margin-horizontal: 2px; }
+
+.workspacestodock-shortcut-panel-filler { height: 1px; padding: 0; -margin-horizontal: 2px; -gradient-height: 1px; -gradient-start: transparent; -gradient-end: transparent; }
+
+#workspacestodockDock.top .workspacestodock-shortcut-button-windowcount-image-1 { background-image: url("assets/one-top.svg"); }
+
+#workspacestodockDock.top .workspacestodock-shortcut-button-windowcount-image-2 { background-image: url("assets/two-top.svg"); }
+
+#workspacestodockDock.top .workspacestodock-shortcut-button-windowcount-image-3 { background-image: url("assets/three-top.svg"); }
+
+#workspacestodockDock.top .workspacestodock-shortcut-button-windowcount-image-4 { background-image: url("assets/four-top.svg"); }
+
+#workspacestodockDock.bottom .workspacestodock-shortcut-button-windowcount-image-1 { background-image: url("assets/one-bottom.svg"); }
+
+#workspacestodockDock.bottom .workspacestodock-shortcut-button-windowcount-image-2 { background-image: url("assets/two-bottom.svg"); }
+
+#workspacestodockDock.bottom .workspacestodock-shortcut-button-windowcount-image-3 { background-image: url("assets/three-bottom.svg"); }
+
+#workspacestodockDock.bottom .workspacestodock-shortcut-button-windowcount-image-4 { background-image: url("assets/four-bottom.svg"); }
+
+#workspacestodockDock.left .workspacestodock-shortcut-button-windowcount-image-1 { background-image: url("assets/one-left.svg"); }
+
+#workspacestodockDock.left .workspacestodock-shortcut-button-windowcount-image-2 { background-image: url("assets/two-left.svg"); }
+
+#workspacestodockDock.left .workspacestodock-shortcut-button-windowcount-image-3 { background-image: url("assets/three-left.svg"); }
+
+#workspacestodockDock.left .workspacestodock-shortcut-button-windowcount-image-4 { background-image: url("assets/four-left.svg"); }
+
+#workspacestodockDock.right .workspacestodock-shortcut-button-windowcount-image-1 { background-image: url("assets/one-right.svg"); }
+
+#workspacestodockDock.right .workspacestodock-shortcut-button-windowcount-image-2 { background-image: url("assets/two-right.svg"); }
+
+#workspacestodockDock.right .workspacestodock-shortcut-button-windowcount-image-3 { background-image: url("assets/three-right.svg"); }
+
+#workspacestodockDock.right .workspacestodock-shortcut-button-windowcount-image-4 { background-image: url("assets/four-right.svg"); }
+
+.workspacestodock-workspace-caption { color: rgba(17, 17, 17, 0.54); }
+
+.workspacestodock-workspace-caption-container { padding: 0; border-radius: 2.5px; border: 1px solid rgba(0, 0, 0, 0.15); }
+
+.workspacestodock-workspace-caption-background { border-top: 1px solid rgba(0, 0, 0, 0.15); border-radius: 0 0 2.5px 2.5px; background-color: #e7e7e7; }
+
+.workspacestodock-workspace-caption-background-current { color: #111111; }
+
+.workspacestodock-caption-windowapps { padding: 0; }
+
+.workspacestodock-caption-windowapps-menu { -boxpointer-gap: 12px; }
+
+.workspacestodock-caption-windowapps-menu .window-close { height: 20px; width: 20px; background-size: 24px; }
+
+.workspacestodock-caption-windowapps-menu-label { padding: 0 10px 0 10px; }
+
+.workspacestodock-caption-windowapps-button { padding: 0 4px; }
+
+.workspacestodock-caption-windowapps-button-icon { padding: 2px 2px 0 2px; border: none; border-radius: 0; background-color: transparent; box-shadow: none; }
+
+.workspacestodock-caption-windowapps-button:hover > .workspacestodock-caption-windowapps-button-icon { background-color: rgba(0, 0, 0, 0.01); box-shadow: inset 0 -2px rgba(17, 17, 17, 0.2); }
+
+.workspacestodock-caption-windowapps-button-active > .workspacestodock-caption-windowapps-button-icon, .workspacestodock-caption-windowapps-button-active:hover > .workspacestodock-caption-windowapps-button-icon { background-color: rgba(17, 17, 17, 0.12); box-shadow: inset 0 -2px #3f51b5; }
+
+.workspacestodock-caption-number { height: 20px; min-width: 7px; padding: 0 7px; border-radius: 999px; color: rgba(17, 17, 17, 0.54); background-color: #e7e7e7; font-weight: 700; font-size: 90%; text-align: center; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.28); }
+
+.workspacestodock-caption-number-current { color: #7986cb; box-shadow: 0 2.5px 4.5px rgba(0, 0, 0, 0.34); }
+
+.workspacestodock-caption-name { height: 20px; min-width: 7px; padding: 0 7px; border-radius: 2px; color: rgba(17, 17, 17, 0.54); background-color: #e7e7e7; font-weight: 700; font-size: 90%; text-align: center; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.28); }
+
+.workspacestodock-caption-name-current { color: #7986cb; box-shadow: 0 2.5px 4.5px rgba(0, 0, 0, 0.34); }
+
+.workspacestodock-caption-windowcount { min-width: 7px; padding: 0 7px; border: none; color: rgba(17, 17, 17, 0.54); background-color: transparent; font-weight: 700; font-size: 90%; text-align: center; }
+
+.workspacestodock-caption-windowcount-current { color: #111111; }
+
+.workspacestodock-caption-windowcount-image { width: 20px; height: 16px; }
+
+.workspacestodock-caption-spacer { width: 1px; border: 1px solid transparent; }
+
+.workspacestodock-caption-windowcount-image-1 { background-image: url("assets/h-one.svg"); }
+
+.workspacestodock-caption-windowcount-image-2 { background-image: url("assets/h-two.svg"); }
+
+.workspacestodock-caption-windowcount-image-3 { background-image: url("assets/h-three.svg"); }
+
+.workspacestodock-caption-windowcount-image-4 { background-image: url("assets/h-four.svg"); }