Themes: Add a Materia Gruvbox theme

This commit is contained in:
2020-12-20 06:03:21 -06:00
parent 4dd22994a5
commit 3a166cd892
449 changed files with 18765 additions and 0 deletions

View 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 oomox-Dark-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-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`.

View File

@@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="#ebdbb2" fill-opacity=".6">
<path d="M10 3v10L5 8z"/>
</svg>

After

Width:  |  Height:  |  Size: 152 B

View File

@@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="#ebdbb2" fill-opacity=".6">
<path d="M6 3v10l5-5z"/>
</svg>

After

Width:  |  Height:  |  Size: 151 B

View File

@@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#ebdbb2" 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

View File

@@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#83a598">
<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

View File

@@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#ebdbb2" 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

View File

@@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#ebdbb2">
<circle cx="12" cy="12" r="12" opacity=".3"/>
<circle cx="12" cy="12" r="4"/>
</svg>

After

Width:  |  Height:  |  Size: 188 B

View File

@@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 72 72" fill="#ebdbb2">
<circle cx="36" cy="66" r="2"/>
<circle cx="36" cy="6" r="2"/>
</svg>

After

Width:  |  Height:  |  Size: 175 B

View File

@@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 72 72" fill="#ebdbb2">
<circle cx="36" cy="66" r="2"/>
</svg>

After

Width:  |  Height:  |  Size: 142 B

View File

@@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 72 72" fill="#ebdbb2">
<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

View File

@@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 72 72" fill="#ebdbb2">
<circle cx="32" cy="66" r="2"/>
<circle cx="40" cy="66" r="2"/>
</svg>

After

Width:  |  Height:  |  Size: 176 B

View File

@@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 72 72" fill="#ebdbb2">
<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

View File

@@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 72 72" fill="#ebdbb2">
<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

View File

@@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 72 72" fill="#ebdbb2">
<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

View File

@@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 72 72" fill="#ebdbb2">
<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

View File

@@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 72 72" fill="#ebdbb2">
<circle cx="6" cy="36" r="2"/>
<circle cx="66" cy="36" r="2"/>
</svg>

After

Width:  |  Height:  |  Size: 175 B

View File

@@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 72 72" fill="#ebdbb2">
<circle cx="6" cy="36" r="2"/>
</svg>

After

Width:  |  Height:  |  Size: 141 B

View File

@@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 72 72" fill="#ebdbb2">
<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

View File

@@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 72 72" fill="#ebdbb2">
<circle cx="6" cy="32" r="2"/>
<circle cx="6" cy="40" r="2"/>
</svg>

After

Width:  |  Height:  |  Size: 174 B

View File

@@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 72 72" fill="#ebdbb2">
<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

View File

@@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 72 72" fill="#ebdbb2">
<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

View File

@@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 72 72" fill="#ebdbb2">
<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

View File

@@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 72 72" fill="#ebdbb2">
<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

View File

@@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 72 72" fill="#ebdbb2">
<circle cx="66" cy="36" r="2"/>
<circle cx="6" cy="36" r="2"/>
</svg>

After

Width:  |  Height:  |  Size: 175 B

View File

@@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 72 72" fill="#ebdbb2">
<circle cx="66" cy="36" r="2"/>
</svg>

After

Width:  |  Height:  |  Size: 142 B

View File

@@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 72 72" fill="#ebdbb2">
<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

View File

@@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 72 72" fill="#ebdbb2">
<circle cx="66" cy="32" r="2"/>
<circle cx="66" cy="40" r="2"/>
</svg>

After

Width:  |  Height:  |  Size: 176 B

View File

@@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 72 72" fill="#ebdbb2">
<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

View File

@@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 72 72" fill="#ebdbb2">
<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

View File

@@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 72 72" fill="#ebdbb2">
<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

View File

@@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 72 72" fill="#ebdbb2">
<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

View File

@@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 72 72" fill="#ebdbb2">
<circle cx="36" cy="6" r="2"/>
<circle cx="36" cy="66" r="2"/>
</svg>

After

Width:  |  Height:  |  Size: 175 B

View File

@@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 72 72" fill="#ebdbb2">
<circle cx="36" cy="6" r="2"/>
</svg>

After

Width:  |  Height:  |  Size: 141 B

View File

@@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 72 72" fill="#ebdbb2">
<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

View File

@@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 72 72" fill="#ebdbb2">
<circle cx="32" cy="6" r="2"/>
<circle cx="40" cy="6" r="2"/>
</svg>

After

Width:  |  Height:  |  Size: 174 B

View File

@@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 72 72" fill="#ebdbb2">
<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

View File

@@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 72 72" fill="#ebdbb2">
<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

View File

@@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 72 72" fill="#ebdbb2">
<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

View File

@@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" width="144" height="144" viewBox="0 0 72 72" fill="#ebdbb2">
<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

View File

@@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#000000">
<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

View File

@@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#ebdbb2" 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

View File

@@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#ebdbb2" 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

View File

@@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#83a598">
<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

View File

@@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#83a598">
<path d="M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z"/>
</svg>

After

Width:  |  Height:  |  Size: 167 B

View File

@@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#ebdbb2" 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

View File

@@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48" fill="#ebdbb2" 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

View File

@@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48" fill="#ebdbb2" 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

View 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="#ebdbb2" fill-opacity=".26"/>
<circle cx="10" cy="10" r="6" fill="#ebdbb2"/>
</svg>

After

Width:  |  Height:  |  Size: 226 B

View 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="#83a598"/>
<circle cx="30" cy="10" r="6" fill="#ebdbb2"/>
</svg>

After

Width:  |  Height:  |  Size: 207 B

View File

@@ -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="#000000" 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="#000000"/>
</svg>

After

Width:  |  Height:  |  Size: 348 B

View File

@@ -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="#000000" 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="#000000"/>
</svg>

After

Width:  |  Height:  |  Size: 347 B

View File

@@ -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 {
}

View File

@@ -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>

File diff suppressed because it is too large Load Diff

View 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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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:#000000;shape-padding:0;clip-rule:nonzero;display:block;overflow:visible;visibility:visible;opacity:1;solid-color:#000000;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

View File

@@ -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:#000000;shape-padding:0;clip-rule:nonzero;display:block;overflow:visible;visibility:visible;opacity:1;solid-color:#000000;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

View File

@@ -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:#000000;shape-padding:0;clip-rule:nonzero;display:block;overflow:visible;visibility:visible;opacity:1;solid-color:#000000;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

View File

@@ -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:#000000;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:#000000;stroke-opacity:1">
<path
style="color:#000000;shape-padding:0;clip-rule:nonzero;display:block;overflow:visible;visibility:visible;opacity:1;solid-color:#000000;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.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 116 B

View 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;
}

View 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="#ebdbb2" 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