37 Commits

Author SHA1 Message Date
fa55fb3a81 Add 2k and 4k background image for grub theme 2019-10-01 14:59:14 +08:00
1e8660bcce update 2019-08-30 10:10:24 +08:00
e666d78bf4 Merge branch 'master' of https://github.com/vinceliuice/grub2-themes 2019-08-30 09:55:15 +08:00
fdba42467a update 2019-08-30 09:55:07 +08:00
8da9d44f6e Merge pull request #29 from karmanyaahm/master
Added EndeavourOS icon
2019-08-30 09:28:52 +08:00
90a5dcb2e4 Added EndeavourOS icon 2019-08-28 23:59:13 -04:00
e9677f7692 update 2019-06-28 09:53:50 +08:00
66eda435fc Merge pull request #22 from orbitai/master
Added icons for void linux
2019-06-28 09:47:25 +08:00
0653ada85f Added icons for void linux 2019-06-27 13:22:47 -05:00
21fc0a4ceb Fixed issues 2019-06-09 08:12:47 +08:00
c8104a37e9 Merge pull request #20 from Jukoo/gruboot
Gruboot
2019-06-09 08:00:28 +08:00
59c426724a add message to alert user the theme used 2019-06-08 13:01:09 +00:00
924f2c6d98 avoiding redundant tui installer 2019-06-08 12:43:35 +00:00
eb0f404931 update 2019-06-08 10:54:13 +08:00
a1bb9a8a82 update 2019-06-08 10:49:28 +08:00
7ded5467a6 Merge pull request #18 from Jukoo/grupdate
Grub theme :  ⬆️ install.sh update and README file
2019-06-08 09:15:39 +08:00
e4e31edfa1 Grub theme : ⬆️ install.sh update and README file
Features : 🚸
	   + adding terminal user interface for better use
	   + persited exectution of the script as root
	   + adding color syntax information
2019-06-07 23:30:45 +00:00
51892d232e update 2019-05-31 19:15:00 +08:00
b638864c87 update 2019-05-31 17:09:13 +08:00
d631726ded Add devuan icon 2019-05-31 16:38:57 +08:00
e0bfa2ddeb update 2019-05-31 15:54:54 +08:00
839ff1186f update 2019-05-31 15:51:14 +08:00
6050b6af0e update 2019-05-31 15:19:42 +08:00
b4587bb224 Fixed issues, add tela theme 2019-05-31 15:15:27 +08:00
bc44604da2 Merge branch 'master' of https://github.com/vinceliuice/grub2-themes 2019-05-29 16:22:28 +08:00
4795799af5 Fixed install issues for fedora 2019-05-29 16:19:06 +08:00
7ae183b2a2 Merge pull request #13 from mattiabiondi/master
updated manjaro.png and added pop-os.png
2019-05-14 18:07:33 +08:00
3fe87a9bee added pop!_os icon 2019-05-09 12:09:46 +02:00
ddd65bc88c updated manjaro icon 2019-05-09 12:07:31 +02:00
85e670a854 update 2019-02-11 14:03:32 +08:00
c446b87757 Merge pull request #9 from MxLinux/master
Added freebsd.png
2019-02-11 13:28:22 +08:00
b9ed18943e Merge pull request #10 from jackreez/master
Fixed fresh install bug
2019-02-11 13:27:39 +08:00
052e1e7741 update 2019-02-11 11:26:58 +08:00
1e55420ff4 Add arcolinux logo icon 2019-02-09 10:38:28 +08:00
8d2a12b841 Added a new abstract theme which is based on Vimix
Changes:

       Added a new abstract theme which based on Vimix.

Fixes:

       Fixed a tiny bug in the StylishDark install script.
2019-02-02 17:41:28 +05:30
3046b944b3 Fixed fresh install bug
Bug:

If there is no 'themes' directory inside '/boot/grub/' then the
Install script copies the contents of 'Vimix' directory to the root of
'/boot/grub/themes' directory.

Changes:

Create 'themes' directory if not exists.

Copied the 'has_command' function from the install script of Vimix to
the install script of Stylish Dark.

Also made some documentation changes and decorations :)
2019-01-31 20:58:20 +05:30
fa86213029 Added freebsd.png 2019-01-06 17:54:48 -05:00
242 changed files with 1483 additions and 109 deletions

View File

@ -1,20 +1,48 @@
```
____ ____ _ _ ____ ____ _____ _ _ _____ __ __ _____ ____
/ ___| _ \| | | | __ )___ \ |_ _| | | | ____| \/ | ____/ ___|
| | _| |_) | | | | _ \ __) | | | | |_| | _| | |\/| | _| \___ \
| |_| | _ <| |_| | |_) / __/ | | | _ | |___| | | | |___ ___) |
\____|_| \_\\___/|____/_____| |_| |_| |_|_____|_| |_|_____|____/
## Grub2 Themes
```
Vimix and StylishDark is a flat Design theme for Grub2.
## Flat Design themes for Grub2.
## Install
Double-click to open that script file,
OrOpen the terminal at current directory.
Usage: `sudo ./install.sh` **[OPTIONS...]**
Run
*if no option used the terminal user interface will be show up*
sudo ./Install
| OPTIONS: | |
|:---------------|:-------------|
| -v, --vimix | Vimix grub theme |
| -s, --stylish | Stylish grub theme |
| -t, --tela | Tela grub theme |
| -l, --slaze | Slaze grub theme |
| -2, --2k | Install 2k(2560x1440) background image |
| -4, --4k | Install 4k(3840x2160) background image |
| -h, --help | Show this help |
Or use Root user run ./Install
For example: `Install Tela theme on 2k display device`
sudo ./install -t -2
## Screenshots
![01](https://github.com/vinceliuice/grub2-themes/blob/master/screenshot-vimix.jpeg?raw=true) 
![02](https://github.com/vinceliuice/grub2-themes/blob/master/screenshot-stylish.jpeg?raw=true) 
### Vimix grub theme
![01](https://github.com/vinceliuice/grub2-themes/blob/master/screenshots/grub-theme-vimix.jpg?raw=true)
### Stylish grub theme
![02](https://github.com/vinceliuice/grub2-themes/blob/master/screenshots/grub-theme-stylish.jpg?raw=true)
### Tela grub theme
![03](https://github.com/vinceliuice/grub2-themes/blob/master/screenshots/grub-theme-tela.jpg?raw=true)
### Slaze grub theme
![04](https://github.com/vinceliuice/grub2-themes/blob/master/screenshots/grub-theme-slaze.jpg?raw=true)

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1003 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 945 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 975 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 912 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 855 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 987 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -0,0 +1,281 @@
<svg width="360" height="360" version="1.1" viewBox="0 0 95.25 95.25" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="b" x1="1" x2="47" gradientTransform="matrix(0 -1.1304 1.1304 0 -.13 48.13)" gradientUnits="userSpaceOnUse">
<stop stop-color="#31af54" offset="0"/>
<stop stop-color="#35bf5c" offset="1"/>
</linearGradient>
<linearGradient id="a" x1="1" x2="47" gradientTransform="matrix(0 -.26458 .26458 0 49.509 296.67)" gradientUnits="userSpaceOnUse">
<stop stop-color="#c0e1f8" offset="0"/>
<stop stop-color="#d2eafa" offset="1"/>
</linearGradient>
<style id="current-color-scheme" type="text/css">.ColorScheme-Text { color:#565656; } .ColorScheme-Highlight { color:#5294e2; }</style>
<style type="text/css">.ColorScheme-Text { color:#565656; } .ColorScheme-Highlight { color:#5294e2; }</style>
<style type="text/css">.ColorScheme-Text { color:#565656; } .ColorScheme-Highlight { color:#5294e2; }</style>
<style type="text/css">.ColorScheme-Text { color:#565656; } .ColorScheme-Highlight { color:#5294e2; }</style>
<style type="text/css">.ColorScheme-Text { color:#565656; } .ColorScheme-Highlight { color:#5294e2; }</style>
<style type="text/css">.ColorScheme-Text { color:#565656; } .ColorScheme-Highlight { color:#5294e2; }</style>
<style type="text/css">.ColorScheme-Text { color:#565656; } .ColorScheme-Highlight { color:#5294e2; }</style>
<style type="text/css">.ColorScheme-Text { color:#565656; } .ColorScheme-Highlight { color:#5294e2; }</style>
<style type="text/css">.ColorScheme-Text { color:#565656; } .ColorScheme-Highlight { color:#5294e2; }</style>
<style type="text/css"/>
<style type="text/css"/>
<style type="text/css">.ColorScheme-Text { color:#565656; } .ColorScheme-Highlight { color:#5294e2; }</style>
<style type="text/css">.ColorScheme-Text { color:#565656; } .ColorScheme-Highlight { color:#5294e2; }</style>
</defs>
<g id="antergos" transform="matrix(1.1429,0,0,1.1429,50.152,3.76)" stroke-width=".875">
<path d="m5.0899-0.31739c-1.8455 0-3.5064 3.5059-3.691 4.9821-0.23017 1.8403 2.5836 2.2148 3.691 2.2148 1.1069 0 3.9207-0.37454 3.6905-2.2148-0.18466-1.4762-1.8455-4.9821-3.6905-4.9821z" fill="#7986cb" fill-rule="evenodd"/>
<path d="m5.6114 5.5011c0.47864-1.1974 0.57228-2.7453 0.23017-3.8155-0.089974-0.28143-0.13078-0.21604-0.29032 0.46295-0.24167 1.0248-0.79983 2.2567-1.3198 2.9137-0.14385 0.18099-0.25057 0.36251-0.23697 0.40279 0.04551 0.13705 0.61517 0.29974 1.0624 0.3034l0.44569 0.00366zm1.6656-1.913c0-0.60053-0.23121-1.1644-0.634-1.5484-0.18047-0.17262-0.25528-0.21447-0.22075-0.12607 0.23383 0.60053 0.44987 1.4459 0.51944 2.0338l0.083697 0.70253 0.12555-0.28928c0.085266-0.1946 0.12607-0.44673 0.12607-0.77263zm-3.8663 0.26155c0.49957-0.37193 1.0133-0.88562 1.3329-1.3324 0.46347-0.64865 0.69102-1.1738 0.50846-1.1738-0.035048 0-0.2626 0.14804-0.5048 0.32956-0.24272 0.18099-0.71142 0.4687-1.041 0.63924-0.5932 0.30654-0.60157 0.31439-0.70358 0.65597-0.14647 0.49224-0.12973 1.1262 0.029294 1.1262 0.027725 0 0.19826-0.10985 0.37873-0.24481z" fill="#fff"/>
</g>
<g id="archlinux" transform="matrix(.59261 0 0 .59261 11.705 7.49)">
<circle cx="8.4665" cy="2.8229e-7" r="7.1436" fill="#138ed3" stroke-width="1.625" style="paint-order:stroke markers fill"/>
<path d="m8.466-4.6975c-0.377 0.924-0.604 1.529-1.024 2.425 0.257 0.273 0.573 0.59 1.086 0.95-0.551-0.227-0.928-0.455-1.209-0.692-0.537 1.121-1.378 2.717-3.086 5.785 1.342-0.774 2.383-1.252 3.352-1.434a2.457 2.457 0 0 1-0.063-0.575l1e-3 -0.043c0.022-0.86 0.469-1.521 0.999-1.476s0.941 0.779 0.92 1.638a2.427 2.427 0 0 1-0.054 0.462c0.959 0.188 1.988 0.664 3.312 1.428-0.261-0.48-0.494-0.913-0.717-1.326-0.35-0.272-0.716-0.625-1.461-1.008 0.512 0.133 0.88 0.287 1.165 0.459-2.262-4.212-2.445-4.772-3.221-6.593z" fill="#fff" fill-rule="evenodd" stroke-width="1.6875"/>
</g>
<g id="chakra" transform="matrix(.59258 0 0 .59258 24.787 -163.49)">
<g transform="matrix(1.0385 0 0 1.0385 -.32619 -11.098)" stroke-width="1.5648">
<circle cx="8.467" cy="288.53" r="6.879" fill="#4e7ba0" stroke-width="1.5648" style="paint-order:stroke markers fill"/>
</g>
<path d="m8.665 284.42c-0.944 0.03 2.513 4.66-0.149 4.365 2.22 0.597 2.728-2.186 2.275-3.547-0.45-1.348-0.683-0.507-2.021-0.806a0.421 0.421 0 0 0-0.105-0.012zm-2.646 0.645c-1.459-2e-3 -0.707 0.474-1.414 1.618-0.675 1.092 5.333-0.864 4.185 1.58 1.27-1.866-1.297-3.196-2.77-3.198zm1.027 2.09c-1.167-1e-3 -2.342 1.286-2.67 2.264-0.454 1.347 0.245 0.8 1.146 1.806 0.861 0.96 0.802-5.192 2.84-3.377-0.403-0.492-0.859-0.691-1.316-0.692zm5.059 0.219c-0.725-0.055-3.695 3.664-4.185 1.32 0.1 2.234 2.983 1.844 4.176 1.005 1.182-0.832 0.286-0.787 0.165-2.116-0.012-0.139-0.067-0.202-0.156-0.21zm-4.28 0.74c-2.158 0.785-0.885 3.326 0.306 4.168 1.18 0.835 0.86 0.02 2.123-0.5 1.207-0.499-4.837-2.346-2.43-3.667z" fill="#fff" fill-rule="evenodd" stroke-width="1.6875"/>
</g>
<g id="debian" transform="matrix(.59258 0 0 .59258 37.87 -163.49)">
<g transform="matrix(1.0385 0 0 1.0385 -.32619 -11.098)" stroke-width="1.5648">
<circle cx="8.467" cy="288.53" r="6.879" fill="#f6476b" stroke-width="1.5648" style="paint-order:stroke markers fill"/>
</g>
<path d="m11.077 287.92c9e-3 0.229-0.066 0.34-0.134 0.536l-0.122 0.06c-0.1 0.195 0.01 0.124-0.062 0.278-0.156 0.14-0.474 0.434-0.575 0.461-0.074 0 0.05-0.087 0.066-0.12-0.208 0.143-0.167 0.215-0.487 0.302l-0.01-0.021c-0.787 0.37-1.881-0.364-1.867-1.366-8e-3 0.064-0.024 0.048-0.041 0.073-0.04-0.515 0.238-1.033 0.708-1.245 0.46-0.227 1-0.134 1.328 0.173-0.18-0.237-0.54-0.488-0.967-0.465-0.418 6e-3 -0.81 0.273-0.94 0.561-0.214 0.135-0.239 0.52-0.332 0.59-0.126 0.924 0.236 1.322 0.848 1.791 0.096 0.065 0.027 0.075 0.04 0.125a1.66 1.66 0 0 1-0.543-0.415c0.082 0.119 0.17 0.234 0.283 0.325-0.192-0.065-0.448-0.465-0.523-0.481 0.33 0.592 1.34 1.038 1.87 0.816-0.245 0.01-0.556 5e-3 -0.831-0.096-0.116-0.06-0.273-0.183-0.245-0.206 0.722 0.27 1.468 0.204 2.093-0.296 0.159-0.124 0.333-0.335 0.383-0.338-0.076 0.114 0.013 0.055-0.045 0.155 0.158-0.255-0.07-0.104 0.163-0.44l0.086 0.118c-0.032-0.213 0.263-0.47 0.233-0.805 0.068-0.103 0.076 0.11 4e-3 0.346 0.1-0.262 0.026-0.304 0.052-0.52 0.028 0.073 0.064 0.15 0.083 0.227-0.065-0.253 0.066-0.426 0.099-0.573-0.032-0.014-0.1 0.112-0.116-0.187 3e-3 -0.13 0.036-0.068 0.05-0.1-0.026-0.015-0.093-0.114-0.134-0.305 0.03-0.045 0.079 0.116 0.12 0.123-0.027-0.152-0.071-0.267-0.073-0.384-0.117-0.245-0.041 0.033-0.136-0.105-0.125-0.389 0.103-0.09 0.119-0.267 0.188 0.274 0.296 0.698 0.346 0.874a3.575 3.575 0 0 0-0.174-0.623c0.058 0.024-0.092-0.44 0.075-0.133-0.178-0.656-0.764-1.27-1.302-1.558 0.065 0.06 0.149 0.136 0.119 0.148-0.268-0.16-0.221-0.172-0.26-0.24-0.217-0.088-0.232 8e-3 -0.376 0-0.411-0.218-0.49-0.194-0.87-0.33l0.018 0.08c-0.272-0.091-0.317 0.034-0.612 0-0.018-0.014 0.095-0.05 0.187-0.064-0.263 0.035-0.251-0.052-0.509 9e-3 0.064-0.045 0.13-0.074 0.199-0.112-0.215 0.013-0.513 0.125-0.421 0.023-0.35 0.156-0.973 0.376-1.322 0.703l-0.011-0.073c-0.16 0.192-0.698 0.574-0.74 0.823l-0.044 0.01c-0.083 0.14-0.137 0.3-0.203 0.445-0.109 0.186-0.16 0.072-0.144 0.1-0.214 0.435-0.32 0.8-0.412 1.1 0.065 0.097 0 0.589 0.026 0.982-0.108 1.943 1.363 3.829 2.971 4.264 0.236 0.085 0.586 0.081 0.884 0.09-0.351-0.1-0.397-0.054-0.74-0.173-0.247-0.116-0.3-0.25-0.476-0.401l0.07 0.122c-0.344-0.121-0.2-0.15-0.48-0.238l0.074-0.097c-0.11-8e-3 -0.294-0.187-0.344-0.287l-0.122 5e-3c-0.146-0.18-0.224-0.31-0.219-0.41l-0.039 0.07c-0.044-0.077-0.538-0.678-0.282-0.538-0.048-0.043-0.11-0.07-0.18-0.195l0.053-0.06c-0.123-0.158-0.227-0.361-0.22-0.43 0.067 0.09 0.112 0.106 0.157 0.121-0.31-0.772-0.328-0.042-0.564-0.785l0.05-4e-3c-0.038-0.058-0.062-0.12-0.092-0.182l0.021-0.216c-0.224-0.259-0.062-1.101-0.03-1.563 0.022-0.188 0.187-0.388 0.312-0.702l-0.076-0.013c0.146-0.254 0.832-1.02 1.15-0.981 0.155-0.194-0.03 0-0.06-0.05 0.338-0.35 0.445-0.247 0.673-0.31 0.246-0.146-0.211 0.057-0.095-0.056 0.426-0.109 0.302-0.247 0.857-0.302 0.059 0.033-0.136 0.051-0.184 0.094 0.354-0.173 1.122-0.134 1.62 0.097 0.58 0.27 1.23 1.07 1.255 1.822l0.03 8e-3c-0.015 0.299 0.045 0.644-0.06 0.962l0.071-0.15" fill="#fff" stroke-width="1.6875"/>
</g>
<g id="deepin" transform="matrix(.59258 0 0 .59258 77.116 -163.49)">
<g transform="matrix(1.0385 0 0 1.0385 -.32619 -11.098)" stroke-width="1.5648">
<circle cx="8.467" cy="288.53" r="6.879" fill="#00bcfb" stroke-width="1.5648" style="paint-order:stroke markers fill"/>
</g>
<path d="m8.2 284.83c-0.451 0.01-0.42 0.091-0.611 0.48-0.308 0.624-0.523 1.53-0.479 2.065 0.047 0.571 0.2 0.944 0.497 1.222 0.355 0.338 0.79 0.294 1.156-0.099 0.329-0.353 0.45-0.72 0.48-1.52 0.017-0.506 0.027-0.567 0.065-0.48 0.146 0.337 0.184 1.128 0.083 1.52-0.084 0.325-0.294 0.721-0.463 0.877-0.223 0.205-0.463 0.298-0.793 0.313-0.222 0.01-0.309 7e-3 -0.48-0.049-0.438-0.146-0.979-0.564-1.289-0.975-0.441-0.583-0.88-1.768-0.992-2.71a1.904 1.904 0 0 0-0.065-0.363c-0.079-0.09-0.383 0.288-0.479 0.595-0.062 0.197-0.066 0.29-0.066 2.033v1.835l0.083 0.05c0.117 0.075 0.627 0.228 1.043 0.313 0.316 0.065 0.443 0.083 1.19 0.083s0.887-0.02 1.174-0.083c0.468-0.103 0.817-0.27 1.108-0.562 0.409-0.41 0.56-0.826 0.562-1.47 0-0.429-0.06-0.771-0.233-1.109-0.061-0.123-0.122-0.224-0.116-0.231 0.039-0.039 0.466 0.471 0.563 0.677 0.612 1.295 0.32 2.351-0.943 3.404-0.56 0.467-1.528 1.108-2.083 1.388-0.194 0.097-0.23 0.134-0.182 0.182 0.012 0.012 0.978 0.022 2.148 0.016l2.133-0.016 0.182-0.083c0.368-0.176 0.6-0.436 0.71-0.794 0.064-0.204 0.066-0.297 0.066-2.809 0-2.639-4e-3 -2.866-0.115-2.909-0.026-9e-3 -0.275 0.019-0.547 0.065-0.3 0.054-0.724 0.097-1.09 0.117-0.64 0.033-0.962 0.095-1.34 0.248-0.35 0.143-0.553 0.258-0.744 0.413-0.17 0.14-0.194 0.158-0.248 0.381-0.076 0.307-0.123 0.444-0.249 0.611-0.094 0.122-0.185 0.182-0.184 0.116 5e-3 -0.118 0.112-0.488 0.216-0.695 0.307-0.61 0.707-1.047 1.488-1.636 0.24-0.183 0.446-0.34 0.446-0.365 0-0.036-0.174-0.05-0.96-0.05-0.28 0-0.494-2e-3 -0.644 0m0.644 1.556c0.05 0 0.051 0.05-0.016 0.546-0.072 0.522-0.26 0.94-0.497 1.19-0.167 0.177-0.348 0.224-0.478 0.131a0.53 0.53 0 0 1-0.165-0.313c0-0.042 0.015-0.044 0.065-0.016 0.1 0.053 0.142 0.041 0.265-0.066 0.205-0.181 0.42-0.7 0.53-1.29 0.011-0.068 0.2-0.184 0.296-0.184" fill="#fff" stroke-width="1.6875"/>
</g>
<g id="elementary" transform="matrix(.59258 0 0 .59258 77.116 -137.53)">
<g transform="matrix(1.0385 0 0 1.0385 -.32619 -11.098)" stroke-width="1.5648">
<circle cx="8.467" cy="288.53" r="6.879" fill="#666" stroke-width="1.5648" style="paint-order:stroke markers fill"/>
</g>
<path d="m8.467 284.3a4.2335 4.2335 0 1 0 0 8.467 4.2335 4.2335 0 0 0 0-8.467zm0 0.353a3.882 3.882 0 0 1 3.735 2.826 6.733 6.733 0 0 1-1.645 2.145c-0.33 0.285-0.689 0.54-1.086 0.719-0.398 0.179-0.835 0.28-1.27 0.255a2.197 2.197 0 0 1-0.936-0.268 7.061 7.061 0 0 0 2.004-1.616c0.368-0.43 0.69-0.92 0.813-1.473a2 2 0 0 0 0.015-0.843 1.558 1.558 0 0 0-0.38-0.748 1.526 1.526 0 0 0-0.705-0.418 1.854 1.854 0 0 0-0.823-0.03c-0.545 0.1-1.03 0.416-1.42 0.809-0.688 0.692-1.113 1.67-1.035 2.642 0.04 0.486 0.202 0.964 0.482 1.364 0.062 0.089 0.13 0.174 0.204 0.255a6.348 6.348 0 0 1-1.255 0.3 3.88 3.88 0 0 1 3.302-5.92zm0.024 0.784c0.273 0 0.548 0.083 0.765 0.247 0.197 0.148 0.342 0.36 0.424 0.59 0.083 0.232 0.104 0.484 0.076 0.728-0.057 0.488-0.303 0.936-0.6 1.327a5.723 5.723 0 0 1-2.25 1.75 2.004 2.004 0 0 1-0.425-0.521c-0.231-0.41-0.307-0.897-0.262-1.365 0.044-0.468 0.205-0.92 0.421-1.338 0.25-0.485 0.592-0.944 1.07-1.207 0.238-0.132 0.509-0.212 0.781-0.211zm3.821 2.577a3.88 3.88 0 0 1-6.837 2.992c0.44-0.1 0.87-0.243 1.281-0.426 0.18 0.138 0.38 0.25 0.59 0.331 0.61 0.234 1.3 0.2 1.917-0.014 0.616-0.213 1.163-0.596 1.64-1.041a7.056 7.056 0 0 0 1.41-1.842z" fill="#fff" stroke-width="2.2005"/>
</g>
<g id="fedora" transform="matrix(.59258 0 0 .59258 11.705 -124.54)">
<g transform="matrix(1.0385 0 0 1.0385 -.32619 -11.098)" stroke-width="1.5648">
<circle cx="8.467" cy="288.53" r="6.879" fill="#225a84" stroke-width="1.5648" style="paint-order:stroke markers fill"/>
</g>
<path d="m8.731 284.04a4.234 4.234 0 0 0-4.233 4.231v3.579c0 0.364 0.293 0.657 0.657 0.657h3.578a4.2335 4.2335 0 0 0-2e-3 -8.467zm1.276 0.928c0.17 0 0.291 0.02 0.448 0.06 0.23 0.06 0.417 0.249 0.417 0.468 0 0.264-0.191 0.457-0.479 0.457-0.136 0-0.186-0.027-0.386-0.027-0.591 0-1.07 0.48-1.071 1.07v0.926c0 0.084 0.067 0.152 0.15 0.152h0.705a0.4725 0.4725 0 1 1 0 0.945h-0.855v1.081a2.03 2.03 0 0 1-2.03 2.03c-0.17 0-0.291-0.02-0.448-0.061-0.23-0.06-0.418-0.248-0.418-0.467 0-0.265 0.192-0.457 0.48-0.457 0.136 0 0.186 0.026 0.386 0.026 0.591 0 1.07-0.479 1.071-1.07v-0.93a0.151 0.151 0 0 0-0.151-0.152h-0.704a0.47251 0.47251 0 1 1 5e-3 -0.945h0.85v-1.076a2.03 2.03 0 0 1 2.03-2.03z" fill="#fff" stroke-width="1.6875"/>
</g>
<g id="gentoo" transform="matrix(.59258 0 0 .59258 24.787 -124.54)">
<g transform="matrix(1.0385 0 0 1.0385 -.32619 -11.098)" stroke-width="1.5648">
<circle cx="8.467" cy="288.53" r="6.879" fill="#b6057c" stroke-width="1.5648" style="paint-order:stroke markers fill"/>
</g>
<path d="m7.592 284.3c-1.818 0.086-3.241 1.735-3.168 2.631 0.07 0.873 2.281 1.639 2.255 1.665-0.452 0.382-0.75 0.64-1.128 0.985-0.908 0.83-1.535 1.445-1.217 2.309 0.367 0.996 1.17 0.955 2.112 0.77 2.432-0.48 6.433-3.556 6.23-4.69-0.165-0.919-2.402-2.734-3.724-3.384a2.798 2.798 0 0 0-1.36-0.286zm0.376 1.575c0.227-0.021 0.492 0.036 0.787 0.18 0.645 0.311 1.313 1.139 0 1.61-0.357 0.128-1.502-0.308-1.467-0.913 0.031-0.558 0.3-0.841 0.68-0.877z" fill="#fff" fill-rule="evenodd" stroke-width="1.6875"/>
</g>
<g id="gnu-linux" transform="matrix(.30238 0 0 .30238 38.049 41.6)">
<circle cx="16" cy="16" r="14" fill="#f2f2f2" fill-rule="evenodd" stroke-width=".875" style="paint-order:stroke fill markers"/>
<g transform="matrix(.35714 0 0 .35714 6.1499 3.857)" stroke-width="2.45">
<path d="m20.254 22.904c0.72001-2.852 0.026-5.8841 0.126-8.8241 0.22-6.4201 3.784-7.8761 7.4381-8.0661 4.192-0.22 9.1541 2.264 9.4541 8.3201 0.142 2.898-0.37 5.8921 0.378 8.6961 1.742 6.5401 9.2201 11.262 9.3281 18.026 0.1 6.4281-2.86 14.004-8.3201 17.396-2.82 1.752-6.6461-0.35-9.9601-0.126-3.686 0.252-7.7861 3.526-10.966 1.64-5.7721-3.426-7.3641-12.21-6.9321-18.91 0.44-6.8081 7.7841-11.536 9.4541-18.152z" fill="#2f3133"/>
<ellipse cx="30.52" cy="17.564" rx="2.964" ry="3.832" fill="#fcfcfc" fill-opacity=".941"/>
<ellipse cx="23.5" cy="17.698" rx="2.094" ry="3.12" fill="#fcfcfc" fill-opacity=".941"/>
<ellipse cx="30.152" cy="18.188" rx="1.214" ry="2.006" fill="#232629"/>
<ellipse cx="23.51" cy="18.188" rx=".92401" ry="1.494" fill="#232629"/>
<path d="m30.128 21.514a10.136 10.136 0 0 0-1.09 8e-3c-2.46 0.144-5.0961 1.11-6.4281 2.28-2.132 1.874-0.86801 3.696-1.786 6.3281s-3.228 6.0761-3.92 9.3601c-0.28 1.326-0.63601 2.652-0.88001 3.984l6.5861 8.0481c1.294 1.58-2.082 0.99401-5.2221-1.04 2.228 3.134 6.6481 6.2401 11.012 5.9461 4.648-0.312 10.136-5.1721 11.892-9.1461-1.704-0.288-3.36-2.852-1.996-4.7621 0.474-0.66201 1.492-0.72001 2.366-0.58001-0.526-2.036-1.574-3.86-2.1-5.3921-0.91201-2.672-1.972-3.42-2.94-5.7921-0.97001-2.372 0.054-6.7601-2.676-8.4681-0.76801-0.48-1.75-0.72001-2.818-0.77401z" fill="#f7f7f8"/>
<g fill="#f7a931">
<path d="m9.6657 46.73c0.97401-0.78001 1.43-2.366 2.646-2.648 0.95201-0.22 2.02 0.326 2.774 0.94601 1.722 1.416 1.984 4.028 3.34 5.8001 0.90401 1.178 2.436 1.848 3.152 3.15 0.74601 1.36 1.708 3.156 1.008 4.538-0.94401 1.862-3.648 2.44-5.7361 2.52-1.268 0.05-2.37-0.92001-3.592-1.26-1.78-0.496-3.834-0.19-5.4201-1.134-1.256-0.74601-2.744-1.882-2.836-3.34-0.038-0.57601 0.80401-0.89001 0.94401-1.45 0.372-1.472-1.054-3.18-0.378-4.54 0.72001-1.444 2.836-1.574 4.098-2.582z"/>
<path d="m37.86 44.538c-0.402 0.36-0.74201 0.81401-0.99001 1.264-1.076 1.954-0.35 4.48-0.95401 6.6261-0.404 1.43-1.578 2.62-1.76 4.092-0.19 1.54-0.42 3.564 0.74201 4.59 1.568 1.38 4.294 0.91401 6.2621 0.216 1.198-0.424 1.86-1.732 2.87-2.5 1.468-1.12 3.49-1.6 4.614-3.062 0.89001-1.16 1.854-2.764 1.4-4.152-0.18-0.54801-1.076-0.53001-1.414-0.99801-0.89001-1.23-0.2-3.34-1.33-4.352-0.84001-0.75001-2.074-0.66401-3.266-0.69601-0.57601 1.234-2.452 2.074-3.742 1.716-1.092-0.304-2.18-1.546-2.432-2.744z"/>
<path d="m26.462 18.304c1.318-0.07 2.53 0.78401 3.72 1.354 1.15 0.55401 3.114 0.72001 3.276 1.986 0.186 1.438-1.84 2.286-3.024 3.12-1.058 0.74601-2.238 1.62-3.53 1.608-1.306-0.014-2.462-0.95001-3.53-1.702-0.88001-0.62001-2.266-1.192-2.3-2.27-0.038-1.152 1.38-1.886 2.3-2.584 0.91201-0.69201 1.944-1.452 3.088-1.512z"/>
</g>
</g>
</g>
<g id="kali" transform="matrix(.59258 0 0 .59258 50.952 41.42)">
<g transform="matrix(1.0385 0 0 1.0385 -.32619 -.32516)" stroke-width="1.625">
<path d="m8.467 1.587a6.879 6.879 0 1 1 0 13.758 6.879 6.879 0 0 1 0-13.758z" fill="#2883b6" stroke-width="1.625"/>
</g>
<path d="m7.818 3.76c0.224 0.599 0.49 1.281 0.887 1.8-0.437-0.216-0.923-0.36-1.303-0.668 0.047 0.12 0.03 0.249 0.026 0.35a5.317 5.317 0 0 1-0.952-0.377c0.08 0.15 0.093 0.31 0.073 0.45-0.326 0.03-0.679-0.072-0.98-0.126 0.138 0.125 0.203 0.29 0.259 0.456-0.322 0.056-0.654 0.115-0.98 0.146 0.138 0.093 0.24 0.228 0.319 0.357-0.253 0.212-0.573 0.403-0.834 0.563a0.638 0.638 0 0 1 0.463 0.125 9.444 9.444 0 0 1-0.563 0.88c0.164-0.039 0.312-0.073 0.49-0.073-0.062 0.352-0.106 0.72-0.238 1.052 0.147-0.107 0.306-0.161 0.47-0.218 0.157 0.267 0.173 0.703 0.231 0.938a0.498 0.498 0 0 1 0.258-0.29c1.78 1.748 4.71 1.442 4.967 4.034 0.08-1.01-0.398-1.724-0.952-2.215-0.46-0.408-2.555-1.378-2.653-1.442-1.801-1.194-1.558-2.807-0.29-3.215a2.727 2.727 0 0 1 3.015 0.946c0.176 0.223 0.427 0.631 0.662 0.807 0.445 0.334 2.036 1.109 1.409 2.03 0.545-0.14 0.961-0.53 1.098-1.077-0.427-0.183-1.07-0.57-1.019-1.112 0.062-0.026 0.13-0.02 0.199-0.02-1.436-2.5-1.819-1.63-3.261-3.955 0.18 0.644 0.572 1.438 1.044 1.879-0.783-0.47-1.291-1.313-1.845-2.025zm2.95 3.155c0.163 0.227 0.3 0.48 0.496 0.675-0.19-0.066-0.945-0.563-0.496-0.675z" fill="#fff" stroke-width="1.6875"/>
</g>
<g id="korora" transform="matrix(.59258 0 0 .59258 64.034 46.44)">
<g transform="matrix(1.0385 0 0 1.0385 -.41232 -8.7922)" stroke-width="1.5648">
<path d="m8.467 1.588a6.879 6.879 0 1 1 0 13.757 6.879 6.879 0 0 1 0-13.757z" fill="#4380b4" stroke-width="1.5648"/>
</g>
<path d="m9.596-4.2335a3.104 3.104 0 0 0-3.01 2.355 3.104 3.104 0 0 0-2.353 3.008v3.104h3.105a3.104 3.104 0 0 0 3.01-2.354 3.104 3.104 0 0 0 2.352-3.008v-3.105zm0 0.444h2.66v2.66a2.661 2.661 0 0 1-1.827 2.524 3.104 3.104 0 0 0 0.013-0.265 3.104 3.104 0 0 0-3.104-3.106 3.104 3.104 0 0 0-0.268 0.013 2.661 2.661 0 0 1 2.526-1.827zm-2.258 2.258a2.661 2.661 0 0 1 2.66 2.66 2.661 2.661 0 0 1-0.03 0.374 2.661 2.661 0 0 1-0.372 0.03 2.661 2.661 0 0 1-2.661-2.661 2.661 2.661 0 0 1 0.03-0.374 2.661 2.661 0 0 1 0.373-0.03zm-0.834 0.137a3.104 3.104 0 0 0-0.013 0.266 3.104 3.104 0 0 0 3.105 3.104 3.104 3.104 0 0 0 0.267-0.013 2.661 2.661 0 0 1-2.525 1.827h-2.66v-2.66a2.661 2.661 0 0 1 1.826-2.524z" fill="#fff" stroke-width="1.6875"/>
</g>
<g id="kubuntu" transform="matrix(.59258 0 0 .59258 64.034 7.49)">
<g transform="matrix(1.0385 0 0 1.0385 -.41232 -8.7922)" stroke-width="1.5648">
<path d="m8.467 1.588a6.879 6.879 0 1 1 0 13.757 6.879 6.879 0 0 1 0-13.757z" fill="#1a87e2" stroke-width="1.5648"/>
</g>
<path d="m8.467-4.2335a4.2335 4.2335 0 1 0 0 8.467 4.2335 4.2335 0 0 0 0-8.467zm-0.257 0.85c0.02 2e-3 0.037 0.014 0.046 0.032l0.418 0.879c0.203 6e-3 0.408 0.041 0.607 0.105l0.671-0.671a0.056 0.056 0 0 1 0.07-8e-3l0.534 0.325a0.057 0.057 0 0 1 0.024 0.068l-0.324 0.914c0.122 0.136 0.226 0.285 0.31 0.444h0.997c0.027 0 0.05 0.019 0.056 0.044l0.148 0.608a0.057 0.057 0 0 1-0.03 0.065l-1.25 0.273a2.044 2.044 0 0 0-2.67-1.631l-0.01-6e-3 -0.268-1.236c0-0.026 0.019-0.049 0.044-0.055l0.607-0.148c7e-3 -2e-3 0.013-2e-3 0.02-2e-3zm-1.98 0.894a0.056 0.056 0 0 1 0.037 0.01l0.95 0.865a2.038 2.038 0 0 0-0.137 3.113v0.014l-0.854 0.943a0.058 0.058 0 0 1-0.07-8e-3l-0.442-0.441a0.057 0.057 0 0 1-7e-3 -0.072l0.534-0.814a2.21 2.21 0 0 1-0.227-0.573l-0.922-0.226a0.057 0.057 0 0 1-0.043-0.055v-0.625c0-0.027 0.019-0.05 0.045-0.056l0.95-0.198c0.053-0.175 0.127-0.342 0.218-0.496l-0.517-0.852a0.057 0.057 0 0 1 8e-3 -0.07l0.442-0.442a0.055 0.055 0 0 1 0.035-0.017zm4.232 2.93 1.24 0.278c0.022 0.012 0.034 0.04 0.027 0.065l-0.162 0.603a0.057 0.057 0 0 1-0.059 0.043l-0.972-0.057a2.21 2.21 0 0 1-0.383 0.483l0.265 0.911a0.057 0.057 0 0 1-0.026 0.065l-0.542 0.312a0.057 0.057 0 0 1-0.071-0.011l-0.646-0.725c-0.178 0.042-0.359 0.062-0.538 0.06l-0.48 0.873a0.057 0.057 0 0 1-0.065 0.028l-0.604-0.163a0.057 0.057 0 0 1-0.042-0.058l0.326-1.235 6e-3 -3e-3a2.044 2.044 0 0 0 2.726-1.468z" fill="#fff" stroke-width="1.6875"/>
</g>
<g id="linux-mint" transform="matrix(.59258 0 0 .59258 11.705 20.48)">
<g transform="matrix(1.0385 0 0 1.0385 -.41232 -8.7922)" stroke-width="1.5648">
<path d="m8.467 1.588a6.879 6.879 0 1 1 0 13.757 6.879 6.879 0 0 1 0-13.757z" fill="#78b75b" stroke-width="1.5648"/>
</g>
<path d="m4.233-3.7945v2.426h0.999v0.487l1e-3 1.91c0 1.573 1.366 2.767 2.94 2.767h4.527v-4.802c0-1.575-1.365-2.767-2.94-2.767l-1.317-3e-3zm0.643 0.645 3.565 0.016v3e-3h1.319c1.27 0 2.3 0.951 2.3 2.125v3.513c0 0.39-0.352 0.645-0.753 0.645h-3.133c-1.269 0-2.298-0.951-2.298-2.125l-3e-3 -2.408a0.635 0.635 0 0 0-0.597-0.629h-0.4zm1.615 0.714v3.49c0 0.37 0.135 0.695 0.399 0.957 0.225 0.223 0.496 0.367 0.8 0.4h0.861v-0.685l-0.74-3e-3c-0.358 0-0.666-0.35-0.666-0.799v-3.36zm2.468 0.574c-0.298 0-0.562 0.11-0.775 0.325a1.087 1.087 0 0 0-0.323 0.784v1.526h0.692v-1.526c0-0.116 0.038-0.207 0.12-0.29a0.375 0.375 0 0 1 0.286-0.122c0.116 0 0.203 0.038 0.286 0.122 0.083 0.083 0.12 0.174 0.12 0.29v1.526h0.693v-1.526c0-0.116 0.038-0.207 0.12-0.29a0.374 0.374 0 0 1 0.286-0.122c0.114 0 0.202 0.038 0.285 0.122 0.083 0.083 0.12 0.174 0.12 0.29l5e-3 1.518h0.69l-2e-3 -1.518c0-0.302-0.11-0.57-0.323-0.784a1.062 1.062 0 0 0-0.775-0.325c-0.292 0-0.547 0.108-0.753 0.307a1.057 1.057 0 0 0-0.752-0.307z" fill="#fff" fill-rule="evenodd" overflow="visible" stroke-width="1.6875"/>
</g>
<g id="lubuntu" transform="matrix(.59258 0 0 .59258 24.787 15.46)">
<g transform="matrix(1.0385 0 0 1.0385 -.41232 -.32567)" stroke-width="1.5648">
<path d="m8.467 1.588a6.879 6.879 0 1 1 0 13.757 6.879 6.879 0 0 1 0-13.757z" fill="#1d89db" stroke-width="1.5648"/>
</g>
<path d="m8.467 4.233a4.23 4.23 0 0 0-4.225 4.068c1.403-0.99 3.79-2.615 4.382-2.658 0.196-0.249 0.872-0.45 0.994-0.445l-0.355 0.445s-6e-3 0.45-0.137 0.537c1.223 0.817 1.807 3.75 2.057 5.53l-0.105 0.084a4.222 4.222 0 0 0 1.622-3.327 4.233 4.233 0 0 0-4.233-4.234zm-0.06 3.478c-0.33 0.01-0.998 0.993-1.76 2.045-0.366 0.506-0.84 1.198-1.19 1.678l-0.25-0.275c0.716-1.174 1.609-2.607 1.566-2.66-0.01-5e-3 -0.021-0.013-0.035-0.01-0.242 0.036-1.218 1.251-1.915 2.125a4.228 4.228 0 0 0 3.644 2.086c0.943 0 1.81-0.312 2.514-0.833-0.521-1.593-1.528-4.138-2.54-4.144-0.01-2e-3 -0.024-0.012-0.034-0.012zm-2.457 0.412c-0.3-2e-3 -1.07 0.27-1.708 0.515 0.025 0.632 0.187 1.227 0.46 1.757 0.128-0.194 0.35-0.512 0.483-0.707 0.507-0.746 1.006-1.406 0.89-1.542-0.02-0.023-0.066-0.023-0.125-0.023zm-1.713 0.267c0 0.026-4e-3 0.05-4e-3 0.077 0 0.035 5e-3 0.07 6e-3 0.105zm0.473 2.022c0.026 0.051 0.054 0.101 0.082 0.151z" fill="#fff" fill-rule="evenodd" overflow="visible" stroke-width="1.6875"/>
</g>
<g id="mageia" transform="matrix(.59258 0 0 .59258 37.87 20.48)">
<g transform="matrix(1.0385 0 0 1.0385 -.41232 -8.7922)" stroke-width="1.5648">
<path d="m8.467 1.588a6.879 6.879 0 1 1 0 13.757 6.879 6.879 0 0 1 0-13.757z" fill="#405474" stroke-width="1.5648"/>
</g>
<g transform="translate(0,-8.4665)" fill="#f9f9f9" stroke-width="1.2657">
<path d="m6.767 7.392a0.465 0.465 0 0 0-0.296 0.105 3.233 3.233 0 0 0-1.18 2.507c0 1.778 1.426 3.224 3.176 3.224s3.175-1.446 3.175-3.224c0-0.978-0.43-1.892-1.18-2.507a0.468 0.468 0 0 0-0.591 0 2.187 2.187 0 0 1-1.404 0.506c-0.515 0-1-0.174-1.403-0.506a0.47 0.47 0 0 0-0.297-0.105zm0.203 1.167c0.43 0.282 0.956 0.436 1.497 0.436s1.069-0.154 1.497-0.436a2.116 2.116 0 1 1-2.994 0zm1.144-4.854a0.3535 0.3535 0 1 0 1e-3 0.707 0.3535 0.3535 0 0 0 0-0.707zm1.094 0.705a0.3535 0.3535 0 1 0 0 0.707 0.3535 0.3535 0 0 0 0-0.707zm-0.918 0.353a0.53 0.53 0 0 0 0 1.058 0.53 0.53 0 0 0 0-1.058zm1.06 1.058a0.53 0.53 0 0 0 0 1.059 0.53 0.53 0 0 0 0-1.059zm-1.764 0.353a0.53 0.53 0 0 0 0 1.058 0.53 0.53 0 0 0 0-1.058z" stroke-width="1.2657"/>
</g>
</g>
<g id="manjaro" transform="matrix(.59264 0 0 .59258 50.952 20.48)">
<g transform="matrix(1.0384 0 0 1.0385 -.32571 -8.7917)" stroke-width="1.5649">
<path transform="matrix(.26458 0 0 .26458 1.323 2.91)" d="m27-5c14.36 0 26 11.64 26 26s-11.64 26-26 26-26-11.64-26-26 11.64-26 26-26z" fill="url(#b)" stroke-width="1.5649"/>
</g>
<path d="m4.7624-4.2335v2.513h0.00117l-0.00117 0.92677h2.1166v-1.0583h2.6458v-2.3812l-4.7624 0.00675m5.2916-0.00675v8.4665h2.1166v-8.4665m-4.7624 2.9104v5.5561h2.1166v-5.5561m-4.7624 1.0583 0.00117 4.4981 2.1155-2.5e-4v-4.4978" fill="#fff" fill-rule="evenodd" stroke-width="1.2656"/>
</g>
<g id="opensuse" transform="matrix(.59258 0 0 .59258 64.034 20.48)">
<g transform="matrix(1.0385 0 0 1.0385 -.41232 -8.7922)" stroke-width="1.625">
<path d="m8.467 1.588a6.879 6.879 0 1 1 0 13.757 6.879 6.879 0 0 1 0-13.757z" fill="#49bf3d" stroke-width="1.625"/>
</g>
<path d="m8.467-4.2335a4.2335 4.2335 0 1 0 0 8.467 4.2335 4.2335 0 0 0 0-8.467zm0 0.941a3.293 3.293 0 1 1 0 6.585 3.268 3.268 0 0 1-2.235-0.882c0.19-0.026 0.49-0.03 0.882 0.015 0.573 0.065 0.887 0.087 1.264 0.059 0.86-0.065 1.428-0.207 2.058-0.515 0.33-0.16 0.4-0.233 0.47-0.426 0.069-0.183 0.094-0.353 0.06-0.353-0.013 0-0.121 0.042-0.25 0.103-0.485 0.23-0.91 0.343-1.28 0.324-0.383-0.02-1.002-0.244-1.748-0.603l-0.353-0.162-0.265-0.661 0.25 0.161a7.425 7.425 0 0 0 1.544 0.75c0.642 0.203 1.143 0.175 1.66-0.088 0.183-0.093 0.53-0.32 0.53-0.353 0-0.06-0.178-0.656-0.28-0.926-0.254-0.674-0.433-0.902-0.852-1.102-0.466-0.222-0.982-0.373-1.926-0.588-0.45-0.096-0.894-0.193-1.352-0.25l-0.015 0.558a15.22 15.22 0 0 0-0.867-0.235 3.3 3.3 0 0 1 2.705-1.41zm0.779 2.381a0.7 0.7 0 0 1 0.69 0.544c0.045 0.175 0.031 0.3-0.058 0.485a0.676 0.676 0 0 1-0.735 0.368 0.687 0.687 0 0 1-0.515-0.397c-0.122-0.265-0.065-0.617 0.147-0.809a0.727 0.727 0 0 1 0.47-0.19zm0.161 0.368c-0.246 0-0.4 0.18-0.264 0.308 0.11 0.104 0.294 0.12 0.44 0.045 0.096-0.049 0.128-0.123 0.104-0.22-0.018-0.073-0.16-0.133-0.28-0.133z" fill="#fff" overflow="visible" stroke-width="1.6875"/>
</g>
<g id="siduction" transform="matrix(.59258 0 0 .59258 64.034 28.44)">
<g transform="matrix(1.0385 0 0 1.0385 -.41232 -.32567)" stroke-width="1.5648">
<path d="m8.467 1.588a6.879 6.879 0 1 1 0 13.757 6.879 6.879 0 0 1 0-13.757z" fill="#364b7b" stroke-width="1.5648"/>
</g>
<g fill="#fbfdfc" fill-rule="evenodd" stroke-width="1.6875">
<circle cx="8.4665" cy="5.5561" r=".79373" style="paint-order:fill markers stroke"/>
<circle cx="8.4665" cy="8.4665" r=".79373" style="paint-order:fill markers stroke"/>
<circle cx="8.4665" cy="11.377" r=".79373" style="paint-order:fill markers stroke"/>
<circle cx="5.2916" cy="8.4665" r=".79373" style="paint-order:fill markers stroke"/>
<circle cx="11.641" cy="8.4665" r=".79373" style="paint-order:fill markers stroke"/>
<circle cx="6.879" cy="7.0059" r=".79373" style="paint-order:fill markers stroke"/>
<circle cx="6.879" cy="9.9117" r=".79373" style="paint-order:fill markers stroke"/>
<circle cx="10.054" cy="7.0059" r=".79373" style="paint-order:fill markers stroke"/>
<circle cx="10.054" cy="9.9117" r=".79373" style="paint-order:fill markers stroke"/>
</g>
</g>
<g id="solus" transform="matrix(1.0667,0,0,1.0667,12.206,29.16)">
<g transform="matrix(.63633 0 0 .63602 10.606 -179.78)" stroke-width="1.5935">
<circle cx="-10.015" cy="289.32" r="5.821" fill="#4c5263"/>
<path d="m-4.331 290.52c-0.85 1.145-2.418 1.757-4.286 2.029-1.95 0.283-4.21 0.199-6.226 0.027 0.096 0.144 0.202 0.284 0.311 0.419 1.942 0.154 3.964 0.755 5.854 0.48 1.577-0.23 3.119-1.232 4.096-2.096a5.61 5.61 0 0 0 0.25-0.86z" color="#000000" fill="#fff" fill-rule="evenodd" font-weight="400" overflow="visible" solid-color="#000000" style="isolation:auto;mix-blend-mode:normal;text-decoration-color:#000000;text-decoration-line:none;text-decoration-style:solid;text-indent:0;text-transform:none;white-space:normal"/>
<path d="m-8.561 292.94c-1.976 0.279-3.988 0.21-5.97 0.058 1.275 1.627 3.493 2.447 5.54 2.052 1.978-0.34 3.71-1.788 4.408-3.666-1.174 0.833-2.56 1.338-3.978 1.556z" fill="#5294e2"/>
</g>
<path d="m2.6925 0.12808c-0.42647 1.7411-1.6544 3.8819-2.4271 5.2481 1.3472 0.32409 2.8425 0.41865 4.0013 0.52431-0.020215-0.2628-0.21519-3.1223-0.2628-3.6733-0.47669-0.86403-0.86403-1.3107-1.3113-2.0991zm1.6394 2.2302c0.63251 1.3023 0.63251 2.5908 0.2628 3.5422 0.5217 0.00326 1.3727 0.061299 2.2954-0.39387-0.75838-1.732-2.5582-3.1483-2.5582-3.1483zm1.2468 0.78774c0.39191 0.2628 0.76621 0.50213 1.0492 0.78644 0.38343 0.38474 0.57972 0.90448 0.52496 1.4437 0.51387-0.25888 0.85424-0.68927 1.0499-1.0499-0.34235-0.31496-0.93574-0.62604-1.5748-0.85228-0.35214-0.1252-0.7238-0.23867-1.0499-0.328z" fill="#fff" fill-rule="evenodd" stroke-width="1.0207"/>
</g>
<g id="steamos" transform="matrix(1.1429,0,0,1.1429,24.967,28.62)">
<path d="m4.2332 0.52916c2.0458 0 3.7041 1.6583 3.7041 3.7041s-1.6583 3.7041-3.7041 3.7041-3.7041-1.6583-3.7041-3.7041 1.6583-3.7041 3.7041-3.7041z" fill="#4d4d4d" stroke-width=".25165"/>
<g transform="matrix(.16282 0 0 .16282 .32563 .48845)" fill="#fff" stroke-width="1.4219">
<path d="m26 18v9.625l3.684 0.957 4.287-6.742h-3.625l-4.346-3.84"/>
<path d="m31 11a6 6 0 0 0-6 6 6 6 0 0 0 6 6 6 6 0 0 0 6-6 6 6 0 0 0-6-6zm0 2a4 4 0 0 1 4 4 4 4 0 0 1-4 4 4 4 0 0 1-4-4 4 4 0 0 1 4-4zm0 2a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2zm-16 6a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4zm0 1a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3z"/>
<rect transform="matrix(.8931 .44985 -.45815 .88887 0 0)" x="22.784" y="13.579" width="17.423" height="3.964" rx="1.982"/>
<path d="m27 27a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4zm0 1a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3z"/>
</g>
</g>
<g id="ubuntu" transform="matrix(1.1429,0,0,1.1429,37.142,29.53)">
<g transform="matrix(.53846 0 0 .53846 .42321 -1.1189)" stroke-width="1.5648">
<path d="m8.467 1.588a6.879 6.879 0 1 1 0 13.757 6.879 6.879 0 0 1 0-13.757z" fill="#f63f33" stroke-width="1.5648"/>
</g>
<path d="m5.0272 1.2448a2.1951 2.1951 0 1 0 0 4.3902 2.1951 2.1951 0 0 0 0-4.3902zm0.78242 0.61183a0.29243 0.29243 0 0 1 0.21777 0.4371 0.29295 0.29295 0 1 1-0.21777-0.4371zm-0.78294 0.31006c0.11822 0 0.23229 0.016074 0.34066 0.046147a0.41117 0.41117 0 0 0 0.55117 0.3194c0.21673 0.2131 0.35777 0.50295 0.37851 0.82597l-0.41739 0.0057a0.85605 0.85605 0 0 0-1.2133-0.69997l-0.20377-0.36554a1.2688 1.2688 0 0 1 0.56465-0.1317zm-0.7062 0.21362 0.21466 0.35932a0.85501 0.85501 0 0 0 0 1.4005l-0.21466 0.3588a1.2745 1.2745 0 0 1-0.52576-0.7399 0.41013 0.41013 0 0 0 0-0.63828 1.2755 1.2755 0 0 1 0.52576-0.74042zm-0.78605 0.76635a0.29322 0.29322 0 1 1 0 0.58643 0.29296 0.29296 0 0 1 0-0.58591zm2.3452 0.36865 0.41739 0.00674a1.2693 1.2693 0 0 1-0.37851 0.82545 0.40962 0.40962 0 0 0-0.55117 0.31888 1.2724 1.2724 0 0 1-0.90479-0.085034l0.20377-0.36503a0.85553 0.85553 0 0 0 1.2133-0.70101zm-0.14259 0.92604a0.29359 0.29359 0 1 1 0.071553 0.5828 0.29359 0.29359 0 0 1-0.071553-0.5828z" fill="#fff" stroke-width=".87499"/>
</g>
<g id="windows" transform="matrix(.61539 0 0 .61539 50.759 33.46)">
<g transform="matrix(1.04 0 0 1.04 -.339 -300.07)" stroke-width="1.5633" style="paint-order:markers stroke fill">
<path d="m8.4665 281.92c3.6644 0 6.6145 2.9501 6.6145 6.6145s-2.9501 6.6145-6.6145 6.6145-6.6145-2.9501-6.6145-6.6145 2.9501-6.6145 6.6145-6.6145z" fill="#2196f3" stroke-width="1.5633"/>
</g>
<path d="m4.852-0.2645-3e-3 -2.58 2.894-0.431v3.011zm3.374-3.088 3.857-0.616v3.704h-3.857zm3.858 3.617-1e-3 3.704-3.857-0.595v-3.109zm-4.34 3.042-2.892-0.435v-2.608h2.891v3.042z" fill="#fff" stroke-width="1.6251"/>
</g>
<g id="xubuntu" transform="matrix(.59258 0 0 .59258 77.116 20.48)">
<g transform="matrix(1.0385 0 0 1.0385 -.41232 -8.7922)" stroke-width="1.5648">
<path d="m8.467 1.588a6.879 6.879 0 1 1 0 13.757 6.879 6.879 0 0 1 0-13.757z" fill="#04a" stroke-width="1.5648"/>
</g>
<g transform="translate(0,-8.4665)" fill="#fff" stroke-width="1.6875">
<path d="m10.69 4.22c-0.02 0.013-0.03 0.024-0.024 0.016-0.23 0.39-0.233 0.901-0.337 1.36a0.17 0.17 0 0 1 0 0.023c-0.051 0.502-0.215 1.013-0.084 1.495a0.17 0.17 0 0 1 0.014 0.03c0.024 0.032 0.055 0.06 0.073 0.065 0.014 2e-3 0.034-4e-3 0.082-0.037 0.051-0.036 0.084-0.101 0.1-0.196a0.17 0.17 0 0 1 0.029-0.07c0.205-0.817 0.352-1.674 0.297-2.513a0.17 0.17 0 0 1 0-9e-3c-7e-3 -0.039-0.019-0.062-0.056-0.107a0.385 0.385 0 0 0-0.048-0.051c-6e-3 -5e-3 0-6e-3 -0.024-4e-3a0.17 0.17 0 0 1-0.022-1e-3zm1.892 0.398a0.159 0.159 0 0 1-0.017 0c-0.354 0.173-0.536 0.59-0.78 0.924a0.159 0.159 0 0 1-0.019 0.047c-0.308 0.546-0.7 1.088-0.742 1.72 2e-3 0.1 0.059 0.157 0.118 0.17a0.228 0.228 0 0 0 0.2-0.087c3e-3 -0.01 0-0.018 6e-3 -0.026a0.159 0.159 0 0 1 4e-3 -6e-3c0.559-0.768 0.981-1.68 1.328-2.565a0.159 0.159 0 0 1 1e-3 -2e-3c0.024-0.059 0.025-0.081 4e-3 -0.125-6e-3 -0.013-0.069-0.055-0.103-0.05z"/>
<path d="m7.084 4.873c-0.057 0.01-0.141 0.061-0.202 0.085-0.213 0.08-0.33 0.264-0.382 0.477-0.051 0.22-0.034 0.463 0 0.712 0.035 0.248 0.084 0.504 0.138 0.7 0.047 0.17 0.08 0.252 0.096 0.308v0.042c0 0.019-9e-3 0.017-0.021 0.032-7e-3 4e-3 6e-3 0.021 0 0.021a0.09 0.09 0 0 1-0.053 0.022c-0.038 2e-3 -0.068-0.012-0.107-0.022-0.026-6e-3 -0.06-0.027-0.053-0.02-0.012-8e-3 -0.034-0.01-0.042-0.022 0 5e-3 7e-3 5e-3 0-0.01-9e-3 -0.017-0.018-0.057-0.032-0.086-0.03-0.064-0.054-0.139-0.095-0.233a8.48 8.48 0 0 0-0.308-0.637 2.048 2.048 0 0 0-0.414-0.552 0.696 0.696 0 0 0-0.265-0.159 0.43 0.43 0 0 0-0.287 0.042 0.866 0.866 0 0 0-0.425 0.574c-0.052 0.228-0.027 0.492 0.011 0.721 0.039 0.23 0.1 0.418 0.138 0.573 0.017 0.066 0.037 0.127 0.042 0.16a0.932 0.932 0 0 1-0.02 0.148c-0.04 0.14-0.139 0.372-0.139 0.372s-1.852 4.919 2.123 4.574c0.033-2e-3 0.107-0.021 0.138-0.021 0.78-0.157 1.52-0.393 2.176-0.658 0.129-0.062 0.298-0.123 0.488-0.212 0.38-0.178 0.857-0.407 1.316-0.658 0.459-0.253 0.885-0.521 1.21-0.807 0.326-0.286 0.564-0.6 0.52-0.913-0.07-0.504-0.404-0.878-0.849-1.167-0.447-0.29-1.004-0.491-1.56-0.637a15.933 15.933 0 0 0-1.507-0.33c-0.206-0.031-0.4-0.04-0.52-0.063-0.036-6e-3 -0.055-0.015-0.075-0.021-0.01-1e-3 -0.011-5e-3 -0.02-0.01-0.013-8e-3 -0.036-9e-3 -0.043-0.022-7e-3 -0.012 0-0.028 0-0.042v-0.329a6.685 6.685 0 0 0-0.075-0.903c-0.053-0.314-0.135-0.614-0.307-0.817a0.602 0.602 0 0 0-0.425-0.212 0.58 0.58 0 0 0-0.17 0z"/>
</g>
</g>
<g id="kaos" transform="matrix(.69565 0 0 .69565 43.275 -155.52)">
<path d="m55.859 284.23c3.361 0 6.0854 2.7244 6.0854 6.0854s-2.7244 6.0854-6.0854 6.0854-6.0854-2.7244-6.0854-6.0854 2.7244-6.0854 6.0854-6.0854z" fill="url(#a)" stroke-width=".26458"/>
<path d="m53.478 287.94c0.41751 0 0.52917 0.12409 0.52917 0.52916 0 0.52917-0.26458 1.0583-0.26458 1.8521s0 2.1167 0.79375 3.4396c-1.0583-1.0583-2.1167-2.6458-2.1167-4.2333 0-0.79375 0.26458-1.5875 1.0583-1.5875z" fill="#144b70"/>
<path d="m57.182 287.41c0.52917 0 0.79375 0.26458 0.79375 0.52917 0 0.79375-1.8521 1.0583-2.3812 1.3229-0.52917 0.26459-1.5875 0.79375-1.7198 2.3812-0.13229-2.1167 0.92604-4.2333 3.3073-4.2333z" fill="#2b93d9"/>
<path d="m54.007 291.48c0-0.52916 0.52917-1.1642 1.5875-1.1642 1.5875 0 2.9104 1.0583 3.7042 2.1167-0.82629-0.42068-1.8521-0.79375-2.6458-0.79375-1.3229 0-1.7232 0.26459-2.1167 0.26459-0.26458 0-0.52917 0-0.52917-0.42334z" fill="#6eb6e6"/>
</g>
<g id="macosx" transform="translate(-30.467 -223)">
<path d="m60.271 278.19c2.3381 0 4.2333 1.8952 4.2333 4.2333s-1.8952 4.2333-4.2333 4.2333-4.2333-1.8952-4.2333-4.2333 1.8952-4.2333 4.2333-4.2333z" fill="#333" stroke-width=".28761"/>
<path d="m61.128 280.44c0.20078-0.24998 0.33691-0.58961 0.29935-0.93383-0.28918 0.0122-0.64948 0.20085-0.85821 0.44356-0.18438 0.21533-0.34818 0.5673-0.30576 0.89907 0.32453 0.0242 0.65689-0.16421 0.8646-0.40877zm0.73167 2.1627c-0.0069-0.73615 0.60234-1.0936 0.62993-1.1106-0.34469-0.50308-0.87916-0.57125-1.0676-0.57747-0.44917-0.0458-0.88398 0.26987-1.1131 0.26987-0.2332-2e-5 -0.58536-0.26441-0.96464-0.25688-0.48888 7e-3 -0.94668 0.29037-1.1973 0.72873-0.51595 0.89596-0.13132 2.2119 0.36424 2.9344 0.24824 0.35564 0.53742 0.75147 0.9167 0.73583 0.37096-0.0141 0.50925-0.23552 0.95761-0.23552 0.44367 0 0.57363 0.23552 0.96071 0.22795 0.39835-6e-3 0.64887-0.35627 0.88852-0.71339 0.2854-0.40737 0.40065-0.80675 0.40524-0.82803-0.0089-4e-3 -0.77213-0.29356-0.7803-1.1748z" enable-background="new" fill="#fff" fill-rule="evenodd" stroke-width=".064768"/>
</g>
<g id="cancel" transform="translate(-24.817 -203.69)">
<path d="m41.54 271.86c2.3381 0 4.2333 1.8952 4.2333 4.2333s-1.8952 4.2333-4.2333 4.2333-4.2333-1.8952-4.2333-4.2333 1.8952-4.2333 4.2333-4.2333z" fill="#4d4d4d" stroke-width=".28761"/>
<path d="m41.01 274.51-1.3229 0.79375 1.3229 0.79375v-0.52917h0.79375c0.4445 0 0.79375 0.34951 0.79375 0.79375s-0.34925 0.79375-0.79375 0.79375h-1.3229v0.52917h1.3229c0.7276 0 1.3229-0.59452 1.3229-1.3229s-0.59531-1.3229-1.3229-1.3229h-0.79375z" fill="#fff" stroke-width=".26458"/>
</g>
<g id="driver" transform="translate(-11.735 -202.1)">
<path d="m41.54 270.28c2.3381 0 4.2333 1.8952 4.2333 4.2333s-1.8952 4.2333-4.2333 4.2333-4.2333-1.8952-4.2333-4.2333 1.8952-4.2333 4.2333-4.2333z" fill="#4d4d4d" stroke-width=".28761"/>
<path class="ColorScheme-Text" d="m40.531 272.54-0.34365 0.19843 0.0894 0.18966a0.62365 0.62365 0 0 0-0.1049 0.18241l-0.20929 0.0176v0.39688l0.20929 0.0176a0.62365 0.62365 0 0 0 0.04444 0.0961 0.62365 0.62365 0 0 0 0.06046 0.0868l-0.0894 0.18914 0.34365 0.19895 0.11989-0.1726a0.62365 0.62365 0 0 0 0.21032-5.1e-4l0.11989 0.17311 0.34365-0.19843-0.0894-0.19017a0.62365 0.62365 0 0 0 0.10542-0.18242l0.20929-0.0176v-0.39688l-0.20929-0.0171a0.62365 0.62365 0 0 0-0.04444-0.0961 0.62365 0.62365 0 0 0-0.06098-0.0868l0.0894-0.18966-0.34365-0.19843-0.11937 0.17208a0.62365 0.62365 0 0 0-0.21084 5.2e-4zm0.21962 0.56017a0.22678 0.22678 0 0 1 0.20206 0.11317 0.22678 0.22678 0 0 1-0.0832 0.30954 0.22678 0.22678 0 0 1-0.30954-0.0827 0.22678 0.22678 0 0 1 0.08268-0.31006 0.22678 0.22678 0 0 1 0.108-0.03zm0.72502 0.74311-0.02894 0.34881a1.0394 1.0394 0 0 0-0.30386 0.1757l-0.31678-0.14934-0.33073 0.57309 0.28732 0.19947a1.0394 1.0394 0 0 0-0.0155 0.17518 1.0394 1.0394 0 0 0 0.01499 0.17622l-0.2868 0.19895 0.33073 0.57311 0.31574-0.14883a1.0394 1.0394 0 0 0 0.30489 0.17466l0.02894 0.34882h0.66146l0.02894-0.3483a1.0394 1.0394 0 0 0 0.30386-0.1757l0.31678 0.14935 0.33073-0.5731-0.28732-0.19947a1.0394 1.0394 0 0 0 0.01602-0.1757 1.0394 1.0394 0 0 0-0.0155-0.1757l0.2868-0.19896-0.33073-0.57308-0.31574 0.14882a1.0394 1.0394 0 0 0-0.30437-0.17467l-0.02946-0.34933zm0.33073 0.94516a0.37798 0.37798 0 0 1 0.37827 0.37775 0.37798 0.37798 0 0 1-0.37827 0.37827 0.37798 0.37798 0 0 1-0.37776-0.37827 0.37798 0.37798 0 0 1 0.37776-0.37775z" color="#565656" fill="#fff" stroke-width=".26458"/>
</g>
<g id="edit" transform="translate(-11.353 -202.1)">
<path d="m54.24 270.28c2.3381 0 4.2333 1.8952 4.2333 4.2333s-1.8952 4.2333-4.2333 4.2333-4.2333-1.8952-4.2333-4.2333 1.8952-4.2333 4.2333-4.2333z" fill="#4d4d4d" stroke-width=".28761"/>
<g transform="matrix(.26458 0 0 .26458 52.123 272.53)" fill="#fff">
<path class="ColorScheme-Text" d="m8 0a2 2 0 0 0-2 2h-3c-0.554 0-1 0.446-1 1v11c0 0.554 0.446 1 1 1h10c0.554 0 1-0.446 1-1v-11c0-0.554-0.446-1-1-1h-3a2 2 0 0 0-2-2zm0 1a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1zm-4 3h1v1h6v-1h1v9h-8z" color="#565656" fill="#fff"/>
</g>
</g>
<g id="efi" transform="translate(-11.5 -202.1)">
<path d="m67.469 270.28c2.3381 0 4.2333 1.8952 4.2333 4.2333s-1.8952 4.2333-4.2333 4.2333-4.2333-1.8952-4.2333-4.2333 1.8952-4.2333 4.2333-4.2333z" fill="#4d4d4d" stroke-width=".28761"/>
<path class="ColorScheme-Text" d="m67.204 272.66v0.28732a1.5875 1.5875 0 0 0-0.65371 0.27233l-0.20412-0.20412-0.37414 0.37414 0.2036 0.2036a1.5875 1.5875 0 0 0-0.27078 0.65423h-0.28836v0.52916h0.28732a1.5875 1.5875 0 0 0 0.27234 0.65371l-0.20412 0.20412 0.37414 0.37414 0.2036-0.20361a1.5875 1.5875 0 0 0 0.65422 0.27079v0.28835h0.52917v-0.28732a1.5875 1.5875 0 0 0 0.65371-0.27233l0.20412 0.20412 0.37414-0.37414-0.2036-0.2036a1.5875 1.5875 0 0 0 0.27078-0.65423h0.28836v-0.52916h-0.28732a1.5875 1.5875 0 0 0-0.27233-0.65371l0.20412-0.20412-0.37414-0.37414-0.2036 0.20361a1.5875 1.5875 0 0 0-0.65422-0.27079v-0.28835zm-0.26458 1.3229 1.0583 0.52917-1.0583 0.52917z" color="#565656" fill="#fff" stroke-width=".26458"/>
</g>
<g id="find.efi" transform="translate(-11.646 -202.1)">
<path d="m80.698 270.28c2.3381 0 4.2333 1.8952 4.2333 4.2333s-1.8952 4.2333-4.2333 4.2333-4.2333-1.8952-4.2333-4.2333 1.8952-4.2333 4.2333-4.2333z" fill="#4d4d4d" stroke-width=".28761"/>
<g transform="matrix(.26458 0 0 .26458 78.581 272.39)" fill="#fff">
<path class="ColorScheme-Text" d="m6.5 1a5.5 5.5 0 0 0-5.5 5.5 5.5 5.5 0 0 0 5.5 5.5 5.5 5.5 0 0 0 3.1172-0.969l3.6618 3.662a1 1 0 0 0 0.721 0.307 1 1 0 0 0 1-1 1 1 0 0 0-0.303-0.717l-3.67-3.6697a5.5 5.5 0 0 0 0.973-3.1133 5.5 5.5 0 0 0-5.5-5.5zm0 2a3.5 3.5 0 0 1 3.5 3.5 3.5 3.5 0 0 1-3.5 3.5 3.5 3.5 0 0 1-3.5-3.5 3.5 3.5 0 0 1 3.5-3.5z" color="#565656" fill="#fff"/>
</g>
</g>
<g id="find.none" transform="translate(52.815 -214.74)">
<path d="m29.319 282.91c2.3381 0 4.2333 1.8952 4.2333 4.2333s-1.8952 4.2333-4.2333 4.2333-4.2333-1.8952-4.2333-4.2333 1.8952-4.2333 4.2333-4.2333z" fill="#4d4d4d" stroke-width=".28761"/>
<path class="ColorScheme-Text" d="m29.319 285.29c-1.0221 0-1.8521 0.82999-1.8521 1.8521s0.83 1.8521 1.8521 1.8521 1.8521-0.82999 1.8521-1.8521-0.83-1.8521-1.8521-1.8521zm0 0.52916c0.26972 0 0.51832 0.0761 0.7276 0.21498l-1.8355 1.8355c-0.13887-0.20929-0.21497-0.45788-0.21497-0.7276 0-0.73006 0.59288-1.3229 1.3229-1.3229zm1.1079 0.59532c0.13887 0.20929 0.21498 0.45788 0.21498 0.7276 0 0.73004-0.59288 1.3229-1.3229 1.3229-0.26972 0-0.51832-0.0761-0.7276-0.21498z" color="#565656" fill="#fff" stroke-width=".26458"/>
</g>
<g id="help" transform="translate(-24.288 -201.75)">
<path d="m41.01 282.91c2.3381 0 4.2333 1.8952 4.2333 4.2333s-1.8952 4.2333-4.2333 4.2333-4.2333-1.8952-4.2333-4.2333 1.8952-4.2333 4.2333-4.2333z" fill="#4d4d4d" stroke-width=".28761"/>
<path class="ColorScheme-Text" d="m41.01 285.29c-0.58473 0-1.0583 0.4736-1.0583 1.0583h0.52917c0-0.29104 0.23812-0.52917 0.52917-0.52917s0.52917 0.23813 0.52917 0.52917c0 0.14552-0.05817 0.27785-0.15606 0.3731l-0.32814 0.33332c-0.1905 0.19314-0.30954 0.45775-0.30954 0.74879v0.13229h0.52917c0-0.39687 0.11904-0.55565 0.30954-0.74879l0.23823-0.2434c0.15081-0.15081 0.24598-0.36248 0.24598-0.59531 0-0.58473-0.4736-1.0583-1.0583-1.0583zm-0.26458 3.175v0.52916h0.52917v-0.52916z" color="#565656" fill="#fff" stroke-width=".26458"/>
</g>
<g id="kbd" transform="translate(-23.112 -201.75)">
<path d="m52.917 282.91c2.3381 0 4.2333 1.8952 4.2333 4.2333s-1.8952 4.2333-4.2333 4.2333-4.2333-1.8952-4.2333-4.2333 1.8952-4.2333 4.2333-4.2333z" fill="#4d4d4d" stroke-width=".28761"/>
<path class="ColorScheme-Text" d="m51.461 285.56s-0.52917 0-0.52917 0.52917v2.1167c0 0.52917 0.52917 0.52917 0.52917 0.52917h2.9104s0.52917 0 0.52917-0.52917v-2.1167c0-0.52917-0.52917-0.52917-0.52917-0.52917zm0.06615 0.52917h0.39688c0.03664 0 0.06615 0.0295 0.06615 0.0661v0.39688c0 0.0366-0.0295 0.0661-0.06615 0.0661h-0.39688c-0.03665 0-0.06615-0.0295-0.06615-0.0661v-0.39688c0-0.0366 0.0295-0.0661 0.06615-0.0661zm0.79375 0h0.39688c0.03664 0 0.06615 0.0295 0.06615 0.0661v0.39688c0 0.0366-0.0295 0.0661-0.06615 0.0661h-0.39688c-0.03664 0-0.06615-0.0295-0.06615-0.0661v-0.39688c0-0.0366 0.0295-0.0661 0.06615-0.0661zm0.79375 0h0.39688c0.03664 0 0.06615 0.0295 0.06615 0.0661v0.39688c0 0.0366-0.0295 0.0661-0.06615 0.0661h-0.39688c-0.03664 0-0.06615-0.0295-0.06615-0.0661v-0.39688c0-0.0366 0.0295-0.0661 0.06615-0.0661zm0.79375 0h0.39688c0.03665 0 0.06615 0.0295 0.06615 0.0661v0.39688c0 0.0366-0.0295 0.0661-0.06615 0.0661h-0.39688c-0.03665 0-0.06615-0.0295-0.06615-0.0661v-0.39688c0-0.0366 0.0295-0.0661 0.06615-0.0661zm-2.3812 0.79375h0.39688c0.03664 0 0.06615 0.0295 0.06615 0.0661v0.39688c0 0.0366-0.0295 0.0661-0.06615 0.0661h-0.39688c-0.03665 0-0.06615-0.0295-0.06615-0.0661v-0.39688c0-0.0366 0.0295-0.0661 0.06615-0.0661zm0.79375 0h0.39688c0.03664 0 0.06615 0.0295 0.06615 0.0661v0.39688c0 0.0366-0.0295 0.0661-0.06615 0.0661h-0.39688c-0.03664 0-0.06615-0.0295-0.06615-0.0661v-0.39688c0-0.0366 0.0295-0.0661 0.06615-0.0661zm0.79375 0h0.39688c0.03664 0 0.06615 0.0295 0.06615 0.0661v0.39688c0 0.0366-0.0295 0.0661-0.06615 0.0661h-0.39688c-0.03664 0-0.06615-0.0295-0.06615-0.0661v-0.39688c0-0.0366 0.0295-0.0661 0.06615-0.0661zm0.79375 0h0.39688c0.03665 0 0.06615 0.0295 0.06615 0.0661v0.39688c0 0.0366-0.0295 0.0661-0.06615 0.0661h-0.39688c-0.03665 0-0.06615-0.0295-0.06615-0.0661v-0.39688c0-0.0366 0.0295-0.0661 0.06615-0.0661zm-1.8521 0.79375h1.7198c0.03665 0 0.06615 0.0295 0.06615 0.0661v0.39688c0 0.0366-0.0295 0.0661-0.06615 0.0661h-1.7198c-0.03664 0-0.06615-0.0295-0.06615-0.0661v-0.39688c0-0.0366 0.0295-0.0661 0.06615-0.0661z" color="#565656" fill="#fff" stroke-width=".26458"/>
</g>
<g id="lang" transform="translate(-21.936 -201.29)">
<path d="m64.823 282.45c2.3381 0 4.2333 1.8952 4.2333 4.2333s-1.8952 4.2333-4.2333 4.2333-4.2333-1.8952-4.2333-4.2333 1.8952-4.2333 4.2333-4.2333z" fill="#4d4d4d" stroke-width=".28761"/>
<path class="ColorScheme-Text" d="m64.823 284.83c-1.0229 0-1.8521 0.82921-1.8521 1.8521s0.8292 1.8521 1.8521 1.8521 1.8521-0.8292 1.8521-1.8521-0.8292-1.8521-1.8521-1.8521zm-0.13229 0.51263c0.0177-2e-3 0.04002 1e-3 0.05788 0 0.0021 8e-3 -0.01288 0.0386-0.03307 0.0827-0.12855 0.28082-0.13584 0.60969-0.01654 0.78548 0.02159 0.0319 0.04134 0.0622 0.04134 0.0661 0 4e-3 -0.02328 8e-3 -0.04961 8e-3 -0.0618 0-0.12028-0.0377-0.23978-0.13229-0.05308-0.042-0.12209-0.0773-0.14883-0.0827-0.04198-8e-3 -0.05317-5e-3 -0.10749 0.0496-0.05053 0.0505-0.06615 0.0778-0.06615 0.12402 0 0.1754 0.20825 0.31483 0.59531 0.39688 0.52565 0.1114 0.65523 0.21142 0.66973 0.48782 0.0182 0.34661-0.16633 0.60796-0.57051 0.81029-0.04824 0.0241-0.07898 0.0335-0.09922 0.0413-9e-3 -8e-4 -0.01586 7.9e-4 -0.02481 0-0.0034-0.0107-0.0083-0.0356-0.0083-0.0827 0-0.1841-0.07256-0.3736-0.1819-0.47956-0.02935-0.0284-0.11153-0.0887-0.1819-0.13229-0.07037-0.0436-0.14127-0.0942-0.1571-0.11576-0.02622-0.0358-0.02841-0.0578-0.0083-0.12402 0.03671-0.12088 0.08041-0.18821 0.16536-0.26458 0.04454-0.04 0.08935-0.0736 0.09922-0.0744 0.0099-7.8e-4 -0.05693-0.0208-0.1571-0.0413s-0.2467-0.0635-0.32246-0.0909c-0.13853-0.0501-0.32557-0.15535-0.39688-0.23151-3e-3 -3e-3 -0.0057-5e-3 -0.0083-8e-3 0.10216-0.40695 0.38887-0.7405 0.76895-0.90124 0.07953-0.0336 0.16151-0.0567 0.24805-0.0744 0.04311-9e-3 0.08778-0.012 0.13229-0.0165zm1.2402 0.62012c0.03108 0.0192 0.14841 0.27305 0.1819 0.39688 0.04324 0.15985 0.04011 0.43651 0 0.59531-0.01527 0.0604-0.03483 0.11698-0.04134 0.12402-0.0065 7e-3 -0.03011-0.0335-0.05788-0.0827s-0.11646-0.15374-0.19017-0.23151c-0.21276-0.22451-0.24622-0.34172-0.1571-0.5209 0.04494-0.0904 0.24053-0.29596 0.26458-0.28112z" color="#565656" fill="#f9f9f9" stroke-width=".26458"/>
</g>
<g id="restart" transform="translate(45.802,-257.75)">
<path d="m23.283 312.94c2.3381 0 4.2333 1.8952 4.2333 4.2333s-1.8952 4.2333-4.2333 4.2333-4.2333-1.8952-4.2333-4.2333 1.8952-4.2333 4.2333-4.2333z" fill="#5ea0d5" stroke-width=".28761"/>
<path class="ColorScheme-Text" d="m23.282 315.32c-1.0229 0-1.8521 0.8292-1.8521 1.8521s0.8292 1.8521 1.8521 1.8521c0.84 0 1.5508-0.55647 1.7777-1.3229h-0.57051c-0.20486 0.46554-0.6659 0.79375-1.2072 0.79375-0.73062 0-1.3229-0.5923-1.3229-1.3229s0.5923-1.3229 1.3229-1.3229c0.36555 0 0.69202 0.15214 0.93018 0.39274l-0.66404 0.66559h1.5875v-1.5875l-0.54312 0.54312c-0.33602-0.3347-0.79884-0.54312-1.3095-0.54312z" color="#565656" fill="#fff" stroke-width=".26458"/>
</g>
<g id="recovery" transform="translate(-19.139 -244.52)">
<path d="m75.142 299.71c2.3381 0 4.2333 1.8952 4.2333 4.2333s-1.8952 4.2333-4.2333 4.2333-4.2333-1.8952-4.2333-4.2333 1.8952-4.2333 4.2333-4.2333z" fill="#66dc6d" stroke-width=".28761"/>
<path d="m75.142 302.09a0.30868 0.30868 0 0 0-0.30868 0.30868 0.30868 0.30868 0 0 0 0.30868 0.30868 1.2347 1.2347 0 0 1 1.2347 1.2347h-0.61736l0.92604 1.2347 0.92604-1.2347h-0.61736a1.8521 1.8521 0 0 0-1.8521-1.8521zm-1.5434 0.61736-0.92604 1.2347h0.61736a1.8521 1.8521 0 0 0 1.8521 1.8521 0.30868 0.30868 0 0 0 0.30868-0.30869 0.30868 0.30868 0 0 0-0.30868-0.30868 1.2347 1.2347 0 0 1-1.2347-1.2347h0.61736z" color="#dfdfdf" fill="#fff" stroke-width=".30868"/>
</g>
<g id="shutdown" transform="translate(41.156 -240.49)">
<path d="m41.01 295.68c2.3381 0 4.2333 1.8952 4.2333 4.2333s-1.8952 4.2333-4.2333 4.2333-4.2333-1.8952-4.2333-4.2333 1.8952-4.2333 4.2333-4.2333z" fill="#f55" stroke-width=".28761"/>
<path d="m41.01 297.9c-0.17102 0-0.30871 0.13769-0.30871 0.30872v1.5448c0 0.17102 0.13768 0.30871 0.30871 0.30871 0.17102 0 0.30871-0.13769 0.30871-0.30871v-1.5448c0-0.17103-0.13768-0.30872-0.30871-0.30872zm0.93754 0.61372a0.30871 0.30871 0 0 0-0.05959 3e-3 0.30871 0.30871 0 0 0-0.13521 0.55969 1.2287 1.2287 0 0 1 0.25098 1.7266c-0.41058 0.5492-1.1876 0.65199-1.7365 0.2411-0.54919-0.41057-0.65199-1.1777-0.2411-1.7266 0.06668-0.0895 0.14293-0.16362 0.23153-0.23154a0.30983 0.30983 0 0 0-0.37662-0.49207c-0.13213 0.10244-0.25623 0.22289-0.35656 0.35686-0.61062 0.81622-0.44022 1.9847 0.376 2.5953 0.81622 0.61031 1.9847 0.4399 2.5953-0.37664 0.61031-0.8159 0.43991-1.9844-0.37662-2.5947a0.30871 0.30871 0 0 0-0.17164-0.0617z" color="#5294e2" fill="#fff" stroke-width=".30871"/>
</g>
<g id="type" transform="translate(3.0526,-214.52)">
<path d="m52.917 295.68c2.3381 0 4.2333 1.8952 4.2333 4.2333s-1.8952 4.2333-4.2333 4.2333-4.2333-1.8952-4.2333-4.2333 1.8952-4.2333 4.2333-4.2333z" fill="#4d4d4d" stroke-width=".28761"/>
<path class="ColorScheme-Text" d="m51.594 298.06s-0.26458 0-0.26458 0.26459v3.175c0 0.26458 0.26458 0.26458 0.26458 0.26458h1.0583v-0.52917h-0.79375v-2.6448h2.1167v1.3193h0.52917v-1.5849c0-0.26459-0.26458-0.26459-0.26458-0.26459zm2.3812 2.1167-1.0583 1.0583v0.52917h0.52917l1.0583-1.0583z" color="#565656" fill="#fff" stroke-width=".26458"/>
</g>
<g id="tz" transform="translate(4.2286,-214.52)">
<path d="m64.823 295.68c2.3381 0 4.2333 1.8952 4.2333 4.2333s-1.8952 4.2333-4.2333 4.2333-4.2333-1.8952-4.2333-4.2333 1.8952-4.2333 4.2333-4.2333z" fill="#4d4d4d" stroke-width=".28761"/>
<path class="ColorScheme-Text" d="m64.823 298.06c-0.47399 0-0.94784 0.18095-1.3095 0.5426-0.72329 0.72329-0.72329 1.8957 0 2.619 0.72329 0.72329 1.8957 0.72329 2.619 0 0.72329-0.72329 0.72329-1.8957 0-2.619-0.36165-0.36165-0.83549-0.5426-1.3095-0.5426zm-0.01912 0.52916c0.35745-5e-3 0.70174 0.13473 0.95446 0.38758 0.51649 0.51661 0.51649 1.3541 0 1.8707-0.51661 0.5165-1.3541 0.5165-1.8707 0-0.51649-0.51661-0.51649-1.3541 0-1.8707 0.24335-0.24348 0.57202-0.38251 0.91622-0.38758zm-0.2465 0.26459v1.1678l0.61443 0.61444 0.02429 0.0243 0.18707-0.18706-0.56018-0.56125v-1.0582z" color="#565656" fill="#fff" stroke-width=".26458"/>
</g>
<g id="unset" transform="translate(1.4358,-214.52)">
<path d="m80.698 295.68c2.3381 0 4.2333 1.8952 4.2333 4.2333s-1.8952 4.2333-4.2333 4.2333-4.2333-1.8952-4.2333-4.2333 1.8952-4.2333 4.2333-4.2333z" fill="#4d4d4d" stroke-width=".28761"/>
<path d="m79.904 298.32-1.3229 1.5875 1.3229 1.5875h2.9104v-3.175zm0.52917 0.79375h0.26458c0.07408 0 0.14023 0.0291 0.18785 0.0767l0.34131 0.34395 0.34131-0.34395c0.04762-0.0476 0.11377-0.0767 0.18786-0.0767h0.26458v0.26458c0 0.0741-0.0291 0.14023-0.07673 0.18785l-0.34396 0.34132 0.34396 0.34131c0.04762 0.0476 0.07673 0.11377 0.07673 0.18785v0.26459h-0.26458c-0.07408 0-0.14023-0.0291-0.18786-0.0767l-0.34131-0.34396-0.34131 0.34396c-0.04762 0.0476-0.11377 0.0767-0.18785 0.0767h-0.26458v-0.26459c0-0.0741 0.0291-0.14023 0.07673-0.18785l0.34396-0.34131-0.34396-0.34132c-0.04762-0.0476-0.07673-0.11377-0.07673-0.18785z" fill="#fff" stroke-width=".26458"/>
</g>
<g id="void" transform="translate(0,-201.75)">
<circle cx="16.722" cy="261.22" r="4.2335" fill="#f2f2f2" stroke-width=".30917"/>
<circle cx="16.725" cy="261.35" r=".81629" fill="#abc2ab" stroke-width=".013605"/>
<path transform="matrix(.26458 0 0 .26458 0 201.75)" d="m62.687 234.96c-1.025-0.0768-1.7355-0.20855-2.5569-0.47423-3.3127-1.0713-5.8304-3.8959-6.4981-7.2902-0.11719-0.59575-0.1443-0.80854-0.17812-1.3982-0.104-1.8134 0.34215-3.7183 1.2339-5.2687 0.20112-0.34963 0.59904-0.96199 0.61544-0.9471 0.0051 5e-3 0.50571 0.50224 1.1125 1.1058l1.1032 1.0974-0.22627 0.44944c-0.48386 0.96109-0.71388 1.9247-0.71388 2.9906 0 3.5761 2.816 6.4924 6.3924 6.6199 1.1618 0.0414 2.1608-0.17671 3.2316-0.70569l0.48532-0.23974 1.0852 1.0848c0.59683 0.59664 1.0852 1.0992 1.0852 1.1168s-0.06037 0.0708-0.13416 0.11827c-0.60474 0.38903-0.79406 0.49943-1.2257 0.71472-1.0494 0.52346-2.0772 0.83112-3.2194 0.96372-0.40776 0.0473-1.3176 0.083-1.5921 0.0624z" fill="#478061" stroke-width=".031567"/>
<path transform="matrix(.26458 0 0 .26458 0 201.75)" d="m69.91 229.82-1.0653-1.0657 0.07097-0.11934c0.43185-0.72617 0.7385-1.5835 0.87821-2.4553 0.07752-0.48376 0.07678-1.4136-0.0015-1.9256-0.46628-3.048-2.9138-5.3516-5.9887-5.6363-1.3014-0.12052-2.7074 0.1776-3.8229 0.81058l-0.25611 0.14532-2.2047-2.222 0.12141-0.0893c0.65431-0.48119 1.8476-1.0496 2.7433-1.3068 0.98642-0.28325 1.6873-0.37956 2.76-0.37928 0.96602 2.5e-4 1.316 0.0386 2.2886 0.25051 0.40004 0.0872 1.0595 0.28778 1.1912 0.36239 0.03015 0.0171 0.07135 0.031 0.09156 0.031 0.0655 0 1.2363 0.56657 1.2531 0.6064 0.0058 0.0137 0.02585 0.0249 0.04458 0.0249 0.03385 0 0.59342 0.33727 0.62359 0.37586 0.0087 0.0111 0.05803 0.0471 0.10966 0.0801 0.05164 0.0329 0.10846 0.0718 0.12627 0.0864s0.11052 0.0865 0.20601 0.15995c0.09549 0.0734 0.18888 0.14785 0.20752 0.16544 0.01865 0.0176 0.082 0.0675 0.14079 0.11091 0.14875 0.10982 1.1016 1.0617 1.2155 1.2143 0.05142 0.0689 0.1148 0.14762 0.14084 0.17499 0.02604 0.0274 0.07576 0.0891 0.11049 0.1372 0.19335 0.26777 0.30279 0.41844 0.32429 0.44647 0.10712 0.1396 0.4382 0.71038 0.62255 1.0733 0.26811 0.52777 0.39756 0.83405 0.54035 1.2785 0.10687 0.33262 0.12804 0.40479 0.21298 0.72605 0.02525 0.0955 0.06011 0.22689 0.07747 0.292 0.02846 0.10673 0.02558 0.11837-0.02922 0.11837-0.04682 0-0.05703 0.0163-0.04447 0.071 0.21786 0.9485 0.23138 2.5084 0.03161 3.646-0.01434 0.0816-0.0074 0.10259 0.03419 0.10259 0.04157 0 0.04744 0.0177 0.02884 0.0868-0.01285 0.0477-0.03492 0.13653-0.04905 0.1973-0.0986 0.42409-0.16679 0.66461-0.31326 1.1048-0.04186 0.12583-0.05041 0.14728-0.2201 0.55243-0.13288 0.31726-0.50439 1.034-0.54539 1.0522-0.01302 6e-3 -0.02368 0.0259-0.02368 0.0446 0 0.0342-0.17579 0.32478-0.23609 0.39026-0.01773 0.0192-0.07484 0.10684-0.12693 0.19465-0.05902 0.0995-0.11511 0.15815-0.14886 0.15566-0.02979-2e-3 -0.53356-0.48355-1.1195-1.0697z" fill="#abc2ab" stroke-width=".031567"/>
<path transform="matrix(.26458 0 0 .26458 0 201.75)" d="m53.387 227.07c-0.0487-0.0918-0.20456-0.37908-0.30401-0.56032-0.04287-0.0781-0.13638-0.25569-0.20779-0.39459-0.07142-0.13889-0.13731-0.25964-0.14643-0.26832-0.0091-9e-3 -0.07513-0.12942-0.14668-0.26832-0.07156-0.1389-0.16507-0.31646-0.20781-0.39459-0.04274-0.0781-0.1317-0.24149-0.19768-0.36302-0.06599-0.12154-0.15858-0.292-0.20577-0.37881-0.09274-0.17062-0.39689-0.73973-0.46394-0.8681-0.05589-0.10701-0.05221-0.21015 0.0083-0.23338 0.02746-0.0105 0.61427-0.0192 1.304-0.0192 0.9546 0 1.2664 9e-3 1.3058 0.0395 0.02847 0.0217 0.11114 0.1531 0.1837 0.292 0.13424 0.25696 0.52799 1.0199 0.80648 1.5626 0.08464 0.16494 0.16454 0.30462 0.17756 0.31041 0.01302 6e-3 0.02389 0.0271 0.02416 0.0473 2.52e-4 0.0203 0.0126 0.0559 0.02741 0.0793 0.02145 0.0338 0.05455 0.025 0.16277-0.0433 0.07472-0.0472 0.15117-0.0986 0.16989-0.11426 0.03994-0.0335 0.23375-0.16658 0.77587-0.53296 0.21702-0.14666 0.40169-0.27537 0.41037-0.28601 0.0087-0.0106 0.07971-0.0591 0.15784-0.10769 0.07813-0.0486 0.14916-0.0974 0.15784-0.10835 0.0087-0.011 0.09391-0.0688 0.1894-0.12841 0.09549-0.0596 0.18072-0.11764 0.1894-0.12893 0.0087-0.0113 0.09586-0.0715 0.19373-0.13388 0.09787-0.0624 0.19731-0.13202 0.22097-0.1548 0.02366-0.0228 0.12115-0.0904 0.21664-0.15022 0.09549-0.0598 0.18072-0.11779 0.1894-0.12878 0.0087-0.011 0.07971-0.0598 0.15784-0.10835 0.07813-0.0486 0.14916-0.0981 0.15784-0.11004 0.03939-0.0541 0.25254-0.0952 0.494-0.0952 0.14499 0 0.26361 8e-3 0.26361 0.0179 0 0.0613-0.08716 0.15236-0.24497 0.25579-0.09965 0.0653-0.18829 0.12778-0.19697 0.13881-0.0087 0.011-0.07971 0.0598-0.15784 0.1084s-0.14916 0.0971-0.15784 0.10782c-0.0087 0.0107-0.1413 0.10446-0.29471 0.20836-0.15341 0.10389-0.32387 0.22091-0.37881 0.26004-0.05494 0.0391-0.1567 0.10872-0.22615 0.15466-0.06945 0.0459-0.13337 0.0925-0.14205 0.10352-0.0087 0.011-0.09391 0.0688-0.1894 0.1284s-0.18072 0.11765-0.1894 0.12893c-0.0087 0.0113-0.09586 0.0715-0.19373 0.13389-0.09787 0.0623-0.19752 0.13171-0.22144 0.15414-0.02392 0.0224-0.17113 0.126-0.32713 0.23017s-0.29074 0.19793-0.29942 0.20836c-0.0087 0.0104-0.07971 0.0587-0.15784 0.10731-0.07813 0.0486-0.14916 0.0973-0.15784 0.10811-0.0087 0.0109-0.12232 0.0904-0.25254 0.17679-0.13022 0.0864-0.24386 0.16558-0.25254 0.176-0.0087 0.0104-0.07859 0.0583-0.15536 0.10641-0.07677 0.0481-0.1549 0.0999-0.17362 0.1152-0.04418 0.036-0.46838 0.33204-0.65031 0.45383-0.07774 0.052-0.14845 0.10208-0.15713 0.11121-0.09425 0.0991-0.20362 0.12563-0.51864 0.12563-0.31152 0-0.33372-4e-3 -0.36913-0.071z" stroke-width=".031567"/>
<path transform="matrix(.26458 0 0 .26458 0 201.75)" d="m58.965 227.12c-0.19359-0.0519-0.50647-0.293-0.62688-0.48314-0.16452-0.25981-0.22317-0.7251-0.13528-1.0733 0.08157-0.32315 0.23185-0.69726 0.30434-0.75762 0.01043-9e-3 0.05894-0.0797 0.10781-0.15783 0.07775-0.1243 0.33184-0.41593 0.45085-0.51747 0.02254-0.0192 0.06515-0.0571 0.0947-0.0842 0.32683-0.29958 1.0308-0.62267 1.5058-0.69107 0.31339-0.0451 3.3435-0.0431 3.5556 2e-3 0.53091 0.11386 0.84808 0.54765 0.84808 1.1599 0 0.19031-0.04726 0.51165-0.09116 0.61981-0.07003 0.17253-0.3008 0.618-0.34635 0.66859-0.02848 0.0316-0.09009 0.10883-0.13691 0.17155-0.09621 0.12889-0.47075 0.50147-0.5041 0.50147-0.012 0-0.04059 0.0187-0.06353 0.0415-0.13836 0.13761-0.52944 0.34511-0.95716 0.50785l-0.25254 0.0961-1.8467 6e-3c-1.0157 3e-3 -1.8736-1e-3 -1.9065-0.0102zm2.8926-0.7429c0.17707-0.11511 0.46604-0.45531 0.46604-0.54867 0-0.0241 0.01065-0.044 0.02368-0.0443 0.01302-1.9e-4 0.05058-0.0606 0.08346-0.13416 0.03288-0.0736 0.09446-0.21192 0.13684-0.30741 0.04238-0.0955 0.10341-0.23045 0.13563-0.29989 0.19734-0.42534 0.22931-0.5188 0.24387-0.71283 0.01483-0.19763 0.01135-0.21109-0.07145-0.27621-0.08303-0.0653-0.1176-0.0685-0.75151-0.0685-0.60928 0-0.67578 5e-3 -0.80062 0.0659-0.24079 0.11657-0.44406 0.41718-0.7452 1.1021-0.02672 0.0608-0.08382 0.18862-0.12689 0.28411-0.18434 0.40868-0.25301 0.70227-0.20496 0.87628 0.04927 0.17844 0.1385 0.19879 0.83025 0.18938l0.59978-8e-3z" stroke-width=".031567"/>
<path transform="matrix(.26458 0 0 .26458 0 201.75)" d="m64.597 227.12c0-0.0513 0.16059-0.43935 0.34683-0.83811 0.06756-0.14466 0.24437-0.53755 0.28412-0.63135 0.01471-0.0347 0.06237-0.14126 0.1059-0.23675 0.07062-0.15491 0.12897-0.28553 0.29612-0.66291 0.02692-0.0608 0.09672-0.21402 0.15511-0.34056 0.0584-0.12653 0.10617-0.23752 0.10617-0.24663 0-0.0151 0.05252-0.13087 0.27437-0.60466 0.04273-0.0912 0.10408-0.18003 0.13634-0.19729 0.08275-0.0443 2.1042-0.0423 2.1316 2e-3 0.02144 0.0347-0.0047 0.11348-0.13554 0.40847-0.04235 0.0955-0.0957 0.21624-0.11854 0.26832-0.13711 0.31261-0.21546 0.48824-0.26755 0.59978-0.06823 0.14609-0.21864 0.47994-0.29867 0.66291-0.03037 0.0695-0.08223 0.18665-0.11524 0.26043-0.08955 0.2002-0.17912 0.40199-0.24523 0.55243-0.03242 0.0738-0.08091 0.18388-0.10776 0.24465-0.02685 0.0608-0.08618 0.19571-0.13185 0.29989-0.04567 0.10417-0.11607 0.25332-0.15645 0.33145l-0.07341 0.14206-1.0932 8e-3c-0.69545 5e-3 -1.0932-3e-3 -1.0932-0.0225z" stroke-width=".031567"/>
<path transform="matrix(.26458 0 0 .26458 0 201.75)" d="m67.375 227.1c0-0.0269 0.01365-0.0737 0.03034-0.10379 0.01669-0.0301 0.0664-0.1365 0.11049-0.23633 0.09655-0.21867 0.22626-0.50965 0.28495-0.63924 0.02359-0.0521 0.0807-0.17993 0.1269-0.2841 0.04621-0.10417 0.11038-0.24623 0.1426-0.31567 0.03222-0.0695 0.09617-0.21151 0.1421-0.31568 0.04594-0.10417 0.10254-0.23202 0.12579-0.2841 0.02325-0.0521 0.07669-0.17283 0.11876-0.26832 0.3807-0.86411 0.57685-1.2697 0.627-1.2966 0.03801-0.0203 0.93668-0.0283 2.5447-0.0225 2.3857 9e-3 2.4917 0.0115 2.628 0.0706 0.07813 0.0339 0.15626 0.0723 0.17362 0.0852 0.36028 0.26904 0.52181 0.59032 0.51974 1.0337-0.0029 0.62604-0.31242 1.2514-0.87645 1.7709-0.27429 0.25267-0.26846 0.24802-0.48019 0.38298-0.21962 0.13999-0.4566 0.25379-0.75724 0.36365l-0.23676 0.0865-2.6122 0.0108c-2.3442 0.01-2.6122 6e-3 -2.6122-0.0382zm4.0681-0.69015c0.07587-0.0493 0.1785-0.13108 0.22807-0.18179 0.14771-0.1511 0.38295-0.54379 0.52766-0.88081 0.08784-0.20459 0.22878-0.53944 0.26573-0.63135 0.01745-0.0434 0.04613-0.10656 0.06374-0.14035 0.01761-0.0338 0.03901-0.14857 0.04756-0.25508 0.01464-0.18233 0.01046-0.19764-0.07152-0.26213-0.08355-0.0657-0.11612-0.0685-0.80654-0.0685h-0.71947l-0.07696 0.16573c-0.04233 0.0911-0.12051 0.26517-0.17373 0.3867-0.08979 0.20502-0.18154 0.40964-0.34955 0.77956-0.03702 0.0815-0.06731 0.1557-0.06731 0.16486 0 9e-3 -0.03415 0.0916-0.07588 0.18325-0.04174 0.0916-0.11332 0.25182-0.15907 0.35599s-0.09857 0.21684-0.11737 0.25038c-0.0188 0.0335-0.046 0.10217-0.06044 0.15251l-0.02625 0.0915 1.4334-0.021z" stroke-width=".031567"/>
</g>
<g id="endeavouros" transform="translate(0,-201.75)">
<circle cx="42.887" cy="260.95" r="4.2333" fill="#f2f2f2" fill-rule="evenodd" stroke-width=".26458" style="paint-order:stroke fill markers"/>
<g transform="matrix(.044769 0 0 .044769 32.866 248.05)" stroke-width="22.337">
<path d="m236.45 207.73-82.586 129.36s27.833 1.4843 70.426 0c42.378-1.4769 65.25-3.2659 73.499-15.903 6.2808-9.6217 6.9831-24.859-18.174-62.541-17.205-25.77-43.164-50.915-43.164-50.915z" fill="#7e7ffe"/>
<path d="m236.41 207.85-90.873 106.84s20.874 5.1313 58.943 7.7221c37.657 2.5628 65.302 6.1494 74.991-6.8112 8.3212-11.131 8.858-22.964-9.271-57.322-12.437-23.57-33.79-50.432-33.79-50.432z" fill="#ff7f7e"/>
<path transform="matrix(.26458 0 0 .26458 0 201.75)" d="m893.53 23.049-0.56836 0.66992-266.23 417.01c36.515 5.3684 85.462 11.198 146.12 15.326 142.32 9.686 246.81 23.241 283.43-25.744 31.45-42.071 33.478-86.792-35.041-216.65-47.004-89.084-127.71-190.61-127.71-190.61z" fill="#7d3fbe"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 61 KiB

View File

@ -0,0 +1,48 @@
antergos
elementary
korora
mageia
steamos
archlinux
fedora
kubuntu
manjaro
ubuntu
chakra
gentoo
opensuse
windows
debian
gnu-linux
linux-mint
siduction
xubuntu
deepin
kali
lubuntu
solus
kaos
void
macosx
endeavouros
recovery
restart
shutdown
cancel
driver
edit
efi
find.efi
find.none
help
kbd
lang
type
tz
unset

View File

@ -0,0 +1,34 @@
#! /bin/bash
INKSCAPE="/usr/bin/inkscape"
INDEX="logos.txt"
ASSETS_DIR="icons"
SRC_FILE="logos.svg"
install -d $ASSETS_DIR
for i in `cat $INDEX`
do
if [ -f $ASSETS_DIR/$i.png ]; then
echo $ASSETS_DIR/$i.png exists.
else
echo
echo Rendering $ASSETS_DIR/$i.png
$INKSCAPE --export-id=$i \
--export-id-only \
--export-png=$ASSETS_DIR/$i.png $SRC_FILE >/dev/null
fi
done
cd icons
cp -a archlinux.png arch.png
cp -a gnu-linux.png linux.png
cp -a gnu-linux.png unknown.png
cp -a gnu-linux.png lfs.png
cp -a manjaro.png Manjaro.i686.png
cp -a manjaro.png Manjaro.x86_64.png
cp -a driver.png memtest.png
exit 0

View File

@ -0,0 +1,24 @@
#! /bin/bash
INKSCAPE="/usr/bin/inkscape"
INDEX="select.txt"
ASSETS_DIR="select"
SRC_FILE="select.svg"
install -d $ASSETS_DIR
for i in `cat $INDEX`
do
if [ -f $ASSETS_DIR/$i.png ]; then
echo $ASSETS_DIR/$i.png exists.
else
echo
echo Rendering $ASSETS_DIR/$i.png
$INKSCAPE --export-id=$i \
--export-id-only \
--export-png=$ASSETS_DIR/$i.png $SRC_FILE >/dev/null
fi
done
exit 0

View File

@ -0,0 +1,80 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="36"
height="36"
viewBox="0 0 9.5249997 9.5250002"
version="1.1"
id="svg8"
inkscape:version="0.92.4 (5da689c313, 2019-01-14)"
sodipodi:docname="select.svg">
<defs
id="defs2" />
<sodipodi:namedview
id="base"
pagecolor="#b7b7b7"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="7.919596"
inkscape:cx="16.187532"
inkscape:cy="24.609314"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
showgrid="true"
units="px"
inkscape:window-width="1366"
inkscape:window-height="714"
inkscape:window-x="0"
inkscape:window-y="28"
inkscape:window-maximized="1">
<inkscape:grid
type="xygrid"
id="grid28" />
</sodipodi:namedview>
<metadata
id="metadata5">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-287.47498)">
<rect
style="opacity:0.15;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.52916658;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers"
id="select_c"
width="2.1166654"
height="9.5249996"
x="3.96875"
y="287.47498"
ry="0.016929913" />
<path
style="opacity:0.15;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.52916658;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers"
d="m 3.9527305,287.47604 c -0.7253518,0.009 -1.3068969,0.59441 -1.3068969,1.32188 v 6.87917 c 0,0.72747 0.5815451,1.31324 1.3068969,1.32188 0.00858,-8.4e-4 0.01602,-0.007 0.01602,-0.016 v -9.49089 c 0,-0.009 -0.00744,-0.0152 -0.01602,-0.016 z"
id="select_w"
inkscape:connector-curvature="0" />
<path
style="opacity:0.15;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.52916658;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers"
d="m 6.1014366,287.47604 c -0.00858,8.4e-4 -0.01602,0.007 -0.01602,0.016 v 9.49089 c 0,0.009 0.00744,0.0152 0.01602,0.016 0.7253517,-0.009 1.3068967,-0.59441 1.3068967,-1.32188 v -6.87917 c 0,-0.72747 -0.581545,-1.31324 -1.3068967,-1.32188 z"
id="select_e"
inkscape:connector-curvature="0" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.2 KiB

View File

@ -0,0 +1,3 @@
select_w
select_c
select_e

Binary file not shown.

After

Width:  |  Height:  |  Size: 161 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 219 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 211 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 283 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 283 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 559 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 467 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 467 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 297 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 297 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 297 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 296 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 640 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 542 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 599 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 443 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 474 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 325 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 315 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 753 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 659 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 568 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 351 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 386 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 506 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 658 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 298 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 536 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 514 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 250 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 602 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 671 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 560 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 658 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 590 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 658 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 594 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 457 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 705 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 283 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 474 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 692 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 671 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 399 B

Some files were not shown because too many files have changed in this diff Show More