Compare commits
3 commits
Author | SHA1 | Date | |
---|---|---|---|
6d33fddae5 | |||
3b2751a4b1 | |||
d085e78b87 |
4
.gitignore
vendored
|
@ -1,8 +1,7 @@
|
|||
logo
|
||||
config/vms_ready/
|
||||
config/vms_supported/
|
||||
#*.chunklist
|
||||
#*.conf
|
||||
*.conf
|
||||
*.dmg
|
||||
*.fd
|
||||
*.img
|
||||
|
@ -19,4 +18,3 @@ config/vms_supported/
|
|||
*.sock
|
||||
*.xml
|
||||
*.zs-old
|
||||
*.kate-swp
|
||||
|
|
3
.gitmodules
vendored
|
@ -1,3 +0,0 @@
|
|||
[submodule "quickemu-origin"]
|
||||
path = quickemu-origin
|
||||
url = https://github.com/quickemu-project/quickemu
|
BIN
DistroHopper.png
Normal file
After Width: | Height: | Size: 203 KiB |
|
@ -1 +0,0 @@
|
|||
docs/README.md
|
327
README.md
|
@ -1,216 +1,68 @@
|
|||

|
||||

|
||||

|
||||

|
||||
Welcome to
|
||||
|
||||

|
||||

|
||||

|
||||
# [DistroHooper](https://github.com/oSoWoSo/DistroHooper)
|
||||
### Still Testing version!
|
||||

|
||||
|
||||
---
|
||||
|
||||
# Looking to try out a new operating system?
|
||||
quickly create and run VMs
|
||||
|
||||
try
|
||||
As a base my FOSS fork of excellent [quickemu](https://github.com/quickemu-project/quickemu)
|
||||
|
||||
# **DistroHopper**
|
||||
Quickly download, create and run VM of any#TODO operating system.
|
||||
Removed:
|
||||
|
||||
Windows support (Currently not intended)
|
||||
|
||||
# For now yad not work under wayland correctly
|
||||
Until this will be solved upstream use just quickfzf TUI under wayland!
|
||||
It's even quicker and easier to use.
|
||||
But don't have that nice distro icons you never heard about.. (or no?)
|
||||
MacoOS support (Currently not intended)
|
||||
|
||||
Linux required...
|
||||
I added:
|
||||
|
||||
---
|
||||
## quickgui
|
||||
using yad
|
||||
|
||||
Click on Hop for latest download
|
||||
### .Desktop file generator
|
||||
It will simple generate .desktop files for every supported VM in quickemu.
|
||||
So you can copy it anywhere...
|
||||
|
||||
[](https://sourceforge.net/projects/distrohopper/files/latest/download)
|
||||
And I mean every supported distro.
|
||||
|
||||
[](https://liberapay.com/zenobit/donate)
|
||||
you can download new distro with few clicks of a mouse
|
||||
|
||||
Licensed under AGPL3
|
||||
# Still Beta version!
|
||||
<details>
|
||||
<summary>Click for screenshot</summary>
|
||||
<img src="docs/distrohopper.png">
|
||||
</details>
|
||||
You need to run quickgui just for update supported distros.
|
||||
|
||||
As a base excellent [quickemu](https://github.com/quickemu-project/quickemu) (Link to project page)
|
||||
### Simple GUI using yad --notebook
|
||||
|
||||
[](https://www.youtube.com/watch?v=AOTYWEgw0hI)
|
||||
See it in action on youtube...
|
||||
|
||||
[](https://www.youtube.com/watch?v=JtjIseqZMkQ)
|
||||
|
||||
You can download new distro with **few clicks** of a mouse
|
||||
or command line?...
|
||||
|
||||
# Features
|
||||
- GUI using yad (on youtube)
|
||||
|
||||
[](https://www.youtube.com/watch?v=RrFQECcwLRA)
|
||||
## quicktui
|
||||
using fzf
|
||||
|
||||
- TUI using fzf (on youtube)
|
||||
[](https://www.youtube.com/watch?v=gJ5hqYEskOw)
|
||||
|
||||
[](https://www.youtube.com/watch?v=gJ5hqYEskOw)
|
||||
# Currently supported Distribution:
|
||||
|
||||
- Desktop(shortcuts) entries generator
|
||||
|
||||
- Set dir where VMs will be stored
|
||||
|
||||
- Install DistroHopper systemwide
|
||||
|
||||
- Portable mode (dependecies still must be installed)
|
||||
|
||||
- Add new operating system to quickget (bit easier)
|
||||
|
||||
- Copy all downloaded ISOs to destination directory
|
||||
|
||||
- Translate DistroHopper (Currently supported English and Czech language)
|
||||
|
||||
|
||||
Developed in English and translated into Czech language.
|
||||
|
||||
## Welcome translations!
|
||||
|
||||
---
|
||||
|
||||
# Why am I doing it?
|
||||
Because I wanna learn
|
||||
|
||||
- Linux
|
||||
|
||||
- Bash
|
||||
|
||||
- yad
|
||||
|
||||
- project management
|
||||
|
||||
And contribute to open source
|
||||
|
||||
play with Quickemu
|
||||
|
||||
And easily add new distros to it
|
||||
|
||||
---
|
||||
|
||||
## How to run DistroHopper?
|
||||
|
||||
You need fullfill the requirement first...
|
||||
|
||||
## Requirements (For running VMs)
|
||||
- [QEMU](https://www.qemu.org/) (*6.0.0 or newer*) **with GTK, SDL, SPICE & VirtFS support**
|
||||
- [bash](https://www.gnu.org/software/bash/) (*4.0 or newer*)
|
||||
- [Coreutils](https://www.gnu.org/software/coreutils/)
|
||||
- [EDK II](https://github.com/tianocore/edk2)
|
||||
- [grep](https://www.gnu.org/software/grep/)
|
||||
- [jq](https://stedolan.github.io/jq/)
|
||||
- [LSB](https://wiki.linuxfoundation.org/lsb/start)
|
||||
- [procps](https://gitlab.com/procps-ng/procps)
|
||||
- [python3](https://www.python.org/)
|
||||
- [macrecovery](https://github.com/acidanthera/OpenCorePkg/tree/master/Utilities/macrecovery)
|
||||
- [mkisofs](http://cdrtools.sourceforge.net/private/cdrecord.html)
|
||||
- [usbutils](https://github.com/gregkh/usbutils)
|
||||
- [util-linux](https://github.com/karelzak/util-linux)
|
||||
- [sed](https://www.gnu.org/software/sed/)
|
||||
- [socat](http://www.dest-unreach.org/socat/)
|
||||
- [spicy](https://gitlab.freedesktop.org/spice/spice-gtk)
|
||||
- [swtpm](https://github.com/stefanberger/swtpm)
|
||||
- [Wget](https://www.gnu.org/software/wget/)
|
||||
- [xdg-user-dirs](https://www.freedesktop.org/wiki/Software/xdg-user-dirs/)
|
||||
- [xrandr](https://gitlab.freedesktop.org/xorg/app/xrandr)
|
||||
- [zsync](http://zsync.moria.org.uk/)
|
||||
- [unzip](http://www.info-zip.org/UnZip.html)
|
||||
|
||||
### Installing Requirements
|
||||
|
||||
For Ubuntu, Arch and nixos systems the
|
||||
[ppa](https://launchpad.net/~flexiondotorg/+archive/ubuntu/quickemu),
|
||||
[AUR](https://aur.archlinux.org/packages/quickemu) or
|
||||
[nix](https://github.com/NixOS/nixpkgs/tree/master/pkgs/development/quickemu)
|
||||
packaging will take care of the dependencies. For other host
|
||||
distributions or operating systems it will be necessary to install the
|
||||
above requirements or their equivalents.
|
||||
|
||||
If you install DistroHopper, it should take care of dependencies on Arch, Debian, Ubuntu, openSuse and Fedora
|
||||
|
||||
### For DistroHopper to work you need
|
||||
|
||||
`wget yad fzf`
|
||||
|
||||
quickemu is included
|
||||
|
||||
For adding new distros, or adding/improving translations you will need also meld.
|
||||
|
||||
# How to install DistroHopper?
|
||||
|
||||
You need get copy of distrohopper
|
||||
|
||||
If you want more stable experience, download latest release from
|
||||
|
||||
#### [GitHub](https://github.com/oSoWoSo/DistroHopper/releases) or SourceForge [](https://sourceforge.net/projects/distrohopper/files/latest/download)
|
||||
|
||||
---
|
||||
|
||||
If you want latest developer version... (could have bugs and break anytime)
|
||||
|
||||
Or you want translate DistroHopper
|
||||
|
||||
`git clone https://github.com/oSoWoSo/DistroHopper`
|
||||
|
||||
Enter created/unpacked distrohopper directory
|
||||
|
||||
Now you should be good to go...
|
||||
|
||||
---
|
||||
|
||||
# How to run DistroHopper
|
||||
|
||||
Just run from terminal
|
||||
|
||||
`./dh`
|
||||
|
||||
And you will see what next...
|
||||
|
||||
I am usually run DistroHopper as:
|
||||
|
||||
`./dh m r s l && ./dh i && dh g`
|
||||
|
||||
(But...)
|
||||
|
||||
## Desktop files
|
||||
|
||||
All desktop files will be storred in your .config/distrohopper
|
||||
in directories *ready* and *supported*
|
||||
|
||||
Fell free to copy them anywhere you want...
|
||||
|
||||
### Currently supported Operating Systems and tools:
|
||||
agarimos
|
||||
alma
|
||||
alpine
|
||||
android
|
||||
arch
|
||||
archlinux
|
||||
archcraft
|
||||
arco
|
||||
artix
|
||||
athenaos
|
||||
arcolinux
|
||||
batocera
|
||||
biglinux
|
||||
blendos
|
||||
bodhi
|
||||
cachyos
|
||||
centos-stream
|
||||
cereus
|
||||
chimera
|
||||
debian
|
||||
deepin
|
||||
devuan
|
||||
dietpi
|
||||
dragonflybsd
|
||||
edubuntu
|
||||
elementary
|
||||
endeavouros
|
||||
endless
|
||||
|
@ -223,156 +75,59 @@ garuda
|
|||
gentoo
|
||||
ghostbsd
|
||||
haiku
|
||||
holoiso
|
||||
kali
|
||||
kdeneon
|
||||
kolibrios
|
||||
kubuntu
|
||||
lite
|
||||
linuxmint
|
||||
lmde
|
||||
mageia
|
||||
manjaro
|
||||
mint
|
||||
miyo
|
||||
mx
|
||||
mxlinux
|
||||
netboot
|
||||
netbsd
|
||||
nixos
|
||||
lubuntu
|
||||
macos
|
||||
openbsd
|
||||
openindiana
|
||||
opensuse
|
||||
oracle
|
||||
oraclelinux
|
||||
popos
|
||||
reactos
|
||||
rebornos
|
||||
rocky
|
||||
rockylinux
|
||||
siduction
|
||||
slackware
|
||||
slax
|
||||
slitaz
|
||||
solus
|
||||
steamos
|
||||
tails
|
||||
tinycore
|
||||
truenas-core
|
||||
truenas-scale
|
||||
tuxedoos
|
||||
ubuntu
|
||||
ubuntu-budgie
|
||||
ubuntucinnamon
|
||||
ubuntukylin
|
||||
ubuntu-mate
|
||||
ubuntu-server
|
||||
ubuntustudio
|
||||
ubuntu-unity
|
||||
vanillaos
|
||||
ventoy
|
||||
void
|
||||
voidpup
|
||||
vx
|
||||
windows
|
||||
xero
|
||||
vxlinux
|
||||
xerolinux
|
||||
xubuntu
|
||||
zorin
|
||||
|
||||
|
||||
Also with posible planned: [in discusion](https://github.com/oSoWoSo/DistroHopper/discussions/9)
|
||||
|
||||
---
|
||||
|
||||
#### [discuss](https://github.com/oSoWoSo/DistroHopper/discussions) on github
|
||||
|
||||
# Join DistroHopper chat group:
|
||||
[](https://simplex.chat/contact#/?v=1-4&smp=smp%3A%2F%2Fu2dS9sG8nMNURyZwqASV4yROM28Er0luVTx5X1CsMrU%3D%40smp4.simplex.im%2FnTkG5MBnhRsRTb4heK-8J9jo0Vqc43q2%23%2F%3Fv%3D1-2%26dh%3DMCowBQYDK2VuAyEA-Go_Cwwzp419dls_-cmYvePuTyKdZ6bsrXAy8K1Sizc%253D%26srv%3Do5vmywmrnaxalvz6wi3zicyftgio6psuvyniis6gco6bp6ekl4cqj4id.onion&data=%7B%22type%22%3A%22group%22%2C%22groupLinkId%22%3A%228L5-Gq789MCV_wUQuNtTLg%3D%3D%22%7D) (click SimpleX logo)
|
||||
|
||||
(check the software! even if you don't want chat about DistroHopper)
|
||||
[Simplex website](https://simplex.chat)
|
||||
### Testing version!
|
||||
|
||||
# Without these amazing projects it wouldn't be posible:
|
||||
|
||||
#### [bash](https://www.gnu.org/software/bash/)
|
||||
[bash](https://www.gnu.org/software/bash/)
|
||||
|
||||
#### [QEMU](https://www.qemu.org/)
|
||||
[QEMU](https://www.qemu.org/)
|
||||
|
||||
#### [quickemu](https://github.com/quickemu-project/quickemu)
|
||||
[quickemu](https://github.com/quickemu-project/quickemu)
|
||||
|
||||
GUI depends on
|
||||
#### [yad](https://github.com/v1cont/yad)
|
||||
[yad](https://github.com/v1cont/yad)
|
||||
|
||||
TUI depends on
|
||||
#### [fzf](https://github.com/junegunn/fzf)
|
||||
|
||||
----
|
||||
|
||||
For
|
||||
|
||||
- easy of use
|
||||
|
||||
#### [fish](https://fishshell.com)
|
||||
|
||||
- commiting and working with github
|
||||
|
||||
#### [lazygit](https://github.com/jesseduffield/lazygit)
|
||||
|
||||
#### [opencommit](https://github.com/di-sukharev/opencommit)
|
||||
|
||||
- Editing
|
||||
|
||||
#### [geany](https://geany.org/)
|
||||
|
||||
#### [Kate](https://apps.kde.org/kate)
|
||||
|
||||
- diff
|
||||
|
||||
#### [Meld](https://meld.app/)
|
||||
|
||||
- Logo and icons
|
||||
|
||||
#### [GIMP](https://www.gimp.org)
|
||||
|
||||
and
|
||||
|
||||
#### [Inkscape](https://inkscape.org)
|
||||
|
||||
#### [logo by](https://freesvg.org/by/OpenClipart) bit repaired by me..
|
||||
|
||||
- Updating translation
|
||||
|
||||
#### [Poedit](https://poeditor.com/)
|
||||
|
||||
Everything done on
|
||||
|
||||
#### [Void Linux](https://voidlinux.org)
|
||||
|
||||
---
|
||||
|
||||
# Mirrored on
|
||||
|
||||
#### [GitHub](https://github.com/oSoWoSo/DistroHopper)
|
||||
|
||||
#### [SourceForge](https://sourceforge.net/projects/distrohopper)
|
||||
|
||||
#### [Disroot](https://git.disroot.org/oSoWoSo/DistroHopper)
|
||||
|
||||
#### [Codeberg](https://codeberg.org/oSoWoSo/DistroHopper)
|
||||
|
||||
#### [GitLab](https://gitlab.com/osowoso/distrohopper)
|
||||
|
||||
#### [SourceHut](https://git.sr.ht/~osowoso/DistroHopper)
|
||||
|
||||
---
|
||||
|
||||
For Homepage click on Hop
|
||||
|
||||
[](https://dh.osowoso.xyz/)
|
||||
|
||||
# donate
|
||||
[](https://liberapay.com/zenobit/donate)
|
||||
|
||||
@zen0bit at github
|
||||
|
||||
mailto: <zenobit@osowoso.xyz>
|
||||
|
||||
#### parent site [oSoWoSo](https://osowoso.xyz)
|
||||
|
||||
[fzf](https://github.com/junegunn/fzf)
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=About DistroHopper
|
||||
Exec=yad --image=/usr/share/icons/distroicons/hop.svg --info --text "About Distrohopper \n\n Quickly download, create and run VM of any operating system. \n Source Code: https://github.com/oSoWoSo/DistroHopper \n License: AGPL-3-only" --no-buttons
|
||||
Icon=/usr/share/icons/distroicons/hop.svg
|
||||
Categories=System;Virtualization;Settings;
|
44
addnewtoquickgui.sh
Executable file
|
@ -0,0 +1,44 @@
|
|||
#!/bin/bash
|
||||
|
||||
yad --form --field="Name" "" --field="Releases" "" --field="Editions" "" --field="URL" "" --field="ISO" ""
|
||||
|
||||
# little script for adding distros to quickemu
|
||||
# This version use desktop files and notebook
|
||||
|
||||
#TODO ADD_PRETTY_NAME_${DISTRO}
|
||||
${DISTRO}) PRETTY_NAME="VX Linux";;
|
||||
|
||||
#TODO ADD_NAME_${DISTRO}
|
||||
${DISTRO} \
|
||||
|
||||
#TODO ADD_releases_${DISTRO} function
|
||||
function releases_${DISTRO}() {
|
||||
echo 6.1 5.0 4.2 4.1 4.0
|
||||
}
|
||||
#TODO ADD_editions_${DISTRO} function
|
||||
function editions_${DISTRO}() {
|
||||
echo
|
||||
}
|
||||
#TODO ADD_get_${DISTRO} function
|
||||
function get_${DISTRO}() {
|
||||
local HASH=""
|
||||
local ISO=""
|
||||
local URL="https://github.com/dessington/${DISTRO}/releases/download/${RELEASE}"
|
||||
|
||||
if [ "$RELEASE" == "4.0" ]; then
|
||||
ISO="vx-linux-4.0-qt.iso"
|
||||
else
|
||||
ISO="vx-linux-${RELEASE}.iso"
|
||||
fi
|
||||
echo "${URL}/${ISO} ${HASH}"
|
||||
}
|
||||
|
||||
function get_voidpup() {
|
||||
local HASH=""
|
||||
local URL=""
|
||||
local TMPURL=""
|
||||
|
||||
TMPURL=$(wget -q -S -O- --max-redirect=0 "https://sourceforge.net/projects/vpup/files/latest/download" 2>&1 | grep -i Location | cut -d' ' -f4)
|
||||
URL=${TMPURL%\?*}
|
||||
echo "${URL} ${HASH}"
|
||||
}
|
|
@ -1,92 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
#
|
||||
# Copyright (c) 2023 darkmaster @grm34
|
||||
#
|
||||
# This script automatically translates base language strings and adds
|
||||
# them into the various translations (original will be used on error).
|
||||
# It also removes duplicate strings and rearranges them alphabetically.
|
||||
|
||||
_sort_strings() {
|
||||
# RM duplicate strings from an array and sorts them alphabetically.
|
||||
# Usage: _sort_strings "$@" (array of strings)
|
||||
# Returns: $sorted_strings (array)
|
||||
local string strings
|
||||
declare -A strings
|
||||
for string in "${@}"; do
|
||||
[[ $string ]] && IFS=" " strings["${string:- }"]=1
|
||||
done
|
||||
# shellcheck disable=SC2207
|
||||
IFS=$'\n' sorted_strings=($(sort <<< "${!strings[*]}"))
|
||||
}
|
||||
|
||||
_clean_cfg_files() {
|
||||
# RM duplicates lines and sorts them alphabetically.
|
||||
# Usage: _clean_cfg_files "$@" (array of files)
|
||||
local file
|
||||
for file in "$@"; do
|
||||
mapfile -t strings < "$file"
|
||||
_sort_strings "${strings[@]}"
|
||||
printf "%s\n" "${sorted_strings[@]}" > "$file"
|
||||
done
|
||||
}
|
||||
|
||||
_get_strings_from_cfg() {
|
||||
# Grabs strings from CFG files.
|
||||
# Usage: _get_strings_from_cfg "$@" (array of files)
|
||||
# Returns: $<language_code>_strings $cfg_list (arrays)
|
||||
local file name
|
||||
for file in "$@"; do
|
||||
name=${file##*/}; name="${name/.cfg/_strings}"
|
||||
mapfile -t "$name" < "$file"
|
||||
[[ $name != en_strings ]] && cfg_list+=("$name")
|
||||
done
|
||||
}
|
||||
|
||||
_get_string_data() {
|
||||
# Grabs string name and string value
|
||||
# Returns: $data (array)
|
||||
IFS=$'\n' read -d "" -ra data <<< "${1//=/$'\n'}"
|
||||
data[1]=${data[1]//\"}
|
||||
}
|
||||
|
||||
_translate_string() {
|
||||
# Usage: _translate_string "string" "language code"
|
||||
# Returns: $translated (string)
|
||||
translated="$(curl -s https://api-free.deepl.com/v2/translate \
|
||||
-d auth_key=f1414922-db81-5454-67bd-9608cdca44b3:fx \
|
||||
-d "text=$1" -d "target_lang=${2^^}" \
|
||||
| grep -o '"text":"[^"]*' | grep -o '[^"]*$')"
|
||||
}
|
||||
|
||||
_translate_and_add_missing_strings_into_cfg() {
|
||||
# Translates then write missing strings from base language
|
||||
# into the various translation files (from $cfg_list).
|
||||
local line language trad_strings
|
||||
for line in "${en_strings[@]:?}"; do
|
||||
_get_string_data "$line"
|
||||
for language in "${cfg_list[@]}"; do
|
||||
declare -n trad_strings="$language"
|
||||
if [[ "${trad_strings[*]}" != *"${data[0]}="* ]]; then
|
||||
_translate_string "${data[1]}" "${language/_strings}"
|
||||
[[ -n $translated ]] && line="${data[0]}=\"${translated}\""
|
||||
[[ -n $translated ]] && note="translated" || note="original"
|
||||
trad_strings+=("$line"); file="${language/_strings/.cfg}"
|
||||
printf "%s\n" "${trad_strings[@]}" > "lang/$file"
|
||||
echo "=> ${data[0]} (${note}) added into $file"
|
||||
fi
|
||||
done
|
||||
done
|
||||
}
|
||||
|
||||
# Run auto-translate.
|
||||
if [[ $1 == dh ]]; then
|
||||
echo "Running auto-translate (this could take a while)..."
|
||||
_clean_cfg_files lang/*.cfg
|
||||
_get_strings_from_cfg lang/*.cfg
|
||||
_translate_and_add_missing_strings_into_cfg
|
||||
_clean_cfg_files lang/*.cfg
|
||||
[[ $note ]] && echo "==> done" || echo "==> nothing to translate"
|
||||
else
|
||||
echo "ERROR: you must specify 'dh' as argument"
|
||||
fi
|
||||
|
BIN
config/.config.kate-swp
Normal file
|
@ -2,5 +2,5 @@
|
|||
Type=Application
|
||||
Name=About yad
|
||||
Exec=yad --about
|
||||
Icon=/usr/share/icons/Papirus/64x64/apps/yad.svg
|
||||
Icon=/home/zen/.config/quickemu/vms_icons/cereus.svg
|
||||
Categories=System;Virtualization;Settings;
|
6
config/add_distro.desktop
Executable file
|
@ -0,0 +1,6 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=Add new distro
|
||||
Exec=sakura -h -e /home/zen/.config/quickemu/add_distro.sh
|
||||
Icon=/home/zen/.config/quickemu/vms_icons/cereus.svg
|
||||
Categories=System;Virtualization;Settings;
|
4
config/add_distro.sh
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
yad --form --field="Pretty name" "" --field="Name" "" --field="Releases" "" --field="Editions" "" --field="URL" "" --field="ISO" ""
|
||||
|
19
config/check.sh
Executable file
|
@ -0,0 +1,19 @@
|
|||
#!/bin/bash
|
||||
|
||||
# DEBUG mod
|
||||
#bash -x quickyad 2>&1 | tee output.log
|
||||
|
||||
# YAD gui script for excellent quickemu
|
||||
#TODO Download Icons
|
||||
#TODO Add homepages to right click
|
||||
|
||||
echo "Running..."
|
||||
# dependencies checks
|
||||
if ! command -v yad >/dev/null 2>&1; then
|
||||
echo "You are missing yad..." >&2
|
||||
exit 1
|
||||
fi
|
||||
if ! command -v quickemu >/dev/null 2>&1; then
|
||||
echo "You are missing quickemu..." >&2
|
||||
exit 1
|
||||
fi
|
6
config/set_dir.desktop
Normal file
|
@ -0,0 +1,6 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=Set working dir
|
||||
Exec=set_dir.sh
|
||||
Icon=/home/zen/.config/quickemu/vms_icons/cereus.svg
|
||||
Categories=System;Virtualization;Settings;
|
5
config/set_dir.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
QUICKEMU_VMS_DIR="$(yad --file --directory)"
|
||||
export QUICKEMU_VMS_DIR
|
||||
echo "New dir is: $QUICKEMU_VMS_DIR"
|
||||
sed -f config 's/QUICKEMU_VMS_DIR=""/QUICKEMU_VMS_DIR="$QUICKEMU_VMS_DIR"/g'
|
|
@ -35,13 +35,11 @@ linuxmint
|
|||
lmde
|
||||
mageia
|
||||
manjaro
|
||||
miyo
|
||||
mxlinux
|
||||
netboot
|
||||
netbsd
|
||||
nixos
|
||||
lubuntu
|
||||
macos
|
||||
openbsd
|
||||
opensuse
|
||||
oraclelinux
|
||||
|
@ -63,11 +61,9 @@ ubuntukylin
|
|||
ubuntu-mate
|
||||
ubuntustudio
|
||||
ubuntu-unity
|
||||
ventoy
|
||||
void
|
||||
voidpup
|
||||
vxlinux
|
||||
windows
|
||||
xerolinux
|
||||
xubuntu
|
||||
zorin
|
15
config/vms_icons/absolute.svg
Normal file
|
@ -0,0 +1,15 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1.1">
|
||||
<rect style="opacity:0.2" width="52" height="52" x="8" y="9" rx="2.6" ry="2.6"/>
|
||||
<rect style="fill:#765e4a" width="52" height="52" x="8" y="8" rx="2.6" ry="2.6"/>
|
||||
<rect style="opacity:0.2" width="14" height="34" x="42" y="5" rx="2" ry="2"/>
|
||||
<path style="fill:#ffffff;opacity:0.1" d="M 10.6 8 C 9.1592 8 8 9.1592 8 10.6 L 8 11.6 C 8 10.159 9.1592 9 10.6 9 L 57.4 9 C 58.841 9 60 10.159 60 11.6 L 60 10.6 C 60 9.1592 58.841 8 57.4 8 L 10.6 8 z"/>
|
||||
<rect style="fill:#b38a48" width="14" height="34" x="42" y="4" rx="2" ry="2"/>
|
||||
<rect style="opacity:0.2" width="34" height="14" x="4" y="43" rx="2" ry="2"/>
|
||||
<rect style="fill:#c8a972" width="34" height="14" x="4" y="42" rx="2" ry="2"/>
|
||||
<rect style="opacity:0.2" width="14" height="14" x="42" y="43" rx="2" ry="2"/>
|
||||
<rect style="fill:#ffffff" width="14" height="14" x="42" y="42" rx="2" ry="2"/>
|
||||
<path style="opacity:0.2" d="M 14,14 C 12.892,14 12,14.892 12,16 V 18 H 30 V 24.121 H 12 V 37 C 12,38.108 12.892,39 14,39 H 36 C 37.108,39 38,38.108 38,37 V 16 C 38,14.892 37.108,14 36,14 Z M 16,28 H 30 V 35.121 H 16 Z"/>
|
||||
<path style="fill:#ffffff" d="M 14,13 C 12.892,13 12,13.892 12,15 V 17 H 30 V 23.121 H 12 V 36 C 12,37.108 12.892,38 14,38 H 36 C 37.108,38 38,37.108 38,36 V 15 C 38,13.892 37.108,13 36,13 Z M 16,27 H 30 V 34.121 H 16 Z"/>
|
||||
<path style="fill:#ffffff;opacity:0.2" d="M 44 4 C 42.892 4 42 4.892 42 6 L 42 7 C 42 5.892 42.892 5 44 5 L 54 5 C 55.108 5 56 5.892 56 7 L 56 6 C 56 4.892 55.108 4 54 4 L 44 4 z"/>
|
||||
<path style="fill:#ffffff;opacity:0.2" d="M 6 42 C 4.892 42 4 42.892 4 44 L 4 45 C 4 43.892 4.892 43 6 43 L 36 43 C 37.108 43 38 43.892 38 45 L 38 44 C 38 42.892 37.108 42 36 42 L 6 42 z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1.7 KiB |
9
config/vms_icons/academix.svg
Normal file
|
@ -0,0 +1,9 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1.1">
|
||||
<circle style="opacity:.2" cx="32" cy="33" r="28"/>
|
||||
<path style="fill:#ffab32" d="M 32.310547,5.75 13.640625,53.132812 C 18.556679,57.407464 24.97385,60 32,60 c 7.246879,0 13.846357,-2.758061 18.818359,-7.275391 z"/>
|
||||
<path style="fill:#255f8a" d="M 30.480469 4.0546875 A 28 28 0 0 0 4 32 A 28 28 0 0 0 12.484375 52.041016 L 30.480469 4.0546875 z"/>
|
||||
<path style="fill:#df391e" d="M 33.529297 4.0761719 L 51.525391 52.066406 A 28 28 0 0 0 60 32 A 28 28 0 0 0 33.529297 4.0761719 z"/>
|
||||
<path style="fill:#ffffff;opacity:.2" d="M 32,4 A 28,28 0 0 0 4,32 28,28 0 0 0 4.0215,32.586 28,28 0 0 1 32,5 28,28 0 0 1 59.979,32.414 28,28 0 0 0 60,32 28,28 0 0 0 32,4 Z"/>
|
||||
<path style="opacity:.2" d="m32 5a28 28 0 0 0-3.068359 0.203125c-0.169467 0.521819-8.832998 27.144749-17.5625 46.683594a28 28 0 0 0 4.177734 3.734375l6.453125-13.621094h21l6.197266 13.082031a28 28 0 0 0 4.066406-3.878906c-8.854201-19.496442-18.037099-45.560508-18.199219-46.021484a28 28 0 0 0-3.064453-0.1816406zm0 8 8 23h-16z"/>
|
||||
<path style="fill:#ffffff" d="m32 4a28 28 0 0 0-3.068359 0.203125c-0.169467 0.521819-8.832998 27.144749-17.5625 46.683594a28 28 0 0 0 4.177734 3.734375l6.453125-13.621094h21l6.197266 13.082031a28 28 0 0 0 4.066406-3.878906c-8.854201-19.496442-18.037099-45.560508-18.199219-46.021484a28 28 0 0 0-3.064453-0.1816406zm0 8 8 23h-16l8-23z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1.4 KiB |
BIN
config/vms_icons/agarimos.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
7
config/vms_icons/aix.svg
Normal file
|
@ -0,0 +1,7 @@
|
|||
<svg width="64" height="64" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle cx="32" cy="33" r="28" style="opacity:.2"/>
|
||||
<circle cx="32" cy="32" r="28" style="fill:#95e000"/>
|
||||
<path d="M 32,4 A 28,28 0 0 0 4,32 28,28 0 0 0 4.0215,32.586 28,28 0 0 1 32,5 28,28 0 0 1 59.979,32.414 28,28 0 0 0 60,32 28,28 0 0 0 32,4 Z" style="fill:#ffffff;opacity:.2"/>
|
||||
<path d="m32 8a25 25 0 0 0-25 25 25 25 0 0 0 25 25 25 25 0 0 0 25-25 25 25 0 0 0-25-25zm0 2a23 23 0 0 1 23 23 23 23 0 0 1-23 23 23 23 0 0 1-23-23 23 23 0 0 1 23-23zm-12 16-5 13h3l1.199219-3h4.90039l0.900391 3h3l-4-13zm10 0v13h3v-13zm5 0 5 6.5-5 6.5h3l3.5-4.550781 3.5 4.550781h3l-5-6.5 5-6.5h-3l-3.5 4.550781-3.5-4.550781zm-13 3 1.199219 4h-2.798828z" style="opacity:.2"/>
|
||||
<path d="m32 7a25 25 0 0 0-25 25 25 25 0 0 0 25 25 25 25 0 0 0 25-25 25 25 0 0 0-25-25zm0 2a23 23 0 0 1 23 23 23 23 0 0 1-23 23 23 23 0 0 1-23-23 23 23 0 0 1 23-23zm-12 16-5 13h3l1.199219-3h4.90039l0.900391 3h3l-4-13h-4zm10 0v13h3v-13h-3zm5 0 5 6.5-5 6.5h3l3.5-4.550781 3.5 4.550781h3l-5-6.5 5-6.5h-3l-3.5 4.550781-3.5-4.550781h-3zm-13 3 1.199219 4h-2.798828l1.599609-4z" style="fill:#ffffff"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 5.2 KiB |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
4
config/vms_icons/android.svg
Normal file
|
@ -0,0 +1,4 @@
|
|||
<svg width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle cx="256" cy="256" r="256" fill="white"/>
|
||||
<path d="M343.543 201.953C340.414 201.954 337.354 201.026 334.751 199.288C332.148 197.55 330.12 195.078 328.921 192.187C327.723 189.296 327.409 186.114 328.019 183.044C328.629 179.974 330.136 177.154 332.349 174.941C334.561 172.727 337.381 171.22 340.45 170.608C343.52 169.997 346.702 170.31 349.594 171.507C352.485 172.704 354.957 174.732 356.697 177.334C358.436 179.936 359.365 182.996 359.365 186.125C359.36 190.321 357.692 194.343 354.726 197.31C351.76 200.277 347.739 201.947 343.543 201.953V201.953ZM168.645 201.953C165.515 201.954 162.456 201.026 159.853 199.288C157.25 197.55 155.221 195.078 154.023 192.187C152.825 189.296 152.511 186.114 153.121 183.044C153.731 179.974 155.237 177.154 157.45 174.941C159.663 172.727 162.482 171.22 165.552 170.608C168.622 169.997 171.803 170.31 174.695 171.507C177.587 172.704 180.059 174.732 181.798 177.334C183.538 179.936 184.466 182.996 184.467 186.125C184.463 190.321 182.795 194.344 179.829 197.311C176.863 200.278 172.841 201.948 168.645 201.953V201.953ZM349.218 106.638L380.841 51.867C381.273 51.1189 381.554 50.2929 381.667 49.4362C381.781 48.5795 381.724 47.7089 381.501 46.8741C381.278 46.0392 380.892 45.2565 380.367 44.5707C379.841 43.8848 379.185 43.3092 378.437 42.8767C377.689 42.4442 376.863 42.1632 376.006 42.05C375.15 41.9367 374.279 41.9932 373.444 42.2164C372.609 42.4396 371.827 42.825 371.141 43.3507C370.455 43.8763 369.879 44.5319 369.447 45.2801L337.425 100.743C312.938 89.5667 285.436 83.3436 256.091 83.3436C226.747 83.3436 199.248 89.5757 174.761 100.743L142.742 45.2801C142.31 44.5317 141.735 43.8758 141.049 43.3498C140.364 42.8237 139.581 42.4378 138.747 42.214C137.912 41.9903 137.042 41.9331 136.185 42.0458C135.329 42.1585 134.503 42.4388 133.754 42.8707C133.006 43.3026 132.35 43.8777 131.824 44.5631C131.298 45.2485 130.912 46.0308 130.688 46.8654C130.465 47.6999 130.407 48.5704 130.52 49.427C130.633 50.2837 130.913 51.1097 131.345 51.858L162.971 106.638C108.668 136.173 71.5257 191.147 66.0928 256.098H446.096C440.657 191.147 403.518 136.173 349.218 106.638" fill="#3DDC84"/>
|
||||
</svg>
|
After Width: | Height: | Size: 2.2 KiB |
8
config/vms_icons/antix.svg
Normal file
|
@ -0,0 +1,8 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" height="64" width="64" version="1.1">
|
||||
<circle style="opacity:.2" cx="32" r="28" cy="33"/>
|
||||
<circle style="fill:#acaeb5" cx="32" r="28" cy="32"/>
|
||||
<path style="opacity:.1;fill:#ffffff" d="m32 4a28 28 0 0 0 -28 28 28 28 0 0 0 0.0175781 0.492188 28 28 0 0 1 27.982422 -27.492188 28 28 0 0 1 27.974609 27.492188 28 28 0 0 0 0.025391 -0.492188 28 28 0 0 0 -28 -28z"/>
|
||||
<path style="opacity:.2" d="m20.800001 5c-3.800001 0-5.800001 0-13.800001 6 11-3 18 2 28 14-14 15-31 36-31 36h14l22-30c5 8 9 16 9 30h8.2c-0.2-11-6.2-24-13.2-35l6-7s3-4 7 0c0-4 3-6 3-6h-11c-0.935424 0-4 3-9 8-7-9-14-16-19.199999-16z"/>
|
||||
<path style="fill:#e4e4e4" d="m20.800001 4c-3.800001 0-5.800001 0-13.800001 6 11-3 18 2 28 14-14 15-31 36-31 36h14l22-30c5 8 9 16 9 30h8.2c-0.2-11-6.2-24-13.2-35l6-7s3-4 7 0c0-4 3-6 3-6h-11c-0.935424 0-4 3-9 8-7-9-14-16-19.199999-16z"/>
|
||||
<path style="opacity:.2;fill:#ffffff" d="m20.800781 4c-3.800001 0-5.800781 0-13.800781 6 0.6923586-0.1888251 1.3688392-0.3450152 2.03125-0.4707031 6.307517-4.4791332 8.322346-4.5292969 11.769531-4.5292969 5.199999 0 12.199219 7 19.199219 16 5-5 8.064576-8 9-8h9.919922c0.585065-0.655244 1.080078-1 1.080078-1h-11c-0.935424 0-4 3-9 8-7-9-13.99922-16-19.199219-16zm13.759766 20.482422c-13.914992 14.965049-30.560547 35.517578-30.560547 35.517578h0.8183594c2.1524425-2.648118 17.17748-21.066971 30.181641-35-0.149175-0.179011-0.29159-0.341686-0.439453-0.517578zm9.794922 1.101562l-0.355469 0.416016c6.79027 10.670425 12.623424 23.216803 13.150391 34h0.048828c-0.196535-10.809416-6.000499-23.539677-12.84375-34.416016z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1.6 KiB |
12
config/vms_icons/arch.svg
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg width="65px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 65 65" version="1.1" height="65px">
|
||||
<defs>
|
||||
<linearGradient id="lg" y1="26.924%" x2="28.129%" x1="54.638%" y2="79.519%">
|
||||
<stop stop-color="#fff" stop-opacity="0" offset="0"/>
|
||||
<stop stop-color="#fff" stop-opacity=".27451" offset="1"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<path d="m32.253 0.20991c-2.849 6.9843-4.579 11.559-7.75 18.336 1.944 2.061 4.334 4.453 8.211 7.164-4.168-1.715-7.009-3.432-9.133-5.219-4.059 8.47-10.423 20.531-23.328 43.719 10.14-5.854 18.002-9.466 25.328-10.844-0.314-1.351-0.481-2.819-0.469-4.344l0.008-0.32c0.161-6.498 3.542-11.495 7.547-11.156 4.004 0.339 7.122 5.884 6.961 12.383-0.031 1.224-0.173 2.4-0.414 3.492 7.247 1.418 15.034 5.013 25.039 10.789-1.973-3.632-3.74-6.905-5.422-10.024-2.649-2.053-5.411-4.724-11.047-7.617 3.874 1.007 6.65 2.171 8.812 3.469-17.098-31.835-18.48-36.068-24.343-49.828v-0.00009z" fill="#1793D1"/>
|
||||
<path id="path2522" fill-opacity=".16568" fill="#fff" d="m50.266 38.249c-13.872-18.827-17.087-34.002-17.902-37.625 7.4 17.067 7.349 17.277 17.902 37.625z"/>
|
||||
<path d="m32.378 0.45992c-0.36 0.88448-0.7 1.7468-1.032 2.5625-0.364 0.8946-0.718 1.7565-1.062 2.5938s-0.693 1.6309-1.031 2.4375c-0.339 0.8065-0.654 1.6039-1 2.4063-0.346 0.802-0.726 1.613-1.094 2.437-0.368 0.825-0.752 1.658-1.156 2.532-0.404 0.873-0.828 1.801-1.282 2.75-0.061 0.128-0.124 0.276-0.187 0.406 1.939 2.054 4.33 4.427 8.187 7.125-4.167-1.715-7-3.432-9.125-5.219-0.11 0.226-0.198 0.425-0.312 0.656-0.42 0.871-0.871 1.733-1.344 2.688-0.113 0.224-0.196 0.427-0.312 0.656-0.501 1.004-1.026 2.043-1.594 3.156-0.113 0.22-0.228 0.402-0.344 0.625-0.343 0.667-1.44 2.77-2.562 4.907-0.655 1.248-1.169 2.27-1.907 3.656-0.209 0.398-0.639 1.195-0.75 1.406 8.125-4.573 16.891-11.216 32.813-5.531-0.797-1.51-1.562-2.919-2.25-4.25-0.688-1.332-1.312-2.571-1.906-3.75s-1.143-2.291-1.657-3.344c-0.513-1.053-0.989-2.047-1.437-3s-0.885-1.87-1.281-2.75c-0.397-0.879-0.766-1.73-1.125-2.562-0.359-0.833-0.695-1.658-1.032-2.469-0.336-0.8115-0.672-1.5896-1-2.4063-0.142-0.3554-0.263-0.7338-0.406-1.0938-0.888-2.0849-1.759-4.1515-2.812-6.625v0.00002z" fill="url(#lg)"/>
|
||||
</svg>
|
After Width: | Height: | Size: 2.1 KiB |
7
config/vms_icons/archbang.svg
Normal file
|
@ -0,0 +1,7 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1.1">
|
||||
<path style="opacity:0.2" d="M 32,5 C 22,28 22,29 4,61 4,61 20,52 32,52 44,52 60,61 60,61 42,29 42,28 32,5 Z"/>
|
||||
<path style="fill:#1793d1" d="M 32,4 C 22,27 22,28 4,60 4,60 20,51 32,51 44,51 60,60 60,60 42,28 42,27 32,4 Z"/>
|
||||
<path style="opacity:0.2" d="M 37.551,17.787 C 37.551,17.787 35,19 31,19 31,22 32,22 32,29 32,35 31,43 31,43 L 35,40 38.865,20.766 Z M 31.5,46 A 3.5,3.5 0 0 0 28,49.5 3.5,3.5 0 0 0 29.227,52.16 C 30.166,52.066 31.097,52 32,52 32.608,52 33.232,52.038 33.857,52.082 A 3.5,3.5 0 0 0 35,49.5 3.5,3.5 0 0 0 31.5,46 Z"/>
|
||||
<path style="fill:#ffffff" d="M 37.551,16.787 C 37.551,16.787 35,18 31,18 31,21 32,21 32,28 32,34 31,42 31,42 L 35,39 38.865,19.766 Z M 31.5,45 A 3.5,3.5 0 0 0 28,48.5 3.5,3.5 0 0 0 29.227,51.16 C 30.166,51.066 31.097,51 32,51 32.608,51 33.232,51.038 33.857,51.082 A 3.5,3.5 0 0 0 35,48.5 3.5,3.5 0 0 0 31.5,45 Z"/>
|
||||
<path style="fill:#ffffff;opacity:0.2" d="M 32 4 C 22 27 22 28 4 60 C 4 60 4.3001 59.834 4.8027 59.566 C 21.912 29.116 22.168 27.613 32 5 C 41.832 27.613 42.088 29.116 59.197 59.566 C 59.7 59.834 60 60 60 60 C 42 28 42 27 32 4 z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
7
config/vms_icons/archlabs.svg
Normal file
|
@ -0,0 +1,7 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" height="64" width="64" version="1.1">
|
||||
<path style="opacity:.2" d="m32 5c-10 23-10 24-28 56 0 0 16-9 28-9s28 9 28 9c-18-32-18-33-28-56z"/>
|
||||
<path style="fill:#606060" d="m32 4c-10 23-10 24-28 56 0 0 16-9 28-9s28 9 28 9c-18-32-18-33-28-56z"/>
|
||||
<path style="opacity:.1;fill:#ffffff" d="m32 4c-10 23-10 24-28 56 0 0 0.3001-0.166 0.8027-0.434 17.1093-30.45 17.3653-31.953 27.1973-54.566 9.832 22.613 10.088 24.116 27.197 54.566 0.503 0.268 0.803 0.434 0.803 0.434-18-32-18-33-28-56z"/>
|
||||
<path style="opacity:.2" d="m33 23s-8 6-8 12c0 4.329786 0.915082 8.258574 2.080078 11.525391-0.048827-0.537201-0.080078-1.054922-0.080078-1.525391 0-6 4-10 4-10s4 3 4 8c0 2.747765-0.599053 6.364113-1.140625 9.082031 0.370699 0.02599 0.743604 0.0615 1.119141 0.101563 1.904968-2.895363 4.021484-7.213535 4.021484-12.183594 0-7-6-14-6-14z"/>
|
||||
<path style="fill:#ffffff" d="m33 22s-8 6-8 12c0 4.329786 0.915082 8.258574 2.080078 11.525391-0.048827-0.537201-0.080078-1.054922-0.080078-1.525391 0-6 4-10 4-10s4 3 4 8c0 2.747765-0.599053 6.364113-1.140625 9.082031 0.370699 0.025986 0.743604 0.061499 1.119141 0.101563 1.904968-2.895363 4.021484-7.213535 4.021484-12.183594 0-7-6-14-6-14v-3z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 798 B After Width: | Height: | Size: 798 B |
13
config/vms_icons/archman.svg
Normal file
|
@ -0,0 +1,13 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" height="64" width="64" version="1.1">
|
||||
<path style="opacity:.2;fill-rule:evenodd" d="m32 5c-2.492601 6.109852-3.998084 10.107126-6.773438 16.035156 1.701765 1.803598 3.384875 3.588807 6.777344 5.960938-3.64718-1.500502-5.728735-2.692639-7.58789-4.25586-3.55224 7.410947-9.117978 17.967313-20.41211 38.25586 8.859729-5.11365 15.033525-8.269898 21.433594-9.480469a9 11 0 0 1 -2.4375 -7.515625 9 11 0 0 1 9 -11 9 11 0 0 1 9 11 9 11 0 0 1 -2.308594 7.335938c-0.01431 0.06981-0.0199 0.145796-0.03516 0.214843 6.343287 1.240664 12.590981 4.391096 21.347656 9.445313-1.726691-3.178101-3.268536-6.042918-4.740234-8.771485-2.31831-1.796458-4.327405-3.697347-9.259766-6.228515 3.390226 0.880729 5.408716 1.459897 7.300782 2.595703-14.961549-27.85055-16.174274-31.555557-21.304684-43.591797z"/>
|
||||
<path style="fill-rule:evenodd;fill:#af0500" d="m32 4c-2.492601 6.109852-3.998084 10.107126-6.773438 16.035156 1.701765 1.803598 3.384875 3.588807 6.777344 5.960938-3.64718-1.500502-5.728735-2.692639-7.58789-4.25586-3.55224 7.410947-9.117978 17.967313-20.41211 38.25586 8.859729-5.11365 15.033525-8.269898 21.433594-9.480469a9 11 0 0 1 -2.4375 -7.515625 9 11 0 0 1 9 -11 9 11 0 0 1 9 11 9 11 0 0 1 -2.308594 7.335938c-0.014308 0.069813-0.019903 0.145796-0.035156 0.214843 6.343287 1.240664 12.590981 4.391096 21.347656 9.445313-1.726691-3.178101-3.268536-6.042918-4.740234-8.771485-2.31831-1.796458-4.327405-3.697347-9.259766-6.228515 3.390226 0.880729 5.408716 1.459897 7.300782 2.595703-14.961553-27.85055-16.174278-31.555557-21.304688-43.591797z"/>
|
||||
<path style="opacity:.2" d="m32 33a9 11 0 0 0 -9 11 9 11 0 0 0 2.517578 7.611328c0.578676-0.103005 1.156062-0.207006 1.746094-0.285156a6 9.5 0 0 1 -1.263672 -5.826172 6 9.5 0 0 1 6 -9.5 6 9.5 0 0 1 6 9.5 6 9.5 0 0 1 -1.269531 5.824219c0.59606 0.07885 1.179202 0.18485 1.763672 0.289062a9 11 0 0 0 2.505859 -7.613281 9 11 0 0 0 -9 -11z"/>
|
||||
<path style="fill:#c2c2c2" d="m32 32a9 11 0 0 0 -9 11 9 11 0 0 0 2.517578 7.611328c0.578676-0.103005 1.156062-0.207006 1.746094-0.285156a6 9.5 0 0 1 -1.263672 -5.826172 6 9.5 0 0 1 6 -9.5 6 9.5 0 0 1 6 9.5 6 9.5 0 0 1 -1.269531 5.824219c0.59606 0.078854 1.179202 0.18485 1.763672 0.289062a9 11 0 0 0 2.505859 -7.613281 9 11 0 0 0 -9 -11z"/>
|
||||
<path style="opacity:.2;fill:#ffffff" d="m32 32a9 11 0 0 0 -9 11 9 11 0 0 0 0.017578 0.414062 9 11 0 0 1 8.982422 -10.414062 9 11 0 0 1 8.984375 10.597656 9 11 0 0 0 0.015625 -0.597656 9 11 0 0 0 -9 -11zm5.986328 12.914062a6 9.5 0 0 1 -1.255859 5.410157c0.134612 0.017807 0.264979 0.04421 0.398437 0.064453a6 9.5 0 0 0 0.871094 -4.888672 6 9.5 0 0 0 -0.013672 -0.585938zm-11.972656 0.173829a6 9.5 0 0 0 -0.013672 0.412109 6 9.5 0 0 0 0.863281 4.890625c0.134087-0.020307 0.265143-0.046539 0.400391-0.064453a6 9.5 0 0 1 -1.25 -5.238281z"/>
|
||||
<path style="opacity:.1;fill-rule:evenodd;fill:#ffffff" d="m32 4c-2.492601 6.109852-3.998084 10.107126-6.773438 16.035156 0.100588 0.106607 0.205827 0.215662 0.306641 0.322266 2.566076-5.541029 4.076022-9.497167 6.466797-15.357422 5.033161 11.808088 6.374052 15.733871 20.546875 42.169922 0.256224 0.132152 0.508806 0.272397 0.757813 0.421875-14.96155-27.85055-16.174278-31.555557-21.304688-43.591797zm-7.583984 17.740234c-3.55224 7.410947-9.117978 17.967313-20.41211 38.25586 0.2787589-0.160894 0.5331095-0.301966 0.8066409-0.458985 10.690084-19.23275 16.149262-29.58628 19.605469-36.796875 1.859155 1.563221 3.94071 2.755358 7.58789 4.25586-1.255078-0.877594-2.226905-1.656717-3.101562-2.404297-1.850543-0.918986-3.240151-1.803748-4.486328-2.851563zm16.566406 21.673828a9 11 0 0 1 -2.291016 6.921876c-0.01431 0.069809-0.019896 0.145796-0.035156 0.214843 0.159475 0.031192 0.31912 0.077723 0.478516 0.111328a9 11 0 0 0 1.865234 -6.662109 9 11 0 0 0 -0.017578 -0.585938zm-17.966797 0.19336a9 11 0 0 0 -0.015625 0.392578 9 11 0 0 0 1.839844 6.652344c0.199375-0.041569 0.397929-0.098941 0.597656-0.136719a9 11 0 0 1 -2.421875 -6.908203zm22.988281 2.388672c4.932361 2.531168 6.941456 4.432057 9.259766 6.228515 1.229188 2.278947 2.565101 4.753987 3.958984 7.326172 0.264969 0.152028 0.5116 0.289675 0.78125 0.445313-1.726691-3.178101-3.268536-6.042918-4.740234-8.771485-1.668293-1.292759-3.193466-2.643358-5.746094-4.240234-1.011789-0.317543-2.129144-0.628602-3.513672-0.988281z"/>
|
||||
<path style="opacity:.2" d="m32 41-1.714844 4h-4.285156l3 3-3 6 6-3 6 3-3-6 3-3h-4.285156z"/>
|
||||
<path style="fill:#e6e6e6" d="m32 40-1.714844 4h-4.285156l3 3-3 6 6-3 6 3-3-6 3-3h-4.285156z"/>
|
||||
<path style="fill:#9f9f9f" d="m32 46-6 7 6-3z"/>
|
||||
<path style="fill:#f4f4f4" d="m32 40v6l6-2h-4.285156z"/>
|
||||
<path style="opacity:.2;fill:#ffffff" d="m32 40l-1.714844 4h-4.285156l1 1h3.285156l1.714844-4 1.714844 4h3.285156l1-1h-4.285156l-1.714844-4zm-3.333984 7.666016l-2.666016 5.333984 0.666016-0.333984 2.333984-4.666016-0.333984-0.333984zm6.667968 0l-0.333984 0.333984 2.333984 4.666016 0.666016 0.333984-2.666016-5.333984z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 4.8 KiB |
Before Width: | Height: | Size: 846 B After Width: | Height: | Size: 846 B |
5
config/vms_icons/artix.svg
Normal file
|
@ -0,0 +1,5 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" height="64" width="64" version="1.1">
|
||||
<path style="opacity:.2" d="m32 5-10 20 26 11zm-12 25-16 30 45-19zm32 15-14 7 22 8z"/>
|
||||
<path style="fill:#3bb2d4" d="m32 4-10 20 26 11zm-12 25-16 30 45-19zm32 15-14 7 22 8z"/>
|
||||
<path style="opacity:.2;fill:#ffffff" d="m32 4l-10 20 0.412109 0.173828 9.587891-19.173828 15.339844 29.720703 0.660156 0.279297-16-31zm-12 25l-16 30 0.6875-0.291016 15.3125-28.708984 27.751953 10.527344 1.248047-0.527344-29-11zm32 15l-14 7 1.158203 0.421875 12.841797-6.421875 7.337891 13.759766 0.662109 0.240234-8-15z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 588 B |
9
config/vms_icons/aryalinux.svg
Normal file
|
@ -0,0 +1,9 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1.1">
|
||||
<rect style="opacity:0.2" width="56" height="56" x="4" y="5" rx="2.8" ry="2.8"/>
|
||||
<rect style="fill:#4f4f4f" width="56" height="56" x="4" y="4" rx="2.8" ry="2.8"/>
|
||||
<path style="opacity:0.2" d="M 26,11 25,13.75 V 55 H 31 V 11 Z M 33,11 V 55 H 37 L 39,49 V 11 Z M 22,22 10,55 H 16 L 22,37.666 Z M 42,49 40,55 H 54 V 49 Z"/>
|
||||
<path style="fill:#16ae16" d="M 26,10 25,12.75 V 54 H 31 V 10 Z M 22,21 10,54 H 16 L 22,36.666 Z"/>
|
||||
<path style="fill:#ff8416" d="M 33,10 V 54 H 37 L 39,48 V 10 Z M 42,48 40,54 H 54 V 48 Z"/>
|
||||
<path style="opacity:0.2;fill:#ffffff" d="M 26,10 25,12.75 V 13.75 L 26,11 H 31 V 10 Z M 33,10 V 11 H 39 V 10 Z M 22,21 10,54 H 10.363 L 22,22 Z M 42,48 40,54 H 40.334 L 42,49 H 54 V 48 Z"/>
|
||||
<path style="fill:#ffffff;opacity:0.1" d="M 6.8008 4 C 5.2496 4 4 5.2496 4 6.8008 L 4 7.8008 C 4 6.2496 5.2496 5 6.8008 5 L 57.199 5 C 58.75 5 60 6.2496 60 7.8008 L 60 6.8008 C 60 5.2496 58.75 4 57.199 4 L 6.8008 4 z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1,016 B |
8
config/vms_icons/backbox.svg
Normal file
|
@ -0,0 +1,8 @@
|
|||
<svg width="64" height="64" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="m21 5c-0.506681-3.43e-4 -0.994611 0.191618-1.365234 0.53711l-15 13.999999c-0.405228 0.378556-0.635113 0.908352-0.634766 1.462891v38c1.1e-4 1.104524 0.895476 1.99989 2 2h36.999999c0.506681 3.43e-4 0.994611-0.191618 1.365234-0.537109l15.000001-14c0.405228-0.378556 0.635113-0.908352 0.634766-1.462891v-37.999999c-1.1e-4 -1.104524-0.895476-1.99989-2-2.000001z" style="opacity:.2"/>
|
||||
<path d="m21 4c-0.506681-3.431e-4 -0.994611 0.1916179-1.365234 0.5371094l-15 14c-0.4052278 0.378556-0.6351126 0.908352-0.6347656 1.462891v38c1.104e-4 1.104524 0.8954762 1.99989 2 2h37c0.506681 3.43e-4 0.994611-0.191618 1.365234-0.537109l15-14c0.405228-0.378556 0.635113-0.908352 0.634766-1.462891v-38c-1.1e-4 -1.1045238-0.895476-1.9998896-2-2z" style="fill:#e4e4e4"/>
|
||||
<path d="m23.251953 9c-0.523715 6.62e-5 -1.026513 0.2055334-1.400391 0.5722656l-13.251953 13c-0.383457 0.376101-0.599541 0.890619-0.599609 1.427734v31c1.1e-4 1.104524 0.895476 1.99989 2 2h30.748047c0.523715-6.6e-5 1.026513-0.205534 1.400391-0.572266l13.251953-13c0.383458-0.376101 0.599541-0.89062 0.599609-1.427734v-31c-1.1e-4 -1.1045238-0.895476-1.9998896-2-2z" style="opacity:.2"/>
|
||||
<path d="m23.251953 8c-0.523715 6.62e-5 -1.026513 0.2055334-1.400391 0.5722656l-13.251953 13c-0.3834579 0.376101-0.5995415 0.890619-0.5996094 1.427734v31c1.104e-4 1.104524 0.8954762 1.99989 2 2h30.748047c0.523715-6.6e-5 1.026513-0.205534 1.400391-0.572266l13.251953-13c0.383458-0.376101 0.599541-0.89062 0.599609-1.427734v-31c-1.1e-4 -1.1045238-0.895476-1.9998896-2-2z" style="fill:#489ad4"/>
|
||||
<path d="m23.251953 8c-0.523715 6.62e-5 -1.026513 0.2055334-1.400391 0.5722656l-13.251953 13c-0.383457 0.376101-0.5995414 0.890619-0.5996094 1.427734v1c6.8e-5 -0.537115 0.2161524-1.051633 0.5996094-1.427734l13.251953-13c0.373878-0.366733 0.876676-0.5721996 1.400391-0.5722656h30.748047c1.104524 1.1e-4 1.99989 0.895476 2 2v-1c-1.1e-4 -1.1045238-0.895476-1.9998896-2-2h-30.748047z" style="fill:#ffffff;opacity:.2"/>
|
||||
<path d="m21 4c-0.506681-3.43e-4 -0.994611 0.1916174-1.365234 0.5371094l-15 14c-0.405228 0.378556-0.6351126 0.908352-0.6347656 1.462891v1c-3.47e-4 -0.554539 0.2295376-1.084335 0.6347656-1.462891l15-14c0.370623-0.345492 0.858553-0.5374524 1.365234-0.5371094h37c1.104524 1.11e-4 1.99989 0.8954765 2 2v-1c-1.1e-4 -1.104524-0.895476-1.999889-2-2h-37z" style="fill:#ffffff;opacity:.2"/>
|
||||
</svg>
|
After Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 9.2 KiB After Width: | Height: | Size: 9.2 KiB |
11
config/vms_icons/blackarch.svg
Normal file
|
@ -0,0 +1,11 @@
|
|||
<svg width="64" height="64" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="m32.000461 12.999047c-1.780761 4.364945-2.854779 7.22011-4.83738 11.454857 1.215546 1.288284 2.707648 2.788465 5.13084 4.482844-2.605129-1.071787-4.38209-2.147773-5.710058-3.264359-2.537314 5.293533-6.51272 12.833839-14.579957 27.325658 6.340587-3.659654 10.755541-5.915926 15.33647-6.776915-0.1967-0.84579-0.308543-1.760678-0.300941-2.715266l7e-3 -0.203098c0.100601-4.061349 2.758208-7.299237 5.216699-7.304721 2.458491-0.0055 4.849284 4.010562 4.748663 8.071912-0.0189 0.76429-0.105151 1.499381-0.255782 2.181272 4.530919 0.886189 8.993123 3.136661 15.247891 6.746816-1.233351-2.270072-2.334173-4.316446-3.385386-6.265422-1.655936-1.283184-3.383086-2.953163-6.906201-4.76114 2.42159 0.629092 4.155442 1.354883 5.506917 2.166173-10.688167-19.895752-11.553342-22.539718-15.219086-31.139611z" style="fill-rule:evenodd;fill:#3f3f3f"/>
|
||||
<path d="m30 11v50l4-8v-42z" style="opacity:.2"/>
|
||||
<path d="m30 10v50l4-8v-42z" style="fill:#8e8e8e"/>
|
||||
<path d="m31.962891 13.001953a1.0001 1.0001 0 0 0-0.892579 0.626953v-0.0059c-1.785252 4.375994-2.848187 7.204218-4.816406 11.408244a1.0001 1.0001 0 0 0-0.04883 0.716797 1.0001 1.0001 0 0 0-0.527344 0.494141c-2.521327 5.260179-6.487338 12.78648-14.550781 27.271484a1.0001 1.0001 0 0 0 1.373049 1.351562c6.320645-3.648143 10.637618-5.836205 15.021484-6.660156a1.0001 1.0001 0 0 0 0.789063-1.208984c-0.179186-0.77048-0.281806-1.605404-0.275391-2.47461 1.5e-5 -2e-3 -1.6e-5 -0.0038 0-0.0059l0.0059-0.175781a1.0001 1.0001 0 0 0 2e-3 -0.0098c0.04507-1.81933 0.671959-3.456982 1.52539-4.599609 0.853432-1.142627 1.902315-1.728704 2.69336-1.730469 0.684008-0.0015 1.681429 0.683194 2.470703 2.019531 0.789273 1.336337 1.320642 3.20087 1.27539 5.027344-0.01743 0.704966-0.0971 1.377642-0.232421 1.990234a1.0001 1.0001 0 0 0 0.785156 1.197266c4.339217 0.848787 8.707105 3.03377 14.939366 6.630934a1.0001 1.0001 0 0 0 1.378906-1.341796c-1.232161-2.267883-2.333185-4.314014-3.384765-6.263672a1.0001 1.0001 0 0 0-0.267579-0.316407c-0.385133-0.29844-0.903112-0.707574-1.339843-1.0625a1.0001 1.0001 0 0 0 0.208984-1.214843c-10.681335-19.883035-11.507208-22.4429-15.179687-31.058594a1.0001 1.0001 0 0 0-0.953125-0.605469zm0.05078 3.525391c2.753117 6.50765 4.992704 11.53112 13.097656 26.722656-0.942295-0.391324-1.693944-0.824844-2.935547-1.158203-5e-3 -0.0026-0.0067-0.0052-0.01172-0.0078v2e-3c-0.08671-0.02324-0.116713-0.05712-0.205078-0.08008a1.0001 1.0001 0 0 0-0.707031 1.857422c3.312654 1.699974 4.916563 3.22014 6.580078 4.527344 0.534036 0.990263 1.144811 2.116351 1.716797 3.175781-4.363124-2.405987-8.12813-4.161663-11.714844-4.996094 0.06874-0.486774 0.161172-0.962805 0.173828-1.474609 0.05537-2.234876-0.557143-4.408093-1.552734-6.09375-0.995588-1.685715-2.422781-3.005981-4.197264-3.002011-1.667445 0.0037-3.177823 1.040178-4.292968 2.533203s-1.86634 3.504075-1.921875 5.746094l-0.0078 0.193359a1.0001 1.0001 0 0 0 0 0.02734c-0.0057 0.716819 0.120835 1.372646 0.226563 2.037109-3.63468 0.820785-7.414508 2.589668-11.835938 5.03711 6.191856-11.194886 10.2287-18.731992 12.509766-23.441407 1.295153 0.937957 2.830678 1.848426 4.974609 2.730469a1.0001 1.0001 0 0 0 0.953125-1.74414c-2.13067-1.489838-3.373088-2.757726-4.503906-3.9375 1.4239-3.091423 2.470044-5.716874 3.654297-8.654297z" style="fill-rule:evenodd;opacity:.2"/>
|
||||
<path d="m32.000461 12.999047c-1.780761 4.364945-2.854779 7.22011-4.83738 11.454857 1.215546 1.288284 2.707648 2.788465 5.13084 4.482844-2.605129-1.071787-4.38209-2.147773-5.710058-3.264359-2.537314 5.293533-6.51272 12.833839-14.579957 27.325658 6.340587-3.659654 10.755541-5.915926 15.33647-6.776915-0.1967-0.84579-0.308543-1.760678-0.300941-2.715266l7e-3 -0.203098c0.100601-4.061349 2.758208-7.299237 5.216699-7.304721 2.458491-0.0055 4.849284 4.010562 4.748663 8.071912-0.0189 0.76429-0.105151 1.499381-0.255782 2.181272 4.530919 0.886189 8.993123 3.136661 15.247891 6.746816-1.233351-2.270072-2.334173-4.316446-3.385386-6.265422-1.655936-1.283184-3.383086-2.953163-6.906201-4.76114 2.42159 0.629092 4.155442 1.354883 5.506917 2.166173-10.688167-19.895752-11.553342-22.539718-15.219086-31.139611z" style="fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:2;stroke:#3db0ea"/>
|
||||
<path d="m31.966797 12a1.0001 1.0001 0 0 0-0.892578 0.626953v-0.005859c-1.785252 4.375953-2.848187 7.204177-4.816407 11.408203a1.0001 1.0001 0 0 0-0.048828 0.716797 1.0001 1.0001 0 0 0-0.527343 0.49414c-2.521327 5.26018-6.487338 12.786481-14.550782 27.271485a1.0001 1.0001 0 0 0 0.007813 0.980469c8.054407-14.46922 12.019137-21.992746 14.539062-27.25a1.0001 1.0001 0 0 1 0.527344-0.494141 1.0001 1.0001 0 0 1 0.048828-0.716797c1.968219-4.204026 3.031155-7.032209 4.816406-11.408203v0.005859a1.0001 1.0001 0 0 1 0.892579-0.626953 1.0001 1.0001 0 0 1 0.953125 0.605469c3.670837 8.611842 4.49826 11.176486 15.166015 31.035156a1.0001 1.0001 0 0 0 0.017578-0.978516c-10.681334-19.883034-11.507208-22.4429-15.179687-31.058593a1.0001 1.0001 0 0 0-0.953125-0.605469zm-3.304688 12.488281c-0.108081 0.238913-0.190187 0.449009-0.302734 0.69336 1.130818 1.179774 2.373236 2.447662 4.503906 3.9375a1.0001 1.0001 0 0 1 0.291016 0.320312 1.0001 1.0001 0 0 0-0.287109-1.322265c-1.949418-1.3631-3.147944-2.534893-4.205079-3.628907zm3.59961 10.509766c-1.667446 0.0037-3.177824 1.040178-4.292969 2.533203s-1.866339 3.504075-1.921875 5.746094l-0.007813 0.193359a1.0001 1.0001 0 0 0 0 0.027344c-0.001103 0.138767 0.019647 0.267643 0.027344 0.402344 0.126199-2.088374 0.846915-3.959344 1.898438-5.367188 1.115145-1.493025 2.625523-2.529503 4.292968-2.533203 1.774483-0.00397 3.201678 1.316238 4.197266 3.001953 0.870264 1.473463 1.448332 3.31983 1.542969 5.253906 0.003072-0.054075 0.012308-0.105316 0.013672-0.160156v-0.001953c0.054959-2.23419-0.557439-4.408592-1.552735-6.09375-0.99559-1.685657-2.422783-3.005923-4.197265-3.001953zm9.404297 5.976562a1.0001 1.0001 0 0 0-0.81836 1.496094 1.0001 1.0001 0 0 1 1.111328-0.464844c0.088365 0.02296 0.118369 0.056838 0.205078 0.080079v-0.001954c0.00502 0.0026 0.006719 0.005213 0.011719 0.007813 1.241603 0.333359 1.993252 0.766879 2.935547 1.158203-0.274229-0.514001-0.426453-0.817422-0.6875-1.308594-0.662531-0.300666-1.319165-0.603215-2.24414-0.851562-0.005001-0.0026-0.006699-0.005213-0.011719-0.007813v0.001953c-0.08672-0.02324-0.116714-0.057118-0.205078-0.080078a1.0001 1.0001 0 0 0-0.296875-0.029297zm-13.601563 3.017579c-0.007309 0.112531-0.018659 0.223854-0.021484 0.33789a1.0001 1.0001 0 0 1-0.001953 0.009766l-0.00586 0.175781c-1.6e-5 0.0021 1.5e-5 0.003859 0 0.005859-0.00545 0.738459 0.080852 1.442807 0.212891 2.113282a1.0001 1.0001 0 0 0 0.066406-0.640625c-0.145931-0.627492-0.223175-1.305266-0.25-2.001953zm7.929688 0.314453c-0.028933 0.607802-0.096723 1.193788-0.214844 1.728515a1.0001 1.0001 0 0 0 0.060547 0.615235c0.089989-0.507743 0.154046-1.040403 0.167968-1.603516 0.006109-0.246552 4.5e-4 -0.493688-0.013671-0.740234zm12.220703 0.828125a1.0001 1.0001 0 0 1-0.328125 0.746093c0.436731 0.354926 0.95471 0.76406 1.339843 1.0625a1.0001 1.0001 0 0 1 0.267579 0.316407c1.047574 1.942231 2.14462 3.982671 3.371093 6.240234a1.0001 1.0001 0 0 0 0.017578-0.978516c-1.232246-2.267766-2.333184-4.314013-3.384765-6.263672a1.0001 1.0001 0 0 0-0.267578-0.316406c-0.292113-0.226358-0.664082-0.524875-1.015625-0.80664zm-22.101563 0.439453c-3.368562 0.784159-6.887144 2.397026-10.910156 4.585937-0.274437 0.497192-0.493915 0.901622-0.777344 1.414063 4.42143-2.447442 8.201258-4.216325 11.835938-5.03711-0.050999-0.320507-0.104933-0.638587-0.148438-0.96289zm11.84961 0.027343c-0.036259 0.325805-0.083469 0.646992-0.128907 0.96875 3.586714 0.834432 7.35172 2.590107 11.714844 4.996094-0.253245-0.469059-0.50134-0.928631-0.759766-1.40625-3.984144-2.159441-7.49326-3.764387-10.826171-4.558594z" style="fill-rule:evenodd;fill:#ffffff;opacity:.2"/>
|
||||
<path d="m31 4.912109c-0.554 0-1 0.446-1 1v5.087891a6 1.5 0 0 0-4 1.412109 6 1.5 0 0 0 4.863281 1.472656c0.04659 0.0066 0.08824 0.02734 0.136719 0.02734h2c0.05061 0 0.09403-0.02211 0.142578-0.0293a6 1.5 0 0 0 4.857422-1.470696 6 1.5 0 0 0-4-1.412109v-5.087891c0-0.554-0.446-1-1-1z" style="opacity:.2"/>
|
||||
<path d="m31 4c-0.554 0-1 0.446-1 1v5.087891a6 1.5 0 0 0-4 1.412109 6 1.5 0 0 0 4.863281 1.472656c0.046595 0.006603 0.088244 0.027344 0.136719 0.027344h1 1c0.050606 0 0.094032-0.022112 0.142578-0.029297a6 1.5 0 0 0 4.857422-1.470703 6 1.5 0 0 0-4-1.412109v-5.087891c0-0.554-0.446-1-1-1h-2z" style="fill:#4f4f4f"/>
|
||||
<path d="m31 4c-0.554 0-1 0.446-1 1v1c0-0.554 0.446-1 1-1h2c0.554 0 1 0.446 1 1v-1c0-0.554-0.446-1-1-1h-2zm-1 6.087891a6 1.5 0 0 0-4 1.412109 6 1.5 0 0 0 0.351562 0.5 6 1.5 0 0 1 3.648438-0.912109v-1zm4 0v1a6 1.5 0 0 1 3.646484 0.912109 6 1.5 0 0 0 0.353516-0.5 6 1.5 0 0 0-4-1.412109z" style="fill:#ffffff;opacity:.2"/>
|
||||
</svg>
|
After Width: | Height: | Size: 8.6 KiB |
1063
config/vms_icons/blendos.svg
Normal file
After Width: | Height: | Size: 667 KiB |
13
config/vms_icons/bodhi-linux.svg
Normal file
|
@ -0,0 +1,13 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" version="1.1">
|
||||
<circle style="opacity:0.2" cx="16.5" cy="16.5" r="14.5"/>
|
||||
<circle style="fill:#ff6600" cx="16.5" cy="15.5" r="14.5"/>
|
||||
<path style="fill:#ffffff;opacity:0.2" d="M 16.5 1 A 14.5 14.5 0 0 0 2 15.5 A 14.5 14.5 0 0 0 2.0214844 16.080078 A 14.5 14.5 0 0 1 16.5 2 A 14.5 14.5 0 0 1 30.978516 15.919922 A 14.5 14.5 0 0 0 31 15.5 A 14.5 14.5 0 0 0 16.5 1 z"/>
|
||||
<circle style="opacity:0.2" cx="16.5" cy="16.5" r="11.5"/>
|
||||
<circle style="fill:#ffffff" cx="16.5" cy="15.5" r="11.5"/>
|
||||
<g style="opacity:0.1" transform="matrix(0.17423004,0,0,0.17491385,-3.991199,21.43144)">
|
||||
<path d="M 186.56017,45.31822 C 169.54353,30.824731 163.17243,22.126838 145.15565,8.8368253 c -3.15476,-1.30232 -3.71374,-0.1462094 -7.5,2.0454607 -14.60684,8.45511 -17.35822,10.00604 -24.55233,10.00604 -6.12314,0 -7.87129,-0.45849 -13.972463,-3.66457 -3.835524,-2.01551 -7.630332,-4.60301 -8.432907,-5.75 -4.845162,-6.9244001 -5.459248,-9.246735 -8.747564,-15.6948549 -2.014792,-3.95084 -3.912143,-9.1258371 -4.216334,-11.4999971 -0.304192,-2.374159 -1.347466,-5.902078 -2.318387,-7.839821 -0.970921,-1.937742 -2.965576,-8.237742 -4.432568,-14 -2.102127,-8.257033 -2.534088,-13.414109 -2.038735,-18.171115 0.794682,-7.631544 -2.711578,-10.549938 -8.665695,-16.469331 -5.565005,-5.53255 -21.886299,-26.920684 -24.671105,-33.095537 -2.389232,-5.29773 -0.99227,-8.04207 1.781969,-3.50068 8.639069,14.142021 23.203099,31.068518 30.319588,35.239059 4.202392,2.462765 4.568877,1.67543 11.215999,0.487523 11.74418,-2.098802 31.583842,0.235823 37.779162,4.44565 2.10345,1.429331 4.40624,2.598784 5.1173,2.598784 0.71107,0 3.85351,0.9 6.98321,2 3.1297,1.1 6.76294,2 8.07388,2 3.55807,0 9.62047,2.680076 11.35064,5.531551 0.84105,1.386124 3.733,3.971076 6.42656,5.744338 3.96438,2.609893 5.61121,4.65292 8.64442,10.724111 4.24734,8.501356 4.49647,11.311387 2.26472,18.826489 -1.19912,4.037863 -2.91362,6.670709 -6.95425,10.679196 -7.01133,6.9555343 -8.96235,10.67067427 -4.91286,16.5249643 4.72019,6.8238797 15.06282,16.3700447 31.0052,30.4755747 8.23928,7.28998 15.23856,13.92696 15.55396,14.74887 2.38354,6.21142 -2.71278,4.01232 -13.69689,-5.91031 z"/>
|
||||
</g>
|
||||
<g transform="matrix(0.17423004,0,0,0.17491385,-3.991199,20.43144)">
|
||||
<path style="fill:#5a860b" d="M 186.56017,45.31822 C 169.54353,30.824731 163.17243,22.126838 145.15565,8.8368253 c -3.15476,-1.30232 -3.71374,-0.1462094 -7.5,2.0454607 -14.60684,8.45511 -17.35822,10.00604 -24.55233,10.00604 -6.12314,0 -7.87129,-0.45849 -13.972463,-3.66457 -3.835524,-2.01551 -7.630332,-4.60301 -8.432907,-5.75 -4.845162,-6.9244001 -5.459248,-9.246735 -8.747564,-15.6948549 -2.014792,-3.95084 -3.912143,-9.1258371 -4.216334,-11.4999971 -0.304192,-2.374159 -1.347466,-5.902078 -2.318387,-7.839821 -0.970921,-1.937742 -2.965576,-8.237742 -4.432568,-14 -2.102127,-8.257033 -2.534088,-13.414109 -2.038735,-18.171115 0.794682,-7.631544 -2.711578,-10.549938 -8.665695,-16.469331 -5.565005,-5.53255 -21.886299,-26.920684 -24.671105,-33.095537 -2.389232,-5.29773 -0.99227,-8.04207 1.781969,-3.50068 8.639069,14.142021 23.203099,31.068518 30.319588,35.239059 4.202392,2.462765 4.568877,1.67543 11.215999,0.487523 11.74418,-2.098802 31.583842,0.235823 37.779162,4.44565 2.10345,1.429331 4.40624,2.598784 5.1173,2.598784 0.71107,0 3.85351,0.9 6.98321,2 3.1297,1.1 6.76294,2 8.07388,2 3.55807,0 9.62047,2.680076 11.35064,5.531551 0.84105,1.386124 3.733,3.971076 6.42656,5.744338 3.96438,2.609893 5.61121,4.65292 8.64442,10.724111 4.24734,8.501356 4.49647,11.311387 2.26472,18.826489 -1.19912,4.037863 -2.91362,6.670709 -6.95425,10.679196 -7.01133,6.9555343 -8.96235,10.67067427 -4.91286,16.5249643 4.72019,6.8238797 15.06282,16.3700447 31.0052,30.4755747 8.23928,7.28998 15.23856,13.92696 15.55396,14.74887 2.38354,6.21142 -2.71278,4.01232 -13.69689,-5.91031 z"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 3.8 KiB |
7
config/vms_icons/bunsenlabs.svg
Normal file
|
@ -0,0 +1,7 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1.1">
|
||||
<circle style="opacity:0.2" cx="32" cy="33" r="28"/>
|
||||
<circle style="fill:#4f4f4f" cx="32" cy="32" r="28"/>
|
||||
<path style="fill:#ffffff;opacity:0.1" d="M 32,4 A 28,28 0 0 0 4,32 28,28 0 0 0 4.0215,32.586 28,28 0 0 1 32,5 28,28 0 0 1 59.979,32.414 28,28 0 0 0 60,32 28,28 0 0 0 32,4 Z"/>
|
||||
<path style="opacity:0.2" d="m34 11s-11 8-11 16c0 6.229112 1.347504 11.64169 3.048828 16.013672-0.018108-0.342677-0.048828-0.707818-0.048828-1.013672 0-8 4-14 4-14s4.292702 4.935915 5 8c1.432365 6.20515-2 19-2 19s9-11 9-20-7-18-8-19c-1.178511-1.178511 0-5 0-5z"/>
|
||||
<path style="fill:#fbb620" d="m34 10s-11 8-11 16c0 6.229112 1.347504 11.64169 3.048828 16.013672-0.018108-0.342677-0.048828-0.707818-0.048828-1.013672 0-8 4-14 4-14s4.292702 4.935915 5 8c1.432365 6.20515-2 19-2 19s9-11 9-20-7-18-8-19c-1.178511-1.178511 0-5 0-5z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 903 B |
Before Width: | Height: | Size: 8.1 KiB After Width: | Height: | Size: 8.1 KiB |
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.4 KiB |
|
@ -2,8 +2,8 @@
|
|||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="512"
|
||||
height="512"
|
||||
width="380mm"
|
||||
height="380mm"
|
||||
viewBox="0 0 380 380"
|
||||
version="1.1"
|
||||
id="svg1587"
|
Before Width: | Height: | Size: 4.8 KiB After Width: | Height: | Size: 4.8 KiB |
9
config/vms_icons/condres.svg
Normal file
|
@ -0,0 +1,9 @@
|
|||
<svg width="64" height="64" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect x="4" y="5" width="56" height="56" rx="2" ry="2" style="opacity:.2"/>
|
||||
<rect x="4" y="4" width="56" height="56" rx="2" ry="2" style="fill:#aeea66"/>
|
||||
<path d="M 4.4023438 4.8046875 C 4.1523531 5.1385259 4 5.5489962 4 6 L 4 58 C 4 59.108 4.892 60 6 60 L 32 60 L 4.4023438 4.8046875 z " style="fill:#f8d057"/>
|
||||
<path d="m59.597656 4.8046875-27.597656 55.195312h26c1.108 0 2-0.892 2-2v-52c0-0.4510038-0.152353-0.8614741-0.402344-1.1953125z" style="fill:#3195d2"/>
|
||||
<path d="m6 4c-1.108 0-2 0.892-2 2v1c0-1.108 0.892-2 2-2h52c1.108 0 2 0.892 2 2v-1c0-1.108-0.892-2-2-2h-52z" style="fill:#ffffff;opacity:.2"/>
|
||||
<path d="m 4.453125,5.744141 c -0.01659,0.02042 -0.035,0.03947 -0.05078,0.06055 L 32,61 59.597656,5.804688 c -0.01578,-0.02108 -0.0342,-0.04013 -0.05078,-0.06055 L 32,51 Z" style="opacity:.2"/>
|
||||
<path d="M 4.453125 4.7441406 C 4.4365392 4.7645566 4.4181264 4.7836113 4.4023438 4.8046875 L 32 60 L 59.597656 4.8046875 C 59.581874 4.7836113 59.563461 4.7645566 59.546875 4.7441406 L 32 50 L 4.453125 4.7441406 z " style="fill:#ffffff"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 4.5 KiB After Width: | Height: | Size: 4.5 KiB |
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 2 KiB After Width: | Height: | Size: 2 KiB |
BIN
config/vms_icons/dietpi.png
Normal file
After Width: | Height: | Size: 24 KiB |
1
config/vms_icons/dietpi.svg
Normal file
After Width: | Height: | Size: 39 KiB |
Before Width: | Height: | Size: 6 KiB After Width: | Height: | Size: 6 KiB |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
9
config/vms_icons/endeavouros.svg
Normal file
|
@ -0,0 +1,9 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1.1">
|
||||
<path style="opacity:0.2" d="M 37.071452,8.0011202 C 35.255846,8.2508236 2.0000003,49.207254 2.0000003,49.207254 c 0,0 2.390032,0.68109 7.83605,1.473148 C 11.604314,49.300548 36.381464,7.360899 37.13361,8.0202686 c -0.0128,-0.01686 -0.03334,-0.023068 -0.06218,-0.01912 z"/>
|
||||
<path style="opacity:0.2" d="M 37.13361,8.0202686 C 37.07145,8.0011286 9.8360503,50.680402 9.8360503,50.680402 c -2.3767644,3.920286 -4.2768466,7.07111 -4.2768466,7.07111 0,0 25.5492563,1.155594 45.4163463,-1.517298 C 79.246308,52.430692 45.165006,16.186543 37.13361,8.0202686 Z"/>
|
||||
<path style="fill:#7f7fff" d="M 37.13361,7.020269 C 37.07145,7.001129 9.8360503,49.680402 9.8360503,49.680402 c -2.3767644,3.920286 -4.2768466,7.07111 -4.2768466,7.07111 0,0 25.5492563,1.155594 45.4163463,-1.517298 C 79.246308,51.430692 45.165006,15.186543 37.13361,7.020269 Z"/>
|
||||
<path style="opacity:0.1" d="M 37.104062,8.005447 C 35.961174,7.8188896 9.8360503,50.680402 9.8360503,50.680402 c 0,0 24.6897517,1.484376 34.4139497,1.319598 27.534822,-0.466586 -0.762422,-35.548538 -7.11639,-43.9797314 -0.0082,-0.00838 -0.018,-0.01292 -0.02954,-0.01482 z"/>
|
||||
<path style="fill:#ff7f7f" d="M 37.071452,7.0011206 C 35.255846,7.250824 2.0000003,48.207254 2.0000003,48.207254 c 0,0 2.390032,0.68109 7.83605,1.473148 C 11.604314,48.300548 36.381464,6.3608994 37.13361,7.020269 37.12081,7.003409 37.10027,6.997201 37.07143,7.001149 Z"/>
|
||||
<path style="opacity:0.2;fill:#ffffff" d="M 37.072266 7.0019531 C 35.25666 7.2516565 2 48.207031 2 48.207031 C 2 48.207031 2.5217883 48.325187 2.6855469 48.367188 C 4.7278467 45.854173 35.316197 8.2434682 37.072266 8.0019531 C 37.084416 8.0002831 37.088456 8.0077856 37.097656 8.0097656 C 37.098956 8.0098656 37.102316 8.005661 37.103516 8.0058594 C 37.115056 8.0077594 37.124612 8.0111512 37.132812 8.0195312 C 42.800807 13.782712 61.44044 33.527973 61.984375 45.988281 C 62.459995 33.612387 42.954892 12.939384 37.132812 7.0195312 C 37.124612 7.0111513 37.115056 7.0077594 37.103516 7.0058594 C 37.1023 7.005661 37.098928 7.0098668 37.097656 7.0097656 C 37.08841 7.0077865 37.084416 7.0002898 37.072266 7.0019531 z M 9.2851562 50.591797 C 7.3423621 53.799632 5.5585937 56.751953 5.5585938 56.751953 C 5.5585938 56.751953 6.0928099 56.768939 6.1523438 56.771484 C 6.5827965 56.057963 7.7887903 54.056295 9.8359375 50.679688 C 9.6230138 50.64872 9.4887767 50.622389 9.2851562 50.591797 z"/>
|
||||
<path style="fill:#7f3fbf" d="M 37.104062,7.0054474 C 35.961174,6.81889 9.8360503,49.680402 9.8360503,49.680402 c 0,0 24.6897517,1.484376 34.4139497,1.319598 27.534822,-0.466586 -0.762422,-35.548538 -7.11639,-43.979731 -0.0082,-0.00838 -0.018,-0.01292 -0.02954,-0.01482 z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 2.7 KiB |
|
@ -2,8 +2,8 @@
|
|||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="512"
|
||||
height="512"
|
||||
width="500"
|
||||
height="500"
|
||||
viewBox="0 0 500 500"
|
||||
version="1.1"
|
||||
id="svg5"
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 5.6 KiB After Width: | Height: | Size: 5.6 KiB |
BIN
config/vms_icons/gabeeos.svg
Normal file
After Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 4.7 KiB |
7
config/vms_icons/ghostbsd.svg
Normal file
|
@ -0,0 +1,7 @@
|
|||
<svg width="64" height="64" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle cx="32" cy="33" r="28" style="opacity:.2"/>
|
||||
<circle cx="32" cy="32" r="28" style="fill:#4d4d5b"/>
|
||||
<path d="M 32,4 A 28,28 0 0 0 4,32 28,28 0 0 0 4.0215,32.586 28,28 0 0 1 32,5 28,28 0 0 1 59.979,32.414 28,28 0 0 0 60,32 28,28 0 0 0 32,4 Z" style="fill:#ffffff;opacity:.1"/>
|
||||
<path d="m47.4 12.000184c-6.499914 0-12.905085 2.833898-18.505085 7.033898-6.42307 4.817302-13.864407 14.101695-13.864407 19.701695 0 1.9799 1.4 4.2 4.2 4.2 7 0 15.769492-8.467796 15.769492-8.467796s-7.544908 8.443677-11.4 12.532203c-2.263787 2.400866-4.017578 2.607032-6.817578 6.807032-1.155739 1.733609 1.701654 2.429594 2.217578 2.192968 4.781355-2.192947 7.354843-7.029892 9.5-9 1.524394-1.4 6.301047-4.708475 12.586328-10.308475 0.358702-0.319593-1.756872-0.874199-2.086328-0.650782-4.2 2.848187-4.809766 3.959257-4.809766 3.959257s6.149975-7.607521 11.063514-13.6c0.988647-1.205739-0.713672-1.4-0.713672-1.4h-1.955078s8.915772-4.90799 8.981104-9c0.03161-1.979646-1.366102-4-4.166102-4zm-0.784766 2.892968c0.984984 0.05207 1.327417 0.493054 0.784766 1.307032-2.8 4.2-5.6 5.6-8.4 5.6-0.384803-0.350589 0-1.4 0-1.4s-3 1.2-3 2.6c0 1.319933 1.6 3 3 3 1.043498 0 2.740076-1 2.740076-1s-7.506534 8-18.140076 13.6c-2.769868 1.45871-4.699475-0.274457-4.369492-1.264407 1.4-4.2 7.799121-12.858172 13.864407-16.901695 5.775-3.85 11.353356-5.655473 13.520319-5.54093z" style="opacity:.2"/>
|
||||
<path d="m47.4 11c-6.499914 0-12.905085 2.833898-18.505085 7.033898-6.42307 4.817302-13.864407 14.101695-13.864407 19.701695 0 1.9799 1.4 4.2 4.2 4.2 7 0 15.769492-8.467796 15.769492-8.467796s-7.544908 8.443677-11.4 12.532203c-2.263787 2.400866-4.017578 2.607032-6.817578 6.807032-1.155739 1.733609 1.701654 2.429594 2.217578 2.192968 4.781355-2.192947 7.354843-7.029892 9.5-9 1.524394-1.4 6.301047-4.708475 12.586328-10.308475 0.358702-0.319593-1.756872-0.874199-2.086328-0.650782-4.2 2.848187-4.809766 3.959257-4.809766 3.959257s6.149975-7.607521 11.063514-13.6c0.988647-1.205739-0.713672-1.4-0.713672-1.4h-1.955078s8.915772-4.90799 8.981104-9c0.03161-1.979646-1.366102-4-4.166102-4zm-0.784766 2.892968c0.984984 0.052066 1.327417 0.493054 0.784766 1.307032-2.8 4.2-5.6 5.6-8.4 5.6-0.384803-0.350589 0-1.4 0-1.4s-3 1.2-3 2.6c0 1.319933 1.6 3 3 3 1.043498 0 2.740076-1 2.740076-1s-7.506534 8-18.140076 13.6c-2.769868 1.45871-4.699475-0.274457-4.369492-1.264407 1.4-4.2 7.799121-12.858172 13.864407-16.901695 5.775-3.85 11.353356-5.655473 13.520319-5.54093z" style="fill:#00a4b9"/>
|
||||
</svg>
|
After Width: | Height: | Size: 2.5 KiB |
BIN
config/vms_icons/haiku.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
8
config/vms_icons/hyperbola.svg
Normal file
|
@ -0,0 +1,8 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1.1">
|
||||
<rect opacity=".2" width="56" height="56" x="4" y="5" ry="8"/>
|
||||
<rect style="fill:#4f4f4f" width="56" height="56" x="4" y="4" ry="8"/>
|
||||
<path style="opacity:0.2" d="m 33.955078,12.826 c -7.908,18.48 9.935766,24.269784 22.009766,0.458984 -9.056,7.684 -22.259766,16.160216 -22.009766,-0.458984 z m 0.298828,17.169922 0.0039,0.0039 C 28.679602,30.017108 20.173717,35.956375 8,52.560375 33.930116,33.320375 39.037453,37.42 42.322266,52.576 44.235421,42.196 42.27243,29.975922 34.253906,29.995922 Z"/>
|
||||
<path fill="#fff" style="opacity:0.1" d="m12 4c-4.432 0-8 3.568-8 8v1c0-4.432 3.568-8 8-8h40c4.432 0 8 3.568 8 8v-1c0-4.432-3.568-8-8-8z"/>
|
||||
<path fill="#c0c0c0" d="M 34.258597,29 C 28.680387,29.01728 20.173717,34.956 8,51.56 33.930116,32.32 39.036507,36.42 42.32132,51.576 c 1.913155,-10.38 -0.04818,-22.6 -8.066704,-22.58 z"/>
|
||||
<path fill="#c0c0c0" d="m 33.955397,11.825613 c -7.908,18.48 9.936,24.27 22.01,0.4592 -9.056,7.684 -22.26,16.16 -22.01,-0.4592 z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1 KiB |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
10
config/vms_icons/kaos.svg
Normal file
|
@ -0,0 +1,10 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1.1">
|
||||
<path style="opacity:0.2" d="m 39.392523,8.0137983 c -1.02879,0.024802 -2.08077,0.142434 -3.146184,0.355421 -5.56842,1.1134202 -9.462607,4.6706687 -12.776003,8.6628947 -0.147284,-0.941278 -0.366404,-1.891346 -0.893892,-2.890236 -1.216084,-2.302868 -4.353632,-4.125364 -6.811525,-4.128349 -3.158204,-0.0038 -5.097313,1.358556 -6.7646852,2.819932 -1.6673723,1.461376 -3.033299,3.294503 -4.0830124,5.487541 -3.407543,7.119309 -1.7268627,14.709359 0.8158218,21.153398 2.5426844,6.444038 6.2563618,12.158218 9.1614058,16.095486 a 5.9963043,5.9997907 0 0 0 10.355863,-5.874208 c -0.1914,-0.45822 -0.226032,-0.747954 -0.398154,-1.183434 11.746007,-0.832106 16.299973,-2.000348 27.452988,3.647946 a 5.9963043,5.9997907 0 0 0 6.624162,-9.893198 C 54.038616,38.049164 46.422785,32.097673 37.499347,29.506995 c 2.457328,-1.441284 4.472566,-2.707168 8.021598,-4.75717 1.837799,-1.06143 3.529871,-2.315784 4.660723,-4.647814 1.130852,-2.332027 0.769696,-5.949066 -0.694814,-7.955957 C 46.557833,8.1322725 42.989497,7.9270829 39.392523,8.0137983 Z"/>
|
||||
<path style="fill:#124364" d="m 39.392523,7.0137993 c -1.02879,0.024802 -2.08077,0.142434 -3.146184,0.355421 -5.56842,1.1134203 -9.462607,4.6706677 -12.776003,8.6628937 -0.147284,-0.941277 -0.366404,-1.891345 -0.893892,-2.890235 -1.216084,-2.302868 -4.353632,-4.1253642 -6.811525,-4.1283494 -3.158204,-0.00384 -5.097313,1.3585564 -6.7646852,2.8199324 -1.6673723,1.461376 -3.033299,3.294503 -4.0830124,5.487541 -3.407543,7.119308 -1.7268627,14.709358 0.8158218,21.153398 2.5426844,6.444037 6.2563618,12.158217 9.1614058,16.095485 a 5.9963043,5.9997907 0 0 0 10.355863,-5.874208 c -0.1914,-0.45822 -0.226032,-0.747954 -0.398154,-1.183434 11.746007,-0.832106 16.299973,-2.000348 27.452988,3.647946 a 5.9963043,5.9997907 0 0 0 6.624162,-9.893198 C 54.038616,37.049165 46.422785,31.097673 37.499347,28.506995 c 2.457328,-1.441284 4.472566,-2.707168 8.021598,-4.75717 1.837799,-1.06143 3.529871,-2.315784 4.660723,-4.647812 1.130852,-2.332028 0.769696,-5.949068 -0.694814,-7.955959 C 46.557833,7.1322735 42.989497,6.9270839 39.392523,7.0137993 Z"/>
|
||||
<path style="opacity:0.2" d="m 39.511717,14.000002 c -0.679272,0.01637 -1.390158,0.09303 -2.117186,0.238281 -10.407485,2.079795 -17.056793,17.760492 -19.8125,26.562499 7.418183,-12.371477 13.512468,-14.673551 24.917968,-21.257812 4.893941,-2.824872 1.766626,-5.657532 -2.988282,-5.542968 z m -23.796873,2 c -1.657257,-0.002 -4.014544,1.927358 -5.4375,4.898437 C 5.751606,30.348473 14.299321,44.712112 19.679688,52 14.224301,38.947638 16.014133,32.783793 17.542969,19.929689 17.870754,17.172475 17.003821,16.001566 15.714844,16.000002 Z m 14.394531,18.113281 c -2.053118,-0.08762 -4.031377,0.19758 -5.863281,0.972656 -5.460545,2.31116 -7.77978,7.905169 -1.394532,7.511717 13.023113,-0.801768 19.328929,-2.285364 32.148436,4.203126 C 49.292726,41.88158 39.006211,34.493009 30.109375,34.113283 Z"/>
|
||||
<path style="fill:#3eb9ff" d="M 54.999998,45.8 C 47.975664,39.745598 34.016537,29.953895 24.246378,34.087619 18.785833,36.398779 16.466064,41.990352 22.851312,41.5969 35.874425,40.795132 42.180491,39.31151 54.999998,45.8"/>
|
||||
<path style="fill:#007ae0" d="m 17.580488,39.8 c 2.755706,-8.802007 9.40567,-24.48238 19.813155,-26.562175 5.816226,-1.162042 10.700907,2.075962 5.107832,5.304388 C 31.095975,25.126473 24.99867,27.428523 17.580488,39.8"/>
|
||||
<path style="fill:#0055b2" d="M 19.679548,51 C 14.299181,43.712112 5.7509914,29.348623 10.27673,19.898589 12.806428,14.616671 18.2903,12.626599 17.541077,18.928803 16.012241,31.782907 14.224162,37.947639 19.679548,51"/>
|
||||
<path style="opacity:0.2;fill:#ffffff" d="M 39.511719 13 C 38.832447 13.01637 38.121559 13.09303 37.394531 13.238281 C 26.987046 15.318076 20.337738 30.998774 17.582031 39.800781 C 17.830209 39.38689 18.071792 39.023996 18.316406 38.634766 C 21.407068 29.644967 27.773298 16.160954 37.394531 14.238281 C 38.121559 14.09303 38.832447 14.01637 39.511719 14 C 42.241852 13.934221 44.426508 14.841995 44.871094 16.160156 C 45.429578 14.326115 42.889793 12.918609 39.511719 13 z M 15.714844 15 C 14.057587 14.998 11.7003 16.927358 10.277344 19.898438 C 9.3749215 21.782753 9.0335784 23.871823 9.046875 26.052734 C 9.1365985 24.233001 9.5130631 22.494305 10.277344 20.898438 C 11.7003 17.927358 14.057587 15.998 15.714844 16 C 16.719733 16.001219 17.458227 16.72551 17.583984 18.345703 C 17.723274 16.018392 16.905909 15.001445 15.714844 15 z M 30.109375 33.113281 C 28.056255 33.025661 26.077998 33.310862 24.246094 34.085938 C 20.809455 35.540484 18.62584 38.293215 19.064453 40.037109 C 19.431171 38.365751 21.414808 36.28427 24.246094 35.085938 C 26.077998 34.310862 28.056255 34.025661 30.109375 34.113281 C 37.655195 34.435345 46.17275 39.793105 52.076172 44.416016 C 53.015125 44.83106 53.982509 45.285786 55 45.800781 C 49.292728 40.881579 39.006211 33.493007 30.109375 33.113281 z M 16.03125 35.589844 C 16.018953 36.145081 16.017786 36.699022 16.027344 37.253906 C 16.028922 37.032567 16.026341 36.811486 16.03125 36.589844 C 16.139577 40.56401 16.862909 44.608958 18.769531 49.701172 C 19.076716 50.143188 19.392644 50.611191 19.679688 51 C 17.083936 44.789498 16.155392 40.144205 16.03125 35.589844 z"/>
|
||||
<path style="opacity:0.1;fill:#ffffff" d="M 40.738281 7.0019531 C 40.290747 6.996802 39.8422 7.0028324 39.392578 7.0136719 C 38.363788 7.0384739 37.311508 7.1561536 36.246094 7.3691406 C 30.677674 8.4825609 26.784099 12.039024 23.470703 16.03125 C 23.323419 15.089973 23.10366 14.141468 22.576172 13.142578 C 21.360088 10.83971 18.223518 9.0166571 15.765625 9.0136719 C 12.607421 9.0098319 10.667372 10.372608 9 11.833984 C 7.3326277 13.29536 5.9676822 15.127274 4.9179688 17.320312 C 3.4909073 20.301842 2.9624135 23.366629 3.0097656 26.394531 C 3.0848481 23.69368 3.6477831 20.974085 4.9179688 18.320312 C 5.9676822 16.127275 7.3326277 14.29536 9 12.833984 C 10.667372 11.372608 12.607421 10.009872 15.765625 10.013672 C 18.223518 10.016657 21.360088 11.83971 22.576172 14.142578 C 23.10366 15.141468 23.323419 16.089973 23.470703 17.03125 C 26.784099 13.039024 30.677674 9.4825609 36.246094 8.3691406 C 37.311508 8.1561536 38.363788 8.0384739 39.392578 8.0136719 C 42.989552 7.9269565 46.557307 8.1327034 49.486328 12.146484 C 50.283657 13.239103 50.739789 14.808736 50.820312 16.388672 C 50.926648 14.493793 50.452855 12.470964 49.486328 11.146484 C 46.923435 7.6344264 43.87102 7.0380111 40.738281 7.0019531 z M 38.595703 28.853516 C 38.235399 29.068024 37.873809 29.288564 37.5 29.507812 C 46.423438 32.098491 54.038995 38.049751 58.929688 42.267578 A 5.9963043 5.9997907 0 0 1 60.972656 46.289062 A 5.9963043 5.9997907 0 0 0 58.929688 41.267578 C 54.241182 37.22412 47.044269 31.595137 38.595703 28.853516 z M 25.179688 48.486328 C 25.055791 48.495288 24.977085 48.502827 24.851562 48.511719 C 25.023684 48.947199 25.0586 49.237093 25.25 49.695312 A 5.9963043 5.9997907 0 0 1 25.685547 51.478516 A 5.9963043 5.9997907 0 0 0 25.25 48.695312 C 25.216702 48.615596 25.205045 48.5575 25.179688 48.486328 z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 6.9 KiB |
Before Width: | Height: | Size: 5.4 KiB After Width: | Height: | Size: 5.4 KiB |
25
config/vms_icons/knoppix.svg
Normal file
|
@ -0,0 +1,25 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1.1">
|
||||
<path style="opacity:0.2" d="M 18,31 H 46 C 46,31 48,23.222 56,17 56,15 56,14 51,16 47,19.111 33,28 33,28 H 31 C 31,28 18,19.111 14,16 8,14 8,15 8,17 16,23.222 18,31 18,31 Z"/>
|
||||
<path style="opacity:0.2" d="M 17,45 H 47 L 50,52.068 53,52 C 55.564,51.942 58,54.625 58,56 54.97,57.375 49,58 49,58 L 40,59 32.5,53.5 25,59 15,58 C 15,58 8.5792,57.375 6,56 6,54.625 8.4353,52 11,52 H 14 Z"/>
|
||||
<path style="fill:#f77d00" d="M 17,44 H 47 L 50,51.068 53,51 C 55.564,50.942 58,53.625 58,55 54.97,56.375 49,57 49,57 L 40,58 32.5,52.5 25,58 15,57 C 15,57 8.5792,56.375 6,55 6,53.625 8.4353,51 11,51 H 14 Z"/>
|
||||
<path style="opacity:0.2;fill:#ffffff" d="M 17,44 14,51 H 11 C 8.4353,51 6,53.625 6,55 6.076,55.041 6.1832,55.074 6.2656,55.113 6.9423,53.726 8.9168,52 11,52 H 14 L 17,45 H 47 L 50,52.068 53,52 C 55.08,51.953 57.053,53.703 57.732,55.102 57.817,55.066 57.919,55.037 58,55 58,53.625 55.564,50.942 53,51 L 50,51.068 47,44 Z"/>
|
||||
<path style="opacity:0.2" d="M 36.75,61 H 51 C 51,55.714 45.442,53.467 41.5,53.072 37.974,52.718 32,56.219 32,56.219 32,56.219 24.301,52.118 20.125,53.072 16.835,53.823 13,55.714 13,61 H 27.25 C 30.273,61 32,57.813 32,57.813 32,57.813 33.727,61 36.75,61 Z"/>
|
||||
<path style="fill:#eab108" d="M 36.75,60 H 51 C 51,54.714 45.442,52.467 41.5,52.072 37.974,51.718 32,55.219 32,55.219 32,55.219 24.301,51.118 20.125,52.072 16.835,52.823 13,54.714 13,60 H 27.25 C 30.273,60 32,56.813 32,56.813 32,56.813 33.727,60 36.75,60 Z"/>
|
||||
<path style="opacity:0.2;fill:#ffffff" d="M 21.834,51.934 C 21.224,51.913 20.647,51.953 20.125,52.072 16.835,52.823 13,54.714 13,60 H 13.051 C 13.506,55.472 17.052,53.774 20.125,53.072 24.301,52.118 32,56.219 32,56.219 32,56.219 37.974,52.718 41.5,53.072 45.183,53.441 50.275,55.429 50.928,60 H 51 C 51,54.714 45.442,52.467 41.5,52.072 37.974,51.718 32,55.219 32,55.219 32,55.219 26.105,52.079 21.834,51.934 Z"/>
|
||||
<path style="fill:#4f4f4f" d="M 18,30 H 46 C 46,30 48,22.222 56,16 56,14 56,13 51,15 47,18.111 33,27 33,27 H 31 C 31,27 18,18.111 14,15 8,13 8,14 8,16 16,22.222 18,30 18,30 Z"/>
|
||||
<path style="opacity:0.1;fill:#ffffff" d="M 9.4648,13.91 C 8,13.891 8,14.75 8,16 8.0172,16.013 8.0317,16.028 8.0488,16.041 8.2095,14.752 9.0848,14.362 14,16 18,19.111 31,28 31,28 H 33 C 33,28 47,19.111 51,16 55.088,14.365 55.823,14.751 55.959,16.033 55.973,16.022 55.986,16.011 56,16 56,14 56,13 51,15 47,18.111 33,27 33,27 H 31 C 31,27 18,18.111 14,15 11.75,14.25 10.344,13.922 9.4648,13.91 Z"/>
|
||||
<path style="opacity:0.2" d="M 32,5 C 26.63,5 22,9.9964 22,16.201 22,19.883 21.44,22.679 20.625,25 H 12 C 9.0002,25.032 4,27 4,28 9.1043,28.681 13.077,29.943 17.437,31.309 15.646,34.246 14,36.969 14,41.4 14,52.225 22.059,61 32,61 41.941,61 50,52.225 50,41.4 50,36.888 48.295,34.147 46.465,31.146 50.404,29.844 55.751,28.654 60,28 60,27 55,25 52,25 H 43.375 C 42.56,22.679 42,19.883 42,16.201 42,9.9964 37.37,5 32,5 Z"/>
|
||||
<path style="fill:#cbcbcb" d="M 32,4 C 26.63,4 22,9 22,15 22,19 21.44,21.679 20.625,24 H 12 C 9.0002,24.032 4,26 4,27 9.1043,27.681 13.077,28.943 17.437,30.309 15.646,33.246 14,35.969 14,40.4 14,51.225 22.059,60 32,60 41.941,60 50,51.225 50,40.4 50,35.888 48.295,33.147 46.465,30.146 50.404,28.844 55.751,27.654 60,27 60,26 55,24 52,24 H 43.375 C 42.56,21.679 42,19 42,15 42,9 37.37,4 32,4 Z"/>
|
||||
<path style="opacity:0.1" d="M 32,21 C 28.42,21 26,24.233 26,28 26,36.501 20,37 20,43 20,49.572 25.373,55 32,55 38.627,55 44,49.572 44,43 44,37 38,36.501 38,28 38,24.233 35.58,21 32,21 Z"/>
|
||||
<path style="fill:#ffffff" d="M 32,20 C 28.42,20 26,23.233 26,27 26,35.501 20,36 20,42 20,48.572 25.373,54 32,54 38.627,54 44,48.572 44,42 44,36 38,35.501 38,27 38,23.233 35.58,20 32,20 Z"/>
|
||||
<circle style="opacity:0.1" cx="28" cy="15" r="4"/>
|
||||
<circle style="fill:#ffffff" cx="28" cy="14" r="4"/>
|
||||
<circle style="fill:#323232" cx="28" cy="14" r="2"/>
|
||||
<path style="opacity:0.1" d="M 38,20.2 C 38,24.066 35.314,27 32,27 28.686,27 26,24.066 26,20.2 Z"/>
|
||||
<path style="fill:#f77d00" d="M 38,19.2 C 38,23.066 35.314,26 32,26 28.686,26 26,23.066 26,19.2 Z"/>
|
||||
<circle style="opacity:0.1" cx="36" cy="15" r="4"/>
|
||||
<circle style="fill:#ffffff" cx="36" cy="14" r="4"/>
|
||||
<circle style="fill:#323232" cx="36" cy="14" r="2"/>
|
||||
<path style="fill:#eab108" d="M 38,19.333 C 38,20 35.314,24 32,24 28.686,24 26,20 26,19.333 26,17.492 28.686,16 32,16 35.314,16 38,17.492 38,19.333 Z"/>
|
||||
<path style="opacity:0.2;fill:#ffffff" d="M 32,4 C 26.63,4 22,9 22,15 22,19 21.44,21.679 20.625,24 H 12 C 9.0002,24.032 4,26 4,27 4.2796,27.037 4.5434,27.082 4.8164,27.123 6.3563,26.144 9.7427,25.024 12,25 H 20.625 C 21.44,22.679 22,20 22,16 22,10 26.63,5 32,5 37.37,5 42,10 42,16 42,20 42.56,22.679 43.375,25 H 52 C 54.273,25 57.684,26.147 59.209,27.139 59.467,27.096 59.749,27.039 60,27 60,26 55,24 52,24 H 43.375 C 42.56,21.679 42,19 42,15 42,9 37.37,4 32,4 Z M 46.969,30.996 C 46.808,31.047 46.621,31.095 46.465,31.146 48.224,34.032 49.852,36.693 49.977,40.902 49.98,40.734 50,40.57 50,40.4 50,36.318 48.59,33.683 46.969,30.996 Z M 16.939,31.154 C 15.359,33.787 14,36.396 14,40.4 14,40.569 14.02,40.733 14.023,40.9 14.146,36.77 15.717,34.13 17.438,31.309 17.269,31.256 17.107,31.207 16.939,31.154 Z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 5.1 KiB |
BIN
config/vms_icons/kolibrios.svg
Normal file
After Width: | Height: | Size: 3.6 KiB |
12
config/vms_icons/korora.svg
Normal file
|
@ -0,0 +1,12 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1.1">
|
||||
<path style="opacity:0.2" d="M 40,5 C 28.954,5 20,13.954 20,25 20,36.046 28.954,45 40,45 51.046,45 60,36.046 60,25 V 8.058 C 60,6.358 58.642,5 56.942,5 Z"/>
|
||||
<path style="fill:#666666" d="M 40,4 C 28.954,4 20,12.954 20,24 20,35.046 28.954,44 40,44 51.046,44 60,35.046 60,24 V 7.058 C 60,5.358 58.642,4 56.942,4 Z"/>
|
||||
<path style="opacity:0.2" d="M 40,39 C 47.76,39 54,32.76 54,25 V 11 H 40 C 32.24,11 26,17.24 26,25 26,32.76 32.24,39 40,39 Z"/>
|
||||
<path style="fill:#ececec" d="M 40,38 C 47.76,38 54,31.76 54,24 V 10 H 40 C 32.24,10 26,16.24 26,24 26,31.76 32.24,38 40,38 Z"/>
|
||||
<path style="opacity:0.2" d="M 24,21 C 12.954,21 4,29.954 4,41 V 57.94 C 4,59.64 5.3658,61 7.0618,61 H 24 C 35.046,61 44,52.046 44,41 44,29.954 35.046,21 24,21 Z"/>
|
||||
<path style="fill:#ffffff;opacity:0.1" d="M 40 4 C 28.954 4 20 12.954 20 24 C 20 24.168 20.008 24.333 20.012 24.5 C 20.278 13.686 29.122 5 40 5 L 56.941 5 C 58.641 5 60 6.3586 60 8.0586 L 60 7.0586 C 60 5.3586 58.641 4 56.941 4 L 40 4 z"/>
|
||||
<path style="fill:#808080" d="M 24,20 C 12.954,20 4,28.954 4,40 V 56.94 C 4,58.64 5.3658,60 7.0618,60 H 24 C 35.046,60 44,51.046 44,40 44,28.954 35.046,20 24,20 Z"/>
|
||||
<path style="opacity:0.2" d="M 24,27 C 16.24,27 10,33.24 10,41 V 55 H 24 C 31.76,55 38,48.76 38,41 38,33.24 31.76,27 24,27 Z"/>
|
||||
<path style="fill:#ffffff" d="M 24,26 C 16.24,26 10,32.24 10,40 V 54 H 24 C 31.76,54 38,47.76 38,40 38,32.24 31.76,26 24,26 Z"/>
|
||||
<path style="fill:#ffffff;opacity:0.2" d="M 24 20 C 12.954 20 4 28.954 4 40 L 4 41 C 4 29.954 12.954 21 24 21 C 34.878 21 43.722 29.686 43.988 40.5 C 43.992 40.333 44 40.168 44 40 C 44 28.954 35.046 20 24 20 z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
10
config/vms_icons/linux-lite.svg
Normal file
|
@ -0,0 +1,10 @@
|
|||
<svg width="64" height="64" version="1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect x="4" y="5" width="56" height="56" rx="2.8" ry="2.8" style="opacity:.2"/>
|
||||
<rect x="4" y="4" width="56" height="56" rx="2.8" ry="2.8" style="fill:#4f4f4f"/>
|
||||
<path d="M 6.8007812 4 C 5.2495812 4 4 5.2495812 4 6.8007812 L 4 7.8007812 C 4 6.2495812 5.2495812 5 6.8007812 5 L 57.199219 5 C 58.750419 5 60 6.2495813 60 7.8007812 L 60 6.8007812 C 60 5.2495813 58.750419 4 57.199219 4 L 6.8007812 4 z" style="fill:#ffffff;opacity:.1"/>
|
||||
<path d="m36.880584 8.9999994c-3.476506 2.1018166-7.047576 4.0577886-10.447178 6.2803116-1.247274 5.959453-2.4558 11.927647-3.623944 17.903093 1.31099 1.664394 2.748874 3.224644 4.10668 4.850702-1.32631-0.423192-2.992426-1.377402-4.456142-1.968058 1.152254 4.255722 2.357526 8.498852 3.614382 12.724868 1.680506-0.14454 3.348232-0.413142 5.028196-0.563192-1.205986 1.242438-2.508102 2.388196-3.721246 3.623592 2.120792-0.882468 4.206668-1.846678 6.320318-2.746122 0.40609 0.665274-0.798058 3.047558-0.960296 4.339976 0.926522-1.50051 1.809066-3.028632 2.689532-4.55669l0.811316-0.381574s-0.237584-0.238074 0 0c1.842638 0.290654 3.681202 0.64152 5.522338 0.919148-1.656868-0.813338-3.341298-1.56942-4.99819-2.38271 1.656928-0.68688 3.422368-1.208112 5.114882-1.848296-1.664556-0.0156-3.329206 0.02998-4.993802 0.011 0.26891-0.593796 2.278384-1.641338 3.14884-2.452726-1.215822-1.412202-2.585738-2.684676-3.810388-4.089218 2.118056-6.936158 4.340664-13.840184 6.515798-20.758717-1.950644-2.970338-3.856266-5.971576-5.861096-8.9054682z" style="opacity:.2"/>
|
||||
<path d="m36.880584 7.9999994c-3.476506 2.1018166-7.047576 4.0577886-10.447178 6.2803116-1.247274 5.959453-2.4558 11.927647-3.623944 17.903093 1.31099 1.664394 2.748874 3.224644 4.10668 4.850702-1.32631-0.423192-2.992426-1.377402-4.456142-1.968058 1.152254 4.255722 2.357526 8.498852 3.614382 12.724868 1.680506-0.14454 3.348232-0.413142 5.028196-0.563192-1.205986 1.242438-2.508102 2.388196-3.721246 3.623592 2.120792-0.882468 4.206668-1.846678 6.320318-2.746122 0.40609 0.665274-0.798058 3.047558-0.960296 4.339976 0.926522-1.50051 1.809066-3.028632 2.689532-4.55669l0.811316-0.381574s-0.237584-0.238074 0 0c1.842638 0.290654 3.681202 0.64152 5.522338 0.919148-1.656868-0.813338-3.341298-1.56942-4.99819-2.38271 1.656928-0.68688 3.422368-1.208112 5.114882-1.848296-1.664556-0.0156-3.329206 0.02998-4.993802 0.011 0.26891-0.593796 2.278384-1.641338 3.14884-2.452726-1.215822-1.412202-2.585738-2.684676-3.810388-4.089218 2.118056-6.936158 4.340664-13.840184 6.515798-20.758717-1.950644-2.970338-3.856266-5.971576-5.861096-8.9054682z" style="fill:#ffc107"/>
|
||||
<path d="m35.192278 14.984701c-2.929074 7.874205-4.77914 17.390543-5.228764 26.187523-0.10594 1.225772-0.07606 0.977402 0.72363 1.93985 3.969068 4.777628 7.9297 9.83238 11.92074 13.887926l-0.0013-0.280112c-3.815192-5.231198-7.63038-9.641566-11.445568-14.293172-0.333766-0.400656-0.424738-0.406318-0.396902-0.89176 0.506408-8.817444 2.489944-18.580452 4.428164-26.550255z" style="opacity:.2"/>
|
||||
<path d="m35.192278 13.984701c-2.929074 7.874205-4.77914 17.390543-5.228764 26.187523-0.10594 1.225772-0.07606 0.977402 0.72363 1.93985 3.969068 4.777628 7.9297 9.83238 11.92074 13.887926l-0.0013-0.280112c-3.815192-5.231198-7.63038-9.641566-11.445568-14.293172-0.333766-0.400656-0.424738-0.406318-0.396902-0.89176 0.506408-8.817444 2.489944-18.580452 4.428164-26.550255z" style="fill:#ffffff"/>
|
||||
<path d="m36.878906 8c-3.476506 2.101817-7.04571 4.058727-10.445312 6.28125-1.247274 5.959454-2.456856 11.926898-3.625 17.902344 0.05178 0.06574 0.106062 0.129474 0.160156 0.193359 1.119106-5.705721 2.273727-11.404566 3.464844-17.095703 3.399602-2.222523 6.968806-4.179433 10.445312-6.28125 1.931915 2.827187 3.773516 5.71763 5.650391 8.582031 0.0707-0.225337 0.142055-0.450471 0.212891-0.675781-1.950644-2.970338-3.858452-5.972358-5.863282-8.90625zm-14.417968 27.066406c0.104174 0.384757 0.215605 0.767468 0.326171 1.150391 0.469227 0.203942 0.94783 0.426217 1.431641 0.658203 0.469998 0.5516 0.939547 1.104201 1.412109 1.654297 0.447324 0.196563 0.885262 0.37764 1.28711 0.505859-0.887434-1.062758-1.801155-2.10617-2.699219-3.160156-0.594094-0.284866-1.192849-0.580612-1.757812-0.808594zm14.234374 3.101563c-0.15366 0.499518-0.316118 0.996262-0.46875 1.496093 0.07577 0.0869 0.15581 0.169742 0.232422 0.25586 0.07933-0.250475 0.159076-0.500821 0.236328-0.751953 0.926273 1.014959 1.89306 1.992703 2.814454 3.011719 0.198139-0.146244 0.378968-0.289295 0.52539-0.425782-1.06609-1.238286-2.238619-2.379275-3.339844-3.585937zm5.1875 6.027343c-0.806897-0.0076-1.614948-0.0031-2.421874 0.0039-0.792893 0.586308-1.78296 1.205864-2.277344 1.6875 1.535858-0.607116 3.145962-1.103894 4.699218-1.691407zm-4.925781 1.9375c-0.014 0.0225-0.06063 0.05286-0.07031 0.07422 0.07418 8.46e-4 0.148478-6.02e-4 0.222656 0-0.0508-0.02466-0.101604-0.04946-0.152344-0.07422zm2.171875 1.035157c-0.516216 0.17854-1.020412 0.37413-1.527344 0.566406 1.387904 0.235364 2.776085 0.48211 4.164063 0.691406-0.8739-0.428988-1.755569-0.843884-2.636719-1.257812zm-8.027344 2.058593c-0.774011 0.06914-1.545142 0.162079-2.316406 0.257813-0.47289 0.450396-0.944834 0.901286-1.402344 1.367187 1.242643-0.517065 2.471847-1.065652 3.703126-1.609374zm2.601563 0.878907c-0.11374 0.0484-0.22625 0.09968-0.339844 0.148437-0.2566 0.77942-0.546797 1.599545-0.621093 2.191406 0.179051-0.289975 0.347795-0.586339 0.519531-0.880859 0.03479-0.104665 0.06737-0.206691 0.101562-0.310547 0.03724-0.01598 0.07424-0.03249 0.111328-0.04883 0.09472-0.162721 0.191145-0.324382 0.28711-0.486328 0.02908-0.25601 0.02455-0.477095-0.05859-0.613281z" style="fill:#ffffff;opacity:.2"/>
|
||||
</svg>
|
After Width: | Height: | Size: 5.5 KiB |
Before Width: | Height: | Size: 519 B After Width: | Height: | Size: 519 B |
Before Width: | Height: | Size: 1 KiB After Width: | Height: | Size: 1 KiB |
7
config/vms_icons/lmde.svg
Normal file
|
@ -0,0 +1,7 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1.1">
|
||||
<circle style="opacity:0.2" cx="32" cy="33" r="28"/>
|
||||
<circle style="fill:#86be43" cx="32" cy="32" r="28"/>
|
||||
<path style="opacity:0.2" d="M 13.999893,16 V 39.714844 C 13.999893,45.365028 18.634864,50 24.285049,50 h 15.429688 c 5.55398,0 10.13102,-4.481014 10.285156,-10 V 27.117594 c 2.86e-4,-0.03906 2.86e-4,-0.07812 0,-0.11718 0,-4.418278 -3.581722,-8 -8,-8 -0.04036,-3.05e-4 -0.08074,-3.05e-4 -0.1211,0 -1.776364,0.02794 -3.492894,0.646383 -4.8789,1.757804 -1.418524,-1.137036 -3.182018,-1.757015 -5,-1.757812 -0.04036,-3.05e-4 -0.08073,-3.05e-4 -0.121094,0 -4.370916,0.06617 -7.879406,3.628584 -7.878906,8 V 40 h 6 v -4.257812 -8.741782 c 0,-1.10457 0.89543,-2 2,-2 1.10457,0 2,0.89543 2,2 V 35.746094 40 h 6 v -4.257812 -8.624594 c 2.86e-4,-0.03906 2.86e-4,-0.07812 0,-0.11718 0,-1.10457 0.89543,-2 2,-2 1.10457,0 2,0.89543 2,2 V 35.746094 39 c 0,3 -2,5 -5.285156,5 H 25.085831 c -3.085938,0 -5.085938,-2 -5.085938,-5 V 16 Z"/>
|
||||
<path style="fill:#ffffff" d="M 13.999893,15 V 38.714844 C 13.999893,44.365028 18.634864,49 24.285049,49 h 15.429688 c 5.55398,0 10.13102,-4.481014 10.285156,-10 V 26.117594 c 2.86e-4,-0.03906 2.86e-4,-0.07812 0,-0.11718 0,-4.418278 -3.581722,-8 -8,-8 -0.04036,-3.05e-4 -0.08074,-3.05e-4 -0.1211,0 -1.776364,0.02794 -3.492894,0.646383 -4.8789,1.757804 -1.418524,-1.137036 -3.182018,-1.757015 -5,-1.757812 -0.04036,-3.05e-4 -0.08073,-3.05e-4 -0.121094,0 -4.370916,0.06617 -7.879406,3.628584 -7.878906,8 V 39 h 6 v -4.257812 -8.741782 c 0,-1.10457 0.89543,-2 2,-2 1.10457,0 2,0.89543 2,2 V 34.746094 39 h 6 v -4.257812 -8.624594 c 2.86e-4,-0.03906 2.86e-4,-0.07812 0,-0.11718 0,-1.10457 0.89543,-2 2,-2 1.10457,0 2,0.89543 2,2 V 34.746094 38 c 0,3 -2,5 -5.285156,5 H 25.085831 c -3.085938,0 -5.085938,-2 -5.085938,-5 V 15 Z"/>
|
||||
<path style="opacity:0.2;fill:#ffffff" d="M 32 4 A 28 28 0 0 0 4 32 A 28 28 0 0 0 4.0058594 32.490234 A 28 28 0 0 1 32 5 A 28 28 0 0 1 59.994141 32.488281 A 28 28 0 0 0 60 32 A 28 28 0 0 0 32 4 z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 2 KiB |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
7
config/vms_icons/lxle.svg
Normal file
|
@ -0,0 +1,7 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" height="64" width="64" version="1.1">
|
||||
<rect style="opacity:.2" rx="2.8" ry="2.8" height="56" width="56" y="5" x="4.1992002"/>
|
||||
<rect style="fill:#4f4f4f" rx="2.8" ry="2.8" height="56" width="56" y="4" x="4.1992002"/>
|
||||
<path style="opacity:.1;fill:#ffffff" d="m7 4c-1.5512 0-2.8008 1.2496-2.8008 2.8008v1c0-1.5512 1.2496-2.8008 2.8008-2.8008h50.3982c1.551 0 2.801 1.2496 2.801 2.8008v-1c0-1.5512-1.25-2.8008-2.801-2.8008z"/>
|
||||
<path style="opacity:.2" d="m10 11v44h5v-44zm13 0v5l23 13v3h8v-5l-23-12v-4zm23 0v4l-4.625 2.412109 5.265625 2.748047 7.359375-4.160156v-5zm-16.560547 12.640625-6.439453 3.359375v5h8v-3l3.960938-2.238281zm-1.439453 10.359375c-2.77 0-5 2.23-5 5v11c0 2.77 2.23 5 5 5h26v-6h-24c-1.108 0-2-0.892-2-2v-6c0-1.108 0.892-2 2-2h14l-10 7h9l11-7c0-2.77-2.23-5-5-5z"/>
|
||||
<path style="fill:#ffffff" d="m10 10v44h5v-44h-5zm13 0v5l23 13v3h8v-5l-23-12v-4h-8zm23 0v4l-4.625 2.412109 5.265625 2.748047 7.359375-4.160156v-5h-8zm-16.560547 12.640625l-6.439453 3.359375v5h8v-3l3.960938-2.238281-5.521485-3.121094zm-1.439453 10.359375c-2.77 0-5 2.23-5 5v11c0 2.77 2.23 5 5 5h20 1 5v-5-1h-6-18c-1.108 0-2-0.892-2-2v-6c0-1.108 0.892-2 2-2h14l-10 7h9l11-7c0-2.77-2.23-5-5-5h-21z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1.2 KiB |
17
config/vms_icons/mac.svg
Normal file
|
@ -0,0 +1,17 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1.1">
|
||||
<rect style="opacity:0.2" width="56" height="52" x="4" y="7" rx="2.8" ry="2.8"/>
|
||||
<path style="fill:#1da0f8" d="M 38,58 H 6.8 C 5.2488,58 4,56.751 4,55.2 V 8.8 C 4,7.2488 5.2488,6 6.8,6 H 34 L 38,10 Z"/>
|
||||
<path style="opacity:0.2" d="M 27.141,32 C 27.105,32.265 27,33 27,33 H 35 C 35,33 35.019,42.609 37.826,58 H 38 C 35,42 35,32 35,32 Z"/>
|
||||
<path style="fill:#e4e4e4" d="M 33,6 C 29,16 27,32 27,32 H 35 C 35,32 35,42 38,58 H 57.199 C 58.75,58 60,56.75 60,55.199 V 8.8008 C 60,7.2496 58.75,6 57.199,6 Z"/>
|
||||
<path style="opacity:0.2;fill:#ffffff" d="M 6.8008,6 C 5.2496,6 4,7.2496 4,8.8008 V 9.8008 C 4,8.2496 5.2496,7 6.8008,7 H 57.199 C 58.75,7 60,8.2496 60,9.8008 V 8.8008 C 60,7.2496 58.75,6 57.199,6 Z"/>
|
||||
<g style="opacity:0.2;fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round" transform="translate(0,1)">
|
||||
<path d="M 15.5,39.5 C 15.5,39.5 20,46.5 32,46.5 44,46.5 48.5,39.5 48.5,39.5"/>
|
||||
<path d="M 20.5,20.5 V 24.5"/>
|
||||
<path d="M 43.5,20.5 V 24.5"/>
|
||||
</g>
|
||||
<g style="fill:none;stroke:#4c4c4c;stroke-width:3;stroke-linecap:round">
|
||||
<path d="M 15.5,39.5 C 15.5,39.5 20,46.5 32,46.5 44,46.5 48.5,39.5 48.5,39.5"/>
|
||||
<path d="M 20.5,20.5 V 24.5"/>
|
||||
<path d="M 43.5,20.5 V 24.5"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 4.2 KiB |
31
config/vms_icons/madlinux.svg
Normal file
After Width: | Height: | Size: 20 KiB |
BIN
config/vms_icons/mageia.png
Normal file
After Width: | Height: | Size: 4.3 KiB |
Before Width: | Height: | Size: 389 B After Width: | Height: | Size: 389 B |
7
config/vms_icons/midnightbsd.svg
Normal file
|
@ -0,0 +1,7 @@
|
|||
<svg width="64" height="64" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle cx="32" cy="33" r="28" style="opacity:.2"/>
|
||||
<circle cx="32" cy="32" r="28" style="fill:#4f4f4f"/>
|
||||
<path d="M 32,4 A 28,28 0 0 0 4,32 28,28 0 0 0 4.0215,32.586 28,28 0 0 1 32,5 28,28 0 0 1 59.979,32.414 28,28 0 0 0 60,32 28,28 0 0 0 32,4 Z" style="fill:#ffffff;opacity:.1"/>
|
||||
<path d="m26.3125 13.255859c-8.337291 2.989221-14.302834 10.88718-14.3125 19.744141 0 11.597979 9.802412 21 21.400391 21 5.895908-0.0097 11.515038-2.49764 15.486328-6.855469-0.591108 0.214093-1.175572 0.406319-1.761719 0.576172 0.0601-0.404589-0.829782-0.606854-0.90625-0.96875-0.303681-1.437277-0.268446-2.933699 0.0918-4.367187 0.271416-1.08003 1.21139-1.792638 1.212891-2.90625 0.0023-1.623836-0.123047-3.048828-0.123047-3.048828s1.083582-0.403111 1.595703-0.69336c0.523271-0.296568 1.064493-0.946371 1.058594-1.697266-0.0034-0.435367-0.734218-0.760673-1.00586-1.208984-0.226072-0.373102-0.133375-0.865104-0.404297-1.207031-0.231363-0.292001-1.083984-0.726563-1.083984-0.726563s-0.456198-1.929408-1.308594-1.861328c-0.347995 0.027796-0.251956 1.910156-0.251956 1.910156s-1.850723 0.671088-1.962891 2.417969c-0.04792 0.746298-0.625339 1.105132-1.257812 1.636719-0.632474 0.531588-1.421176 1.235721-2.115235 1.433594-5.07306 1.446309-5.399397 4.358395-5.527343 7.21289-0.03965 0.884582 0.552734 2.617188 0.552734 2.617188s-2.649017-2.240753-2.742187-3.84961c-0.0942-1.626768 1.669818-2.845463 1.484375-4.455078-0.108837-0.944693-1.630975-2.692872-2.296875-1.986328-0.487453 0.517206 1.270583 1.263382 1.339843 2.238282 0.04673 0.657907-1.696273 2.327766-1.484375 4.302734 0.136476 1.271993 1.043534 3.070925 1.703125 4.259766-7.465635-3.247772-12.693359-10.72634-12.693359-19.373047 0.0094-5.237418 1.77541-10.281938 5.3125-14.144532zm18.085938 31.732422c0.185459-0.01964 0.363395 0.06812 0.40039 0.320313 0.139973 0.954262 0.191758 2.70777 0.197266 2.90039-0.633039 0.113477-1.277929 0.186804-1.931641 0.230469 0.08617-0.419528 0.443723-2.118915 0.880859-3.132812 0.07413-0.171926 0.267666-0.298717 0.453126-0.31836z" style="opacity:.2"/>
|
||||
<path d="m26.3125 12.255859c-8.337291 2.989221-14.302834 10.88718-14.3125 19.744141 0 11.597979 9.802412 21 21.400391 21 5.895908-0.0097 11.515038-2.49764 15.486328-6.855469-0.591108 0.214093-1.175572 0.406319-1.761719 0.576172 0.060098-0.404589-0.829782-0.606854-0.90625-0.96875-0.303681-1.437277-0.268446-2.933699 0.091797-4.367187 0.271416-1.08003 1.21139-1.792638 1.212891-2.90625 0.002253-1.623836-0.123047-3.048828-0.123047-3.048828s1.083582-0.403111 1.595703-0.69336c0.523271-0.296568 1.064493-0.946371 1.058594-1.697266-0.0034-0.435367-0.734218-0.760673-1.00586-1.208984-0.226072-0.373102-0.133375-0.865104-0.404297-1.207031-0.231363-0.292001-1.083984-0.726563-1.083984-0.726563s-0.456198-1.929408-1.308594-1.861328c-0.347992 0.027796-0.251953 1.910156-0.251953 1.910156s-1.850723 0.671088-1.962891 2.417969c-0.047917 0.746298-0.625339 1.105132-1.257812 1.636719-0.632474 0.531588-1.421176 1.235721-2.115235 1.433594-5.07306 1.446309-5.399397 4.358395-5.527343 7.21289-0.039649 0.884582 0.552734 2.617188 0.552734 2.617188s-2.649017-2.240753-2.742187-3.84961c-0.094202-1.626768 1.669818-2.845463 1.484375-4.455078-0.108837-0.944693-1.630975-2.692872-2.296875-1.986328-0.487453 0.517206 1.270583 1.263382 1.339843 2.238282 0.046735 0.657907-1.696273 2.327766-1.484375 4.302734 0.136476 1.271993 1.043534 3.070925 1.703125 4.259766-7.465635-3.247772-12.693359-10.72634-12.693359-19.373047 0.0094-5.237418 1.77541-10.281938 5.3125-14.144532zm18.085938 31.732422c0.185459-0.019642 0.363395 0.068119 0.40039 0.320313 0.139973 0.954262 0.191758 2.70777 0.197266 2.90039-0.633039 0.113477-1.277929 0.186804-1.931641 0.230469 0.08617-0.419528 0.443723-2.118915 0.880859-3.132812 0.074126-0.171926 0.267666-0.298717 0.453126-0.31836z" style="fill:#ffffff"/>
|
||||
</svg>
|
After Width: | Height: | Size: 3.8 KiB |
16
config/vms_icons/ms-dos.svg
Normal file
|
@ -0,0 +1,16 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1.1">
|
||||
<rect style="opacity:0.2" width="58" height="58" x="3" y="4" rx="4.35" ry="4.35"/>
|
||||
<rect style="fill:#48487b" width="58" height="58" x="3" y="3" rx="4.35" ry="4.35"/>
|
||||
<path style="opacity:0.2" d="m 44,44.992692 q 0,5.218604 -2.874452,8.112956 Q 38.267152,56 33.016058,56 27.70073,56 24.842338,53.134884 22,50.25515 22,44.963456 q 0,-5.291692 2.858394,-8.127574 2.874454,-2.83588 8.189782,-2.83588 5.235034,0 8.09343,2.879734 Q 44,39.75947 44,44.992692 Z m -17.921168,0 q 0,3.946844 1.750366,5.993356 1.750364,2.031892 5.18686,2.031892 3.420438,0 5.154744,-2.017274 1.750366,-2.017278 1.750366,-6.007974 0,-3.932226 -1.734306,-5.96412 -1.718248,-2.031894 -5.138686,-2.031894 -3.452554,0 -5.218978,2.031894 -1.750366,2.031894 -1.750366,5.96412 z"/>
|
||||
<path style="opacity:0.2" d="m 11,10 v 22 h 3.890625 V 21.769532 c 0,-0.739496 -0.01624,-1.582434 -0.05469,-2.527344 -0.03844,-0.944912 -0.07874,-1.826776 -0.117187,-2.648438 -0.03844,-0.821661 -0.06672,-1.436825 -0.08594,-1.847656 H 14.75 L 19.707032,32 h 4.007812 l 5.304688,-17.222656 h 0.11718 L 29.050782,16.625 c -0.0192,0.801121 -0.04748,1.654766 -0.08594,2.558594 -0.0192,0.903828 -0.03126,1.70393 -0.03126,2.402344 V 32 H 33 V 10 H 27.058594 L 21.898438,26.824218 H 21.8125 L 16.941406,10 Z m 34.601562,0 c -2.569176,0 -4.598806,0.538169 -6.089844,1.617188 -1.49104,1.059037 -2.23828,2.550494 -2.23828,4.46875 0,0.97911 0.19598,1.816261 0.585938,2.515624 0.389962,0.699365 0.88405,1.301236 1.480468,1.800782 0.619354,0.479564 1.26055,0.886872 1.92578,1.226562 0.665236,0.31971 1.285902,0.600062 1.859376,0.839844 0.917562,0.379656 1.730294,0.738434 2.441406,1.078126 0.71111,0.319708 1.274596,0.671126 1.6875,1.05078 0.435844,0.379654 0.652344,0.839396 0.652344,1.378906 0,0.6594 -0.27368,1.208838 -0.824218,1.648438 -0.527598,0.41962 -1.43416,0.628906 -2.71875,0.628906 -1.238708,0 -2.488352,-0.17938 -3.75,-0.539062 C 39.374572,27.335188 38.169894,26.923976 37,26.484376 v 4.226562 C 39.041578,31.570156 41.357104,32 43.949218,32 46.839542,32 49.065146,31.439294 50.625,30.320312 52.207798,29.181348 53,27.6639 53,25.765624 53,24.646642 52.759066,23.70853 52.277344,22.949218 51.795626,22.18991 51.109468,21.528242 50.214844,20.96875 49.34316,20.409258 48.273368,19.871091 47.011718,19.351562 c -1.536916,-0.639418 -2.692726,-1.177587 -3.472656,-1.617187 -0.779928,-0.4396 -1.171874,-1.041471 -1.171874,-1.800781 0,-0.639419 0.26537,-1.158957 0.792968,-1.558594 0.527598,-0.399636 1.283152,-0.597656 2.269532,-0.597656 0.9405,0 1.85928,0.108324 2.753906,0.328125 0.894622,0.2198 1.903328,0.530051 3.027344,0.929687 L 52.898438,11.5 C 51.613846,11.020436 50.396952,10.650389 49.25,10.390625 48.103046,10.130861 46.88615,10 45.601562,10 Z"/>
|
||||
<path style="fill:#ffffff" d="M 19.707732,31 14.748361,13.745097 h -0.115334 q 0.02883,0.616248 0.08649,1.84874 0.05767,1.232494 0.115334,2.64986 0.05767,1.417367 0.05767,2.526611 V 31 H 11 V 9 h 5.939711 l 4.872871,16.823528 h 0.08648 L 27.060288,9 H 33 V 31 H 28.934468 V 20.585434 q 0,-1.04762 0.02882,-2.403361 0.05768,-1.355742 0.08648,-2.557423 0.05768,-1.232494 0.08652,-1.84874 h -0.11534 L 23.715596,31 Z"/>
|
||||
<path style="fill:#ffffff" d="m 53,24.765668 q 0,2.847412 -2.374196,4.55586 Q 48.286024,31 43.950538,31 40.062366,31 37,29.711172 v -4.226158 q 1.75484,0.6594 3.612904,1.228884 1.892472,0.53951 3.750534,0.53951 1.926886,0 2.718282,-0.62943 0.825808,-0.6594 0.825808,-1.6485 0,-0.809266 -0.653766,-1.378748 -0.619356,-0.569482 -1.68602,-1.049046 -1.066668,-0.509536 -2.443012,-1.07902 -0.860212,-0.359672 -1.858064,-0.839236 -0.997848,-0.509537 -1.92688,-1.228883 -0.894626,-0.749319 -1.479572,-1.798365 -0.584944,-1.049046 -0.584944,-2.517711 0,-2.877384 2.23656,-4.465941 Q 41.748386,9 45.60215,9 q 1.926882,0 3.647312,0.389646 1.720428,0.3896456 3.647314,1.108992 l -1.686024,3.536785 q -1.686022,-0.599455 -3.027956,-0.929155 -1.341938,-0.3297 -2.75269,-0.3297 -1.479568,0 -2.270966,0.599454 -0.791398,0.599455 -0.791398,1.558583 0,1.138965 1.169892,1.798366 1.169894,0.6594 3.47527,1.618527 1.892474,0.779293 3.2,1.618529 1.341936,0.839237 2.064514,1.978201 Q 53,23.087194 53,24.765668 Z"/>
|
||||
<path style="fill:#bd66ff" d="m 44,43.992692 q 0,5.218604 -2.874452,8.112956 Q 38.267152,55 33.016058,55 27.70073,55 24.842338,52.134884 22,49.25515 22,43.963456 q 0,-5.291692 2.858394,-8.127574 2.874454,-2.83588 8.189782,-2.83588 5.235034,0 8.09343,2.879734 Q 44,38.75947 44,43.992692 Z m -17.921168,0 q 0,3.946844 1.750366,5.993356 1.750364,2.031892 5.18686,2.031892 3.420438,0 5.154744,-2.017274 1.750366,-2.017278 1.750366,-6.007974 0,-3.932226 -1.734306,-5.96412 -1.718248,-2.031894 -5.138686,-2.031894 -3.452554,0 -5.218978,2.031894 -1.750366,2.031894 -1.750366,5.96412 z"/>
|
||||
<path style="opacity:0.2" d="m 32,44.78933 q 0,5.447332 -3.380992,8.336524 Q 25.238018,56 18.879731,56 H 12 V 34 h 7.603028 q 5.870478,0 9.133726,2.829 Q 32,39.658002 32,44.78933 Z m -4.238858,0.12038 q 0,-7.900136 -8.259038,-7.900136 h -3.481921 v 15.9658 h 2.859548 q 8.881411,0 8.881411,-8.065664 z"/>
|
||||
<path style="fill:#e73d3d" d="m 32,43.78933 q 0,5.447332 -3.380992,8.336524 Q 25.238018,55 18.879731,55 H 12 V 33 h 7.603028 q 5.870478,0 9.133726,2.829 Q 32,38.658002 32,43.78933 Z m -4.238858,0.12038 q 0,-7.900136 -8.259038,-7.900136 h -3.481921 v 15.9658 h 2.859548 q 8.881411,0 8.881411,-8.065664 z"/>
|
||||
<path style="opacity:0.2" d="m 54,49.896208 c 0,1.90286 -1.004274,3.395874 -3.012822,4.479042 C 48.97863,55.458416 46.207976,56 42.675214,56 39.142448,56 36.25071,55.624308 34,54.872922 V 51.56487 c 1.4245,0.458638 2.934472,0.819694 4.529916,1.083168 1.609684,0.263474 3.10541,0.39521 4.487176,0.39521 2.022794,0 3.5114,-0.263474 4.465816,-0.79042 0.968658,-0.526946 1.452988,-1.23442 1.452988,-2.122422 0,-0.800178 -0.441596,-1.478376 -1.324788,-2.034596 -0.883188,-0.556222 -2.706548,-1.214906 -5.470082,-1.976048 -2.849002,-0.79042 -4.85755,-1.69306 -6.025642,-2.70792 -1.168092,-1.014858 -1.752138,-2.23464 -1.752138,-3.659346 0,-1.785762 0.925926,-3.190952 2.77778,-4.21557 C 38.992878,34.512308 41.478632,34 44.59829,34 c 2.991454,0 5.968662,0.44888 8.931624,1.34664 l -1.623934,2.854292 c -2.777776,-0.800178 -5.256408,-1.200266 -7.435896,-1.200266 -1.652422,0 -3.505948,0.248836 -4.36065,0.746506 -0.854698,0.487914 -1.282048,1.136838 -1.282048,1.946774 0,0.556222 0.17094,1.034376 0.51282,1.434466 0.34188,0.39033 1.304932,0.761142 2.088408,1.11244 0.783474,0.351296 2.393322,0.814814 4.43036,1.390552 2.293446,0.653804 3.974356,1.263696 5.042732,1.829674 1.068378,0.565978 1.851854,1.205144 2.35043,1.917498 C 53.750712,48.09093 54,48.93014 54,49.896208 Z"/>
|
||||
<path style="fill:#ffeb3b" d="m 54,48.896208 c 0,1.90286 -1.004274,3.395874 -3.012822,4.479042 C 48.97863,54.458416 46.207976,55 42.675214,55 39.142448,55 36.25071,54.624308 34,53.872922 V 50.56487 c 1.4245,0.458638 2.934472,0.819694 4.529916,1.083168 1.609684,0.263474 3.10541,0.39521 4.487176,0.39521 2.022794,0 3.5114,-0.263474 4.465816,-0.79042 0.968658,-0.526946 1.452988,-1.23442 1.452988,-2.122422 0,-0.800178 -0.441596,-1.478376 -1.324788,-2.034596 -0.883188,-0.556222 -2.706548,-1.214906 -5.470082,-1.976048 -2.849002,-0.79042 -4.85755,-1.69306 -6.025642,-2.70792 -1.168092,-1.014858 -1.752138,-2.23464 -1.752138,-3.659346 0,-1.785762 0.925926,-3.190952 2.77778,-4.21557 C 38.992878,33.512308 41.478632,33 44.59829,33 c 2.991454,0 5.968662,0.44888 8.931624,1.34664 l -1.623934,2.854292 c -2.777776,-0.800178 -5.256408,-1.200266 -7.435896,-1.200266 -1.652422,0 -3.505948,0.248836 -4.36065,0.746506 -0.854698,0.487914 -1.282048,1.136838 -1.282048,1.946774 0,0.556222 0.17094,1.034376 0.51282,1.434466 0.34188,0.39033 1.304932,0.761142 2.088408,1.11244 0.783474,0.351296 2.393322,0.814814 4.43036,1.390552 2.293446,0.653804 3.974356,1.263696 5.042732,1.829674 1.068378,0.565978 1.851854,1.205144 2.35043,1.917498 C 53.750712,47.09093 54,47.93014 54,48.896208 Z"/>
|
||||
<path style="opacity:0.1;fill:#ffffff" d="M 7.3515625 3 C 4.9416627 3 3 4.9416627 3 7.3515625 L 3 8.3515625 C 3 5.9416627 4.9416627 4 7.3515625 4 L 56.648438 4 C 59.058338 4 61 5.9416627 61 8.3515625 L 61 7.3515625 C 61 4.9416627 59.058338 3 56.648438 3 L 7.3515625 3 z"/>
|
||||
<path style="opacity:0.2" d="m 37.121094,34.548828 c -1.234852,0.687682 -2.046037,1.549678 -2.451172,2.578125 1.488796,0.256034 3.814281,1.990125 4.669922,3.001953 v 0 c -0.34188,-0.40009 -0.511719,-0.879325 -0.511719,-1.435547 0,-0.809936 0.426552,-1.457398 1.28125,-1.945312 0.163556,-0.09523 0.373223,-0.178758 0.601563,-0.255859 -1.001569,-0.88392 -2.198475,-1.531755 -3.589844,-1.94336 z m -9.50586,0.455078 c -1.05158,0.456521 -1.97664,1.061342 -2.757812,1.832032 -0.09942,0.09864 -0.185065,0.209407 -0.279297,0.3125 1.16033,0.678351 1.99778,1.665749 2.523437,2.951171 0.21069,-0.391167 0.452574,-0.749988 0.728516,-1.070312 0.628608,-0.723079 1.42219,-1.246883 2.371094,-1.583985 -0.416789,-0.589524 -0.902991,-1.1301 -1.464844,-1.617187 -0.348428,-0.302062 -0.72812,-0.570573 -1.121094,-0.824219 z"/>
|
||||
<path style="fill:#bd66ff" d="m 33.046876,33 c -3.543554,0 -6.271198,0.94535 -8.1875,2.835938 C 22.953778,37.726526 22,40.43705 22,43.964844 c 0,0.722988 0.06494,1.387516 0.14454,2.042968 l 3.964844,-1.48828 c -0.0058,-0.18056 -0.03126,-0.340386 -0.03126,-0.527344 2e-6,-2.621484 0.58309,-4.610248 1.75,-5.964844 1.177618,-1.354596 2.917048,-2.03125 5.218752,-2.03125 2.280292,0 3.995126,0.676654 5.140624,2.03125 0.38559,0.451752 0.68441,1.001094 0.941406,1.59375 l 3.679688,-1.382812 C 42.371402,37.354274 41.820084,36.563438 41.140624,35.878906 39.235028,33.959084 36.536898,33 33.046876,33 Z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 9.4 KiB |
7
config/vms_icons/mx.svg
Normal file
|
@ -0,0 +1,7 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1.1">
|
||||
<rect style="opacity:0.2" width="56" height="56" x="4" y="5" rx="2.8" ry="2.8"/>
|
||||
<rect style="fill:#4f4f4f" width="56" height="56" x="4" y="4" rx="2.8" ry="2.8"/>
|
||||
<path style="fill:#ffffff;opacity:0.1" d="M 6.8008 4 C 5.2496 4 4 5.2496 4 6.8008 L 4 7.8008 C 4 6.2496 5.2496 5 6.8008 5 L 57.199 5 C 58.75 5 60 6.2496 60 7.8008 L 60 6.8008 C 60 5.2496 58.75 4 57.199 4 L 6.8008 4 z"/>
|
||||
<path style="opacity:0.2" d="M 23,17 19,21 30.041,33.422 27.811,36.045 25,33 10,50 H 54 L 44,38 42.842,39.322 35.627,31.205 46,19 44,17 33.734,29.076 Z M 31.934,35.551 39.094,43.605 37,46 29.738,38.133 Z"/>
|
||||
<path style="fill:#ffffff" d="M 23,16 19,20 30.041,32.422 27.811,35.045 25,32 10,49 H 54 L 44,37 42.842,38.322 35.627,30.205 46,18 44,16 33.734,28.076 Z M 31.934,34.551 39.094,42.605 37,45 29.738,37.133 Z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 888 B |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
1
config/vms_icons/netboot.svg
Normal file
After Width: | Height: | Size: 13 KiB |
7
config/vms_icons/netbsd.svg
Normal file
|
@ -0,0 +1,7 @@
|
|||
<svg width="64" height="64" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="m43.427734 4.9428799c-10.172083 0-17.113821 4.0566406-21.427734 4.0566406-0.990476 0-4.382812-0.7148438-4.382812-0.7148438-0.175058-0.0450303-0.351592-0.0841152-0.529297-0.1171874-1.526444-0.8569728-3.239195-1.2340691-4.919922-1.1132813h-0.0059c-1.067669 0.0775952-2.1631714 0.3221927-3.380819 0.9648437-1.5515295 0.8188468-3.7171988 2.7409373-4.4667969 5.4707033s0.0336276 5.045055 0.6679688 6.292969l18.019531 35.847656c0.0065 0.01174 0.01299 0.02346 0.01953 0.03516 1.953484 3.837068 5.829691 5.742874 9.828125 5.240234 1.570707-0.197434 4.088848-1.126193 5.769532-2.984375 2.419801-2.675356 2.083636-3.787854 2.242187-5.023437 0.346728-6.31364-5.351028-13.640243-8.449219-19.347657 2.855989-1.08082 5.249487-2.533625 7.216797-3.716797 3.459497-2.080596 4.474838-2.833987 5.371095-2.833987 2.987758 0 4.255858 0.515628 4.255858 0.515628 6.053747 2.200491 12.093463-3.289853 10.478517-9.525394 0.826046-3.200341-0.40087-6.579211-3.087891-8.5039064 0 0-5.128769-4.5429687-13.21875-4.5429687z" style="opacity:.2"/>
|
||||
<path d="m43.427734 3.9433594c-10.172083 0-17.113821 4.0566406-21.427734 4.0566406-0.990476 0-4.382812-0.7148438-4.382812-0.7148438-0.175058-0.0450303-0.351592-0.0841152-0.529297-0.1171874-1.526444-0.8569728-3.239195-1.2340691-4.919922-1.1132813h-0.0059c-1.067669 0.0775952-2.1631714 0.3221927-3.380819 0.9648437-1.5515295 0.8188468-3.7171988 2.7409372-4.4667969 5.4707028-0.7495981 2.729766 0.0336276 5.045055 0.6679688 6.292969l18.019531 35.847656c0.0065 0.01174 0.01299 0.02346 0.01953 0.03516 1.953484 3.837068 5.829691 5.742874 9.828125 5.240234 1.570707-0.197434 4.088848-1.126193 5.769532-2.984375 2.419801-2.675356 2.083636-3.787854 2.242187-5.023437 0.346728-6.31364-5.351028-13.640243-8.449219-19.347657 2.855989-1.08082 5.249487-2.533625 7.216797-3.716797 3.459497-2.080596 4.474838-2.833987 5.371095-2.833987 2.987758 0 4.255858 0.515628 4.255858 0.515628 6.053747 2.200491 12.093463-3.289853 10.478517-9.525394 0.826046-3.200341-0.40087-6.579211-3.087891-8.5039059 0 0-5.128769-4.5429687-13.21875-4.5429687z" style="fill:#f16813"/>
|
||||
<path d="m43.428571 12.943275c-7.142857 0-14.144257 4.057-21.428571 4.057-2.857143 0-6.5-1-6.5-1l5.5 10s2.571428 1 4 1c7.253117 0 14.142857-8.043 19.857143-8.043 4.285714 0 7.142857 1.043 7.142857 1.043s-2.857143-2.971-7.142857-2.971c-7.142857 0-9.857143 1.971-9.857143 1.971s5.571429-4.029 9.857143-4.029c2.857143 0 7.142857 1.029 7.142857 1.029s-4.285714-3.057-8.571429-3.057zm-30.686868 2.090776c-0.08256 6e-3 -0.160977 0.02707-0.226004 0.06139-0.583615 0.308013-0.583123 0.706322-0.401786 1.063059l18.035875 35.879165c0.360462 0.708026 1.099929 1.007607 1.702009 0.93192 0.30104-0.03784 0.594741-0.148129 0.834263-0.412947 0.239523-0.264819 0.340516-1.060924 0.18394-1.424363-6.663703-12.206668-12.763761-23.532552-19.441913-35.73271-0.145717-0.268855-0.43873-0.383312-0.686384-0.365514z" style="opacity:.2"/>
|
||||
<path d="m43.428571 11.943c-7.142857 0-14.144257 4.057-21.428571 4.057-2.857143 0-6.5-1-6.5-1l5.5 10s2.571428 1 4 1c7.253117 0 14.142857-8.043 19.857143-8.043 4.285714 0 7.142857 1.043 7.142857 1.043s-2.857143-2.971-7.142857-2.971c-7.142857 0-9.857143 1.971-9.857143 1.971s5.571429-4.029 9.857143-4.029c2.857143 0 7.142857 1.029 7.142857 1.029s-4.285714-3.057-8.571429-3.057zm-30.686868 2.090776c-0.08256 6e-3 -0.160977 0.02707-0.226004 0.06139-0.583615 0.308013-0.583123 0.706322-0.401786 1.063059l18.035875 35.879165c0.360462 0.708026 1.099929 1.007607 1.702009 0.93192 0.30104-0.03784 0.594741-0.148129 0.834263-0.412947 0.239523-0.264819 0.340516-1.060924 0.18394-1.424363-6.663703-12.206668-12.763761-23.532552-19.441913-35.73271-0.145717-0.268855-0.43873-0.383312-0.686384-0.365514z" style="fill:#ffffff"/>
|
||||
<path d="m43.427734 3.9433594c-10.172083 0-17.113821 4.0566406-21.427734 4.0566406-0.990476 0-4.382812-0.7148438-4.382812-0.7148438-0.175058-0.0450302-0.351592-0.0841153-0.529297-0.1171874-1.526444-0.8569729-3.239195-1.2340691-4.919922-1.1132813h-0.00586c-1.067669 0.0775952-2.1632114 0.3221928-3.380859 0.9648437-1.5515295 0.8188469-3.7171988 2.7409372-4.4667969 5.4707028-0.2748104 1.000761-0.3414678 1.943606-0.2871093 2.800782 0.0309524-0.574584 0.1151913-1.174718 0.2871093-1.800782 0.7495981-2.729766 2.9152674-4.651856 4.4667969-5.4707028 1.2176476-0.642651 2.31319-0.8872485 3.380859-0.9648437h0.00586c1.680727-0.1207878 3.393478 0.2563085 4.919922 1.1132813 0.177705 0.0330721 0.354239 0.0721572 0.529297 0.1171874 0 0 3.392336 0.7148438 4.382812 0.7148438 4.313913 0 11.255651-4.0566406 21.427734-4.0566406 8.089981 0 13.21875 4.5429687 13.21875 4.5429687 1.969773 1.4109349 3.145574 3.6048879 3.3125 5.9355469 0.145286-2.691945-1.06278-5.324088-3.3125-6.9355469 0 0-5.128769-4.5429687-13.21875-4.5429687zm16.398438 13.53711c-0.032293 0.170033-0.048105 0.340489-0.091797 0.509765 0.138763 0.535783 0.20184 1.061658 0.232422 1.582032 0.046285-0.678384-5.43e-4 -1.378082-0.140625-2.091797zm-26.953125 15.875c-0.157135 0.062785-0.300905 0.13475-0.460938 0.195312 2.942522 5.420644 8.218452 12.299942 8.445313 18.386719 0.001562-0.012973 0.002238-0.026065 0.003906-0.039062 0.330957-6.026466-4.822356-12.959756-7.988281-18.542969z" style="fill:#ffffff;font-variant-east_asian:normal;opacity:.2"/>
|
||||
</svg>
|
After Width: | Height: | Size: 5.2 KiB |
39
config/vms_icons/netrunner.svg
Normal file
|
@ -0,0 +1,39 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1.1">
|
||||
<circle style="opacity:0.2" cx="32" cy="33" r="28"/>
|
||||
<ellipse style="fill:#2d4a5e" cx="31.949" cy="32" rx="27.349" ry="27.3"/>
|
||||
<path style="fill:#bcdced" d="m 38.517974,29.087536 c 0,15.463972 7.054432,3.27272 -8.43753,3.27272 -15.491961,0 -24.3204402,14.639218 -24.3204402,-0.824754 0,-0.989428 -1.809946,-1.502372 -1.7096416,-2.46531 C 5.3124322,16.95412 14.314857,7.134127 26.035354,4.623424 c 1.906602,-0.4084226 3.885132,0.8629728 5.913968,0.8629728 15.491962,0 6.568652,8.1371652 6.568652,23.6011392 z"/>
|
||||
<path style="fill:#65a3cf" d="M 31.949322,4 C 30.259604,4.01234 28.57446,4.177084 26.914444,4.4921876 L 35.061194,18.604297 48.645502,9.5753906 C 43.823744,5.9765376 37.969916,4.0217568 31.949322,4 Z"/>
|
||||
<path style="fill:#6d8da4" d="m 37.367706,44.714844 -5.623832,15.27422 -0.1671,-0.0082 v 0.0028 A 28.050678,28 0 0 0 31.949322,60 28.050678,28 0 0 0 52.18197,51.345702 Z"/>
|
||||
<path style="fill:#426f8e" d="m 27.363694,50.886328 -5.941594,7.04375 a 28.050678,28 0 0 0 8.705572,1.98789 v -0.0082 l -0.216406,-0.011 z"/>
|
||||
<path style="opacity:0.7;fill:#ff0000" d="m 52.18197,51.345702 h 0.0028 a 28.050678,28 0 0 0 0.523212,-0.560546 28.050678,28 0 0 1 -0.52595,0.560546 z"/>
|
||||
<path style="opacity:0.7;fill:#ff0000" d="m 19.868904,57.230078 a 28.050678,28 0 0 0 1.503888,0.680858 28.050678,28 0 0 1 -1.503888,-0.680858 z"/>
|
||||
<path style="opacity:0.7;fill:#1b5e99" d="M 48.667416,9.5589844 4.7560532,38.753906 a 28.050678,28 0 0 0 0.4793818,1.684376 l 52.726509,1.98789 A 28.050678,28 0 0 0 60,32 28.050678,28 0 0 0 48.667416,9.5589844 Z"/>
|
||||
<path style="fill:#81bde3" d="m 17.189844,8.2109374 c -0.516027,0.3261548 -1.021245,0.6690458 -1.514846,1.028125 L 22.35347,33.00625 24.375092,13.953125 Z"/>
|
||||
<path style="fill:#316f9f;fill-opacity:0" d="M 48.557844,9.4769532 35.08037,18.637109 42.339578,31.209766 49.95216,10.532422 C 49.498498,10.16621 49.0335,9.814216 48.557844,9.4769532 Z"/>
|
||||
<path style="fill:#4f96cb" d="m 26.900748,4.4703126 a 28.050678,28 0 0 0 -1.558676,0.35 l -0.96698,9.1328124 8.083744,6.464061 2.621534,-1.780077 z"/>
|
||||
<path style="fill:#5687a5" d="m 42.339578,31.209766 -4.971872,13.505078 14.817002,6.630858 a 28.050678,28 0 0 0 1.09847,-1.178516 z"/>
|
||||
<path style="opacity:0.7;fill:#3885c0" d="m 22.35347,33.00625 -2.564007,24.188282 a 28.050678,28 0 0 0 1.629899,0.738282 l 5.95529,-7.060158 z"/>
|
||||
<path style="fill:#224c6d" d="m 55.784182,17.269922 -9.026074,1.933203 v 0.0028 L 40.126204,37.219988 56.649806,18.779363 c -0.272814,-0.51195 -0.561496,-1.015319 -0.865624,-1.509375 z"/>
|
||||
<path style="fill:#29628f" d="M 21.775474,37.654686 19.5621,57.082422 c 0.643902,0.322232 1.3,0.619588 1.966834,0.891406 l 5.95803,-6.65 -3.60495,-12.758594 z"/>
|
||||
<path style="fill:#438ec5" d="m 24.375092,13.953125 -1.09025,10.281249 4.884214,-1.047264 4.234994,-2.813674 z"/>
|
||||
<path style="fill:#2f6c9f" d="m 35.08037,18.637109 -2.621534,1.780077 -0.05478,-0.04374 -4.234996,2.813674 8.489166,-1.81836 z"/>
|
||||
<path style="fill:#316e9e" d="m 36.65822,21.36875 10.236854,-2.192968 3.144744,-8.544923 C 49.586156,10.264648 49.121158,9.9126534 48.645502,9.5753906 L 35.146114,18.749218 Z"/>
|
||||
<path style="fill:#4c7da1" d="m 49.916548,10.576172 -3.177616,8.632421 9.004158,-1.930468 C 54.170146,14.74919 52.203272,12.486801 49.916548,10.576172 Z"/>
|
||||
<path style="opacity:0.7;fill:#ff00ff" d="m 56.625152,18.746484 c 0,0 0.0194,0.03858 0,0 z"/>
|
||||
<path style="fill:#4c7798" d="m 4.1040942,30.009374 c -0.058558,0.677582 -0.092366,1.35707 -0.101356,2.03711 0.01256,2.242284 0.2949022,4.474944 0.8409722,6.65 L 12.46725,33.626952 4.4739028,30.167968 Z"/>
|
||||
<path style="fill:#71848e" d="m 48.60989,42.073436 4.673288,8.09375 a 28.050678,28 0 0 0 4.678766,-7.741014 z"/>
|
||||
<path style="fill:#35576f" d="m 56.64159,18.782032 -16.542778,18.459766 -1.638116,4.448826 19.501248,0.735548 C 59.301572,39.112436 59.993372,35.573366 60,32 59.98892,27.38507 58.835214,22.84443 56.64159,18.782032 Z"/>
|
||||
<path style="fill:#285477" d="m 12.494643,33.607814 -7.7385898,5.146092 c 0.142164,0.56631 0.302035,1.128044 0.4793818,1.684376 l 16.148315,0.609766 0.394462,-3.45625 z"/>
|
||||
<path style="fill:#265679" d="m 43.580492,33.358984 -3.44881,3.844532 -1.651812,4.487108 10.13002,0.382812 z"/>
|
||||
<path style="fill:#4f82a6" d="m 4.93137,39.371874 c -0.01218,0.0086 -0.020682,0.016 -0.032872,0.02462 2.1316582,7.718558 7.473609,14.147322 14.663601,17.677736 L 21.394706,41.0043 h -0.0054 l -0.0054,0.04376 L 5.235575,40.438292 C 5.1231384,40.08601 5.0295944,39.728268 4.93137,39.371874 Z M 19.685369,57.13711 c 0.03536,0.0172 0.06865,0.03768 0.104096,0.05468 1.31e-4,-0.002 -1.31e-4,-0.0036 0,-0.0054 -0.03447,-0.0168 -0.06968,-0.0322 -0.104096,-0.04922 z"/>
|
||||
<path style="fill:#20476a" d="m 21.775474,37.654686 -0.380768,3.333204 3.20501,0.12032 -0.717702,-2.542968 z"/>
|
||||
<path style="fill:#1d4568" d="m 42.339578,31.209766 -2.213374,6.010156 3.454288,-3.85547 z"/>
|
||||
<path style="fill:#204a6c" d="m 43.153158,29.00039 -3.026954,8.219532 5.55261,-6.196094 z"/>
|
||||
<path style="fill:#2c5774" d="m 45.673336,31.021094 -2.092844,2.33789 5.029398,8.714452 2.421564,0.09022 6.88392,0.259766 c 0.0911,-0.206736 0.17966,-0.414564 0.265714,-0.623438 0.07464,-0.19806 0.13812,-0.399302 0.208188,-0.598828 z"/>
|
||||
<path style="fill:#2e639c" d="m 32.390354,20.38164 -4.221298,2.80547 6.092256,-1.304296 z"/>
|
||||
<path style="fill:#1d4568" d="m 42.339578,31.209766 -2.213374,6.00742 3.457028,-3.855468 z"/>
|
||||
<path style="fill:#343f4b" d="M 46.758108,19.203125 4.3698086,28.289452 4.169838,28.333202 C 4.097312,28.874662 4.040674,29.418124 4,29.96289 l 19.882014,8.602344 6.029252,21.333594 1.832608,0.09022 z"/>
|
||||
<path style="opacity:0.2" d="M 27.139572,36.778716 14.051338,30.497942 41.174032,24.940566 31.307284,51.051 Z"/>
|
||||
<path style="fill:#ffffff" d="M 27.139572,35.779164 14.051338,29.498392 41.174032,23.941014 31.307284,50.051448 Z"/>
|
||||
<path style="opacity:0.2;fill:#ffffff" d="M 32 4 A 28 28 0 0 0 4 32 A 28 28 0 0 0 4.0175781 32.492188 A 28 28 0 0 1 32 5 A 28 28 0 0 1 59.974609 32.492188 A 28 28 0 0 0 60 32 A 28 28 0 0 0 32 4 z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 6 KiB |
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 71 KiB After Width: | Height: | Size: 71 KiB |
7
config/vms_icons/openmandriva.svg
Normal file
|
@ -0,0 +1,7 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1.1">
|
||||
<circle style="opacity:0.2" cx="32" cy="33" r="28"/>
|
||||
<circle style="fill:#248afd" cx="32" cy="32" r="28"/>
|
||||
<path style="opacity:0.2;fill:#ffffff" d="M 32,4 A 28,28 0 0 0 4,32 28,28 0 0 0 4.0215,32.586 28,28 0 0 1 32,5 28,28 0 0 1 59.979,32.414 28,28 0 0 0 60,32 28,28 0 0 0 32,4 Z"/>
|
||||
<path style="opacity:0.2" d="M 32,9 A 24,24 0 0 0 8,33 24,24 0 0 0 32,57 24,24 0 0 0 55.391,38.293 18,18 0 0 1 40,47 18,18 0 0 1 22,29 18,18 0 0 1 40,11 18,18 0 0 1 41.746,11.086 24,24 0 0 0 32,9 Z M 40,13 A 16,16 0 0 0 24,29 16,16 0 0 0 40,45 16,16 0 0 0 56,29 16,16 0 0 0 40,13 Z M 40,17 A 12,12 0 0 1 52,29 12,12 0 0 1 40,41 12,12 0 0 1 28,29 12,12 0 0 1 40,17 Z"/>
|
||||
<path style="fill:#ffffff" d="M 32,8 A 24,24 0 0 0 8,32 24,24 0 0 0 32,56 24,24 0 0 0 55.391,37.293 18,18 0 0 1 40,46 18,18 0 0 1 22,28 18,18 0 0 1 40,10 18,18 0 0 1 41.746,10.086 24,24 0 0 0 32,8 Z M 40,12 A 16,16 0 0 0 24,28 16,16 0 0 0 40,44 16,16 0 0 0 56,28 16,16 0 0 0 40,12 Z M 40,16 A 12,12 0 0 1 52,28 12,12 0 0 1 40,40 12,12 0 0 1 28,28 12,12 0 0 1 40,16 Z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.6 KiB |
7
config/vms_icons/parrot.svg
Normal file
|
@ -0,0 +1,7 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1.1">
|
||||
<circle style="opacity:.2" cx="32" cy="33" r="28"/>
|
||||
<circle style="fill:#55ddff" cx="32" cy="32" r="28"/>
|
||||
<path style="opacity:0.1" d="m25 12-8 3.5 4 8.5v-5h4l7 14h7v24l3.5-17 3.5 10v-17l7 7-4-7-10-17h-7z"/>
|
||||
<path style="fill:#ffffff;opacity:.2" d="M 32,4 A 28,28 0 0 0 4,32 28,28 0 0 0 4.0215,32.586 28,28 0 0 1 32,5 28,28 0 0 1 59.979,32.414 28,28 0 0 0 60,32 28,28 0 0 0 32,4 Z"/>
|
||||
<path style="fill:#3f3f3f" d="m25 11-8 3.5 4 8.5v-5h4l7 14h7v24l3.5-17 3.5 10v-17l7 7-4-7-10-17h-7z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 577 B |
9
config/vms_icons/pclinuxos.svg
Normal file
|
@ -0,0 +1,9 @@
|
|||
<svg width="64" height="64" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle cx="32" cy="33" r="28" style="opacity:.2"/>
|
||||
<circle cx="32" cy="32" r="28" style="fill:#238adb"/>
|
||||
<circle cx="32" cy="33" r="22" style="opacity:.1"/>
|
||||
<circle cx="32" cy="32" r="22" style="fill:#3f3f3f"/>
|
||||
<path d="m47.216796 22.088735c0-0.03031-0.16492 0.07412-0.362303 0.23242-0.501665 0.402334-1.018519 0.563843-2.495116 0.779298-1.375481 0.200702-2.038271 0.428854-2.214842 0.758789-0.06087 0.113722-0.277088 0.351225-0.478517 0.533203-0.201432 0.181977-0.390586 0.441775-0.423831 0.57422-0.08313 0.331217 0.205632 0.93478 0.751954 1.565429 0.610722 0.705015 0.916015 1.33189 0.916017 1.886719 0 0.39599-0.0441 0.490616-0.36914 0.799804-0.557405 0.530246-1.25633 0.720138-2.597658 0.71094-1.955551-0.01344-3.787079-0.522244-7.403321-2.064454-2.963458-1.263818-4.255934-1.579729-5.564453-1.339844-0.702265 0.128744-1.771754 0.64753-2.324218 1.121094-0.8757 0.750638-2.501597 3.1311-3.527345 5.174806l-0.676757 1.360352-0.526368-0.546877c-0.859668-0.893491-1.127929-1.248629-1.127929-1.49707 0-0.154112-0.0555-0.23926-0.157226-0.23926-0.129346 0-0.147815 0.07848-0.109382 0.478517 0.05051 0.525683 0.426408 1.158775 1.209961 2.030272l0.423829 0.471679-0.348633 1.114258c-0.191814 0.614894-0.40148 1.416027-0.464844 1.777347-0.110992 0.63287-0.13734 0.687633-0.833984 1.415039-0.833379 0.870187-0.947475 0.900483-1.941407 0.526366-0.828609-0.311886-2.183564-0.635742-2.659179-0.635742-0.443046 0-0.957032 0.223104-0.957032 0.416992 0 0.09257 0.148117 0.12838 0.546875 0.123032 0.448731-0.0059 0.827488 0.09789 2.037109 0.553712 1.917289 0.722484 2.091787 0.766956 2.536134 0.683594 0.278099-0.05219 0.528648-0.223832 1.004882-0.683594l0.635743-0.615233 0.18457 0.19824c0.24185 0.267792 1.110909 0.703522 1.81836 0.909177l0.567382 0.164052-0.4375 0.109368c-0.596469 0.151452-0.97565 0.448719-1.189453 0.922852-0.176526 0.391468-0.177716 0.403256 0 0.533204 0.236155 0.172676 1.91264 0.17696 2.249023 7e-3 0.197493-0.09993 0.577524-0.631045 0.697266-0.970704 0.01683-0.04782 0.236874-0.0059 0.485352 0.08887 0.552411 0.21098 1.605773 0.153468 2.351563-0.129892 0.266182-0.101164 0.485351-0.150052 0.485351-0.109368 0 0.04063-0.193799 0.262164-0.430664 0.499027-0.285215 0.285213-0.430664 0.515149-0.430664 0.676754 0 0.540215 0.01669 0.546877 1.353516 0.546877 0.903682 0 1.248127-0.0287 1.27832-0.1162v-7e-3c0.02271-0.0658 0.05327-0.874158 0.06836-1.804687 0.02495-1.539113 0.04437-1.716257 0.225585-1.961915 0.554372-0.751495 3.199065-1.81391 4.901369-1.96875l0.499022-0.04785v0.293941c0 0.162204-0.201292 0.865471-0.45117 1.558595l-0.45801 1.257816-0.505859 0.1162c-0.57008 0.127568-1.080615 0.512727-1.264648 0.957028-0.220192 0.531583-0.127344 0.574222 1.148437 0.574222 1.347612 0 1.246034 0.05813 1.961918-1.203127 0.391737-0.690169 0.728022-1.088441 1.852539-2.207996l1.374024-1.367189 0.41699 0.109368c0.848582 0.226968 4.154842 2.972085 4.586916 3.807616 0.154224 0.2982 0.119308 0.487239-0.15722 0.847658-0.223328 0.291094-0.233156 0.648847-0.01372 0.704102 0.378086 0.09512 2.035891 0.07885 2.221679-0.02072 0.108332-0.05796 0.198436-0.197848 0.19824-0.31444-1.87e-4 -0.116592-0.346043-0.814845-0.765623-1.55176-0.909687-1.597694-1.034536-1.894197-2.07132-4.94909-0.677088-1.99505-0.7998-2.462672-0.7998-2.980468 0-1.077208 0.453754-1.923312 1.497067-2.782227 0.300127-0.247089 0.556453-0.519544 0.567381-0.608398 0.01092-0.08886 0.0651-0.365946 0.1162-0.615234 0.100296-0.489562 0.0329-1.033937-0.170912-1.415039-0.07024-0.131488-0.357031-0.517202-0.642505-0.854392-0.64783-0.765204-0.759346-1.022321-0.540039-1.264648 0.0924-0.102102 0.2912-0.177733 0.464842-0.177733 0.507517 0 1.275664-0.27706 2.139651-0.772461 0.452295-0.259344 0.885553-0.47168 0.970701-0.47168 0.22274 0 0.506786-0.343175 0.847658-1.02539 0.163632-0.327479 0.30079-0.619114 0.30079-0.649414z" style="opacity:.2"/>
|
||||
<path d="m47.216796 21.088735c0-0.03031-0.16492 0.07412-0.362303 0.23242-0.501665 0.402334-1.018519 0.563843-2.495116 0.779298-1.375481 0.200702-2.038271 0.428854-2.214842 0.758789-0.06087 0.113722-0.277088 0.351225-0.478517 0.533203-0.201432 0.181977-0.390586 0.441775-0.423831 0.57422-0.08313 0.331217 0.205632 0.93478 0.751954 1.565429 0.610722 0.705015 0.916015 1.33189 0.916017 1.886719 0 0.39599-0.0441 0.490616-0.36914 0.799804-0.557405 0.530246-1.25633 0.720138-2.597658 0.71094-1.955551-0.01344-3.787079-0.522244-7.403321-2.064454-2.963458-1.263818-4.255934-1.579729-5.564453-1.339844-0.702265 0.128744-1.771754 0.64753-2.324218 1.121094-0.8757 0.750638-2.501597 3.1311-3.527345 5.174806l-0.676757 1.360352-0.526368-0.546877c-0.859668-0.893491-1.127929-1.248629-1.127929-1.49707 0-0.154112-0.0555-0.23926-0.157226-0.23926-0.129346 0-0.147815 0.07848-0.109382 0.478517 0.05051 0.525683 0.426408 1.158775 1.209961 2.030272l0.423829 0.471679-0.348633 1.114258c-0.191814 0.614894-0.40148 1.416027-0.464844 1.777347-0.110992 0.63287-0.13734 0.687633-0.833984 1.415039-0.833379 0.870187-0.947475 0.900483-1.941407 0.526366-0.828609-0.311886-2.183564-0.635742-2.659179-0.635742-0.443046 0-0.957032 0.223104-0.957032 0.416992 0 0.09257 0.148117 0.12838 0.546875 0.123032 0.448731-0.0059 0.827488 0.09789 2.037109 0.553712 1.917289 0.722484 2.091787 0.766956 2.536134 0.683594 0.278099-0.05219 0.528648-0.223832 1.004882-0.683594l0.635743-0.615233 0.18457 0.19824c0.24185 0.267792 1.110909 0.703522 1.81836 0.909177l0.567382 0.164052-0.4375 0.109368c-0.596469 0.151452-0.97565 0.448719-1.189453 0.922852-0.176526 0.391468-0.177716 0.403256 0 0.533204 0.236155 0.172676 1.91264 0.17696 2.249023 7e-3 0.197493-0.09993 0.577524-0.631045 0.697266-0.970704 0.01683-0.04782 0.236874-0.0059 0.485352 0.08887 0.552411 0.21098 1.605773 0.153468 2.351563-0.129892 0.266182-0.101164 0.485351-0.150052 0.485351-0.109368 0 0.04063-0.193799 0.262164-0.430664 0.499027-0.285215 0.285213-0.430664 0.515149-0.430664 0.676754 0 0.540215 0.01669 0.546877 1.353516 0.546877 0.903682 0 1.248127-0.0287 1.27832-0.1162v-7e-3c0.02271-0.0658 0.05327-0.874158 0.06836-1.804687 0.02495-1.539113 0.04437-1.716257 0.225585-1.961915 0.554372-0.751495 3.199065-1.81391 4.901369-1.96875l0.499022-0.04785v0.293941c0 0.162204-0.201292 0.865471-0.45117 1.558595l-0.45801 1.257816-0.505859 0.1162c-0.57008 0.127568-1.080615 0.512727-1.264648 0.957028-0.220192 0.531583-0.127344 0.574222 1.148437 0.574222 1.347612 0 1.246034 0.05813 1.961918-1.203127 0.391737-0.690169 0.728022-1.088441 1.852539-2.207996l1.374024-1.367189 0.41699 0.109368c0.848582 0.226968 4.154842 2.972085 4.586916 3.807616 0.154224 0.2982 0.119308 0.487239-0.15722 0.847658-0.223328 0.291094-0.233156 0.648847-0.01372 0.704102 0.378086 0.09512 2.035891 0.07885 2.221679-0.02072 0.108332-0.05796 0.198436-0.197848 0.19824-0.31444-1.87e-4 -0.116592-0.346043-0.814845-0.765623-1.55176-0.909687-1.597694-1.034536-1.894197-2.07132-4.94909-0.677088-1.99505-0.7998-2.462672-0.7998-2.980468 0-1.077208 0.453754-1.923312 1.497067-2.782227 0.300127-0.247089 0.556453-0.519544 0.567381-0.608398 0.01092-0.08886 0.0651-0.365946 0.1162-0.615234 0.100296-0.489562 0.0329-1.033937-0.170912-1.415039-0.07024-0.131488-0.357031-0.517202-0.642505-0.854392-0.64783-0.765204-0.759346-1.022321-0.540039-1.264648 0.0924-0.102102 0.2912-0.177733 0.464842-0.177733 0.507517 0 1.275664-0.27706 2.139651-0.772461 0.452295-0.259344 0.885553-0.47168 0.970701-0.47168 0.22274 0 0.506786-0.343175 0.847658-1.02539 0.163632-0.327479 0.30079-0.619114 0.30079-0.649414z" style="fill:#fcfcfd"/>
|
||||
<path d="M 32 4 A 28 28 0 0 0 4 32 A 28 28 0 0 0 4.0214844 32.585938 A 28 28 0 0 1 32 5 A 28 28 0 0 1 59.978516 32.414062 A 28 28 0 0 0 60 32 A 28 28 0 0 0 32 4 z " style="fill:#ffffff;opacity:.2"/>
|
||||
</svg>
|
After Width: | Height: | Size: 7.5 KiB |
26
config/vms_icons/pisilinux.svg
Normal file
|
@ -0,0 +1,26 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" version="1.1">
|
||||
<path style="opacity:0.2" d="M 43.136229,5.685396 C 43.061788,5.4633438 43.06826,5.1835739 42.928278,5 41.014633,5.2757616 39.120408,5.7479234 37.349175,6.5279121 35.472751,7.333553 33.433818,8.6860528 32,10.133 c 2.3364,2.431904 4.146127,5.398565 6.264982,7.7049 0.987165,1.429311 1.981581,3.647014 2.824717,5.1621 0.186914,-0.338289 1.315866,-1.785373 1.472032,-2.140496 1.233958,-2.540375 1.494505,-5.416633 1.428964,-8.199101 -0.02832,-2.347181 -0.377065,-4.678329 -0.854466,-6.975007 z"/>
|
||||
<path style="opacity:0.2" d="M 4.8637701,5.685396 C 4.938212,5.4633438 4.9317388,5.1835739 5.0717221,5 6.9853669,5.2757616 8.879592,5.7479234 10.650825,6.5279121 12.527249,7.333553 14.566182,8.6860528 16,10.133 13.6636,12.564904 11.853873,15.531565 9.7350181,17.8379 8.7478526,19.267211 7.753437,21.484914 6.9103004,23 6.7233863,22.661711 5.5944344,21.214627 5.4382681,20.859504 4.2043111,18.319129 3.943764,15.442871 4.0093053,12.660403 4.0376257,10.313222 4.3863703,7.982074 4.8637701,5.685396 Z"/>
|
||||
<path style="opacity:0.2" d="m 17.047432,9.2936183 c -0.386193,0.2569123 -0.761518,0.5285781 -1.12791,0.8116477 -0.863919,0.648588 -1.653453,1.395362 -2.422742,2.15214 -0.292543,0.30153 -0.578691,0.608622 -0.859406,0.920391 -0.128593,0.141691 -0.256288,0.284132 -0.382369,0.427835 -0.09624,0.111698 -0.19184,0.223924 -0.286747,0.336699 -6.1e-4,7.07e-4 -0.0012,0.0014 -0.0018,0.0021 -0.0018,0.0022 -0.0037,0.0044 -0.0055,0.0065 -2.6476442,3.120066 -4.749065,6.688177 -6.4309974,10.409841 -0.1752836,0.400051 -0.344871,0.80254 -0.5095866,1.207003 -0.036354,0.08738 -0.072982,0.174668 -0.1088565,0.26222 -0.01237,0.03407 -0.025363,0.06795 -0.037915,0.101962 -0.1864752,0.468868 -0.3655752,0.940688 -0.5364132,1.415446 -0.020245,0.05579 -0.039949,0.111776 -0.059615,0.167755 -0.082149,0.231206 -0.1630248,0.462806 -0.2412078,0.695407 -0.030102,0.06695 -0.039274,0.134115 -0.03565,0.201068 -2.43e-4,9.5e-4 -4.725e-4,0.0019 -7.154e-4,0.0029 4.517e-4,0.0014 9.788e-4,0.0028 0.00143,0.0043 0.00975,0.144251 0.077156,0.287354 0.1211371,0.424503 0.2894019,0.818364 0.6275448,1.620059 1.0113041,2.399251 9.554e-4,0.0019 0.00191,0.0039 0.00286,0.0058 0.061245,0.124259 0.1236881,0.247908 0.1873094,0.370964 0.00524,0.01012 0.010486,0.02023 0.015738,0.03034 0.6810209,1.312118 1.4960039,2.554384 2.4431303,3.691202 0.6229948,0.765849 1.3069841,1.478622 2.0354852,2.143335 0.065186,0.05983 0.1313991,0.118501 0.1973248,0.177511 0.02217,0.01975 0.04405,0.03982 0.06629,0.05949 0.263069,0.2335 0.531778,0.460545 0.806111,0.680656 1.681875,1.368057 3.653352,2.484885 5.672345,3.238979 0.06833,0.02538 0.136537,0.05095 0.205194,0.07543 0.565341,0.208571 1.139447,0.392462 1.720839,0.550378 0.142841,0.0388 0.286061,0.07646 0.429702,0.112194 1.407038,0.35282 2.851064,0.554568 4.300964,0.607486 0.0059,2.44e-4 0.01184,6.16e-4 0.01777,8.35e-4 0.126504,0.0045 0.253058,0.0073 0.379627,0.0095 0.04284,7.98e-4 0.08568,0.0021 0.128529,0.0026 0.08564,9.93e-4 0.171291,6.4e-4 0.256939,6.09e-4 0.08561,4.2e-5 0.171215,4.27e-4 0.25682,-6.09e-4 0.04289,-5.48e-4 0.08577,-0.0018 0.128649,-0.0026 0.12647,-0.0022 0.252865,-0.005 0.379269,-0.0095 0.0063,-2.44e-4 0.01264,-6.09e-4 0.01896,-8.35e-4 1.449585,-0.05298 2.893396,-0.254734 4.300129,-0.607486 0.141763,-0.03527 0.282997,-0.07251 0.42398,-0.110766 0.002,-5.49e-4 0.004,-10e-4 0.006,-0.0015 0.581841,-0.158052 1.156507,-0.342067 1.722269,-0.550854 0.06724,-0.02398 0.134095,-0.04903 0.201021,-0.07388 9.71e-4,-3.65e-4 0.0019,-8.28e-4 0.0029,-0.0012 2.042439,-0.754298 3.995607,-1.887225 5.674373,-3.240883 0.274386,-0.220226 0.543235,-0.447391 0.806349,-0.681013 0.08748,-0.07767 0.174802,-0.155511 0.260993,-0.234619 0.728453,-0.66468 1.412407,-1.377411 2.035366,-2.143216 0.946267,-1.135787 1.760574,-2.376833 2.441222,-3.687632 0.0067,-0.0128 0.01329,-0.02561 0.01991,-0.03843 0.0628,-0.121533 0.124445,-0.243618 0.184925,-0.366325 9.95e-4,-0.002 0.002,-0.004 0.003,-0.0061 0.38373,-0.779147 0.721801,-1.580818 1.011185,-2.399132 0.04398,-0.137148 0.11151,-0.280252 0.121256,-0.424503 4.28e-4,-0.0014 9.77e-4,-0.0028 0.0014,-0.0043 -2.44e-4,-9.5e-4 -4.88e-4,-0.0019 -7.14e-4,-0.0029 0.0036,-0.06695 -0.0055,-0.134118 -0.03565,-0.201068 -0.07789,-0.231721 -0.15855,-0.462453 -0.240367,-0.692792 -0.02032,-0.05786 -0.04082,-0.115678 -0.06176,-0.173346 -0.170933,-0.474913 -0.349955,-0.946904 -0.536533,-1.415922 -0.01212,-0.03285 -0.02466,-0.06561 -0.0366,-0.09851 -0.03501,-0.08544 -0.07065,-0.170642 -0.106114,-0.255915 -0.165517,-0.406595 -0.336012,-0.811171 -0.512209,-1.213308 -1.681897,-3.721585 -3.783314,-7.289585 -6.430878,-10.409604 -0.0013,-0.0015 -0.0024,-0.003 -0.0037,-0.0045 -8.73e-4,-10e-4 -0.0018,-0.0021 -0.0026,-0.0031 -3.66e-4,-4.26e-4 -7.08e-4,-8.77e-4 -0.0011,-0.0013 C 35.936839,13.829558 35.841243,13.717331 35.745,13.605633 35.624614,13.468421 35.502711,13.332336 35.380038,13.196954 35.093792,12.87856 34.801787,12.565143 34.503225,12.257407 33.734317,11.501014 32.945184,10.754575 32.081782,10.106218 31.714985,9.8227897 31.339203,9.5508302 30.952561,9.2936182 28.584005,7.738035 26.605371,7.0726737 23.918974,7.0000929 21.479381,7.0145614 18.766997,8.1676943 17.047432,9.2936183 Z"/>
|
||||
<path style="fill:#db3d7f" d="M 43.136229,4.685396 C 43.061788,4.4633438 43.06826,4.1835739 42.928278,4 41.014633,4.2757616 39.120408,4.7479234 37.349175,5.5279121 35.472751,6.333553 33.433818,7.6860528 32,9.133 c 2.3364,2.431904 4.146127,5.398565 6.264982,7.7049 0.987165,1.429311 1.981581,3.647014 2.824717,5.1621 0.186914,-0.338289 1.315866,-1.785373 1.472032,-2.140496 1.233958,-2.540375 1.494505,-5.416633 1.428964,-8.199101 C 43.962372,9.3132222 43.61363,6.982074 43.136229,4.685396 Z"/>
|
||||
<path style="opacity:0.1;fill:#ffffff" d="M 42.927734 4 C 41.014089 4.2757616 39.120842 4.7473551 37.349609 5.5273438 C 35.473185 6.3329847 33.433818 7.6858653 32 9.1328125 C 32.171218 9.3110295 32.33411 9.4981502 32.5 9.6816406 C 33.888665 8.4109061 35.672524 7.2473987 37.349609 6.5273438 C 39.120842 5.7473551 41.014089 5.2757616 42.927734 5 C 43.067716 5.1835739 43.062278 5.4634947 43.136719 5.6855469 C 43.601391 7.9209877 43.938358 10.188904 43.982422 12.472656 C 43.982778 12.201851 43.996581 11.929593 43.990234 11.660156 C 43.961911 9.3129755 43.61412 6.9822249 43.136719 4.6855469 C 43.062278 4.4634947 43.067716 4.1835739 42.927734 4 z"/>
|
||||
<path style="fill:#db3d7f" d="M 4.8637701,4.685396 C 4.938212,4.4633438 4.9317388,4.1835739 5.0717221,4 6.9853669,4.2757616 8.879592,4.7479234 10.650825,5.5279121 12.527249,6.333553 14.566182,7.6860528 16,9.133 13.6636,11.564904 11.853873,14.531565 9.7350181,16.8379 8.7478526,18.267211 7.753437,20.484914 6.9103004,22 6.7233863,21.661711 5.5944344,20.214627 5.4382681,19.859504 4.2043111,17.319129 3.943764,14.442871 4.0093053,11.660403 4.0376257,9.3132222 4.3863703,6.982074 4.8637701,4.685396 Z"/>
|
||||
<path style="opacity:0.1;fill:#ffffff" d="M 5.0722656 4 C 4.9322823 4.1835739 4.9377232 4.4634947 4.8632812 4.6855469 C 4.3858815 6.9822249 4.038086 9.3129754 4.0097656 11.660156 C 4.003419 11.929593 4.0172217 12.201851 4.0175781 12.472656 C 4.0616423 10.188904 4.3986105 7.9209877 4.8632812 5.6855469 C 4.9377232 5.4634947 4.9322823 5.1835739 5.0722656 5 C 6.9859104 5.2757616 8.8791576 5.7473551 10.650391 6.5273438 C 12.327476 7.2473987 14.111335 8.4109061 15.5 9.6816406 C 15.66589 9.4981502 15.828782 9.3110295 16 9.1328125 C 14.566182 7.6858653 12.526815 6.3329847 10.650391 5.5273438 C 8.8791576 4.7473551 6.9859104 4.2757616 5.0722656 4 z"/>
|
||||
<path style="fill:#e4e4e4" d="m 17.047432,8.2935267 c -0.386193,0.2569123 -0.761518,0.5285781 -1.12791,0.8116478 -0.863919,0.6485879 -1.653453,1.3953615 -2.422742,2.1521395 -0.292543,0.30153 -0.578691,0.608622 -0.859406,0.920391 -0.128593,0.141691 -0.256288,0.284132 -0.382369,0.427835 -0.09624,0.111698 -0.19184,0.223924 -0.286747,0.336699 -6.1e-4,7.07e-4 -0.0012,0.0014 -0.0018,0.0021 -0.0018,0.0022 -0.0037,0.0044 -0.0055,0.0065 -2.6476442,3.120066 -4.749065,6.688177 -6.4309974,10.409841 -0.1752836,0.400051 -0.344871,0.80254 -0.5095866,1.207003 -0.036354,0.08738 -0.072982,0.174668 -0.1088565,0.26222 -0.01237,0.03407 -0.025363,0.06795 -0.037915,0.101962 -0.1864752,0.468868 -0.3655752,0.940688 -0.5364132,1.415446 -0.020245,0.05579 -0.039949,0.111776 -0.059615,0.167755 -0.082149,0.231206 -0.1630248,0.462806 -0.2412078,0.695407 -0.030102,0.06695 -0.039274,0.134115 -0.03565,0.201068 -2.43e-4,9.5e-4 -4.725e-4,0.0019 -7.154e-4,0.0029 4.517e-4,0.0014 9.788e-4,0.0028 0.00143,0.0043 0.00975,0.144251 0.077156,0.287354 0.1211371,0.424503 0.2894019,0.818364 0.6275448,1.620059 1.0113041,2.399251 9.554e-4,0.0019 0.00191,0.0039 0.00286,0.0058 0.061245,0.124259 0.1236881,0.247908 0.1873094,0.370964 0.00524,0.01012 0.010486,0.02023 0.015738,0.03034 0.6810209,1.312118 1.4960039,2.554384 2.4431303,3.691202 0.6229948,0.765849 1.3069841,1.478622 2.0354852,2.143335 0.065186,0.05983 0.1313991,0.118501 0.1973248,0.177511 0.02217,0.01975 0.04405,0.03982 0.06629,0.05949 0.263069,0.2335 0.531778,0.460545 0.806111,0.680656 1.681875,1.368057 3.653352,2.484885 5.672345,3.238979 0.06833,0.02538 0.136537,0.05095 0.205194,0.07543 0.565341,0.208571 1.139447,0.392462 1.720839,0.550378 0.142841,0.0388 0.286061,0.07646 0.429702,0.112194 1.407038,0.35282 2.851064,0.554568 4.300964,0.607486 0.0059,2.44e-4 0.01184,6.16e-4 0.01777,8.35e-4 0.126504,0.0045 0.253058,0.0073 0.379627,0.0095 0.04284,7.98e-4 0.08568,0.0021 0.128529,0.0026 0.08564,9.93e-4 0.171291,6.4e-4 0.256939,6.09e-4 0.08561,4.2e-5 0.171215,4.27e-4 0.25682,-6.09e-4 0.04289,-5.48e-4 0.08577,-0.0018 0.128649,-0.0026 0.12647,-0.0022 0.252865,-0.005 0.379269,-0.0095 0.0063,-2.44e-4 0.01264,-6.09e-4 0.01896,-8.35e-4 1.449585,-0.05298 2.893396,-0.254734 4.300129,-0.607486 0.141763,-0.03527 0.282997,-0.07251 0.42398,-0.110766 0.002,-5.49e-4 0.004,-0.001 0.006,-0.0015 0.581841,-0.158052 1.156507,-0.342067 1.722269,-0.550854 0.06724,-0.02398 0.134095,-0.04903 0.201021,-0.07388 9.71e-4,-3.65e-4 0.0019,-8.28e-4 0.0029,-0.0012 2.042439,-0.754298 3.995607,-1.887225 5.674373,-3.240883 0.274386,-0.220226 0.543235,-0.447391 0.806349,-0.681013 0.08748,-0.07767 0.174802,-0.155511 0.260993,-0.234619 0.728453,-0.66468 1.412407,-1.377411 2.035366,-2.143216 0.946267,-1.135787 1.760574,-2.376833 2.441222,-3.687632 0.0067,-0.0128 0.01329,-0.02561 0.01991,-0.03843 0.0628,-0.121533 0.124445,-0.243618 0.184925,-0.366325 9.95e-4,-0.002 0.002,-0.004 0.003,-0.0061 0.38373,-0.779147 0.721801,-1.580818 1.011185,-2.399132 0.04398,-0.137148 0.11151,-0.280252 0.121256,-0.424503 4.28e-4,-0.0014 9.77e-4,-0.0028 0.0014,-0.0043 -2.44e-4,-9.5e-4 -4.88e-4,-0.0019 -7.14e-4,-0.0029 0.0036,-0.06695 -0.0055,-0.134118 -0.03565,-0.201068 -0.07789,-0.231721 -0.15855,-0.462453 -0.240367,-0.692792 -0.02032,-0.05786 -0.04082,-0.115678 -0.06176,-0.173346 -0.170933,-0.474913 -0.349955,-0.946904 -0.536533,-1.415922 -0.01212,-0.03285 -0.02466,-0.06561 -0.0366,-0.09851 -0.03501,-0.08544 -0.07065,-0.170642 -0.106114,-0.255915 -0.165517,-0.406595 -0.336012,-0.811171 -0.512209,-1.213308 -1.681897,-3.721585 -3.783314,-7.289585 -6.430878,-10.409604 -0.0013,-0.0015 -0.0024,-0.003 -0.0037,-0.0045 -8.73e-4,-10e-4 -0.0018,-0.0021 -0.0026,-0.0031 -3.66e-4,-4.26e-4 -7.08e-4,-8.77e-4 -0.0011,-0.0013 C 35.936839,12.829466 35.841243,12.717239 35.745,12.605541 35.624614,12.468329 35.502711,12.332244 35.380038,12.196862 35.093792,11.878468 34.801787,11.565051 34.503225,11.257315 33.734317,10.500922 32.945184,9.7544836 32.081782,9.1061262 31.714985,8.8226981 31.339203,8.5507386 30.952561,8.2935266 28.584005,6.7379434 26.605371,6.0725821 23.918974,6.0000013 21.479381,6.0144698 18.766997,7.1676027 17.047432,8.2935267 Z"/>
|
||||
<path style="fill:#3f3f3f" d="m 14.729387,23.000001 c -0.853776,6.24e-4 -1.708097,0.120614 -2.523272,0.36842 -0.237096,1.434813 -0.356107,2.942921 0.130831,4.342781 0.381563,1.235903 1.348682,2.285326 2.570701,2.773029 1.488857,0.616704 3.185882,0.63921 4.744422,0.284667 0.200554,-0.898007 0.367991,-1.811776 0.344196,-2.734749 0.03909,-1.132705 -0.22611,-2.312111 -0.914452,-3.24008 -0.792868,-1.095252 -2.166997,-1.655308 -3.50034,-1.755179 -0.282985,-0.02601 -0.567495,-0.0391 -0.852086,-0.03889 z m -0.01755,1.180969 c 0.457392,-0.0086 0.915573,0.02772 1.36172,0.118743 0.195455,0.08073 0.490349,0.03665 0.628017,0.198109 -0.624606,0.241355 -1.159232,0.74568 -1.332592,1.391513 -0.211601,0.676626 -0.0025,1.450704 0.503161,1.952557 0.728283,0.808955 2.172058,0.846386 2.930083,0.06156 -0.01954,0.621698 -0.03997,1.255822 -0.192077,1.855881 -0.630555,0.06325 -1.279719,0.08914 -1.908575,-0.01073 -1.148936,-0.123173 -2.335286,-0.680032 -2.913153,-1.702878 -0.656899,-1.121053 -0.66288,-2.460075 -0.501418,-3.703469 0.185258,-0.101537 0.402009,-0.07914 0.605113,-0.09912 0.271194,-0.03558 0.545285,-0.05698 0.819721,-0.06218 z"/>
|
||||
<path style="fill:#3f3f3f" d="m 33.270613,23.000001 c 0.853776,6.24e-4 1.708097,0.120614 2.523272,0.36842 0.237096,1.434813 0.356107,2.942921 -0.130831,4.342781 -0.381563,1.235903 -1.348682,2.285326 -2.570701,2.773029 -1.488857,0.616704 -3.185882,0.63921 -4.744422,0.284667 -0.200554,-0.898007 -0.367991,-1.811776 -0.344196,-2.734749 -0.03909,-1.132705 0.22611,-2.312111 0.914452,-3.24008 0.792868,-1.095252 2.166997,-1.655308 3.50034,-1.755179 0.282985,-0.02601 0.567495,-0.0391 0.852086,-0.03889 z m 0.01755,1.180969 c -0.457392,-0.0086 -0.915573,0.02772 -1.36172,0.118743 -0.195455,0.08073 -0.490349,0.03665 -0.628017,0.198109 0.624606,0.241355 1.159232,0.74568 1.332592,1.391513 0.211601,0.676626 0.0025,1.450704 -0.503161,1.952557 -0.728283,0.808955 -2.172058,0.846386 -2.930083,0.06156 0.01954,0.621698 0.03997,1.255822 0.192077,1.855881 0.630555,0.06325 1.279719,0.08914 1.908575,-0.01073 1.148936,-0.123173 2.335286,-0.680032 2.913153,-1.702878 0.656899,-1.121053 0.66288,-2.460075 0.501418,-3.703469 -0.185258,-0.101537 -0.402009,-0.07914 -0.605113,-0.09912 -0.271194,-0.03558 -0.545285,-0.05698 -0.819721,-0.06218 z"/>
|
||||
<path style="fill:#3f3f3f" d="m 20.011607,33.486941 c -0.05699,0.13006 0.11127,0.218373 0.175499,0.31953 0.936295,0.993116 1.860831,1.995063 2.81341,2.976136 0.192686,0.206331 0.48036,0.296248 0.758987,0.371715 0.0018,0.585272 0.0063,1.171348 -0.0018,1.757422 0.108553,0.119623 0.307576,0.101961 0.448698,0.03934 -0.01,-0.591695 0.01089,-1.184192 -0.01176,-1.775083 0.286769,-0.101961 0.594345,-0.191076 0.806029,-0.407041 0.955293,-1.023624 1.925964,-2.038416 2.878543,-3.064448 0.03528,-0.06743 0.158311,-0.127653 0.109464,-0.211148 -1.071991,-0.299459 -2.189213,-0.425506 -3.304625,-0.480902 -1.574967,-0.05459 -3.161693,0.06423 -4.672432,0.47448 z"/>
|
||||
<path style="fill:#3f3f3f" d="m 23.918977,6.0000444 c -1.034593,0.00614 -2.118027,0.2174052 -3.154214,0.544192 0.926483,3.3586006 1.806408,6.7298366 2.720696,10.0914646 0.126975,-0.01381 0.253964,-0.02603 0.380939,-0.03902 0.249398,-3.519804 0.615471,-7.0347542 0.85237,-10.5553482 -0.260136,-0.020012 -0.526126,-0.033891 -0.799791,-0.041284 z m -3.592741,0.6902933 c -1.241157,0.4352025 -2.392103,1.0225984 -3.278809,1.603189 -0.515476,0.3739655 -1.546988,1.0775054 -0.612362,0.4427061 1.828922,2.9239312 3.679902,5.8347912 5.51615,8.7546602 0.115579,-0.04548 0.23114,-0.09176 0.346719,-0.139676 C 22.032589,16.026514 21.827411,14.692061 21.557997,13.36817 21.334163,12.264385 21.16899,11.150905 20.945157,10.047933 20.716385,8.9319687 20.542046,7.807419 20.326236,6.6903377 Z"/>
|
||||
<g transform="translate(0,1.0002174)">
|
||||
<path style="opacity:0.2;fill:none;stroke:#000000;stroke-width:2;stroke-linecap:round;stroke-linejoin:round" d="M 14.000263,36 5.0002634,43"/>
|
||||
<path style="opacity:0.2;fill:none;stroke:#000000;stroke-width:2;stroke-linecap:round;stroke-linejoin:round" d="m 19.000263,36 -9,7"/>
|
||||
<path style="opacity:0.2;fill:none;stroke:#000000;stroke-width:2;stroke-linecap:round;stroke-linejoin:round" d="m 29,36 9,7"/>
|
||||
<path style="opacity:0.2;fill:none;stroke:#000000;stroke-width:2;stroke-linecap:round;stroke-linejoin:round" d="m 34,36 9,7"/>
|
||||
</g>
|
||||
<g>
|
||||
<path style="fill:none;stroke:#db3d7f;stroke-width:2;stroke-linecap:round;stroke-linejoin:round" d="M 14.000263,36 5.0002634,43"/>
|
||||
<path style="fill:none;stroke:#db3d7f;stroke-width:2;stroke-linecap:round;stroke-linejoin:round" d="m 19.000263,36 -9,7"/>
|
||||
<path style="fill:none;stroke:#db3d7f;stroke-width:2;stroke-linecap:round;stroke-linejoin:round" d="m 29,36 9,7"/>
|
||||
<path style="fill:none;stroke:#db3d7f;stroke-width:2;stroke-linecap:round;stroke-linejoin:round" d="m 34,36 9,7"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 16 KiB |
12
config/vms_icons/pop-os.svg
Normal file
|
@ -0,0 +1,12 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1.1">
|
||||
<circle style="opacity:0.2" cx="32" cy="33" r="28"/>
|
||||
<circle style="fill:#48b9c7" cx="32" cy="32" r="28"/>
|
||||
<path style="opacity:0.2" d="m 26.21875,11.003906 c -2.531026,0.05995 -5.41519,1.439777 -6.886719,2.458985 -1.471524,1.019207 -4.47239,3.056696 -4.53125,5.035156 0,1.318973 0.706046,2.397823 1.353516,3.716797 0.647472,1.318974 9.359333,19.065008 11.949219,21.882812 1.353804,1.43888 3.236409,1.020144 3.648437,-0.298828 0.412026,-1.318976 -0.05814,-2.757793 -0.587891,-4.136719 l -2.826171,-7.49414 c 3.296216,-1.19907 5.649838,-3.657224 7.0625,-6.714844 v -0.121094 c 0.706334,-1.498834 0.883532,-3.597023 0.294921,-6.294922 -0.58861,-2.6979 -2.177344,-5.034368 -4.414062,-6.533203 -1.471526,-0.959253 -2.531476,-1.559954 -5.0625,-1.5 z m -2.111328,5.46875 c 0.14001,0.0153 0.293665,0.05122 0.46289,0.107422 0.412028,0.119906 0.766241,0.420344 1.060547,0.660156 1.471524,1.199066 2.589393,2.996915 3.119141,4.855469 a 7.5342132,7.6740254 0 0 1 0.117188,2.876953 c 0,0.479626 -0.05921,0.840687 -0.353516,1.320313 -0.294306,0.479628 -1.00035,0.839237 -1.353516,0.779297 -0.35317,-0.05995 -0.647102,-0.299842 -0.941406,-0.59961 -1.236082,-1.25902 -2.353597,-3.777496 -2.765625,-4.976562 -0.386274,-1.124125 -1.445861,-5.252874 0.654297,-5.023438 z M 43.824219,21 c -0.836416,0.01386 -1.793419,0.236871 -2.175781,0.591797 -0.509817,0.473234 -0.962863,1.41956 -1.246094,3.3125 -0.962982,6.921059 -1.302833,12.599592 -0.283203,13.013672 0.849696,0.354926 1.474308,-0.237197 4.533203,-5.916016 l 1.585937,-3.134765 c 0.62311,-1.360551 1.415995,-3.253312 1.642578,-4.140626 0.226587,-0.887315 0.169986,-1.597349 -0.509765,-2.248046 A 5.0981592,5.3238908 0 0 0 44.595703,21.058594 C 44.369119,21.014228 44.103024,20.995379 43.824219,21 Z m -3.488281,20 c -0.189929,-0.0033 -0.394504,0.0231 -0.615235,0.08398 -0.852476,0.216472 -1.461871,0.920895 -1.644531,1.570313 -0.182676,0.649416 -0.06043,1.460203 0.609375,1.947265 0.669804,0.487062 1.827323,0.487385 2.314453,0.216797 0.48713,-0.270592 0.790309,-0.704344 0.912109,-1.191406 C 42.231787,42.490473 41.665436,41.022936 40.335938,41 Z M 20.257812,47 C 19.006845,47 18,47.892 18,49 c 0,1.108 1.006845,2 2.257812,2 H 43.742188 C 44.993155,51 46,50.108 46,49 46,47.892 44.993155,47 43.742188,47 Z"/>
|
||||
<g>
|
||||
<rect style="fill:#ffffff" width="28" height="4" x="18" y="46" rx="2.258" ry="2"/>
|
||||
<path style="fill:#ffffff" d="m 35.401362,24.452868 c -1.412662,3.05762 -3.767106,5.515704 -7.063322,6.714774 l 2.825328,7.494164 c 0.52975,1.378926 1.000638,2.817804 0.588612,4.13678 C 31.339952,44.117558 29.4564,44.53723 28.102596,43.09835 25.51271,40.280546 16.801275,22.534362 16.153803,21.215388 15.506333,19.896414 14.8,18.817256 14.8,17.498283 c 0.05886,-1.97846 3.060775,-4.016872 4.532299,-5.036079 1.471529,-1.019208 4.355717,-2.398134 6.886743,-2.458088 2.531024,-0.059954 3.590524,0.53958 5.06205,1.498833 2.236718,1.498835 3.825966,3.837014 4.414576,6.534914 0.58861,2.697899 0.412028,4.796265 -0.294306,6.295099 m -6.651298,-3.23748 c -0.529748,-1.858554 -1.648108,-3.657153 -3.119632,-4.856219 -0.294306,-0.239812 -0.647472,-0.53958 -1.0595,-0.659486 -2.707608,-0.899301 -1.530386,3.717105 -1.11836,4.916171 0.412028,1.199066 1.530388,3.717106 2.76647,4.976126 0.294304,0.299768 0.588608,0.53958 0.941778,0.599534 0.353166,0.05994 1.059496,-0.299766 1.353802,-0.779394 0.294304,-0.479626 0.353168,-0.839346 0.353168,-1.318972 a 7.5342132,7.6740254 0 0 0 -0.11772,-2.87776 z"/>
|
||||
<path style="fill:#ffffff" d="m 41.912738,42.62764 c -0.1218,0.487062 -0.42624,0.920006 -0.91337,1.190598 -0.48713,0.270588 -1.644064,0.270588 -2.313868,-0.216474 -0.669804,-0.487062 -0.791588,-1.298832 -0.608912,-1.948248 0.18266,-0.649418 0.791588,-1.352952 1.644064,-1.569424 1.765846,-0.487064 2.557432,1.244714 2.192086,2.543548 z"/>
|
||||
<path style="fill:#ffffff" d="m 40.119882,36.917908 c -1.01963,-0.41408 -0.679752,-6.092897 0.28323,-13.013956 0.283231,-1.89294 0.736402,-2.839409 1.246218,-3.312643 0.509816,-0.473235 2.039264,-0.709852 2.945602,-0.532388 a 5.0981592,5.3238908 0 0 1 2.775667,1.419704 c 0.679751,0.650697 0.7364,1.360549 0.509813,2.247865 -0.226583,0.887314 -1.019629,2.780254 -1.642739,4.140804 l -1.586094,3.135177 c -3.058895,5.678819 -3.682001,6.270363 -4.531697,5.915437 z"/>
|
||||
</g>
|
||||
<path style="opacity:0.2;fill:#ffffff" d="M 32 4 A 28 28 0 0 0 4 32 A 28 28 0 0 0 4.0175781 32.492188 A 28 28 0 0 1 32 5 A 28 28 0 0 1 59.974609 32.492188 A 28 28 0 0 0 60 32 A 28 28 0 0 0 32 4 z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 4.4 KiB |
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 3.6 KiB |
13
config/vms_icons/puppy-linux.svg
Normal file
|
@ -0,0 +1,13 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" version="1">
|
||||
<circle style="opacity:0.2" cx="16" cy="17" r="14"/>
|
||||
<circle style="fill:#cccccc" cx="16" cy="16" r="14"/>
|
||||
<path style="opacity:0.1;fill-rule:evenodd" d="M 24.5,11 C 23.119604,11 22,12.119599 22,13.5 22,14.880371 23.119604,16 24.5,16 25.880397,16 27,14.880371 27,13.5 27,12.11961 25.880397,11 24.5,11 Z M 9,12 c -2.7607621,0 -5,2.238964 -5,5 0,2.761038 2.2392379,5 5,5 2.760762,0 5,-2.238962 5,-5 0,-2.761036 -2.239238,-5 -5,-5 z m 1,3 c 1.104037,1.1e-5 2,0.896002 2,2 0,1.104009 -0.895963,2 -2,2 -1.1040375,0 -2,-0.895991 -2,-2 0,-1.103998 0.8959625,-2 2,-2 z m 12.466797,2 c -0.06222,0 -0.120392,0.01188 -0.175781,0.03125 l -7.052735,2 c -0.01385,0.0034 -0.02568,0.0073 -0.03906,0.01172 h -0.002 l -0.0039,0.002 h -0.002 c -0.203358,0.07007 -0.349609,0.258457 -0.349609,0.480469 0,0.211242 0.13238,0.393243 0.320312,0.470703 0.0012,5.46e-4 0.0027,-5.37e-4 0.0039,0 l 4.339843,2.382812 v 0.01758 c 0,0.732661 -0.333698,1.397428 -0.875,1.88086 -0.551532,0.492587 -1.317433,0.796875 -2.166015,0.796875 -0.535233,0 -1.049087,-0.119545 -1.496094,-0.341797 -0.436759,-0.217167 -0.812889,-0.53212 -1.087891,-0.921875 -0.0037,-0.0059 -0.0077,-0.01187 -0.01172,-0.01758 -0.08547,-0.122813 -0.230754,-0.203125 -0.394532,-0.203125 -0.262202,0 -0.474609,0.205892 -0.474609,0.460937 0,0.102517 0.0356,0.196786 0.09375,0.273438 0.364164,0.518921 0.864126,0.937588 1.445312,1.226562 C 15.121937,25.840607 15.783011,26 16.464844,26 c 1.09333,0 2.085317,-0.398746 2.80664,-1.042969 0.524158,-0.46812 0.906204,-1.064898 1.080078,-1.734375 0.707872,0.570561 1.639906,0.914063 2.65625,0.914063 1.093328,0 2.087271,-0.396805 2.808594,-1.041016 C 26.548019,22.442334 27,21.536809 27,20.535156 c 0,-0.0424 -0.001,-0.09418 -0.0039,-0.15039 5.4e-5,-0.0029 0,-0.0048 0,-0.0078 0,-0.255045 -0.212408,-0.46289 -0.47461,-0.462891 -0.262204,0 -0.474609,0.207846 -0.474609,0.462891 0,0.0041 -1.02e-4,0.0077 0,0.01172 2.24e-4,0.0072 0.0014,0.01436 0.002,0.02148 0.0015,0.03384 0.002,0.07445 0.002,0.125 0,0.732661 -0.335651,1.397429 -0.876953,1.88086 -0.551544,0.492589 -1.317422,0.796875 -2.166016,0.796875 -0.814499,0 -1.554147,-0.281226 -2.101562,-0.742188 -0.112899,-0.09507 -0.21716,-0.197128 -0.3125,-0.306641 l 2.326172,-4.398437 c 0.045,-0.07526 0.07227,-0.162554 0.07227,-0.255859 C 22.992188,17.228114 22.75635,17 22.466797,17 Z"/>
|
||||
<path style="opacity:0.2;fill:#ffffff" d="M 16 2 A 14 14 0 0 0 2 16 A 14 14 0 0 0 2.0214844 16.585938 A 14 14 0 0 1 16 3 A 14 14 0 0 1 29.978516 16.414062 A 14 14 0 0 0 30 16 A 14 14 0 0 0 16 2 z"/>
|
||||
<path style="opacity:0.2;fill-rule:evenodd" d="m 8.4804688,4.000172 c -0.8151382,-0.00383 -1.5612531,0.1230588 -2.203125,0.3046875 -1.2749376,0.360768 -2.106186,0.9096215 -2.25,1.0957031 -0.021127,0.027553 -0.047737,0.051853 -0.078125,0.072266 C 3.5143373,5.766517 3.288126,6.7253555 3.1855469,7.8771251 3.0612331,9.2729219 2.9312155,10.441574 3.0410156,11.609547 c 3.608e-4,0.0037 0.00158,0.008 0.00195,0.01172 0.00343,0.05318 0.00963,0.120607 0.013672,0.177734 0.5741901,-0.637501 1.283662,-0.971581 1.859375,-1.429687 C 6.8359994,8.8415474 8.3052196,9.1878981 9.8671875,9.6798595 10.869538,9.9955433 11.74516,10.272589 12.369141,9.8243908 12.725208,9.5685974 12.901847,9.1872313 12.9375,8.7404064 12.97148,8.314709 12.88428,8.0294883 12.703125,7.531422 12.517198,7.020257 12.231921,6.4975587 11.880859,6.0060314 11.030717,4.8157586 10.204466,4.1159066 9.0546875,4.0236095 8.8596568,4.0079565 8.6685776,4.0010399 8.4804688,4.000172 Z m 15.3632812,0 c -0.09584,-2.283e-4 -0.190831,0.00133 -0.285156,0.00195 -0.702606,0.00463 -1.359712,0.033369 -1.910156,0.080078 h -0.0059 c -0.08169,0.011111 -0.169186,0.0258 -0.253906,0.037109 2.676301,0.9397904 3.06785,3.1573582 4.162109,5.0273438 0.707838,1.1477816 0.729726,1.9756386 1.607422,1.8398436 0.397788,-0.06154 0.723984,-0.25727 0.984375,-0.539062 0.382917,-0.414378 0.629079,-1.0167316 0.75586,-1.6757816 0.130297,-0.677313 0.131019,-1.40718 0.02148,-2.0585938 C 28.800261,6.0010991 28.554772,5.3971056 28.207031,5.0919689 27.548408,4.646362 26.633747,4.1892104 25.003906,4.0743908 24.31814,4.0260717 24.5146,4.0018436 23.84375,4.000172 Z"/>
|
||||
<path style="fill:#e4e4e4;fill-rule:evenodd" d="m 23.8433,3.0000341 c -0.09584,-2.283e-4 -0.190902,6.864e-4 -0.285227,0.00131 -0.702606,0.00463 -1.358793,0.033275 -1.909238,0.079984 l -0.0055,0.00131 c -0.08169,0.011111 -0.169118,0.02541 -0.253838,0.036719 2.676301,0.9397904 3.067602,3.1564346 4.161861,5.0264202 0.707838,1.1477816 0.728289,1.9754287 1.605985,1.8396343 C 27.555131,9.9238746 27.882277,9.7296057 28.142668,9.447813 28.525585,9.0334354 28.77194,8.4298191 28.898721,7.7707691 29.029018,7.0934561 29.030086,6.3635758 28.920551,5.712162 28.80089,5.0001985 28.554594,4.3966344 28.206853,4.0914977 27.54823,3.6458908 26.634344,3.1882819 25.004503,3.0734622 24.318737,3.0251431 24.51415,3.0017057 23.8433,3.0000341 Z"/>
|
||||
<path id="path2488_4" style="fill:#e4e4e4;fill-rule:evenodd" d="M 8.480544,3.0000891 C 7.6654058,2.9962561 6.9197246,3.1222658 6.2778526,3.3038945 5.0029151,3.6646625 4.17095,4.2143812 4.027136,4.4004628 4.0060087,4.4280154 3.9796449,4.4517635 3.9492566,4.4721765 3.5143751,4.7658653 3.2886169,5.7247729 3.1860378,6.8765425 3.061724,8.2723393 2.9315009,9.4412002 3.041301,10.609173 c 3.608e-4,0.0037 9.311e-4,0.008 0.0013,0.01173 0.00343,0.05318 0.010235,0.121505 0.014277,0.178632 C 3.6310681,10.162034 4.3405487,9.8267062 4.9162617,9.3686002 6.8362455,7.840835 8.3061581,8.1886056 9.868126,8.680567 10.870477,8.9962508 11.745374,9.2721918 12.369355,8.8239937 12.725422,8.5682003 12.902221,8.1872897 12.937874,7.7404648 12.971854,7.3147674 12.884094,7.0294956 12.702939,6.5314293 12.517012,6.0202643 12.232369,5.4974102 11.881307,5.0058829 11.031165,3.8156101 10.205332,3.1158561 9.0555536,3.023559 8.8605229,3.007906 8.6686528,3.000957 8.480544,3.0000891 Z"/>
|
||||
<path style="fill:#3f3f3f;fill-rule:evenodd" d="M 24.500033,10 C 23.119637,10 22,11.119602 22,12.500003 22,13.880374 23.119637,15 24.500033,15 25.88043,15 27.000055,13.880374 27.000055,12.500003 27.000055,11.119613 25.88043,10 24.500033,10 Z"/>
|
||||
<path style="fill:#3f3f3f;fill-rule:evenodd" d="M 9 11 C 6.2392379 11 4 13.238964 4 16 C 4 18.761038 6.2392379 21 9 21 C 11.760762 21 14 18.761038 14 16 C 14 13.238964 11.760762 11 9 11 z M 10 14 C 11.104037 14.000011 12 14.896002 12 16 C 12 17.104009 11.104037 18 10 18 C 8.8959625 18 8 17.104009 8 16 C 8 14.896002 8.8959625 14 10 14 z"/>
|
||||
<path id="path2488_5" style="fill:#3f3f3f;fill-rule:evenodd" d="m 22.467242,16.000021 c -0.06222,0 -0.121728,0.01143 -0.177117,0.0308 l -7.050943,1.99999 c -0.01385,0.0034 -0.02719,0.0071 -0.04057,0.01154 l -0.002,9.69e-4 -0.004,9.7e-4 -9.8e-4,9.69e-4 c -0.203358,0.07007 -0.349286,0.258255 -0.349286,0.480267 0,0.211242 0.131668,0.392222 0.3196,0.469682 0.0012,5.46e-4 0.0028,4.32e-4 0.004,9.69e-4 l 4.339804,2.382084 v 0.01829 c 0,0.732661 -0.334378,1.398175 -0.87568,1.881607 -0.551532,0.492587 -1.317362,0.796916 -2.165944,0.796916 -0.535233,0 -1.048082,-0.121341 -1.495089,-0.343593 -0.436759,-0.217167 -0.813411,-0.531318 -1.088413,-0.921073 -0.0037,-0.0059 -0.0079,-0.01162 -0.01187,-0.01733 C 13.783284,22.670265 13.638729,22.58904 13.474951,22.58904 13.212749,22.58904 13,22.795971 13,23.051016 c 0,0.102517 0.03487,0.196684 0.09302,0.273336 0.364164,0.518921 0.864425,0.937203 1.445612,1.226177 C 15.121506,24.840355 15.782278,25 16.464111,25 c 1.09333,0 2.086785,-0.399086 2.808108,-1.043309 0.524158,-0.46812 0.904646,-1.064871 1.078521,-1.734348 0.707871,0.570561 1.64136,0.9153 2.657704,0.9153 1.093328,0 2.086784,-0.398137 2.808107,-1.042348 0.731613,-0.653369 1.18343,-1.558488 1.18343,-2.560141 0,-0.0424 -0.0011,-0.09393 -0.004,-0.15014 5.4e-5,-0.0029 0,-0.0057 0,-0.0087 0,-0.255045 -0.21275,-0.461977 -0.474952,-0.461977 -0.262204,0 -0.47494,0.206932 -0.47494,0.461977 0,0.0041 -1.02e-4,0.0085 0,0.0125 2.24e-4,0.0072 0.0014,0.01406 0.002,0.02118 0.0015,0.03384 0.002,0.07457 0.002,0.125116 0,0.732661 -0.334375,1.398175 -0.875677,1.881606 -0.551544,0.492589 -1.317352,0.796916 -2.165946,0.796916 -0.814499,0 -1.555199,-0.281094 -2.102614,-0.742056 -0.112899,-0.09507 -0.217337,-0.197513 -0.312677,-0.307026 l 2.327231,-4.398431 c 0.045,-0.07526 0.07124,-0.162713 0.07124,-0.256018 0,-0.281652 -0.234862,-0.510103 -0.524415,-0.510103 v 0 z"/>
|
||||
<path style="fill:#ffffff;fill-rule:evenodd;opacity:0.2" d="M 8.4804688 3 C 7.6653305 2.996167 6.9192156 3.1230588 6.2773438 3.3046875 C 5.0024062 3.6654555 4.1711577 4.214309 4.0273438 4.4003906 C 4.0062165 4.4279432 3.9796071 4.4522433 3.9492188 4.4726562 C 3.5143373 4.766345 3.288126 5.7251835 3.1855469 6.8769531 C 3.0789823 8.0734609 2.9778683 9.102086 3.0175781 10.107422 C 3.0458994 9.4093714 3.1137705 8.6828591 3.1855469 7.8769531 C 3.288126 6.7251835 3.5143372 5.7663447 3.9492188 5.4726562 C 3.9796067 5.4522432 4.0062168 5.4279436 4.0273438 5.4003906 C 4.1711577 5.214309 5.0024062 4.6654555 6.2773438 4.3046875 C 6.9192157 4.1230588 7.6653306 3.99617 8.4804688 4 C 8.6685775 4.0008679 8.8596568 4.0077845 9.0546875 4.0234375 C 10.204466 4.1157346 11.030717 4.8155866 11.880859 6.0058594 C 12.231921 6.4973867 12.517198 7.020085 12.703125 7.53125 C 12.782191 7.7486327 12.833993 7.9163637 12.875 8.0820312 C 12.905335 7.9732382 12.927984 7.8594973 12.9375 7.7402344 C 12.97148 7.314537 12.88428 7.0293163 12.703125 6.53125 C 12.517198 6.020085 12.231921 5.4973867 11.880859 5.0058594 C 11.030717 3.8155866 10.204466 3.1157346 9.0546875 3.0234375 C 8.8596568 3.0077845 8.6685775 3.0008679 8.4804688 3 z M 23.84375 3 C 23.74791 2.9997717 23.652919 3.0013295 23.558594 3.0019531 C 22.855988 3.0065831 22.198881 3.0353223 21.648438 3.0820312 L 21.642578 3.0820312 C 21.560888 3.0931423 21.473392 3.1078316 21.388672 3.1191406 C 22.04874 3.3509254 22.56721 3.6625394 22.994141 4.0253906 C 23.192234 4.0199706 23.350976 4.0033213 23.558594 4.0019531 C 23.652919 4.0013331 23.74791 3.9997717 23.84375 4 C 24.5146 4.0016716 24.31814 4.0258997 25.003906 4.0742188 C 26.633747 4.1890383 27.548408 4.64619 28.207031 5.0917969 C 28.554772 5.3969336 28.800305 6.0009307 28.919922 6.7128906 C 28.944896 6.8614079 28.943749 7.0226136 28.957031 7.1777344 C 28.998333 6.6801452 28.998158 6.1781693 28.919922 5.7128906 C 28.800261 5.0009271 28.554772 4.3969336 28.207031 4.0917969 C 27.548408 3.64619 26.633747 3.1890383 25.003906 3.0742188 C 24.31814 3.0258996 24.5146 3.0016716 23.84375 3 z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 10 KiB |
7
config/vms_icons/pureos.svg
Normal file
|
@ -0,0 +1,7 @@
|
|||
<svg width="64" height="64" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle cx="32" cy="33" r="28" style="opacity:.2"/>
|
||||
<circle cx="32" cy="32" r="28" style="fill:#4f4f4f"/>
|
||||
<path d="M 32,4 A 28,28 0 0 0 4,32 28,28 0 0 0 4.0215,32.586 28,28 0 0 1 32,5 28,28 0 0 1 59.979,32.414 28,28 0 0 0 60,32 28,28 0 0 0 32,4 Z" style="fill:#ffffff;opacity:.1"/>
|
||||
<path d="m15 22v22h34v-22zm3 3h28v16h-28z" style="opacity:.2"/>
|
||||
<path d="m15 21v22h34v-22h-34zm3 3h28v16h-28v-16z" style="fill:#ffffff"/>
|
||||
</svg>
|
After Width: | Height: | Size: 510 B |
22
config/vms_icons/raspbian.svg
Normal file
After Width: | Height: | Size: 24 KiB |