Added a custom dark theme
|
@ -27,29 +27,27 @@
|
|||
|
||||
# Borders
|
||||
# Also removes all title bars
|
||||
for_window [class="^.*"] border pixel 2
|
||||
default_border pixel 2
|
||||
for_window [class="^.*"] border pixel 5
|
||||
default_border pixel 5
|
||||
|
||||
# Floating windows get no borders >:(
|
||||
default_floating_border pixel 0
|
||||
default_floating_border pixel 5
|
||||
|
||||
# Hide borders when you can't see them anyway
|
||||
hide_edge_borders smart
|
||||
|
||||
# Set colours various window states
|
||||
# class border backgr. text indicator child_border
|
||||
client.focused #4470ad #4470ad #ffffff #1e88e5 #4470ad
|
||||
#client.focused_inactive #5c6370 #3b3228 #ffffff #5c6370 #5c6370
|
||||
#client.unfocused #5c6370 #3b3228 #ffffff #5c6370 #5c6370
|
||||
client.focused #364A82 #364A82 #c0caf5 #364A82 #364A82
|
||||
client.focused_inactive #16161d #16161d #c0caf5 #16161d #16161d
|
||||
client.unfocused #16161d #16161d #c0caf5 #16161d #16161d
|
||||
|
||||
# Gaps
|
||||
# I like big gaps and I can not lie
|
||||
set $default_gaps_inner 10
|
||||
set $default_gaps_outer 2
|
||||
gaps inner $default_gaps_inner
|
||||
gaps outer $default_gaps_outer
|
||||
gaps inner 0
|
||||
gaps outer 0
|
||||
gaps top 0
|
||||
gaps bottom 10
|
||||
gaps bottom 0
|
||||
|
||||
# Hide gaps when there is only 1 window
|
||||
smart_gaps on
|
||||
|
@ -70,7 +68,8 @@
|
|||
### Monitors n shit ###
|
||||
|
||||
# Wallpaper
|
||||
output * bg /home/marco/Images/bliss_windows_night.png fill
|
||||
#output * bg /home/marco/Images/bliss_windows_night.png fill
|
||||
output * bg #16161d solid_color
|
||||
|
||||
# NOTE: We are using kanshi to automagically setup screens
|
||||
# See https://github.com/emersion/kanshi
|
||||
|
@ -157,10 +156,6 @@
|
|||
bindsym XF86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle
|
||||
bindsym XF86AudioMicMute exec pactl set-source-mute @DEFAULT_SOURCE@ toggle
|
||||
|
||||
# Gaps
|
||||
bindsym $mod+z gaps outer current plus 5
|
||||
bindsym $mod+Shift+z gaps outer current minus 5
|
||||
|
||||
# Sreen brightness controls
|
||||
bindsym XF86MonBrightnessDown exec light -U 5
|
||||
bindsym XF86MonBrightnessUp exec light -A 5
|
||||
|
@ -215,8 +210,11 @@
|
|||
for_window [app_id="firefox" title="Pushbullet – Mozilla Firefox"] floating enable
|
||||
for_window [app_id="firefox" title="About Mozilla Firefox"] floating enable
|
||||
for_window [class="Gimp-2.10"] floating disable
|
||||
for_window [class="Gimp-2.10" title="Create a New Image"] floating enable
|
||||
for_window [class="Gimp-2.10" title="Brushes - Layers | Toolbox - Tool Options"] floating enable
|
||||
for_window [class="Gimp-2.10" title="New Image"] floating enable
|
||||
for_window [class="Gimp-2.10" title="Layer"] floating enable
|
||||
for_window [class="Gimp-2.10" title="Tool"] floating enable
|
||||
for_window [class="Gimp-2.10" title="Option"] floating enable
|
||||
for_window [class="Gimp-2.10" title="Change"] floating enable
|
||||
|
||||
# Brave, chrome, chromium
|
||||
for_window [title="Picture-in-picture"] floating enable
|
||||
|
|
|
@ -14,8 +14,8 @@ window#waybar {
|
|||
text-shadow: none;
|
||||
transition-duration: 0s;
|
||||
color: rgba(217, 216, 216, 1);
|
||||
background: rgba(0, 0, 0, 0.72);
|
||||
}
|
||||
background: rgba(22, 22, 30, 1.0);
|
||||
}
|
||||
|
||||
#workspaces {
|
||||
margin: 0 5px;
|
||||
|
@ -34,8 +34,8 @@ window#waybar {
|
|||
}
|
||||
|
||||
#workspaces button.focused {
|
||||
border-top: 3px solid #4470ad;
|
||||
border-bottom: 3px solid #4470ad;
|
||||
border-top: 3px solid #364A82;
|
||||
border-bottom: 3px solid #364A82;
|
||||
}
|
||||
|
||||
#workspaces button.urgent {
|
||||
|
@ -45,14 +45,14 @@ window#waybar {
|
|||
|
||||
#workspaces button:hover {
|
||||
box-shadow: inherit;
|
||||
border-color: #1e88e5;
|
||||
color: #1e88e5;
|
||||
border-color: #4470ad;
|
||||
color: #4470ad;
|
||||
}
|
||||
|
||||
/* Repeat style here to ensure properties are overwritten as there's no !important and button:hover above resets the colour */
|
||||
|
||||
#workspaces button.focused {
|
||||
color: #4470ad;
|
||||
color: #364A82;
|
||||
}
|
||||
|
||||
#pulseaudio {
|
||||
|
|
339
themes/UltimateBlack-0.1/COPYING
Normal file
|
@ -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.
|
BIN
themes/UltimateBlack-0.1/chrome/chrome-scrollbar.crx
Normal file
BIN
themes/UltimateBlack-0.1/chrome/chrome-theme.crx
Normal file
|
@ -0,0 +1,10 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="35" height="200">
|
||||
<defs>
|
||||
<filter id="a" x="-.5" y="-.5" width="2" height="2" color-interpolation-filters="sRGB">
|
||||
<feGaussianBlur stdDeviation="1.65"/>
|
||||
</filter>
|
||||
</defs>
|
||||
<path d="M7 5h28v190H7a2 2 0 01-2-2V7c0-1.1.9-2 2-2z" fill="#121217" fill-opacity=".4" filter="url(#a)" transform="translate(0 1)"/>
|
||||
<path d="M7 5h28v190H7a2 2 0 01-2-2V7c0-1.1.9-2 2-2z" fill="#1a73e8"/>
|
||||
<path d="M18 94a1 1 0 00-1 1v4h-4a1 1 0 100 2h4v4a1 1 0 102 0v-4h4a1 1 0 100-2h-4v-4a1 1 0 00-1-1zm8 6a8 8 0 01-8 8 8 8 0 01-8-8 8 8 0 018-8 8 8 0 018 8z" fill="#cccccc"/>
|
||||
</svg>
|
After Width: | Height: | Size: 623 B |
|
@ -0,0 +1,10 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="35" height="200">
|
||||
<defs>
|
||||
<filter id="a" x="-.5" y="-.5" width="2" height="2" color-interpolation-filters="sRGB">
|
||||
<feGaussianBlur stdDeviation="1.65"/>
|
||||
</filter>
|
||||
</defs>
|
||||
<path d="M7 5h28v190H7a2 2 0 01-2-2V7c0-1.1.9-2 2-2z" fill="#121217" fill-opacity=".4" filter="url(#a)" transform="translate(0 1)"/>
|
||||
<path d="M7 5h28v190H7a2 2 0 01-2-2V7c0-1.1.9-2 2-2z" fill="#cccccc"/>
|
||||
<path d="M18 94a1 1 0 00-1 1v4h-4a1 1 0 100 2h4v4a1 1 0 102 0v-4h4a1 1 0 100-2h-4v-4a1 1 0 00-1-1zm8 6a8 8 0 01-8 8 8 8 0 01-8-8 8 8 0 018-8 8 8 0 018 8z" fill="#121217" fill-opacity=".87"/>
|
||||
</svg>
|
After Width: | Height: | Size: 642 B |
10
themes/UltimateBlack-0.1/cinnamon/assets/add-workspace.svg
Normal file
|
@ -0,0 +1,10 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="35" height="200">
|
||||
<defs>
|
||||
<filter id="a" x="-.5" y="-.5" width="2" height="2" color-interpolation-filters="sRGB">
|
||||
<feGaussianBlur stdDeviation="1.1"/>
|
||||
</filter>
|
||||
</defs>
|
||||
<path d="M7 5h28v190H7a2 2 0 01-2-2V7c0-1.1.9-2 2-2z" fill="#121217" fill-opacity=".3" filter="url(#a)" transform="translate(0 1)"/>
|
||||
<path d="M7 5h28v190H7a2 2 0 01-2-2V7c0-1.1.9-2 2-2z" fill="#cccccc"/>
|
||||
<path d="M18 94a1 1 0 00-1 1v4h-4a1 1 0 100 2h4v4a1 1 0 102 0v-4h4a1 1 0 100-2h-4v-4a1 1 0 00-1-1zm8 6a8 8 0 01-8 8 8 8 0 01-8-8 8 8 0 018-8 8 8 0 018 8z" fill="#121217" fill-opacity=".87"/>
|
||||
</svg>
|
After Width: | Height: | Size: 641 B |
|
@ -0,0 +1,3 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="#121217" fill-opacity=".6">
|
||||
<path d="M10 3v10L5 8z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 152 B |
|
@ -0,0 +1,3 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="#121217" fill-opacity=".6">
|
||||
<path d="M6 3v10l5-5z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 151 B |
|
@ -0,0 +1,3 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#121217" fill-opacity=".6">
|
||||
<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"/>
|
||||
</svg>
|
After Width: | Height: | Size: 229 B |
3
themes/UltimateBlack-0.1/cinnamon/assets/checkbox.svg
Normal file
|
@ -0,0 +1,3 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#1a73e8">
|
||||
<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"/>
|
||||
</svg>
|
After Width: | Height: | Size: 252 B |
|
@ -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="#d93025"/>
|
||||
<circle cx="18" cy="18" r="18" fill="#cccccc" fill-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="#cccccc"/>
|
||||
</svg>
|
After Width: | Height: | Size: 347 B |
BIN
themes/UltimateBlack-0.1/cinnamon/assets/corner-ripple.png
Normal file
After Width: | Height: | Size: 8.8 KiB |
|
@ -0,0 +1,3 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#121217" fill-opacity=".6">
|
||||
<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"/>
|
||||
</svg>
|
After Width: | Height: | Size: 263 B |
3
themes/UltimateBlack-0.1/cinnamon/assets/radiobutton.svg
Normal file
|
@ -0,0 +1,3 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#1a73e8">
|
||||
<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"/>
|
||||
</svg>
|
After Width: | Height: | Size: 302 B |
4
themes/UltimateBlack-0.1/cinnamon/assets/toggle-off.svg
Normal file
|
@ -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="#121217" fill-opacity=".26"/>
|
||||
<circle cx="10" cy="10" r="6" fill="#cccccc"/>
|
||||
</svg>
|
After Width: | Height: | Size: 226 B |
4
themes/UltimateBlack-0.1/cinnamon/assets/toggle-on.svg
Normal file
|
@ -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="#1a73e8"/>
|
||||
<circle cx="30" cy="10" r="6" fill="#cccccc"/>
|
||||
</svg>
|
After Width: | Height: | Size: 207 B |
BIN
themes/UltimateBlack-0.1/cinnamon/assets/trash-icon.png
Normal file
After Width: | Height: | Size: 2.1 KiB |
1894
themes/UltimateBlack-0.1/cinnamon/cinnamon.css
Normal file
BIN
themes/UltimateBlack-0.1/cinnamon/thumbnail.png
Normal file
After Width: | Height: | Size: 35 KiB |
47
themes/UltimateBlack-0.1/gnome-shell/README.md
Normal file
|
@ -0,0 +1,47 @@
|
|||
# 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 Material-Black-Blueberry-4.0 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-bin` (Debian, Ubuntu, etc.)
|
||||
- `libxml2-utils` — Ubuntu users only.
|
||||
|
||||
## Installation
|
||||
|
||||
1. **Back up** the original theme file first. If you are already using a custom GDM theme, skip this:
|
||||
|
||||
```sh
|
||||
sudo cp -av /usr/share/gnome-shell/gnome-shell-theme.gresource{,~}
|
||||
```
|
||||
|
||||
2. Select a **GTK** theme to decide which variant to install.
|
||||
3. Replace the default theme file:
|
||||
|
||||
```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
|
||||
```
|
||||
|
||||
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 from the backup:
|
||||
|
||||
```sh
|
||||
sudo mv -v /usr/share/gnome-shell/gnome-shell-theme.gresource{~,}
|
||||
```
|
||||
|
||||
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" fill="#cccccc" fill-opacity=".6">
|
||||
<path d="M10 3v10L5 8z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 152 B |
|
@ -0,0 +1,3 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="#cccccc" fill-opacity=".6">
|
||||
<path d="M6 3v10l5-5z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 151 B |
|
@ -0,0 +1,3 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#cccccc" fill-opacity=".6">
|
||||
<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"/>
|
||||
</svg>
|
After Width: | Height: | Size: 229 B |
3
themes/UltimateBlack-0.1/gnome-shell/assets/checkbox.svg
Normal file
|
@ -0,0 +1,3 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#3d89c9">
|
||||
<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"/>
|
||||
</svg>
|
After Width: | Height: | Size: 252 B |
3
themes/UltimateBlack-0.1/gnome-shell/assets/close.svg
Normal file
|
@ -0,0 +1,3 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#cccccc" fill-opacity=".6">
|
||||
<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"/>
|
||||
</svg>
|
After Width: | Height: | Size: 240 B |
|
@ -0,0 +1,4 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#cccccc">
|
||||
<circle cx="12" cy="12" r="12" opacity=".3"/>
|
||||
<circle cx="12" cy="12" r="4"/>
|
||||
</svg>
|
After Width: | Height: | Size: 188 B |
|
@ -0,0 +1,4 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 72 72" fill="#cccccc">
|
||||
<circle cx="36" cy="66" r="2"/>
|
||||
<circle cx="36" cy="6" r="2"/>
|
||||
</svg>
|
After Width: | Height: | Size: 175 B |
|
@ -0,0 +1,3 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 72 72" fill="#cccccc">
|
||||
<circle cx="36" cy="66" r="2"/>
|
||||
</svg>
|
After Width: | Height: | Size: 142 B |
|
@ -0,0 +1,5 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 72 72" fill="#cccccc">
|
||||
<circle cx="32" cy="66" r="2"/>
|
||||
<circle cx="40" cy="66" r="2"/>
|
||||
<circle cx="36" cy="6" r="2"/>
|
||||
</svg>
|
After Width: | Height: | Size: 209 B |
|
@ -0,0 +1,4 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 72 72" fill="#cccccc">
|
||||
<circle cx="32" cy="66" r="2"/>
|
||||
<circle cx="40" cy="66" r="2"/>
|
||||
</svg>
|
After Width: | Height: | Size: 176 B |
|
@ -0,0 +1,6 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 72 72" fill="#cccccc">
|
||||
<circle cx="28" cy="66" r="2"/>
|
||||
<circle cx="36" cy="66" r="2"/>
|
||||
<circle cx="44" cy="66" r="2"/>
|
||||
<circle cx="36" cy="6" r="2"/>
|
||||
</svg>
|
After Width: | Height: | Size: 243 B |
|
@ -0,0 +1,5 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 72 72" fill="#cccccc">
|
||||
<circle cx="28" cy="66" r="2"/>
|
||||
<circle cx="36" cy="66" r="2"/>
|
||||
<circle cx="44" cy="66" r="2"/>
|
||||
</svg>
|
After Width: | Height: | Size: 210 B |
|
@ -0,0 +1,7 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 72 72" fill="#cccccc">
|
||||
<circle cx="24" cy="66" r="2"/>
|
||||
<circle cx="32" cy="66" r="2"/>
|
||||
<circle cx="40" cy="66" r="2"/>
|
||||
<circle cx="48" cy="66" r="2"/>
|
||||
<circle cx="36" cy="6" r="2"/>
|
||||
</svg>
|
After Width: | Height: | Size: 277 B |
|
@ -0,0 +1,6 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 72 72" fill="#cccccc">
|
||||
<circle cx="24" cy="66" r="2"/>
|
||||
<circle cx="32" cy="66" r="2"/>
|
||||
<circle cx="40" cy="66" r="2"/>
|
||||
<circle cx="48" cy="66" r="2"/>
|
||||
</svg>
|
After Width: | Height: | Size: 244 B |
|
@ -0,0 +1,4 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 72 72" fill="#cccccc">
|
||||
<circle cx="6" cy="36" r="2"/>
|
||||
<circle cx="66" cy="36" r="2"/>
|
||||
</svg>
|
After Width: | Height: | Size: 175 B |
|
@ -0,0 +1,3 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 72 72" fill="#cccccc">
|
||||
<circle cx="6" cy="36" r="2"/>
|
||||
</svg>
|
After Width: | Height: | Size: 141 B |
|
@ -0,0 +1,5 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 72 72" fill="#cccccc">
|
||||
<circle cx="6" cy="32" r="2"/>
|
||||
<circle cx="6" cy="40" r="2"/>
|
||||
<circle cx="66" cy="36" r="2"/>
|
||||
</svg>
|
After Width: | Height: | Size: 208 B |
|
@ -0,0 +1,4 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 72 72" fill="#cccccc">
|
||||
<circle cx="6" cy="32" r="2"/>
|
||||
<circle cx="6" cy="40" r="2"/>
|
||||
</svg>
|
After Width: | Height: | Size: 174 B |
|
@ -0,0 +1,6 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 72 72" fill="#cccccc">
|
||||
<circle cx="6" cy="28" r="2"/>
|
||||
<circle cx="6" cy="36" r="2"/>
|
||||
<circle cx="6" cy="44" r="2"/>
|
||||
<circle cx="66" cy="36" r="2"/>
|
||||
</svg>
|
After Width: | Height: | Size: 241 B |
|
@ -0,0 +1,5 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 72 72" fill="#cccccc">
|
||||
<circle cx="6" cy="28" r="2"/>
|
||||
<circle cx="6" cy="36" r="2"/>
|
||||
<circle cx="6" cy="44" r="2"/>
|
||||
</svg>
|
After Width: | Height: | Size: 207 B |
|
@ -0,0 +1,7 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 72 72" fill="#cccccc">
|
||||
<circle cx="6" cy="24" r="2"/>
|
||||
<circle cx="6" cy="32" r="2"/>
|
||||
<circle cx="6" cy="40" r="2"/>
|
||||
<circle cx="6" cy="48" r="2"/>
|
||||
<circle cx="66" cy="36" r="2"/>
|
||||
</svg>
|
After Width: | Height: | Size: 274 B |
|
@ -0,0 +1,6 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 72 72" fill="#cccccc">
|
||||
<circle cx="6" cy="24" r="2"/>
|
||||
<circle cx="6" cy="32" r="2"/>
|
||||
<circle cx="6" cy="40" r="2"/>
|
||||
<circle cx="6" cy="48" r="2"/>
|
||||
</svg>
|
After Width: | Height: | Size: 240 B |
|
@ -0,0 +1,4 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 72 72" fill="#cccccc">
|
||||
<circle cx="66" cy="36" r="2"/>
|
||||
<circle cx="6" cy="36" r="2"/>
|
||||
</svg>
|
After Width: | Height: | Size: 175 B |
|
@ -0,0 +1,3 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 72 72" fill="#cccccc">
|
||||
<circle cx="66" cy="36" r="2"/>
|
||||
</svg>
|
After Width: | Height: | Size: 142 B |
|
@ -0,0 +1,5 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 72 72" fill="#cccccc">
|
||||
<circle cx="66" cy="32" r="2"/>
|
||||
<circle cx="66" cy="40" r="2"/>
|
||||
<circle cx="6" cy="36" r="2"/>
|
||||
</svg>
|
After Width: | Height: | Size: 209 B |
|
@ -0,0 +1,4 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 72 72" fill="#cccccc">
|
||||
<circle cx="66" cy="32" r="2"/>
|
||||
<circle cx="66" cy="40" r="2"/>
|
||||
</svg>
|
After Width: | Height: | Size: 176 B |
|
@ -0,0 +1,6 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 72 72" fill="#cccccc">
|
||||
<circle cx="66" cy="28" r="2"/>
|
||||
<circle cx="66" cy="36" r="2"/>
|
||||
<circle cx="66" cy="44" r="2"/>
|
||||
<circle cx="6" cy="36" r="2"/>
|
||||
</svg>
|
After Width: | Height: | Size: 243 B |
|
@ -0,0 +1,5 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 72 72" fill="#cccccc">
|
||||
<circle cx="66" cy="28" r="2"/>
|
||||
<circle cx="66" cy="36" r="2"/>
|
||||
<circle cx="66" cy="44" r="2"/>
|
||||
</svg>
|
After Width: | Height: | Size: 210 B |
|
@ -0,0 +1,7 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 72 72" fill="#cccccc">
|
||||
<circle cx="66" cy="24" r="2"/>
|
||||
<circle cx="66" cy="32" r="2"/>
|
||||
<circle cx="66" cy="40" r="2"/>
|
||||
<circle cx="66" cy="48" r="2"/>
|
||||
<circle cx="6" cy="36" r="2"/>
|
||||
</svg>
|
After Width: | Height: | Size: 277 B |
|
@ -0,0 +1,6 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 72 72" fill="#cccccc">
|
||||
<circle cx="66" cy="24" r="2"/>
|
||||
<circle cx="66" cy="32" r="2"/>
|
||||
<circle cx="66" cy="40" r="2"/>
|
||||
<circle cx="66" cy="48" r="2"/>
|
||||
</svg>
|
After Width: | Height: | Size: 244 B |
|
@ -0,0 +1,4 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 72 72" fill="#cccccc">
|
||||
<circle cx="36" cy="6" r="2"/>
|
||||
<circle cx="36" cy="66" r="2"/>
|
||||
</svg>
|
After Width: | Height: | Size: 175 B |
|
@ -0,0 +1,3 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 72 72" fill="#cccccc">
|
||||
<circle cx="36" cy="6" r="2"/>
|
||||
</svg>
|
After Width: | Height: | Size: 141 B |
|
@ -0,0 +1,5 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 72 72" fill="#cccccc">
|
||||
<circle cx="32" cy="6" r="2"/>
|
||||
<circle cx="40" cy="6" r="2"/>
|
||||
<circle cx="36" cy="66" r="2"/>
|
||||
</svg>
|
After Width: | Height: | Size: 208 B |
|
@ -0,0 +1,4 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 72 72" fill="#cccccc">
|
||||
<circle cx="32" cy="6" r="2"/>
|
||||
<circle cx="40" cy="6" r="2"/>
|
||||
</svg>
|
After Width: | Height: | Size: 174 B |
|
@ -0,0 +1,6 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 72 72" fill="#cccccc">
|
||||
<circle cx="28" cy="6" r="2"/>
|
||||
<circle cx="36" cy="6" r="2"/>
|
||||
<circle cx="44" cy="6" r="2"/>
|
||||
<circle cx="36" cy="66" r="2"/>
|
||||
</svg>
|
After Width: | Height: | Size: 241 B |
|
@ -0,0 +1,5 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 72 72" fill="#cccccc">
|
||||
<circle cx="28" cy="6" r="2"/>
|
||||
<circle cx="36" cy="6" r="2"/>
|
||||
<circle cx="44" cy="6" r="2"/>
|
||||
</svg>
|
After Width: | Height: | Size: 207 B |
|
@ -0,0 +1,7 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 72 72" fill="#cccccc">
|
||||
<circle cx="24" cy="6" r="2"/>
|
||||
<circle cx="32" cy="6" r="2"/>
|
||||
<circle cx="40" cy="6" r="2"/>
|
||||
<circle cx="48" cy="6" r="2"/>
|
||||
<circle cx="36" cy="66" r="2"/>
|
||||
</svg>
|
After Width: | Height: | Size: 274 B |
|
@ -0,0 +1,6 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 72 72" fill="#cccccc">
|
||||
<circle cx="24" cy="6" r="2"/>
|
||||
<circle cx="32" cy="6" r="2"/>
|
||||
<circle cx="40" cy="6" r="2"/>
|
||||
<circle cx="48" cy="6" r="2"/>
|
||||
</svg>
|
After Width: | Height: | Size: 240 B |
|
@ -0,0 +1,3 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#121217">
|
||||
<path d="M19 7v4H5.83l3.58-3.59L8 6l-6 6 6 6 1.41-1.41L5.83 13H21V7z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 180 B |
3
themes/UltimateBlack-0.1/gnome-shell/assets/key-hide.svg
Normal file
|
@ -0,0 +1,3 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#cccccc" fill-opacity=".87">
|
||||
<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"/>
|
||||
</svg>
|
After Width: | Height: | Size: 392 B |
|
@ -0,0 +1,3 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#cccccc" fill-opacity=".87">
|
||||
<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"/>
|
||||
</svg>
|
After Width: | Height: | Size: 949 B |
|
@ -0,0 +1,3 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#3d89c9">
|
||||
<path d="M12 8.41L16.59 13 18 11.59l-6-6-6 6L7.41 13 12 8.41zM6 18h12v-2H6v2z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 189 B |
|
@ -0,0 +1,3 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#3d89c9">
|
||||
<path d="M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 167 B |
|
@ -0,0 +1,3 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#cccccc" fill-opacity=".87">
|
||||
<path d="M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 186 B |
|
@ -0,0 +1,3 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48" fill="#cccccc" fill-opacity=".38">
|
||||
<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"/>
|
||||
</svg>
|
After Width: | Height: | Size: 296 B |
|
@ -0,0 +1,3 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48" fill="#cccccc" fill-opacity=".38">
|
||||
<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"/>
|
||||
</svg>
|
After Width: | Height: | Size: 350 B |
|
@ -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="#cccccc" fill-opacity=".26"/>
|
||||
<circle cx="10" cy="10" r="6" fill="#cccccc"/>
|
||||
</svg>
|
After Width: | Height: | Size: 226 B |
|
@ -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="#3d89c9"/>
|
||||
<circle cx="30" cy="10" r="6" fill="#cccccc"/>
|
||||
</svg>
|
After Width: | Height: | Size: 207 B |
|
@ -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="#f28b82"/>
|
||||
<circle cx="18" cy="18" r="18" fill="#121217" fill-opacity=".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="#121217"/>
|
||||
</svg>
|
After Width: | Height: | Size: 348 B |
|
@ -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="#f28b82"/>
|
||||
<circle cx="18" cy="18" r="18" fill="#121217" fill-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="#121217"/>
|
||||
</svg>
|
After Width: | Height: | Size: 347 B |
|
@ -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");
|
||||
}
|
||||
|
||||
#workspacestodockDock.top .workspacestodock-shortcut-button-windowcount-image-4 {
|
||||
background-image: url("../../assets/dash/top-running4.svg");
|
||||
}
|
||||
|
||||
#workspacestodockDock.bottom .workspacestodock-shortcut-button-windowcount-image-4 {
|
||||
background-image: url("../../assets/dash/bottom-running4.svg");
|
||||
}
|
||||
|
||||
.workspacestodock-workspace-caption-container {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.workspacestodock-workspace-caption-background {
|
||||
background-color: rgba(0, 0, 0, 0.6);
|
||||
/* border-radius: 0 0 4px 4px; */
|
||||
}
|
||||
|
||||
.workspacestodock-workspace-caption-background.caption-top {
|
||||
/* border-radius: 4px 4px 0 0; */
|
||||
}
|
||||
|
||||
.workspacestodock-workspace-caption {
|
||||
}
|
||||
|
||||
/* caption window apps (taskbar) */
|
||||
.workspacestodock-caption-windowapps {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.workspacestodock-caption-windowapps-menu {
|
||||
-boxpointer-gap: 12px;
|
||||
}
|
||||
|
||||
.workspacestodock-caption-windowapps-menu .popup-menu-item {
|
||||
min-height: 24px;
|
||||
padding-top: 4px;
|
||||
padding-bottom: 4px;
|
||||
}
|
||||
|
||||
.workspacestodock-caption-windowapps-menu .popup-menu-item:active {
|
||||
background-color: rgba(0, 0, 0, 0.12);
|
||||
}
|
||||
|
||||
.workspacestodock-caption-windowapps-menu .popup-menu-item.selected:active {
|
||||
background-color: rgba(0, 0, 0, 0.24);
|
||||
}
|
||||
|
||||
.workspacestodock-caption-windowapps-menu-item {
|
||||
/*fallback class for GS34 since it can't override gnome shell class 'popup-menu-item' */
|
||||
}
|
||||
|
||||
.workspacestodock-caption-windowapps-menu-item:active {
|
||||
/*fallback class for GS34 since it can't override gnome shell class 'popup-menu-item' */
|
||||
}
|
||||
|
||||
.workspacestodock-caption-windowapps-menu-icon {
|
||||
}
|
||||
|
||||
.workspacestodock-caption-windowapps-menu-label {
|
||||
padding: 0 8px;
|
||||
}
|
||||
|
||||
.workspacestodock-caption-windowapps-menu .window-close {
|
||||
/* GS36+ can override gnome shell class 'window-close' */
|
||||
border-radius: 100px;
|
||||
-st-background-image-shadow: none;
|
||||
background-image: url("../../assets/close.svg");
|
||||
background-size: 24px;
|
||||
height: 24px;
|
||||
width: 24px;
|
||||
}
|
||||
|
||||
.workspacestodock-caption-windowapps-menu .window-close:hover {
|
||||
background-color: rgba(0, 0, 0, 0.12);
|
||||
}
|
||||
|
||||
.workspacestodock-caption-windowapps-menu .window-close:active {
|
||||
background-color: rgba(0, 0, 0, 0.24);
|
||||
}
|
||||
|
||||
.workspacestodock-caption-windowapps-menu-close {
|
||||
/*fallback class for GS34 since it can't override gnome shell class 'window-close' */
|
||||
}
|
||||
|
||||
.workspacestodock-caption-windowapps-menu-close:hover {
|
||||
/*fallback class for GS34 since it can't override gnome shell class 'window-close' */
|
||||
}
|
||||
|
||||
.workspacestodock-caption-windowapps-button {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.workspacestodock-caption-windowapps-button-icon {
|
||||
padding: 2px;
|
||||
background-color: rgba(0, 0, 0, 0.01); /* needs to draw box-shadow */
|
||||
}
|
||||
|
||||
.workspacestodock-caption-windowapps-button:active > .workspacestodock-caption-windowapps-button-icon {
|
||||
box-shadow: inset 0 -2px rgba(255, 255, 255, 0.3);
|
||||
}
|
||||
|
||||
.workspacestodock-caption-windowapps-button-active > .workspacestodock-caption-windowapps-button-icon {
|
||||
box-shadow: inset 0 -2px #FFFFFF;
|
||||
}
|
||||
|
||||
/* caption workspace number */
|
||||
.workspacestodock-caption-number {
|
||||
margin: 1px;
|
||||
padding: 0 10px;
|
||||
border-radius: 0;
|
||||
background-color: rgba(255, 255, 255, 0.3);
|
||||
color: #FFFFFF;
|
||||
font-size: 9pt;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* caption workspace name */
|
||||
.workspacestodock-caption-name {
|
||||
margin: 0 4px;
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
font-size: 9pt;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* caption workspace windowcount */
|
||||
.workspacestodock-caption-windowcount {
|
||||
/* min-width: 16px; */
|
||||
margin: 0px 4px;
|
||||
padding: 0px 4px;
|
||||
color: #FFFFFF;
|
||||
font-size: 9pt;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* caption workspace windowcount image*/
|
||||
.workspacestodock-caption-windowcount-image {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
margin: 1px;
|
||||
border-radius: 0;
|
||||
background-color: #FF4081;
|
||||
color: #FFFFFF;
|
||||
font-size: 9pt;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* The classes below are used in conjunction with the above workspacestodock-caption-windowcount-image
|
||||
* They provide background images that corespond with the window count */
|
||||
.workspacestodock-caption-windowcount-image-1 {
|
||||
}
|
||||
|
||||
.workspacestodock-caption-windowcount-image-2 {
|
||||
}
|
||||
|
||||
.workspacestodock-caption-windowcount-image-3 {
|
||||
}
|
||||
|
||||
.workspacestodock-caption-windowcount-image-4 {
|
||||
}
|
||||
|
||||
/* caption spacer-filler */
|
||||
.workspacestodock-caption-spacer {
|
||||
width: 4px;
|
||||
}
|
||||
|
||||
/* The classes below are used in conjuction with the above classes
|
||||
* They provide additional theming for the current workspace caption */
|
||||
.workspacestodock-workspace-caption-background-current {
|
||||
}
|
||||
|
||||
.workspacestodock-workspace-caption-background-current.caption-top {
|
||||
}
|
||||
|
||||
.workspacestodock-caption-number-current {
|
||||
/* background-color: #42A5F5; */
|
||||
}
|
||||
|
||||
.workspacestodock-caption-name-current {
|
||||
}
|
||||
|
||||
.workspacestodock-caption-windowcount-current {
|
||||
}
|
||||
|
||||
.workspacestodock-caption-windowcount-image-current {
|
||||
}
|
|
@ -0,0 +1,72 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<gresources>
|
||||
<gresource prefix="/org/gnome/shell/theme">
|
||||
<file>assets/dash/bottom-running1.svg</file>
|
||||
<file>assets/dash/bottom-running1-focused.svg</file>
|
||||
<file>assets/dash/bottom-running2.svg</file>
|
||||
<file>assets/dash/bottom-running2-focused.svg</file>
|
||||
<file>assets/dash/bottom-running3.svg</file>
|
||||
<file>assets/dash/bottom-running3-focused.svg</file>
|
||||
<file>assets/dash/bottom-running4.svg</file>
|
||||
<file>assets/dash/bottom-running4-focused.svg</file>
|
||||
<file>assets/dash/left-running1.svg</file>
|
||||
<file>assets/dash/left-running1-focused.svg</file>
|
||||
<file>assets/dash/left-running2.svg</file>
|
||||
<file>assets/dash/left-running2-focused.svg</file>
|
||||
<file>assets/dash/left-running3.svg</file>
|
||||
<file>assets/dash/left-running3-focused.svg</file>
|
||||
<file>assets/dash/left-running4.svg</file>
|
||||
<file>assets/dash/left-running4-focused.svg</file>
|
||||
<file>assets/dash/right-running1.svg</file>
|
||||
<file>assets/dash/right-running1-focused.svg</file>
|
||||
<file>assets/dash/right-running2.svg</file>
|
||||
<file>assets/dash/right-running2-focused.svg</file>
|
||||
<file>assets/dash/right-running3.svg</file>
|
||||
<file>assets/dash/right-running3-focused.svg</file>
|
||||
<file>assets/dash/right-running4.svg</file>
|
||||
<file>assets/dash/right-running4-focused.svg</file>
|
||||
<file>assets/dash/top-running1.svg</file>
|
||||
<file>assets/dash/top-running1-focused.svg</file>
|
||||
<file>assets/dash/top-running2.svg</file>
|
||||
<file>assets/dash/top-running2-focused.svg</file>
|
||||
<file>assets/dash/top-running3.svg</file>
|
||||
<file>assets/dash/top-running3-focused.svg</file>
|
||||
<file>assets/dash/top-running4.svg</file>
|
||||
<file>assets/dash/top-running4-focused.svg</file>
|
||||
<file>assets/calendar-arrow-left.svg</file>
|
||||
<file>assets/calendar-arrow-right.svg</file>
|
||||
<file>assets/checkbox.svg</file>
|
||||
<file>assets/checkbox-off.svg</file>
|
||||
<file>assets/close.svg</file>
|
||||
<file>assets/dash-placeholder.svg</file>
|
||||
<file>assets/key-enter.svg</file>
|
||||
<file>assets/key-hide.svg</file>
|
||||
<file>assets/key-layout.svg</file>
|
||||
<file>assets/key-shift.svg</file>
|
||||
<file>assets/key-shift-uppercase.svg</file>
|
||||
<file>assets/key-shift-latched-uppercase.svg</file>
|
||||
<file alias="no-events.svg">assets/no-events.svg</file>
|
||||
<file alias="no-notifications.svg">assets/no-notifications.svg</file>
|
||||
<file>assets/toggle-off.svg</file>
|
||||
<file>assets/toggle-on.svg</file>
|
||||
<file>assets/window-close.svg</file>
|
||||
<file>assets/window-close-active.svg</file>
|
||||
<file>extensions/workspaces-to-dock/workspaces-to-dock.css</file>
|
||||
<file>gnome-shell.css</file>
|
||||
<file>icons/eye-not-looking-symbolic.svg</file>
|
||||
<file>icons/eye-open-negative-filled-symbolic.svg</file>
|
||||
<file>icons/keyboard-caps-lock-filled-symbolic.svg</file>
|
||||
<file>icons/keyboard-enter-symbolic.svg</file>
|
||||
<file>icons/keyboard-hide-symbolic.svg</file>
|
||||
<file>icons/keyboard-layout-filled-symbolic.svg</file>
|
||||
<file>icons/keyboard-shift-filled-symbolic.svg</file>
|
||||
<file>icons/message-indicator-symbolic.svg</file>
|
||||
<file>icons/pointer-double-click-symbolic.svg</file>
|
||||
<file>icons/pointer-drag-symbolic.svg</file>
|
||||
<file>icons/pointer-primary-click-symbolic.svg</file>
|
||||
<file>icons/pointer-secondary-click-symbolic.svg</file>
|
||||
<file>noise-texture.png</file>
|
||||
<file>pad-osd.css</file>
|
||||
<file>process-working.svg</file>
|
||||
</gresource>
|
||||
</gresources>
|
3320
themes/UltimateBlack-0.1/gnome-shell/gnome-shell.css
Normal file
|
@ -0,0 +1,3 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16">
|
||||
<path d="M8 2C4.4 2 1.2 4.4 0 8c1.2 3.6 4.4 6 8 6 3.6 0 6.8-2.4 8-6-1.2-3.6-4.4-6-8-6zm0 2a4 4 0 110 8 4 4 0 010-8zm0 2a2 2 0 100 4 2 2 0 000-4z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 221 B |
|
@ -0,0 +1,3 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16">
|
||||
<path d="M2.27 1L1 2.27l1.7 1.7A8.99 8.99 0 000 8c1.2 3.6 4.4 6 8 6 1.34 0 2.63-.34 3.78-.94L13.73 15 15 13.73 2.27 1zM8 2c-.66 0-1.31.08-1.94.24l1.76 1.77a4 4 0 014.17 4.16l2.54 2.54c.62-.8 1.13-1.7 1.47-2.71-1.2-3.6-4.4-6-8-6zM4.6 5.88l1.5 1.5A2 2 0 008.63 9.9l1.49 1.5A4 4 0 014.6 5.88z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 366 B |
|
@ -0,0 +1,3 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16">
|
||||
<path d="M8 2.59l-5 5L4.41 9 8 5.41 11.59 9 13 7.59zM3 11v2h10v-2z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 143 B |
|
@ -0,0 +1,3 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16">
|
||||
<path d="M6 3L1 8l5 5 1.41-1.41L4.83 9H15V4h-2v3H4.83l2.58-2.59z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 141 B |
|
@ -0,0 +1,3 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16">
|
||||
<path d="M2 0a2 2 0 00-2 2v8c0 1.1.9 2 2 2h11a2 2 0 002-2V2a2 2 0 00-2-2zm0 2h2v2H2zm3 0h2v2H5zm3 0h2v2H8zm3 0h2v2h-2zM2 5h2v2H2zm3 0h2v2H5zm3 0h2v2H8zm3 0h2v2h-2zM3 8h9v2H3zm4.5 8l3-3h-6z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 265 B |
|
@ -0,0 +1,3 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16">
|
||||
<path d="M8 0C3.6 0 0 3.6 0 8s3.6 8 8 8 8-3.6 8-8-3.6-8-8-8zm0 2c-.03 0 .03-.02.2.2.2.21.43.63.63 1.19.16.45.29 1 .4 1.61H6.77c.11-.6.24-1.16.4-1.61.2-.56.44-.98.62-1.2.18-.21.24-.19.21-.19zm-2.67.63l-.04.08A12.8 12.8 0 004.73 5H2.81a6 6 0 012.52-2.37zm5.34 0A6 6 0 0113.2 5h-1.92a12.8 12.8 0 00-.56-2.29l-.04-.08zM2.1 7h2.45c-.02.33-.04.66-.04 1 0 .34.02.67.04 1H2.09a6.04 6.04 0 010-2zm4.45 0h2.92c.02.33.04.66.04 1 0 .34-.02.67-.04 1H6.54c-.02-.33-.04-.66-.04-1 0-.34.02-.67.04-1zm4.92 0h2.45a6.04 6.04 0 010 2h-2.45c.02-.33.04-.66.04-1 0-.34-.02-.67-.04-1zm-8.65 4h1.92c.13.84.32 1.61.56 2.29l.04.08A6 6 0 012.8 11zm3.96 0h2.46c-.11.6-.24 1.16-.4 1.61-.2.56-.44.98-.62 1.2-.18.21-.24.19-.21.19s-.03.02-.2-.2a4.11 4.11 0 01-.63-1.19c-.16-.45-.29-1-.4-1.61zm4.5 0h1.92a6 6 0 01-2.52 2.37l.04-.08c.24-.68.43-1.45.56-2.29z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 899 B |
|
@ -0,0 +1,3 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16">
|
||||
<path d="M4.41 10.41L8 6.83l3.59 3.58L13 9 8 4 3 9z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 128 B |
|
@ -0,0 +1,3 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16">
|
||||
<rect x="4" y="4" width="8" height="8" ry="4"/>
|
||||
</svg>
|
After Width: | Height: | Size: 121 B |
|
@ -0,0 +1,28 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="20"
|
||||
height="20"
|
||||
id="svg2">
|
||||
<g
|
||||
id="layer1"
|
||||
style="display:inline">
|
||||
<g
|
||||
id="id1"
|
||||
transform="translate(-19,-0.75)">
|
||||
<path
|
||||
style="color:#121217;shape-padding:0;clip-rule:nonzero;display:block;overflow:visible;visibility:visible;opacity:1;solid-color:#121217;solid-opacity:1;fill:#464646;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
|
||||
d="m 19.855469,0.45507812 c 0,6.69466128 0,13.38932288 0,20.08398388 1.414713,-1.38151 2.829427,-2.763021 4.24414,-4.144531 0.5882,1.18866 1.158389,2.386561 1.758464,3.569127 1.108631,1.640259 4.157538,0.465128 3.89799,-1.495859 0.01057,-0.470226 -0.405577,-0.908445 -0.434651,-1.313638 0.259401,-0.25321 0.518802,-0.50642 0.778203,-0.75963 0.5882,1.18866 1.158389,2.386561 1.758464,3.569127 1.108631,1.640259 4.157538,0.465128 3.89799,-1.495859 -0.192325,-0.904303 -0.717854,-1.698026 -1.068629,-2.548967 -0.238908,-0.512658 -0.477817,-1.025315 -0.716725,-1.537973 1.755859,0 3.511719,0 5.267578,0 C 34.777352,9.738932 30.31641,5.0970051 25.855469,0.45507812 c 0,2.08138018 0,4.16276048 0,6.24414068 -2,-2.0813802 -4,-4.1627605 -6,-6.24414068 z m 1.5,3.72656248 c 2,2.0813801 4,4.1627603 6,6.2441404 0,-2.0813801 0,-4.1627603 0,-6.2441404 2.786458,2.8997395 5.572917,5.7994789 8.359375,8.6992184 -1.366537,0 -2.733073,0 -4.09961,0 0.883468,1.903435 1.781983,3.800273 2.656081,5.707817 0.0065,0.622781 -1.227555,0.980575 -1.325116,0.207118 -0.80433,-1.640251 -1.608661,-3.280501 -2.412991,-4.920752 -1.020182,0.995443 -2.040365,1.990885 -3.060547,2.986328 0.263642,0.608048 0.596803,1.192457 0.814693,1.816134 -0.182662,0.601037 -1.26833,0.8373 -1.365856,0.06795 -0.796094,-1.623456 -1.592189,-3.246912 -2.388284,-4.870368 -1.059245,1.033854 -2.118489,2.067708 -3.177734,3.101562 -4e-6,-4.265002 -7e-6,-8.5300036 -1.1e-5,-12.7950054 z"
|
||||
id="path5565" />
|
||||
</g>
|
||||
<g
|
||||
id="id2"
|
||||
transform="translate(-25,-0.75)" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 2.5 KiB |
|
@ -0,0 +1,20 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="20"
|
||||
height="20"
|
||||
id="svg2">
|
||||
<g
|
||||
id="g835">
|
||||
<path
|
||||
style="color:#121217;shape-padding:0;clip-rule:nonzero;display:block;overflow:visible;visibility:visible;opacity:1;solid-color:#121217;solid-opacity:1;fill:#464646;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
|
||||
d="M 10.705078 1.671875 C 9.8685536 1.7465699 8.886927 1.5353073 8.2578125 2.2480469 C 8.0785627 2.7511513 7.8667422 2.9777446 7.3125 2.8652344 C 6.5186841 2.8141575 5.6105879 2.9190179 5.125 3.6386719 C 4.5700923 4.4696324 4.8113194 5.4949043 4.7578125 6.4316406 L 4.7578125 7.9335938 C 4.2480917 7.6156216 3.6258927 7.8015358 3.0585938 7.7519531 C 2.6157606 7.7312277 2.1774807 7.7771069 1.7402344 7.84375 C 1.7971654 10.529678 1.813967 13.217089 1.8613281 15.902344 C 1.9550191 17.204635 3.0933719 18.307155 4.40625 18.326172 C 5.0391993 18.341272 5.8885801 18.332951 6.6308594 18.337891 C 9.8526764 18.325821 13.076973 18.38774 16.296875 18.28125 C 17.459088 18.161027 18.510143 17.092798 18.367188 15.884766 L 18.367188 6.4042969 C 17.660379 5.4636119 16.551912 4.623434 15.308594 4.8339844 C 15.009045 4.3804158 14.822476 3.3608651 14.082031 3.0351562 C 13.727176 2.744118 13.242443 2.9253873 12.822266 2.8730469 C 12.524824 2.8003648 11.966366 3.0655864 11.953125 2.6210938 C 11.795774 2.0995736 11.23789 1.7125276 10.705078 1.671875 z M 10.599609 3.1757812 C 10.764131 3.4472414 10.782382 3.9294982 10.818359 4.3007812 C 10.824915 4.3076775 10.838155 4.3066925 10.845703 4.3125 C 10.836598 4.3123268 10.827465 4.3126732 10.818359 4.3125 L 11.3125 10.212891 L 11.976562 4.3710938 L 13.322266 4.375 C 13.858345 4.7645492 13.735252 5.5154752 13.876953 6.0976562 C 13.865826 6.1651282 13.88335 6.1937019 13.892578 6.234375 C 13.891928 6.2343667 13.891276 6.2343833 13.890625 6.234375 L 13.902344 6.3203125 L 14.384766 10.185547 L 15.048828 6.265625 C 15.622863 6.228498 16.206517 6.3041365 16.607422 6.7675781 C 17.017062 6.9844433 16.823063 7.4565491 16.867188 7.8261719 L 16.867188 16.167969 C 16.530129 17.131654 15.267211 16.71624 14.492188 16.828125 C 11.121671 16.841205 7.7500508 16.861953 4.3808594 16.814453 C 3.4051926 16.786173 3.2389196 15.744474 3.3398438 14.972656 C 3.3282027 13.065594 3.2950998 11.158732 3.2617188 9.2519531 C 3.5880829 9.2584131 3.9376766 9.2391948 4.25 9.2617188 C 4.7438842 10.17694 4.7346154 11.262903 4.7578125 12.277344 C 5.2504494 12.270544 5.8011939 12.317174 6.2578125 12.277344 C 6.2669593 9.7577406 6.2393741 7.2373172 6.2714844 4.71875 C 6.3763823 4.198849 7.0022289 4.409587 7.3828125 4.3652344 L 8.0585938 4.3652344 L 8.546875 10.212891 L 9.2167969 4.3359375 L 9.2128906 4.3359375 C 9.2438386 3.9531035 9.0622615 3.4401006 9.4609375 3.2167969 L 10.599609 3.1757812 z "
|
||||
id="path5630" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 3.3 KiB |
|
@ -0,0 +1,26 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="20"
|
||||
height="20"
|
||||
id="svg2"
|
||||
version="1.1">
|
||||
<g
|
||||
id="layer1"
|
||||
style="display:inline">
|
||||
<g
|
||||
id="id1"
|
||||
transform="translate(-22.25,-0.75)">
|
||||
<path
|
||||
style="color:#121217;shape-padding:0;clip-rule:nonzero;display:block;overflow:visible;visibility:visible;opacity:1;solid-color:#121217;solid-opacity:1;fill:#464646;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
|
||||
d="m 25.855469,0.45507812 c 0,6.69466128 0,13.38932288 0,20.08398388 1.414713,-1.380859 2.829427,-2.761719 4.24414,-4.142578 0.612408,1.215372 1.173049,2.460221 1.819709,3.656095 1.141947,1.476279 3.975266,0.389006 3.846009,-1.473608 -0.09413,-0.822519 -0.594755,-1.521423 -0.899969,-2.277599 -0.298869,-0.640171 -0.597739,-1.280342 -0.896608,-1.920513 1.75651,0 3.513021,0 5.269531,0 C 34.777344,9.738932 30.316406,5.0970051 25.855469,0.45507812 Z m 1.5,3.72656248 c 2.786458,2.8997395 5.572917,5.7994789 8.359375,8.6992184 -1.367188,0 -2.734375,0 -4.101563,0 0.885072,1.903196 1.781799,3.80152 2.659622,5.707744 0.0349,0.566084 -1.149057,0.988823 -1.282093,0.297971 -0.818567,-1.671162 -1.637133,-3.342323 -2.455699,-5.013485 -1.059896,1.034505 -2.119791,2.06901 -3.179687,3.103515 1.5e-5,-4.264988 3e-5,-8.5299756 4.5e-5,-12.7949634 z"
|
||||
id="path5565" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.9 KiB |
|
@ -0,0 +1,26 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="20"
|
||||
height="20"
|
||||
id="svg2">
|
||||
<g
|
||||
id="layer1"
|
||||
style="display:inline;stroke-width:1.5;stroke-miterlimit:4;stroke-dasharray:none;stroke:#121217;stroke-opacity:1">
|
||||
<g
|
||||
transform="matrix(-1,0,0,1,42,-0.75)"
|
||||
id="g5847"
|
||||
style="stroke-width:1.5;stroke-miterlimit:4;stroke-dasharray:none;stroke:#121217;stroke-opacity:1">
|
||||
<path
|
||||
style="color:#121217;shape-padding:0;clip-rule:nonzero;display:block;overflow:visible;visibility:visible;opacity:1;solid-color:#121217;solid-opacity:1;fill:#464646;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
|
||||
d="m 25.855469,0.45507812 c 0,6.69466128 0,13.38932288 0,20.08398388 1.414713,-1.380859 2.829427,-2.761719 4.24414,-4.142578 0.612408,1.215372 1.173049,2.460221 1.819709,3.656095 1.141947,1.476279 3.975266,0.389006 3.846009,-1.473608 -0.09413,-0.822519 -0.594755,-1.521423 -0.899969,-2.277599 -0.298869,-0.640171 -0.597739,-1.280342 -0.896608,-1.920513 1.75651,0 3.513021,0 5.269531,0 C 34.777344,9.738932 30.316406,5.0970051 25.855469,0.45507812 Z m 1.5,3.72656248 c 2.786458,2.8997395 5.572917,5.7994789 8.359375,8.6992184 -1.367188,0 -2.734375,0 -4.101563,0 0.885072,1.903196 1.781799,3.80152 2.659622,5.707744 0.0349,0.566084 -1.149057,0.988823 -1.282093,0.297971 -0.818567,-1.671162 -1.637133,-3.342323 -2.455699,-5.013485 -1.059896,1.034505 -2.119791,2.06901 -3.179687,3.103515 1.5e-5,-4.264988 3e-5,-8.5299756 4.5e-5,-12.7949634 z"
|
||||
id="path5851" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 2 KiB |
BIN
themes/UltimateBlack-0.1/gnome-shell/noise-texture.png
Normal file
After Width: | Height: | Size: 116 B |
30
themes/UltimateBlack-0.1/gnome-shell/pad-osd.css
Normal file
|
@ -0,0 +1,30 @@
|
|||
.Leader {
|
||||
stroke-width: .5 !important;
|
||||
stroke: #535353;
|
||||
fill: none !important;
|
||||
}
|
||||
|
||||
.Button {
|
||||
stroke-width: .25;
|
||||
stroke: #ededed;
|
||||
fill: #ededed;
|
||||
}
|
||||
|
||||
.Ring {
|
||||
stroke-width: .5 !important;
|
||||
stroke: #535353 !important;
|
||||
fill: none !important;
|
||||
}
|
||||
|
||||
.Label {
|
||||
stroke: none !important;
|
||||
stroke-width: .1 !important;
|
||||
font-size: .1 !important;
|
||||
fill: transparent !important;
|
||||
}
|
||||
|
||||
.TouchStrip, .TouchRing {
|
||||
stroke-width: .1 !important;
|
||||
stroke: #ededed !important;
|
||||
fill: #535353 !important;
|
||||
}
|
72
themes/UltimateBlack-0.1/gnome-shell/process-working.svg
Normal file
|
@ -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="#cccccc" fill-opacity=".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>
|
After Width: | Height: | Size: 4.9 KiB |
92
themes/UltimateBlack-0.1/gtk-2.0/apps.rc
Normal file
|
@ -0,0 +1,92 @@
|
|||
# vim:set ft=gtkrc ts=2 sw=2 sts=2 ai et:
|
||||
#
|
||||
# This file, unlike hacks.rc, contains legitimate cases we need to handle, e.g.
|
||||
# custom widgets, programs giving us a chance to alter their UI to fit more with
|
||||
# the theme or stuff that is supposed to look different, like panels.
|
||||
|
||||
# TODO: This could really look nicer
|
||||
style "gimp_spin_scale" {
|
||||
# Spin background
|
||||
bg[NORMAL] = @base_color
|
||||
|
||||
engine "pixmap" {
|
||||
image {
|
||||
function = BOX
|
||||
state = NORMAL
|
||||
detail = "spinbutton_up"
|
||||
overlay_file = "assets/pan-up.png"
|
||||
overlay_stretch = FALSE
|
||||
}
|
||||
|
||||
image {
|
||||
function = BOX
|
||||
state = PRELIGHT
|
||||
detail = "spinbutton_up"
|
||||
overlay_file = "assets/pan-up-alt.png"
|
||||
overlay_stretch = FALSE
|
||||
}
|
||||
|
||||
image {
|
||||
function = BOX
|
||||
state = ACTIVE
|
||||
detail = "spinbutton_up"
|
||||
overlay_file = "assets/pan-up-alt.png"
|
||||
overlay_stretch = FALSE
|
||||
}
|
||||
|
||||
image {
|
||||
function = BOX
|
||||
state = INSENSITIVE
|
||||
detail = "spinbutton_up"
|
||||
overlay_file = "assets/pan-up-disabled.png"
|
||||
overlay_stretch = FALSE
|
||||
}
|
||||
|
||||
image {
|
||||
function = BOX
|
||||
state = NORMAL
|
||||
detail = "spinbutton_down"
|
||||
overlay_file = "assets/pan-down.png"
|
||||
overlay_stretch = FALSE
|
||||
}
|
||||
|
||||
image {
|
||||
function = BOX
|
||||
state = PRELIGHT
|
||||
detail = "spinbutton_down"
|
||||
overlay_file = "assets/pan-down-alt.png"
|
||||
overlay_stretch = FALSE
|
||||
}
|
||||
|
||||
image {
|
||||
function = BOX
|
||||
state = ACTIVE
|
||||
detail = "spinbutton_down"
|
||||
overlay_file = "assets/pan-down-alt.png"
|
||||
overlay_stretch = FALSE
|
||||
}
|
||||
|
||||
image {
|
||||
function = BOX
|
||||
state = INSENSITIVE
|
||||
detail = "spinbutton_down"
|
||||
overlay_file = "assets/pan-down-disabled.png"
|
||||
overlay_stretch = FALSE
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
style "chrome_gtk_frame" {
|
||||
ChromeGtkFrame::frame-color = @titlebar_bg_color
|
||||
ChromeGtkFrame::inactive-frame-color = @titlebar_bg_color
|
||||
ChromeGtkFrame::incognito-frame-color = @titlebar_bg_color
|
||||
ChromeGtkFrame::incognito-inactive-frame-color = @titlebar_bg_color
|
||||
|
||||
ChromeGtkFrame::frame-gradient-size = 0
|
||||
}
|
||||
|
||||
# Disable spin button assets for GimpSpinScale
|
||||
class "GimpSpinScale" style "gimp_spin_scale"
|
||||
|
||||
# Chromium lets us define some colours and settings for better integration
|
||||
class "ChromeGtkFrame" style "chrome_gtk_frame"
|
BIN
themes/UltimateBlack-0.1/gtk-2.0/assets/border.png
Normal file
After Width: | Height: | Size: 82 B |
BIN
themes/UltimateBlack-0.1/gtk-2.0/assets/button-active.png
Normal file
After Width: | Height: | Size: 434 B |
BIN
themes/UltimateBlack-0.1/gtk-2.0/assets/button-disabled.png
Normal file
After Width: | Height: | Size: 176 B |
BIN
themes/UltimateBlack-0.1/gtk-2.0/assets/button-hover.png
Normal file
After Width: | Height: | Size: 407 B |
BIN
themes/UltimateBlack-0.1/gtk-2.0/assets/button.png
Normal file
After Width: | Height: | Size: 366 B |
After Width: | Height: | Size: 362 B |
After Width: | Height: | Size: 251 B |
After Width: | Height: | Size: 357 B |
BIN
themes/UltimateBlack-0.1/gtk-2.0/assets/checkbox-checked.png
Normal file
After Width: | Height: | Size: 277 B |