@ -0,0 +1,18 @@ | |||
*background: #212121 | |||
*foreground: #A1B0B8 | |||
*color0: #3F3F3F | |||
*color1: #FF443E | |||
*color2: #C3D82C | |||
*color3: #FF9800 | |||
*color4: #42A5F5 | |||
*color5: #D81B60 | |||
*color6: #00ACC1 | |||
*color7: #F5F5F5 | |||
*color8: #3F3F3F | |||
*color9: #FF443E | |||
*color10: #C3D82C | |||
*color11: #FF9800 | |||
*color12: #42A5F5 | |||
*color13: #D81B60 | |||
*color14: #00ACC1 | |||
*color15: #F5F5F5 |
@ -0,0 +1,2 @@ | |||
alias vim="nvim" | |||
alias vimdiff="nvim -d" |
@ -0,0 +1,339 @@ | |||
GNU GENERAL PUBLIC LICENSE | |||
Version 2, June 1991 | |||
Copyright (C) 1989, 1991 Free Software Foundation, Inc., | |||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | |||
Everyone is permitted to copy and distribute verbatim copies | |||
of this license document, but changing it is not allowed. | |||
Preamble | |||
The licenses for most software are designed to take away your | |||
freedom to share and change it. By contrast, the GNU General Public | |||
License is intended to guarantee your freedom to share and change free | |||
software--to make sure the software is free for all its users. This | |||
General Public License applies to most of the Free Software | |||
Foundation's software and to any other program whose authors commit to | |||
using it. (Some other Free Software Foundation software is covered by | |||
the GNU Lesser General Public License instead.) You can apply it to | |||
your programs, too. | |||
When we speak of free software, we are referring to freedom, not | |||
price. Our General Public Licenses are designed to make sure that you | |||
have the freedom to distribute copies of free software (and charge for | |||
this service if you wish), that you receive source code or can get it | |||
if you want it, that you can change the software or use pieces of it | |||
in new free programs; and that you know you can do these things. | |||
To protect your rights, we need to make restrictions that forbid | |||
anyone to deny you these rights or to ask you to surrender the rights. | |||
These restrictions translate to certain responsibilities for you if you | |||
distribute copies of the software, or if you modify it. | |||
For example, if you distribute copies of such a program, whether | |||
gratis or for a fee, you must give the recipients all the rights that | |||
you have. You must make sure that they, too, receive or can get the | |||
source code. And you must show them these terms so they know their | |||
rights. | |||
We protect your rights with two steps: (1) copyright the software, and | |||
(2) offer you this license which gives you legal permission to copy, | |||
distribute and/or modify the software. | |||
Also, for each author's protection and ours, we want to make certain | |||
that everyone understands that there is no warranty for this free | |||
software. If the software is modified by someone else and passed on, we | |||
want its recipients to know that what they have is not the original, so | |||
that any problems introduced by others will not reflect on the original | |||
authors' reputations. | |||
Finally, any free program is threatened constantly by software | |||
patents. We wish to avoid the danger that redistributors of a free | |||
program will individually obtain patent licenses, in effect making the | |||
program proprietary. To prevent this, we have made it clear that any | |||
patent must be licensed for everyone's free use or not licensed at all. | |||
The precise terms and conditions for copying, distribution and | |||
modification follow. | |||
GNU GENERAL PUBLIC LICENSE | |||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION | |||
0. This License applies to any program or other work which contains | |||
a notice placed by the copyright holder saying it may be distributed | |||
under the terms of this General Public License. The "Program", below, | |||
refers to any such program or work, and a "work based on the Program" | |||
means either the Program or any derivative work under copyright law: | |||
that is to say, a work containing the Program or a portion of it, | |||
either verbatim or with modifications and/or translated into another | |||
language. (Hereinafter, translation is included without limitation in | |||
the term "modification".) Each licensee is addressed as "you". | |||
Activities other than copying, distribution and modification are not | |||
covered by this License; they are outside its scope. The act of | |||
running the Program is not restricted, and the output from the Program | |||
is covered only if its contents constitute a work based on the | |||
Program (independent of having been made by running the Program). | |||
Whether that is true depends on what the Program does. | |||
1. You may copy and distribute verbatim copies of the Program's | |||
source code as you receive it, in any medium, provided that you | |||
conspicuously and appropriately publish on each copy an appropriate | |||
copyright notice and disclaimer of warranty; keep intact all the | |||
notices that refer to this License and to the absence of any warranty; | |||
and give any other recipients of the Program a copy of this License | |||
along with the Program. | |||
You may charge a fee for the physical act of transferring a copy, and | |||
you may at your option offer warranty protection in exchange for a fee. | |||
2. You may modify your copy or copies of the Program or any portion | |||
of it, thus forming a work based on the Program, and copy and | |||
distribute such modifications or work under the terms of Section 1 | |||
above, provided that you also meet all of these conditions: | |||
a) You must cause the modified files to carry prominent notices | |||
stating that you changed the files and the date of any change. | |||
b) You must cause any work that you distribute or publish, that in | |||
whole or in part contains or is derived from the Program or any | |||
part thereof, to be licensed as a whole at no charge to all third | |||
parties under the terms of this License. | |||
c) If the modified program normally reads commands interactively | |||
when run, you must cause it, when started running for such | |||
interactive use in the most ordinary way, to print or display an | |||
announcement including an appropriate copyright notice and a | |||
notice that there is no warranty (or else, saying that you provide | |||
a warranty) and that users may redistribute the program under | |||
these conditions, and telling the user how to view a copy of this | |||
License. (Exception: if the Program itself is interactive but | |||
does not normally print such an announcement, your work based on | |||
the Program is not required to print an announcement.) | |||
These requirements apply to the modified work as a whole. If | |||
identifiable sections of that work are not derived from the Program, | |||
and can be reasonably considered independent and separate works in | |||
themselves, then this License, and its terms, do not apply to those | |||
sections when you distribute them as separate works. But when you | |||
distribute the same sections as part of a whole which is a work based | |||
on the Program, the distribution of the whole must be on the terms of | |||
this License, whose permissions for other licensees extend to the | |||
entire whole, and thus to each and every part regardless of who wrote it. | |||
Thus, it is not the intent of this section to claim rights or contest | |||
your rights to work written entirely by you; rather, the intent is to | |||
exercise the right to control the distribution of derivative or | |||
collective works based on the Program. | |||
In addition, mere aggregation of another work not based on the Program | |||
with the Program (or with a work based on the Program) on a volume of | |||
a storage or distribution medium does not bring the other work under | |||
the scope of this License. | |||
3. You may copy and distribute the Program (or a work based on it, | |||
under Section 2) in object code or executable form under the terms of | |||
Sections 1 and 2 above provided that you also do one of the following: | |||
a) Accompany it with the complete corresponding machine-readable | |||
source code, which must be distributed under the terms of Sections | |||
1 and 2 above on a medium customarily used for software interchange; or, | |||
b) Accompany it with a written offer, valid for at least three | |||
years, to give any third party, for a charge no more than your | |||
cost of physically performing source distribution, a complete | |||
machine-readable copy of the corresponding source code, to be | |||
distributed under the terms of Sections 1 and 2 above on a medium | |||
customarily used for software interchange; or, | |||
c) Accompany it with the information you received as to the offer | |||
to distribute corresponding source code. (This alternative is | |||
allowed only for noncommercial distribution and only if you | |||
received the program in object code or executable form with such | |||
an offer, in accord with Subsection b above.) | |||
The source code for a work means the preferred form of the work for | |||
making modifications to it. For an executable work, complete source | |||
code means all the source code for all modules it contains, plus any | |||
associated interface definition files, plus the scripts used to | |||
control compilation and installation of the executable. However, as a | |||
special exception, the source code distributed need not include | |||
anything that is normally distributed (in either source or binary | |||
form) with the major components (compiler, kernel, and so on) of the | |||
operating system on which the executable runs, unless that component | |||
itself accompanies the executable. | |||
If distribution of executable or object code is made by offering | |||
access to copy from a designated place, then offering equivalent | |||
access to copy the source code from the same place counts as | |||
distribution of the source code, even though third parties are not | |||
compelled to copy the source along with the object code. | |||
4. You may not copy, modify, sublicense, or distribute the Program | |||
except as expressly provided under this License. Any attempt | |||
otherwise to copy, modify, sublicense or distribute the Program is | |||
void, and will automatically terminate your rights under this License. | |||
However, parties who have received copies, or rights, from you under | |||
this License will not have their licenses terminated so long as such | |||
parties remain in full compliance. | |||
5. You are not required to accept this License, since you have not | |||
signed it. However, nothing else grants you permission to modify or | |||
distribute the Program or its derivative works. These actions are | |||
prohibited by law if you do not accept this License. Therefore, by | |||
modifying or distributing the Program (or any work based on the | |||
Program), you indicate your acceptance of this License to do so, and | |||
all its terms and conditions for copying, distributing or modifying | |||
the Program or works based on it. | |||
6. Each time you redistribute the Program (or any work based on the | |||
Program), the recipient automatically receives a license from the | |||
original licensor to copy, distribute or modify the Program subject to | |||
these terms and conditions. You may not impose any further | |||
restrictions on the recipients' exercise of the rights granted herein. | |||
You are not responsible for enforcing compliance by third parties to | |||
this License. | |||
7. If, as a consequence of a court judgment or allegation of patent | |||
infringement or for any other reason (not limited to patent issues), | |||
conditions are imposed on you (whether by court order, agreement or | |||
otherwise) that contradict the conditions of this License, they do not | |||
excuse you from the conditions of this License. If you cannot | |||
distribute so as to satisfy simultaneously your obligations under this | |||
License and any other pertinent obligations, then as a consequence you | |||
may not distribute the Program at all. For example, if a patent | |||
license would not permit royalty-free redistribution of the Program by | |||
all those who receive copies directly or indirectly through you, then | |||
the only way you could satisfy both it and this License would be to | |||
refrain entirely from distribution of the Program. | |||
If any portion of this section is held invalid or unenforceable under | |||
any particular circumstance, the balance of the section is intended to | |||
apply and the section as a whole is intended to apply in other | |||
circumstances. | |||
It is not the purpose of this section to induce you to infringe any | |||
patents or other property right claims or to contest validity of any | |||
such claims; this section has the sole purpose of protecting the | |||
integrity of the free software distribution system, which is | |||
implemented by public license practices. Many people have made | |||
generous contributions to the wide range of software distributed | |||
through that system in reliance on consistent application of that | |||
system; it is up to the author/donor to decide if he or she is willing | |||
to distribute software through any other system and a licensee cannot | |||
impose that choice. | |||
This section is intended to make thoroughly clear what is believed to | |||
be a consequence of the rest of this License. | |||
8. If the distribution and/or use of the Program is restricted in | |||
certain countries either by patents or by copyrighted interfaces, the | |||
original copyright holder who places the Program under this License | |||
may add an explicit geographical distribution limitation excluding | |||
those countries, so that distribution is permitted only in or among | |||
countries not thus excluded. In such case, this License incorporates | |||
the limitation as if written in the body of this License. | |||
9. The Free Software Foundation may publish revised and/or new versions | |||
of the General Public License from time to time. Such new versions will | |||
be similar in spirit to the present version, but may differ in detail to | |||
address new problems or concerns. | |||
Each version is given a distinguishing version number. If the Program | |||
specifies a version number of this License which applies to it and "any | |||
later version", you have the option of following the terms and conditions | |||
either of that version or of any later version published by the Free | |||
Software Foundation. If the Program does not specify a version number of | |||
this License, you may choose any version ever published by the Free Software | |||
Foundation. | |||
10. If you wish to incorporate parts of the Program into other free | |||
programs whose distribution conditions are different, write to the author | |||
to ask for permission. For software which is copyrighted by the Free | |||
Software Foundation, write to the Free Software Foundation; we sometimes | |||
make exceptions for this. Our decision will be guided by the two goals | |||
of preserving the free status of all derivatives of our free software and | |||
of promoting the sharing and reuse of software generally. | |||
NO WARRANTY | |||
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY | |||
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN | |||
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES | |||
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED | |||
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF | |||
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS | |||
TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE | |||
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, | |||
REPAIR OR CORRECTION. | |||
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING | |||
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR | |||
REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, | |||
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING | |||
OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED | |||
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY | |||
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER | |||
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE | |||
POSSIBILITY OF SUCH DAMAGES. | |||
END OF TERMS AND CONDITIONS | |||
How to Apply These Terms to Your New Programs | |||
If you develop a new program, and you want it to be of the greatest | |||
possible use to the public, the best way to achieve this is to make it | |||
free software which everyone can redistribute and change under these terms. | |||
To do so, attach the following notices to the program. It is safest | |||
to attach them to the start of each source file to most effectively | |||
convey the exclusion of warranty; and each file should have at least | |||
the "copyright" line and a pointer to where the full notice is found. | |||
<one line to give the program's name and a brief idea of what it does.> | |||
Copyright (C) <year> <name of author> | |||
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. | |||
This program is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
GNU General Public License for more details. | |||
You should have received a copy of the GNU General Public License along | |||
with this program; if not, write to the Free Software Foundation, Inc., | |||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | |||
Also add information on how to contact you by electronic and paper mail. | |||
If the program is interactive, make it output a short notice like this | |||
when it starts in an interactive mode: | |||
Gnomovision version 69, Copyright (C) year name of author | |||
Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. | |||
This is free software, and you are welcome to redistribute it | |||
under certain conditions; type `show c' for details. | |||
The hypothetical commands `show w' and `show c' should show the appropriate | |||
parts of the General Public License. Of course, the commands you use may | |||
be called something other than `show w' and `show c'; they could even be | |||
mouse-clicks or menu items--whatever suits your program. | |||
You should also get your employer (if you work as a programmer) or your | |||
school, if any, to sign a "copyright disclaimer" for the program, if | |||
necessary. Here is a sample; alter the names: | |||
Yoyodyne, Inc., hereby disclaims all copyright interest in the program | |||
`Gnomovision' (which makes passes at compilers) written by James Hacker. | |||
<signature of Ty Coon>, 1 April 1989 | |||
Ty Coon, President of Vice | |||
This General Public License does not permit incorporating your program into | |||
proprietary programs. If your program is a subroutine library, you may | |||
consider it more useful to permit linking proprietary applications with the | |||
library. If this is what you want to do, use the GNU Lesser General | |||
Public License instead of this License. |
@ -0,0 +1,130 @@ | |||
<?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="35" | |||
height="200" | |||
id="svg2" | |||
version="1.1" | |||
inkscape:version="0.91 r13725" | |||
sodipodi:docname="add-workspace-active.svg"> | |||
<defs | |||
id="defs4"> | |||
<filter | |||
inkscape:collect="always" | |||
style="color-interpolation-filters:sRGB" | |||
id="filter4154" | |||
x="-0.13200003" | |||
width="1.2640001" | |||
y="-0.020842104" | |||
height="1.0416842"> | |||
<feGaussianBlur | |||
inkscape:collect="always" | |||
stdDeviation="1.6500004" | |||
id="feGaussianBlur4156" /> | |||
</filter> | |||
</defs> | |||
<sodipodi:namedview | |||
id="base" | |||
pagecolor="#ffffff" | |||
bordercolor="#666666" | |||
borderopacity="1.0" | |||
inkscape:pageopacity="0.0" | |||
inkscape:pageshadow="2" | |||
inkscape:zoom="8" | |||
inkscape:cx="-19.280981" | |||
inkscape:cy="24.179781" | |||
inkscape:document-units="px" | |||
inkscape:current-layer="layer1" | |||
showgrid="true" | |||
inkscape:window-width="1280" | |||
inkscape:window-height="734" | |||
inkscape:window-x="0" | |||
inkscape:window-y="0" | |||
inkscape:window-maximized="1" | |||
showguides="false" | |||
inkscape:guide-bbox="true" | |||
inkscape:snap-bbox="true" | |||
inkscape:bbox-paths="true" | |||
inkscape:snap-bbox-edge-midpoints="true" | |||
inkscape:bbox-nodes="true"> | |||
<inkscape:grid | |||
type="xygrid" | |||
id="grid3040" | |||
empspacing="5" | |||
visible="true" | |||
enabled="true" | |||
snapvisiblegridlinesonly="true" /> | |||
<sodipodi:guide | |||
orientation="0,1" | |||
position="20,100" | |||
id="guide3893" /> | |||
<sodipodi:guide | |||
orientation="1,0" | |||
position="18,190" | |||
id="guide3895" /> | |||
</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="Ebene 1" | |||
inkscape:groupmode="layer" | |||
id="layer1" | |||
transform="translate(0,-852.36218)"> | |||
<path | |||
id="rect4694-5" | |||
style="color:#212121;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.9;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#212121;solid-opacity:1;fill:#212121;fill-opacity:0.43999999;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;filter:url(#filter4154)" | |||
d="m 7.2000008,858.36215 27.9999992,0 0,190.00005 -27.9999992,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-186.00005 c 0,-1.108 0.892,-2 2,-2 z" | |||
inkscape:connector-curvature="0" | |||
sodipodi:nodetypes="sccssss" /> | |||
<path | |||
id="rect4694" | |||
style="color:#212121;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#212121;solid-opacity:1;fill:#FF9800;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" | |||
d="m 7,857.36218 28,0 0,190.00002 -28,0 c -1.108,0 -2,-0.892 -2,-2 L 5,859.36218 c 0,-1.108 0.892,-2 2,-2 z" | |||
inkscape:connector-curvature="0" | |||
sodipodi:nodetypes="sccssss" /> | |||
<g | |||
transform="translate(0,-0.9999969)" | |||
id="g3917-7" | |||
style="fill:#eceff1;fill-opacity:1;opacity:0.5;stroke:none;stroke-opacity:1" /> | |||
<path | |||
id="rect4804" | |||
transform="translate(0,852.36218)" | |||
style="color:#212121;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#212121;solid-opacity:1;fill:#eceff1;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" | |||
d="m 18,94 c -0.554,0 -1,0.446 -1,1 l 0,4 -4,0 c -0.554,0 -1,0.446 -1,1 0,0.554 0.446,1 1,1 l 4,0 0,4 c 0,0.554 0.446,1 1,1 0.554,0 1,-0.446 1,-1 l 0,-4 4,0 c 0.554,0 1,-0.446 1,-1 0,-0.554 -0.446,-1 -1,-1 l -4,0 0,-4 c 0,-0.554 -0.446,-1 -1,-1 z m 8,6 a 8,8 0 0 1 -8,8 8,8 0 0 1 -8,-8 8,8 0 0 1 8,-8 8,8 0 0 1 8,8 z" /> | |||
</g> | |||
</svg> |
@ -0,0 +1,130 @@ | |||
<?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="35" | |||
height="200" | |||
id="svg2" | |||
version="1.1" | |||
inkscape:version="0.91 r13725" | |||
sodipodi:docname="add-workspace-hover.svg"> | |||
<defs | |||
id="defs4"> | |||
<filter | |||
inkscape:collect="always" | |||
style="color-interpolation-filters:sRGB" | |||
id="filter4154" | |||
x="-0.13200003" | |||
width="1.2640001" | |||
y="-0.020842104" | |||
height="1.0416842"> | |||
<feGaussianBlur | |||
inkscape:collect="always" | |||
stdDeviation="1.6500004" | |||
id="feGaussianBlur4156" /> | |||
</filter> | |||
</defs> | |||
<sodipodi:namedview | |||
id="base" | |||
pagecolor="#ffffff" | |||
bordercolor="#666666" | |||
borderopacity="1.0" | |||
inkscape:pageopacity="0.0" | |||
inkscape:pageshadow="2" | |||
inkscape:zoom="8" | |||
inkscape:cx="-37.155981" | |||
inkscape:cy="103.67978" | |||
inkscape:document-units="px" | |||
inkscape:current-layer="layer1" | |||
showgrid="true" | |||
inkscape:window-width="1280" | |||
inkscape:window-height="734" | |||
inkscape:window-x="0" | |||
inkscape:window-y="0" | |||
inkscape:window-maximized="1" | |||
showguides="false" | |||
inkscape:guide-bbox="true" | |||
inkscape:snap-bbox="true" | |||
inkscape:bbox-paths="true" | |||
inkscape:snap-bbox-edge-midpoints="true" | |||
inkscape:bbox-nodes="true"> | |||
<inkscape:grid | |||
type="xygrid" | |||
id="grid3040" | |||
empspacing="5" | |||
visible="true" | |||
enabled="true" | |||
snapvisiblegridlinesonly="true" /> | |||
<sodipodi:guide | |||
orientation="0,1" | |||
position="20,100" | |||
id="guide3893" /> | |||
<sodipodi:guide | |||
orientation="1,0" | |||
position="18,190" | |||
id="guide3895" /> | |||
</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="Ebene 1" | |||
inkscape:groupmode="layer" | |||
id="layer1" | |||
transform="translate(0,-852.36218)"> | |||
<path | |||
id="rect4694-5" | |||
style="color:#212121;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.9;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#212121;solid-opacity:1;fill:#212121;fill-opacity:0.43999999;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;filter:url(#filter4154)" | |||
d="m 7.2000008,858.36215 27.9999992,0 0,190.00005 -27.9999992,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-186.00005 c 0,-1.108 0.892,-2 2,-2 z" | |||
inkscape:connector-curvature="0" | |||
sodipodi:nodetypes="sccssss" /> | |||
<path | |||
id="rect4694" | |||
style="color:#212121;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#212121;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" | |||
d="m 7,857.36218 28,0 0,190.00002 -28,0 c -1.108,0 -2,-0.892 -2,-2 L 5,859.36218 c 0,-1.108 0.892,-2 2,-2 z" | |||
inkscape:connector-curvature="0" | |||
sodipodi:nodetypes="sccssss" /> | |||
<g | |||
transform="translate(0,-0.9999969)" | |||
id="g3917-7" | |||
style="fill:#eceff1;fill-opacity:1;opacity:0.5;stroke:none;stroke-opacity:1" /> | |||
<path | |||
id="rect4804" | |||
transform="translate(0,852.36218)" | |||
style="color:#212121;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#212121;solid-opacity:1;fill:#263238;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" | |||
d="m 18,94 c -0.554,0 -1,0.446 -1,1 l 0,4 -4,0 c -0.554,0 -1,0.446 -1,1 0,0.554 0.446,1 1,1 l 4,0 0,4 c 0,0.554 0.446,1 1,1 0.554,0 1,-0.446 1,-1 l 0,-4 4,0 c 0.554,0 1,-0.446 1,-1 0,-0.554 -0.446,-1 -1,-1 l -4,0 0,-4 c 0,-0.554 -0.446,-1 -1,-1 z m 8,6 a 8,8 0 0 1 -8,8 8,8 0 0 1 -8,-8 8,8 0 0 1 8,-8 8,8 0 0 1 8,8 z" /> | |||
</g> | |||
</svg> |
@ -0,0 +1,133 @@ | |||
<?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="35" | |||
height="200" | |||
id="svg2" | |||
version="1.1" | |||
inkscape:version="0.92+devel (unknown)" | |||
sodipodi:docname="add-workspace.svg"> | |||
<defs | |||
id="defs4"> | |||
<filter | |||
inkscape:collect="always" | |||
style="color-interpolation-filters:sRGB" | |||
id="filter4146" | |||
x="-0.088000021" | |||
width="1.176" | |||
y="-0.013894736" | |||
height="1.0277895"> | |||
<feGaussianBlur | |||
inkscape:collect="always" | |||
stdDeviation="1.1000002" | |||
id="feGaussianBlur4148" /> | |||
</filter> | |||
</defs> | |||
<sodipodi:namedview | |||
id="base" | |||
pagecolor="#ffffff" | |||
bordercolor="#666666" | |||
borderopacity="1.0" | |||
inkscape:pageopacity="0.0" | |||
inkscape:pageshadow="2" | |||
inkscape:zoom="8" | |||
inkscape:cx="-35.718481" | |||
inkscape:cy="103.92978" | |||
inkscape:document-units="px" | |||
inkscape:current-layer="layer1" | |||
showgrid="true" | |||
inkscape:window-width="1920" | |||
inkscape:window-height="1029" | |||
inkscape:window-x="0" | |||
inkscape:window-y="25" | |||
inkscape:window-maximized="1" | |||
showguides="false" | |||
inkscape:guide-bbox="true" | |||
inkscape:snap-bbox="true" | |||
inkscape:bbox-paths="true" | |||
inkscape:snap-bbox-edge-midpoints="true" | |||
inkscape:bbox-nodes="true" | |||
inkscape:document-rotation="0"> | |||
<inkscape:grid | |||
type="xygrid" | |||
id="grid3040" | |||
empspacing="5" | |||
visible="true" | |||
enabled="true" | |||
snapvisiblegridlinesonly="true" /> | |||
<sodipodi:guide | |||
orientation="0,1" | |||
position="20,100" | |||
id="guide3893" | |||
inkscape:locked="false" /> | |||
<sodipodi:guide | |||
orientation="1,0" | |||
position="18,190" | |||
id="guide3895" | |||
inkscape:locked="false" /> | |||
</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 /> | |||
<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="Ebene 1" | |||
inkscape:groupmode="layer" | |||
id="layer1" | |||
transform="translate(0,-852.36218)"> | |||
<path | |||
id="rect4694-5" | |||
style="color:#212121;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.9;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#212121;solid-opacity:1;fill:#212121;fill-opacity:0.34;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;filter:url(#filter4146);color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" | |||
d="m 7.2000004,858.16209 27.9999996,0 0,190.00011 -27.9999996,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-186.00011 c 0,-1.108 0.892,-2 2,-2 z" | |||
inkscape:connector-curvature="0" | |||
sodipodi:nodetypes="sccssss" /> | |||
<path | |||
id="rect4694" | |||
style="color:#212121;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#212121;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" | |||
d="m 7,857.36218 28,0 0,190.00002 -28,0 c -1.108,0 -2,-0.892 -2,-2 L 5,859.36218 c 0,-1.108 0.892,-2 2,-2 z" | |||
inkscape:connector-curvature="0" | |||
sodipodi:nodetypes="sccssss" /> | |||
<g | |||
transform="translate(0,-0.9999969)" | |||
id="g3917-7" | |||
style="fill:#eceff1;fill-opacity:1;opacity:0.5;stroke:none;stroke-opacity:1" /> | |||
<path | |||
id="rect4804" | |||
transform="translate(0,852.36218)" | |||
style="color:#212121;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.87;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#212121;solid-opacity:1;fill:#263238;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" | |||
d="m 18,94 c -0.554,0 -1,0.446 -1,1 l 0,4 -4,0 c -0.554,0 -1,0.446 -1,1 0,0.554 0.446,1 1,1 l 4,0 0,4 c 0,0.554 0.446,1 1,1 0.554,0 1,-0.446 1,-1 l 0,-4 4,0 c 0.554,0 1,-0.446 1,-1 0,-0.554 -0.446,-1 -1,-1 l -4,0 0,-4 c 0,-0.554 -0.446,-1 -1,-1 z m 8,6 a 8,8 0 0 1 -8,8 8,8 0 0 1 -8,-8 8,8 0 0 1 8,-8 8,8 0 0 1 8,8 z" /> | |||
</g> | |||
</svg> |
@ -0,0 +1,3 @@ | |||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"> | |||
<path d="M10 3v10L5 8z" fill="#212121" opacity="0.54"/> | |||
</svg> |
@ -0,0 +1,3 @@ | |||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"> | |||
<path d="M6 3v10l5-5z" fill="#212121" opacity="0.54"/> | |||
</svg> |
@ -0,0 +1,3 @@ | |||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"> | |||
<path d="M19 5v14H5V5h14m0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z" fill="#212121" opacity="0.54"/> | |||
</svg> |
@ -0,0 +1,3 @@ | |||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"> | |||
<path d="M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.11 0 2-.9 2-2V5c0-1.1-.89-2-2-2zm-9 14l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z" fill="#FF9800"/> | |||
</svg> |
@ -0,0 +1,5 @@ | |||
<svg xmlns="http://www.w3.org/2000/svg" width="36" height="36" viewBox="0 0 36 36"> | |||
<circle cx="18" cy="18" r="18" fill="#EA4335"/> | |||
<circle cx="18" cy="18" r="18" fill="#d3d3d3" opacity="0"/> | |||
<path d="M23 14.41L21.59 13 18 16.59 14.41 13 13 14.41 16.59 18 13 21.59 14.41 23 18 19.41 21.59 23 23 21.59 19.41 18z" fill="#d3d3d3"/> | |||
</svg> |
@ -0,0 +1,3 @@ | |||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"> | |||
<path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z" fill="#212121" opacity="0.54"/> | |||
</svg> |
@ -0,0 +1,3 @@ | |||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"> | |||
<path d="M12 7c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm0-5C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z" fill="#FF9800"/> | |||
</svg> |
@ -0,0 +1,4 @@ | |||
<svg xmlns="http://www.w3.org/2000/svg" width="40" height="20" viewBox="0 0 40 20"> | |||
<rect x="2" y="2" width="36" height="16" ry="8" fill="#212121" opacity="0.26"/> | |||
<circle cx="10" cy="10" r="6" fill="#d3d3d3"/> | |||
</svg> |
@ -0,0 +1,4 @@ | |||
<svg xmlns="http://www.w3.org/2000/svg" width="40" height="20" viewBox="0 0 40 20"> | |||
<rect x="2" y="2" width="36" height="16" ry="8" fill="#FF9800"/> | |||
<circle cx="30" cy="10" r="6" fill="#d3d3d3"/> | |||
</svg> |
@ -0,0 +1,65 @@ | |||
# How to change the GDM theme | |||
To change the GDM (lock/login screen) theme, you need to replace the system's _default_ GNOME Shell theme. | |||
## :warning: Cautions :warning: | |||
- If the replacement fails, your desktop environment will not work properly. So please **be careful** if doing this. | |||
- When applying this, other third-party GNOME Shell themes would look broken until you restore to the original theme. | |||
- If GNOME Shell has been updated and restored to the original theme, you will need to install this again. | |||
> Note: On Arch Linux, you can automatically reinstall the GDM theme by creating a [hook](https://wiki.archlinux.org/index.php/Pacman#Hooks) file. For example, if you use oomox-darker-compact as your GDM theme, put [this file](https://gist.github.com/looselyrigorous/a1aa931ce48627cc39daccc9253b30c7) in the `/usr/share/libalpm/hooks/` directory. | |||
## Requirements | |||
- `glib-compile-resources` โ The package name depends on the distro. | |||
- `glib2` (Arch Linux) | |||
- `glib2-devel` (Fedora, openSUSE, etc.) | |||
- `libglib2.0-dev` (Debian, Ubuntu, etc.) | |||
- `libxml2-utils` โ Ubuntu users only. | |||
## Installation | |||
1. **Back up** the original theme file(s) first. If you are already using a custom GDM theme, skip this: | |||
```sh | |||
sudo cp -av /usr/share/gnome-shell/gnome-shell-theme.gresource{,~} | |||
# For Ubuntu 17.10 or 18.04, you also need the following: | |||
sudo cp -av /usr/share/gnome-shell/theme/ubuntu.css{,~} | |||
# For Ubuntu 18.10, you also need the following: | |||
sudo cp -av /usr/share/gnome-shell/theme/Yaru/gnome-shell.css{,~} | |||
``` | |||
2. Select a **GTK** theme to decide which variant to install. | |||
3. Replace the default theme file(s): | |||
```sh | |||
GTK_THEME=$(gsettings get org.gnome.desktop.interface gtk-theme | sed "s/'//g") | |||
cd /usr/share/themes/${GTK_THEME}/gnome-shell | |||
sudo glib-compile-resources --target=/usr/share/gnome-shell/gnome-shell-theme.gresource gnome-shell-theme.gresource.xml | |||
# For Ubuntu 17.10 or 18.04, you also need the following: | |||
sudo cp -av gnome-shell.css /usr/share/gnome-shell/theme/ubuntu.css | |||
# For Ubuntu 18.10, you also need the following: | |||
sudo cp -av gnome-shell.css /usr/share/gnome-shell/theme/Yaru/gnome-shell.css | |||
``` | |||
4. Reload the theme. If you are running GNOME Shell, press <kbd>Alt</kbd> + <kbd>F2</kbd> then type `rt`. | |||
## Uninstallation | |||
1. Restore to the original theme file(s) from the backup: | |||
```sh | |||
sudo mv -av /usr/share/gnome-shell/gnome-shell-theme.gresource{~,} | |||
# For Ubuntu 17.10 or 18.04, you also need the following: | |||
sudo mv -av /usr/share/gnome-shell/theme/ubuntu.css{~,} | |||
# For Ubuntu 18.10, you also need the following: | |||
sudo mv -av /usr/share/gnome-shell/theme/Yaru/gnome-shell.css{~,} | |||
``` | |||
2. Reload the theme. If you are running GNOME Shell, press <kbd>Alt</kbd> + <kbd>F2</kbd> then type `rt`. |
@ -0,0 +1,3 @@ | |||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"> | |||
<path d="M10 3v10L5 8z" fill="#d3d3d3" opacity="0.7"/> | |||
</svg> |
@ -0,0 +1,3 @@ | |||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"> | |||
<path d="M6 3v10l5-5z" fill="#d3d3d3" opacity="0.7"/> | |||
</svg> |
@ -0,0 +1,3 @@ | |||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"> | |||
<path d="M19 5v14H5V5h14m0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z" fill="#d3d3d3" opacity="0.7"/> | |||
</svg> |
@ -0,0 +1,3 @@ | |||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"> | |||
<path d="M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.11 0 2-.9 2-2V5c0-1.1-.89-2-2-2zm-9 14l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z" fill="#FF9800"/> | |||
</svg> |
@ -0,0 +1,3 @@ | |||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"> | |||
<path d="M17 8.41L15.59 7 12 10.59 8.41 7 7 8.41 10.59 12 7 15.59 8.41 17 12 13.41 15.59 17 17 15.59 13.41 12z" fill="#d3d3d3" opacity="0.7"/> | |||
</svg> |
@ -0,0 +1,4 @@ | |||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"> | |||
<circle cx="12" cy="12" r="12" fill="#d3d3d3" opacity="0.3"/> | |||
<circle cx="12" cy="12" r="4" fill="#d3d3d3"/> | |||
</svg> |
@ -0,0 +1,4 @@ | |||
<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 72 72"> | |||
<circle cx="36" cy="66" r="2" fill="#d3d3d3"/> | |||
<circle cx="36" cy="6" r="2" fill="#d3d3d3"/> | |||
</svg> |
@ -0,0 +1,3 @@ | |||
<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 72 72"> | |||
<circle cx="36" cy="66" r="2" fill="#d3d3d3"/> | |||
</svg> |
@ -0,0 +1,5 @@ | |||
<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 72 72"> | |||
<circle cx="32" cy="66" r="2" fill="#d3d3d3"/> | |||
<circle cx="40" cy="66" r="2" fill="#d3d3d3"/> | |||
<circle cx="36" cy="6" r="2" fill="#d3d3d3"/> | |||
</svg> |
@ -0,0 +1,4 @@ | |||
<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 72 72"> | |||
<circle cx="32" cy="66" r="2" fill="#d3d3d3"/> | |||
<circle cx="40" cy="66" r="2" fill="#d3d3d3"/> | |||
</svg> |
@ -0,0 +1,6 @@ | |||
<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 72 72"> | |||
<circle cx="28" cy="66" r="2" fill="#d3d3d3"/> | |||
<circle cx="36" cy="66" r="2" fill="#d3d3d3"/> | |||
<circle cx="44" cy="66" r="2" fill="#d3d3d3"/> | |||
<circle cx="36" cy="6" r="2" fill="#d3d3d3"/> | |||
</svg> |
@ -0,0 +1,5 @@ | |||
<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 72 72"> | |||
<circle cx="28" cy="66" r="2" fill="#d3d3d3"/> | |||
<circle cx="36" cy="66" r="2" fill="#d3d3d3"/> | |||
<circle cx="44" cy="66" r="2" fill="#d3d3d3"/> | |||
</svg> |
@ -0,0 +1,7 @@ | |||
<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 72 72"> | |||
<circle cx="24" cy="66" r="2" fill="#d3d3d3"/> | |||
<circle cx="32" cy="66" r="2" fill="#d3d3d3"/> | |||
<circle cx="40" cy="66" r="2" fill="#d3d3d3"/> | |||
<circle cx="48" cy="66" r="2" fill="#d3d3d3"/> | |||
<circle cx="36" cy="6" r="2" fill="#d3d3d3"/> | |||
</svg> |
@ -0,0 +1,6 @@ | |||
<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 72 72"> | |||
<circle cx="24" cy="66" r="2" fill="#d3d3d3"/> | |||
<circle cx="32" cy="66" r="2" fill="#d3d3d3"/> | |||
<circle cx="40" cy="66" r="2" fill="#d3d3d3"/> | |||
<circle cx="48" cy="66" r="2" fill="#d3d3d3"/> | |||
</svg> |
@ -0,0 +1,4 @@ | |||
<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 72 72"> | |||
<circle cx="6" cy="36" r="2" fill="#d3d3d3"/> | |||
<circle cx="66" cy="36" r="2" fill="#d3d3d3"/> | |||
</svg> |
@ -0,0 +1,3 @@ | |||
<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 72 72"> | |||
<circle cx="6" cy="36" r="2" fill="#d3d3d3"/> | |||
</svg> |
@ -0,0 +1,5 @@ | |||
<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 72 72"> | |||
<circle cx="6" cy="32" r="2" fill="#d3d3d3"/> | |||
<circle cx="6" cy="40" r="2" fill="#d3d3d3"/> | |||
<circle cx="66" cy="36" r="2" fill="#d3d3d3"/> | |||
</svg> |
@ -0,0 +1,4 @@ | |||
<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 72 72"> | |||
<circle cx="6" cy="32" r="2" fill="#d3d3d3"/> | |||
<circle cx="6" cy="40" r="2" fill="#d3d3d3"/> | |||
</svg> |
@ -0,0 +1,6 @@ | |||
<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 72 72"> | |||
<circle cx="6" cy="28" r="2" fill="#d3d3d3"/> | |||
<circle cx="6" cy="36" r="2" fill="#d3d3d3"/> | |||
<circle cx="6" cy="44" r="2" fill="#d3d3d3"/> | |||
<circle cx="66" cy="36" r="2" fill="#d3d3d3"/> | |||
</svg> |
@ -0,0 +1,5 @@ | |||
<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 72 72"> | |||
<circle cx="6" cy="28" r="2" fill="#d3d3d3"/> | |||
<circle cx="6" cy="36" r="2" fill="#d3d3d3"/> | |||
<circle cx="6" cy="44" r="2" fill="#d3d3d3"/> | |||
</svg> |
@ -0,0 +1,7 @@ | |||
<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 72 72"> | |||
<circle cx="6" cy="24" r="2" fill="#d3d3d3"/> | |||
<circle cx="6" cy="32" r="2" fill="#d3d3d3"/> | |||
<circle cx="6" cy="40" r="2" fill="#d3d3d3"/> | |||
<circle cx="6" cy="48" r="2" fill="#d3d3d3"/> | |||
<circle cx="66" cy="36" r="2" fill="#d3d3d3"/> | |||
</svg> |
@ -0,0 +1,6 @@ | |||
<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 72 72"> | |||
<circle cx="6" cy="24" r="2" fill="#d3d3d3"/> | |||
<circle cx="6" cy="32" r="2" fill="#d3d3d3"/> | |||
<circle cx="6" cy="40" r="2" fill="#d3d3d3"/> | |||
<circle cx="6" cy="48" r="2" fill="#d3d3d3"/> | |||
</svg> |
@ -0,0 +1,4 @@ | |||
<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 72 72"> | |||
<circle cx="66" cy="36" r="2" fill="#d3d3d3"/> | |||
<circle cx="6" cy="36" r="2" fill="#d3d3d3"/> | |||
</svg> |
@ -0,0 +1,3 @@ | |||
<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 72 72"> | |||
<circle cx="66" cy="36" r="2" fill="#d3d3d3"/> | |||
</svg> |
@ -0,0 +1,5 @@ | |||
<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 72 72"> | |||
<circle cx="66" cy="32" r="2" fill="#d3d3d3"/> | |||
<circle cx="66" cy="40" r="2" fill="#d3d3d3"/> | |||
<circle cx="6" cy="36" r="2" fill="#d3d3d3"/> | |||
</svg> |
@ -0,0 +1,4 @@ | |||
<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 72 72"> | |||
<circle cx="66" cy="32" r="2" fill="#d3d3d3"/> | |||
<circle cx="66" cy="40" r="2" fill="#d3d3d3"/> | |||
</svg> |
@ -0,0 +1,6 @@ | |||
<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 72 72"> | |||
<circle cx="66" cy="28" r="2" fill="#d3d3d3"/> | |||
<circle cx="66" cy="36" r="2" fill="#d3d3d3"/> | |||
<circle cx="66" cy="44" r="2" fill="#d3d3d3"/> | |||
<circle cx="6" cy="36" r="2" fill="#d3d3d3"/> | |||
</svg> |
@ -0,0 +1,5 @@ | |||
<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 72 72"> | |||
<circle cx="66" cy="28" r="2" fill="#d3d3d3"/> | |||
<circle cx="66" cy="36" r="2" fill="#d3d3d3"/> | |||
<circle cx="66" cy="44" r="2" fill="#d3d3d3"/> | |||
</svg> |
@ -0,0 +1,7 @@ | |||
<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 72 72"> | |||
<circle cx="66" cy="24" r="2" fill="#d3d3d3"/> | |||
<circle cx="66" cy="32" r="2" fill="#d3d3d3"/> | |||
<circle cx="66" cy="40" r="2" fill="#d3d3d3"/> | |||
<circle cx="66" cy="48" r="2" fill="#d3d3d3"/> | |||
<circle cx="6" cy="36" r="2" fill="#d3d3d3"/> | |||
</svg> |
@ -0,0 +1,6 @@ | |||
<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 72 72"> | |||
<circle cx="66" cy="24" r="2" fill="#d3d3d3"/> | |||
<circle cx="66" cy="32" r="2" fill="#d3d3d3"/> | |||
<circle cx="66" cy="40" r="2" fill="#d3d3d3"/> | |||
<circle cx="66" cy="48" r="2" fill="#d3d3d3"/> | |||
</svg> |
@ -0,0 +1,4 @@ | |||
<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 72 72"> | |||
<circle cx="36" cy="6" r="2" fill="#d3d3d3"/> | |||
<circle cx="36" cy="66" r="2" fill="#d3d3d3"/> | |||
</svg> |
@ -0,0 +1,3 @@ | |||
<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 72 72"> | |||
<circle cx="36" cy="6" r="2" fill="#d3d3d3"/> | |||
</svg> |
@ -0,0 +1,5 @@ | |||
<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 72 72"> | |||
<circle cx="32" cy="6" r="2" fill="#d3d3d3"/> | |||
<circle cx="40" cy="6" r="2" fill="#d3d3d3"/> | |||
<circle cx="36" cy="66" r="2" fill="#d3d3d3"/> | |||
</svg> |
@ -0,0 +1,4 @@ | |||
<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 72 72"> | |||
<circle cx="32" cy="6" r="2" fill="#d3d3d3"/> | |||
<circle cx="40" cy="6" r="2" fill="#d3d3d3"/> | |||
</svg> |
@ -0,0 +1,6 @@ | |||
<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 72 72"> | |||
<circle cx="28" cy="6" r="2" fill="#d3d3d3"/> | |||
<circle cx="36" cy="6" r="2" fill="#d3d3d3"/> | |||
<circle cx="44" cy="6" r="2" fill="#d3d3d3"/> | |||
<circle cx="36" cy="66" r="2" fill="#d3d3d3"/> | |||
</svg> |
@ -0,0 +1,5 @@ | |||
<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 72 72"> | |||
<circle cx="28" cy="6" r="2" fill="#d3d3d3"/> | |||
<circle cx="36" cy="6" r="2" fill="#d3d3d3"/> | |||
<circle cx="44" cy="6" r="2" fill="#d3d3d3"/> | |||
</svg> |
@ -0,0 +1,7 @@ | |||
<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 72 72"> | |||
<circle cx="24" cy="6" r="2" fill="#d3d3d3"/> | |||
<circle cx="32" cy="6" r="2" fill="#d3d3d3"/> | |||
<circle cx="40" cy="6" r="2" fill="#d3d3d3"/> | |||
<circle cx="48" cy="6" r="2" fill="#d3d3d3"/> | |||
<circle cx="36" cy="66" r="2" fill="#d3d3d3"/> | |||
</svg> |
@ -0,0 +1,6 @@ | |||
<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 72 72"> | |||
<circle cx="24" cy="6" r="2" fill="#d3d3d3"/> | |||
<circle cx="32" cy="6" r="2" fill="#d3d3d3"/> | |||
<circle cx="40" cy="6" r="2" fill="#d3d3d3"/> | |||
<circle cx="48" cy="6" r="2" fill="#d3d3d3"/> | |||
</svg> |
@ -0,0 +1,3 @@ | |||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"> | |||
<path d="M19 7v4H5.83l3.58-3.59L8 6l-6 6 6 6 1.41-1.41L5.83 13H21V7z" fill="#d3d3d3"/> | |||
</svg> |
@ -0,0 +1,3 @@ | |||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"> | |||
<path d="M20 3H4c-1.1 0-1.99.9-1.99 2L2 15c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-9 3h2v2h-2V6zm0 3h2v2h-2V9zM8 6h2v2H8V6zm0 3h2v2H8V9zm-1 2H5V9h2v2zm0-3H5V6h2v2zm9 7H8v-2h8v2zm0-4h-2V9h2v2zm0-3h-2V6h2v2zm3 3h-2V9h2v2zm0-3h-2V6h2v2zm-7 15l4-4H8l4 4z" fill="#d3d3d3"/> | |||
</svg> |
@ -0,0 +1,3 @@ | |||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"> | |||
<path d="M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zm6.93 6h-2.95c-.32-1.25-.78-2.45-1.38-3.56 1.84.63 3.37 1.91 4.33 3.56zM12 4.04c.83 1.2 1.48 2.53 1.91 3.96h-3.82c.43-1.43 1.08-2.76 1.91-3.96zM4.26 14C4.1 13.36 4 12.69 4 12s.1-1.36.26-2h3.38c-.08.66-.14 1.32-.14 2 0 .68.06 1.34.14 2H4.26zm.82 2h2.95c.32 1.25.78 2.45 1.38 3.56-1.84-.63-3.37-1.9-4.33-3.56zm2.95-8H5.08c.96-1.66 2.49-2.93 4.33-3.56C8.81 5.55 8.35 6.75 8.03 8zM12 19.96c-.83-1.2-1.48-2.53-1.91-3.96h3.82c-.43 1.43-1.08 2.76-1.91 3.96zM14.34 14H9.66c-.09-.66-.16-1.32-.16-2 0-.68.07-1.35.16-2h4.68c.09.65.16 1.32.16 2 0 .68-.07 1.34-.16 2zm.25 5.56c.6-1.11 1.06-2.31 1.38-3.56h2.95c-.96 1.65-2.49 2.93-4.33 3.56zM16.36 14c.08-.66.14-1.32.14-2 0-.68-.06-1.34-.14-2h3.38c.16.64.26 1.31.26 2s-.1 1.36-.26 2h-3.38z" fill="#d3d3d3"/> | |||
</svg> |
@ -0,0 +1,3 @@ | |||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"> | |||
<path d="M12 8.41L16.59 13 18 11.59l-6-6-6 6L7.41 13 12 8.41zM6 18h12v-2H6v2z" fill="#FF9800"/> | |||
</svg> |
@ -0,0 +1,3 @@ | |||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"> | |||
<path d="M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z" fill="#FF9800"/> | |||
</svg> |
@ -0,0 +1,3 @@ | |||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"> | |||
<path d="M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z" fill="#d3d3d3"/> | |||
</svg> |
@ -0,0 +1,4 @@ | |||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"> | |||
<circle cx="8" cy="8" r="8" fill="#FF9800"/> | |||
<path d="M7 4v3H4v2h3v3h2V9h3V7H9V4H7z" fill="#d3d3d3"/> | |||
</svg> |
@ -0,0 +1,3 @@ | |||
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48"> | |||
<path d="M34 24H24v10h10V24zM32 2v4H16V2h-4v4h-2c-2.21 0-3.98 1.79-3.98 4L6 38c0 2.21 1.79 4 4 4h28c2.21 0 4-1.79 4-4V10c0-2.21-1.79-4-4-4h-2V2h-4zm6 36H10V16h28v22z" fill="#d3d3d3" opacity="0.5"/> | |||
</svg> |
@ -0,0 +1,3 @@ | |||
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48"> | |||
<path d="M24 44c2.21 0 4-1.79 4-4h-8c0 2.21 1.79 4 4 4zm12-12V22c0-6.15-3.27-11.28-9-12.64V8c0-1.66-1.34-3-3-3s-3 1.34-3 3v1.36c-5.73 1.36-9 6.49-9 12.64v10l-4 4v2h32v-2l-4-4zm-4 2H16V22c0-4.97 3.03-9 8-9s8 4.03 8 9v12z" fill="#d3d3d3" opacity="0.5"/> | |||
</svg> |
@ -0,0 +1,72 @@ | |||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="512" height="32" viewBox="0 0 512 32"> | |||
<defs> | |||
<g id="g" fill="#d3d3d3" opacity="0.7"> | |||
<circle cx="8" cy="8" r="8" fill="none"/> | |||
<path d="M8 1a7 7 0 0 0-7 7 7 7 0 0 0 7 7 7 7 0 0 0 7-7h-3a4 4 0 0 1-4 4 4 4 0 0 1-4-4 4 4 0 0 1 4-4V1z"/> | |||
</g> | |||
</defs> | |||
<use xlink:href="#g" transform="translate(0) rotate(0 8 8)"/> | |||
<use xlink:href="#g" transform="translate(16) rotate(5.625 8 8)"/> | |||
<use xlink:href="#g" transform="translate(32) rotate(11.25 8 8)"/> | |||
<use xlink:href="#g" transform="translate(48) rotate(16.875 8 8)"/> | |||
<use xlink:href="#g" transform="translate(64) rotate(22.5 8 8)"/> | |||
<use xlink:href="#g" transform="translate(80) rotate(28.125 8 8)"/> | |||
<use xlink:href="#g" transform="translate(96) rotate(33.75 8 8)"/> | |||
<use xlink:href="#g" transform="translate(112) rotate(39.375 8 8)"/> | |||
<use xlink:href="#g" transform="translate(128) rotate(45 8 8)"/> | |||
<use xlink:href="#g" transform="translate(144) rotate(50.625 8 8)"/> | |||
<use xlink:href="#g" transform="translate(160) rotate(56.25 8 8)"/> | |||
<use xlink:href="#g" transform="translate(176) rotate(61.875 8 8)"/> | |||
<use xlink:href="#g" transform="translate(192) rotate(67.5 8 8)"/> | |||
<use xlink:href="#g" transform="translate(208) rotate(73.125 8 8)"/> | |||
<use xlink:href="#g" transform="translate(224) rotate(78.75 8 8)"/> | |||
<use xlink:href="#g" transform="translate(240) rotate(84.375 8 8)"/> | |||
<use xlink:href="#g" transform="translate(256) rotate(90 8 8)"/> | |||
<use xlink:href="#g" transform="translate(272) rotate(95.625 8 8)"/> | |||
<use xlink:href="#g" transform="translate(288) rotate(101.25 8 8)"/> | |||
<use xlink:href="#g" transform="translate(304) rotate(106.875 8 8)"/> | |||
<use xlink:href="#g" transform="translate(320) rotate(112.5 8 8)"/> | |||
<use xlink:href="#g" transform="translate(336) rotate(118.125 8 8)"/> | |||
<use xlink:href="#g" transform="translate(352) rotate(123.75 8 8)"/> | |||
<use xlink:href="#g" transform="translate(368) rotate(129.375 8 8)"/> | |||
<use xlink:href="#g" transform="translate(384) rotate(135 8 8)"/> | |||
<use xlink:href="#g" transform="translate(400) rotate(140.625 8 8)"/> | |||
<use xlink:href="#g" transform="translate(416) rotate(146.25 8 8)"/> | |||
<use xlink:href="#g" transform="translate(432) rotate(151.875 8 8)"/> | |||
<use xlink:href="#g" transform="translate(448) rotate(157.5 8 8)"/> | |||
<use xlink:href="#g" transform="translate(464) rotate(163.125 8 8)"/> | |||
<use xlink:href="#g" transform="translate(480) rotate(168.75 8 8)"/> | |||
<use xlink:href="#g" transform="translate(496) rotate(174.375 8 8)"/> | |||
<use xlink:href="#g" transform="translate(0 16) rotate(180 8 8)"/> | |||
<use xlink:href="#g" transform="translate(16 16) rotate(185.625 8 8)"/> | |||
<use xlink:href="#g" transform="translate(32 16) rotate(191.25 8 8)"/> | |||
<use xlink:href="#g" transform="translate(48 16) rotate(196.875 8 8)"/> | |||
<use xlink:href="#g" transform="translate(64 16) rotate(202.5 8 8)"/> | |||
<use xlink:href="#g" transform="translate(80 16) rotate(208.125 8 8)"/> | |||
<use xlink:href="#g" transform="translate(96 16) rotate(213.75 8 8)"/> | |||
<use xlink:href="#g" transform="translate(112 16) rotate(219.375 8 8)"/> | |||
<use xlink:href="#g" transform="translate(128 16) rotate(225 8 8)"/> | |||
<use xlink:href="#g" transform="translate(144 16) rotate(230.625 8 8)"/> | |||
<use xlink:href="#g" transform="translate(160 16) rotate(236.25 8 8)"/> | |||
<use xlink:href="#g" transform="translate(176 16) rotate(241.875 8 8)"/> | |||
<use xlink:href="#g" transform="translate(192 16) rotate(247.5 8 8)"/> | |||
<use xlink:href="#g" transform="translate(208 16) rotate(253.125 8 8)"/> | |||
<use xlink:href="#g" transform="translate(224 16) rotate(258.75 8 8)"/> | |||
<use xlink:href="#g" transform="translate(240 16) rotate(264.375 8 8)"/> | |||
<use xlink:href="#g" transform="translate(256 16) rotate(270 8 8)"/> | |||
<use xlink:href="#g" transform="translate(272 16) rotate(275.625 8 8)"/> | |||
<use xlink:href="#g" transform="translate(288 16) rotate(281.25 8 8)"/> | |||
<use xlink:href="#g" transform="translate(304 16) rotate(286.875 8 8)"/> | |||
<use xlink:href="#g" transform="translate(320 16) rotate(292.5 8 8)"/> | |||
<use xlink:href="#g" transform="translate(336 16) rotate(298.125 8 8)"/> | |||
<use xlink:href="#g" transform="translate(352 16) rotate(303.75 8 8)"/> | |||
<use xlink:href="#g" transform="translate(368 16) rotate(309.375 8 8)"/> | |||
<use xlink:href="#g" transform="translate(384 16) rotate(315 8 8)"/> | |||
<use xlink:href="#g" transform="translate(400 16) rotate(320.625 8 8)"/> | |||
<use xlink:href="#g" transform="translate(416 16) rotate(326.25 8 8)"/> | |||
<use xlink:href="#g" transform="translate(432 16) rotate(331.875 8 8)"/> | |||
<use xlink:href="#g" transform="translate(448 16) rotate(337.5 8 8)"/> | |||
<use xlink:href="#g" transform="translate(464 16) rotate(343.125 8 8)"/> | |||
<use xlink:href="#g" transform="translate(480 16) rotate(348.75 8 8)"/> | |||
<use xlink:href="#g" transform="translate(496 16) rotate(354.375 8 8)"/> | |||
</svg> |
@ -0,0 +1,4 @@ | |||
<svg xmlns="http://www.w3.org/2000/svg" width="40" height="20" viewBox="0 0 40 20"> | |||
<rect x="2" y="2" width="36" height="16" ry="8" fill="#d3d3d3" opacity="0.3"/> | |||
<circle cx="10" cy="10" r="6" fill="#d3d3d3"/> | |||
</svg> |
@ -0,0 +1,4 @@ | |||
<svg xmlns="http://www.w3.org/2000/svg" width="40" height="20" viewBox="0 0 40 20"> | |||
<rect x="2" y="2" width="36" height="16" ry="8" fill="#FF9800"/> | |||
<circle cx="30" cy="10" r="6" fill="#d3d3d3"/> | |||
</svg> |
@ -0,0 +1,5 @@ | |||
<svg xmlns="http://www.w3.org/2000/svg" width="36" height="36" viewBox="0 0 36 36"> | |||
<circle cx="18" cy="18" r="18" fill="#EA4335"/> | |||
<circle cx="18" cy="18" r="18" fill="#d3d3d3" opacity="0.2"/> | |||
<path d="M23 14.41L21.59 13 18 16.59 14.41 13 13 14.41 16.59 18 13 21.59 14.41 23 18 19.41 21.59 23 23 21.59 19.41 18z" fill="#d3d3d3"/> | |||
</svg> |
@ -0,0 +1,5 @@ | |||
<svg xmlns="http://www.w3.org/2000/svg" width="36" height="36" viewBox="0 0 36 36"> | |||
<circle cx="18" cy="18" r="18" fill="#EA4335"/> | |||
<circle cx="18" cy="18" r="18" fill="#d3d3d3" opacity="0"/> | |||
<path d="M23 14.41L21.59 13 18 16.59 14.41 13 13 14.41 16.59 18 13 21.59 14.41 23 18 19.41 21.59 23 23 21.59 19.41 18z" fill="#d3d3d3"/> | |||
</svg> |
@ -0,0 +1,519 @@ | |||
#workspacestodockTriggerSpacer { | |||
background-color: none; | |||
} | |||
#workspacestodockContainerWrapper { | |||
background-color: none; | |||
} | |||
#workspacestodockContainer { | |||
background-color: none; | |||
} | |||
#workspacestodockDockWrapper { | |||
} | |||
#workspacestodockDock { | |||
padding: 0; | |||
} | |||
#workspacestodockDock .workspace-thumbnails { | |||
background-color: #37474F; | |||
background-color: rgba(0, 0, 0, 0.6); | |||
} | |||
#workspacestodockDock:overview .workspace-thumbnails { | |||
background-color: rgba(255, 255, 255, 0.1); | |||
} | |||
#workspacestodockDock.fullheight:overview .workspace-thumbnails { | |||
background-color: transparent; | |||
} | |||
#workspacestodockDock .workspace-thumbnail-indicator { | |||
border-left-width: 0; | |||
} | |||
#workspacestodockDock.right .workspace-thumbnail-indicator { | |||
border-left-width: 2px; | |||
} | |||
#workspacestodockDock.left .workspace-thumbnail-indicator { | |||
border-right-width: 2px; | |||
} | |||
#workspacestodockDock.top .workspace-thumbnail-indicator { | |||
border-bottom-width: 2px; | |||
} | |||
#workspacestodockDock.bottom .workspace-thumbnail-indicator { | |||
border-top-width: 2px; | |||
} | |||
#workspacestodockDock.right .workspace-thumbnails { | |||
border-radius: 4px 0 0 4px; | |||
} | |||
#workspacestodockDock.left .workspace-thumbnails { | |||
border-radius: 0 4px 4px 0; | |||
} | |||
#workspacestodockDock.top .workspace-thumbnails { | |||
border-radius: 0 0 4px 4px; | |||
} | |||
#workspacestodockDock.bottom .workspace-thumbnails { | |||
border-radius: 4px 4px 0 0; | |||
} | |||
#workspacestodockDock.right.inside .workspace-thumbnails { | |||
border-radius: 0; | |||
} | |||
#workspacestodockDock.left.inside .workspace-thumbnails { | |||
border-radius: 0; | |||
} | |||
#workspacestodockDock.top.inside .workspace-thumbnails { | |||
border-radius: 0; | |||
} | |||
#workspacestodockDock.bottom.inside .workspace-thumbnails { | |||
border-radius: 0; | |||
} | |||
#workspacestodockDock.right.fullheight .workspace-thumbnails { | |||
border-radius: 0; | |||
} | |||
#workspacestodockDock.left.fullheight .workspace-thumbnails { | |||
border-radius: 0; | |||
} | |||
#workspacestodockDock.top.fullheight .workspace-thumbnails { | |||
border-radius: 0; | |||
} | |||
#workspacestodockDock.bottom.fullheight .workspace-thumbnails { | |||
border-radius: 0; | |||
} | |||
#workspacestodockDock .workspacestodock-shortcuts-panel { | |||
border: 0 solid rgba(255, 255, 255, 0.12); | |||
} | |||
#workspacestodockDock.right .workspacestodock-shortcuts-panel { | |||
border-radius: 0; | |||
padding: 0; | |||
spacing: 0; | |||
border-left: 1px; | |||
border-right: none; | |||
} | |||
#workspacestodockDock.left .workspacestodock-shortcuts-panel { | |||
border-radius: 0; | |||
padding: 0; | |||
spacing: 0; | |||
border-left: none; | |||
border-right: 1px; | |||
} | |||
#workspacestodockDock.top .workspacestodock-shortcuts-panel { | |||
border-radius: 0; | |||
padding: 0; | |||
spacing: 0; | |||
border-top: none; | |||
border-bottom: 1px; | |||
} | |||
#workspacestodockDock.bottom .workspacestodock-shortcuts-panel { | |||
border-radius: 0; | |||
padding: 0; | |||
spacing: 0; | |||
border-top: 1px; | |||
border-bottom: none; | |||
} | |||
#workspacestodockDock.right.inside .workspacestodock-shortcuts-panel { | |||
border-radius: 4px 0 0 4px; | |||
padding: 0; | |||
spacing: 0; | |||
border-left: none; | |||
border-right: 1px; | |||
} | |||
#workspacestodockDock.left.inside .workspacestodock-shortcuts-panel { | |||
border-radius: 0 4px 4px 0; | |||
padding: 0; | |||
spacing: 0; | |||
border-left: 1px; | |||
border-right: none; | |||
} | |||
#workspacestodockDock.top.inside .workspacestodock-shortcuts-panel { | |||
border-radius: 0 0 4px 4px; | |||
padding: 0; | |||
spacing: 0; | |||
border-top: 1px; | |||
border-bottom: none; | |||
} | |||
#workspacestodockDock.bottom.inside .workspacestodock-shortcuts-panel { | |||
border-radius: 4px 4px 0 0; | |||
padding: 0; | |||
spacing: 0; | |||
border-top: none; | |||
border-bottom: 1px; | |||
} | |||
#workspacestodockDock.right.fullheight .workspacestodock-shortcuts-panel { | |||
border-radius: 0; | |||
} | |||
#workspacestodockDock.left.fullheight .workspacestodock-shortcuts-panel { | |||
border-radius: 0; | |||
} | |||
#workspacestodockDock.top.fullheight .workspacestodock-shortcuts-panel { | |||
border-radius: 0; | |||
} | |||
#workspacestodockDock.bottom.fullheight .workspacestodock-shortcuts-panel { | |||
border-radius: 0; | |||
} | |||
#workspacestodockDock .workspacestodock-shortcuts-panel > * { | |||
border: 0 !important; | |||
} | |||
.workspacestodock-shortcuts-panel-popupmenu { | |||
padding: 2px; | |||
spacing: 0; | |||
} | |||
.workspacestodock-shortcuts-panel-favorites { | |||
} | |||
.workspacestodock-shortcuts-panel-running { | |||
} | |||
.workspacestodock-shortcuts-panel-places { | |||
} | |||
/* shortcuts panel buttons */ | |||
#workspacestodockDock .app-well-app { | |||
} | |||
#workspacestodockDock .workspacestodock-shortcuts-panel > StButton { | |||
background-size: cover; | |||
} | |||
#workspacestodockDock.left .workspacestodock-shortcuts-panel > StButton, | |||
#workspacestodockDock.right .workspacestodock-shortcuts-panel > StButton { | |||
padding: 3px 6px; | |||
} | |||
#workspacestodockDock.left .workspacestodock-shortcuts-panel > StButton:first-child, | |||
#workspacestodockDock.right .workspacestodock-shortcuts-panel > StButton:first-child { | |||
padding: 6px 6px 3px 6px; | |||
} | |||
#workspacestodockDock.left .workspacestodock-shortcuts-panel > StButton:last-child, | |||
#workspacestodockDock.right .workspacestodock-shortcuts-panel > StButton:last-child { | |||
padding: 3px 6px 6px 6px; | |||
} | |||
#workspacestodockDock.top .workspacestodock-shortcuts-panel > StButton, | |||
#workspacestodockDock.bottom .workspacestodock-shortcuts-panel > StButton { | |||
padding: 6px 3px; | |||
} | |||
#workspacestodockDock.top .workspacestodock-shortcuts-panel > StButton:first-child, | |||
#workspacestodockDock.bottom .workspacestodock-shortcuts-panel > StButton:first-child { | |||
padding: 6px 3px 6px 6px; | |||
} | |||
#workspacestodockDock.top .workspacestodock-shortcuts-panel > StButton:last-child, | |||
#workspacestodockDock.bottom .workspacestodock-shortcuts-panel > StButton:last-child { | |||
padding: 6px 6px 6px 3px; | |||
} | |||
.workspacestodock-shortcut-button { | |||
} | |||
.workspacestodock-shortcut-button-symbolic { | |||
} | |||
/* shortcuts panel button icons */ | |||
#workspacestodockDock .app-well-app > .overview-icon { | |||
} | |||
.workspacestodock-shortcut-button-icon { | |||
padding: 6px; | |||
} | |||
.workspacestodock-shortcut-button-symbolic-icon { | |||
padding: 8px; | |||
} | |||
/* shortcuts panel items */ | |||
#workspacestodockDock .popup-separator-menu-item { | |||
margin: 0; | |||
} | |||
.workspacestodock-shortcut-panel-separator { | |||
-margin-horizontal: 0; | |||
} | |||
.workspacestodock-shortcut-panel-filler { | |||
-margin-horizontal: 0; | |||
height: 0; | |||
padding: 0; | |||
border: none; | |||
} | |||
/* shortcuts panel button window count indicators */ | |||
#workspacestodockDock.right .workspacestodock-shortcut-button-windowcount-image-1 { | |||
background-image: url("../../assets/dash/right-running1.svg"); | |||
} | |||
#workspacestodockDock.left .workspacestodock-shortcut-button-windowcount-image-1 { | |||
background-image: url("../../assets/dash/left-running1.svg"); | |||
} | |||
#workspacestodockDock.top .workspacestodock-shortcut-button-windowcount-image-1 { | |||
background-image: url("../../assets/dash/top-running1.svg"); | |||
} | |||
#workspacestodockDock.bottom .workspacestodock-shortcut-button-windowcount-image-1 { | |||
background-image: url("../../assets/dash/bottom-running1.svg"); | |||
} | |||
#workspacestodockDock.right .workspacestodock-shortcut-button-windowcount-image-2 { | |||
background-image: url("../../assets/dash/right-running2.svg"); | |||
} | |||
#workspacestodockDock.left .workspacestodock-shortcut-button-windowcount-image-2 { | |||
background-image: url("../../assets/dash/left-running2.svg"); | |||
} | |||
#workspacestodockDock.top .workspacestodock-shortcut-button-windowcount-image-2 { | |||
background-image: url("../../assets/dash/top-running2.svg"); | |||
} | |||
#workspacestodockDock.bottom .workspacestodock-shortcut-button-windowcount-image-2 { | |||
background-image: url("../../assets/dash/bottom-running2.svg"); | |||
} | |||
#workspacestodockDock.right .workspacestodock-shortcut-button-windowcount-image-3 { | |||
background-image: url("../../assets/dash/right-running3.svg"); | |||
} | |||
#workspacestodockDock.left .workspacestodock-shortcut-button-windowcount-image-3 { | |||
background-image: url("../../assets/dash/left-running3.svg"); | |||
} | |||
#workspacestodockDock.top .workspacestodock-shortcut-button-windowcount-image-3 { | |||
background-image: url("../../assets/dash/top-running3.svg"); | |||
} | |||
#workspacestodockDock.bottom .workspacestodock-shortcut-button-windowcount-image-3 { | |||
background-image: url("../../assets/dash/bottom-running3.svg"); | |||
} | |||
#workspacestodockDock.right .workspacestodock-shortcut-button-windowcount-image-4 { | |||
background-image: url("../../assets/dash/right-running4.svg"); | |||
} | |||
#workspacestodockDock.left .workspacestodock-shortcut-button-windowcount-image-4 { | |||
background-image: url("../../assets/dash/left-running4.svg"); | |||
} | |||