Commit e6bf4e1d authored by Kazevic's avatar Kazevic

Reformat code, fix typos, and use apt instead of apt-get

parent c0cfb0ce
<div align="center">
<div style="text-align: center;">
<img src="https://raw.githubusercontent.com/Castro-Fidel/PortWINE/master/data_from_portwine/img/gui/portproton.svg" width="64">
<h1 align="center">PortProton</h1>
<h1 style="text-align: center;">PortProton</h1>
<a href="https://github.com/Castro-Fidel/PortWINE/blob/master/LICENSE">
<img src="https://img.shields.io/github/license/Castro-Fidel/PortWine?logo=github" alt="GitHub License">
</a>
......@@ -10,22 +10,24 @@
</a>
<img src="https://img.shields.io/youtube/channel/subscribers/UCbI8OJx2D3q-4QKt4LffXTw?style=flat&logo=youtube" alt="YouTube Channel Subscribers">
<br/>
<p align="center">
<p style="text-align: center;">
Проект, призванный сделать запуск Windows-игр в Linux простым и удобным как для начинающих, так и для опытных пользователей.<br>
Проект стремится сделать запуск игр (и другого программного обеспечения) максимально простым, но в то же время предоставляет гибкие настройки для опытных пользователей.
</p>
</div>
# **Язык README**
**Русский** - [English](README.md)
## Внимание
**Официальный сайт проекта** с сентября 2022 года: https://linux-gaming.ru. **Любой другой сайт - фальшивка!**
## Особенности
- Основан на версии WINE от Valve (Proton) и ее модификациях (Proton GE).
Включает набор скриптов, объединенных с самим wine-proton, контейнер Steam Runtime Sniper с добавлением портированных версий MANGOHUD (вывод полезной информации в окно игры: FPS, FrameTime, CPU, GPU и т.д.) и vkBasalt (улучшение графики в играх, очень хорош в связке с FSR, DLSS) + множество уже настроенных оптимизаций для максимальной производительности.
Включает набор скриптов, объединенных с самим wine-proton, контейнер Steam Runtime Sniper с добавлением портированных версий MANGOHUD (вывод полезной информации в окно игры: FPS, FrameTime, CPU, GPU и т.д.) и vkBasalt (улучшение графики в играх, очень хорош в связке с FSR, DLSS) + множество уже настроенных оптимизаций для максимальной производительности.
- Реализована автоматическая установка одним щелчком мыши (на вкладке АВТОУСТАНОВКА) популярных лаунчеров, таких как: WGC, Epic Games, Battle.net, Origin, EVE Online, RockStar, Ubisoft connect , League of Legends и многие другие.
......@@ -37,24 +39,26 @@
* WINE-PROTON: https://github.com/ValveSoftware/Proton
* WINE-PROTON-GE: https://github.com/GloriousEggroll/proton-ge-custom/
* WINE-PROTON-GE: https://github.com/GloriousEggroll/proton-ge-custom
## Установка с помощью пакетов
* **Alt Linux**
`apt-get` :
`apt` :
```sh
su -
apt-get update && apt-get dist-upgrade -y
apt update && apt dist-upgrade -y
apt-get install portproton i586-{libvulkan1,libd3d,libGL,libgio,libnm,libnsl1,libnss,glibc-nss,glibc-pthread,libunwind,xorg-dri-swrast}
apt install portproton i586-{libvulkan1,libd3d,libGL,libgio,libnm,libnsl1,libnss,glibc-nss,glibc-pthread,libunwind,xorg-dri-swrast}
exit
```
`Вариант установки с помощью eepm`:
```sh
su -
......@@ -66,13 +70,13 @@ exit
```
* **Ubuntu 24.04**, **Debian 12**, **Linux Mint 21.x** **Deepin** :
[portproton_1.4-1_amd64.deb](https://github.com/Castro-Fidel/PortProton_dpkg/releases/download/portproton_1.4-1_amd64/portproton_1.4-1_amd64.deb)
[portproton_1.4-1_amd64.deb](https://github.com/Castro-Fidel/PortProton_dpkg/releases/download/portproton_1.4-1_amd64/portproton_1.4-1_amd64.deb)
* **Arch Linux** и производные (Manjaro, Garuda, и т.д.) :
[AUR](https://aur.archlinux.org/packages/portproton)
[AUR](https://aur.archlinux.org/packages/portproton)
* **OpenSuse**:
[OBS](https://software.opensuse.org/download/package?package=portproton&project=home%3ABoria138%3APortProton)
* **openSUSE**:
[OBS](https://software.opensuse.org/download/package?package=portproton&project=home%3ABoria138%3APortProton)
* **ROSA Linux** устанавливается с помощью этой команды:
......@@ -164,11 +168,11 @@ sudo dnf install curl bubblewrap zstd cabextract tar openssl mesa-dri-drivers.i6
* **Alt Linux**
```sh
sudo apt-get update
sudo apt update
sudo apt-get dist-upgrade -y
sudo apt dist-upgrade -y
sudo apt-get install bubblewrap cabextract curl icoutils i586-libvulkan1 libvulkan1 vulkan-tools zstd
sudo apt install bubblewrap cabextract curl icoutils i586-libvulkan1 libvulkan1 vulkan-tools zstd
```
* **ROSA DESKTOP FRESH R12**
......@@ -194,6 +198,7 @@ sudo eopkg it curl file bubblewrap curl icoutils tar zstd cabextract xdg-utils
```
* **Void**
```sh
sudo xbps-install -Su void-repo-multilib
......
<div align="center">
<div style="text-align: center;">
<img src="https://raw.githubusercontent.com/Castro-Fidel/PortWINE/master/data_from_portwine/img/gui/portproton.svg" width="64">
<h1 align="center">PortProton</h1>
<h1 style="text-align: center;">PortProton</h1>
<a href="https://github.com/Castro-Fidel/PortProton_ALT/blob/main/LICENSE">
<img src="https://img.shields.io/github/license/Castro-Fidel/PortWINE" alt="GitHub License">
</a>
......@@ -10,51 +10,57 @@
</a>
<img src="https://img.shields.io/youtube/channel/subscribers/UCbI8OJx2D3q-4QKt4LffXTw?style=flat&logo=youtube" alt="YouTube Channel Subscribers">
<br/>
<p align="center">
<p style="text-align: center;">
A project designed to make running Windows games on Linux easy and convenient for both beginners and advanced users.<br>
The project aims to simplify the process of launching games (and other software) while also providing flexible settings for experienced users.
</p>
</div>
# **Readme Language**
**English** - [Русский](README-RU.md)
## Attention
The **official website of the project** since September 2022: https://linux-gaming.ru. **Any other site is fake!**
The **official website of the project** since September 2022 is: https://linux-gaming.ru. **Any other site is fake!**
## Features
- Based on the version of WINE from Valve (Proton) and its modifications (Proton GE).
Includes a set of scripts combined with wine-proton itself, a Steam Runtime Sniper container with the addition of ported versions of MANGOHUD (output useful information over the game window: FPS, FrameTime, CPU, GPU, etc) and vkBasalt (improvement of graphics in games, very good in in conjunction with FSR, DLSS) + many already configured optimizations for maximum performance.
- Implemented one-click auto-installation (in the AUTOINSTALL tab ) of popular launchers such as: WGC, Epic Games, Battle.net, Origin, EVE Online, RockStar, Ubisoft connect , League of Legends and many others.
Includes a set of scripts combined with wine-proton itself, a Steam Runtime Sniper container with the addition of
ported mangoHud (output useful information over the game window: FPS, frametime, CPU, GPU, etc.),
vkBasalt (improvement of graphics in games, great alongside FSR or DLSS) versions,
and many already configured optimizations for maximum performance.
- Implemented one-click auto-installation (in the AUTOINSTALL tab) of popular launchers such as WGC, Epic Games, Battle.net, Origin, EVE Online, Rockstar, Ubisoft Connect, League of Legends, and many others.
- For fans of console games, there are many console emulators to choose from (in the EMULATORS tab ): PPSSPP, Citra, Cemu, ePSXe, MAME and many others.
- For fans of console games, there are many console emulators to choose from (in the EMULATORS tab): PPSSPP, Citra, Cemu, ePSXe, MAME, and many others.
**PLEASE DO NOT REPORT BUGS ENCOUNTERED WITH THIS AT WINEHQ OR VALVE SOFTWARE!**
**PLEASE DON'T REPORT BUGS ENCOUNTERED WITH THIS AT WINEHQ OR VALVE SOFTWARE!**
## **Wine sources used in PortWINE:**
* WINE-PROTON: https://github.com/ValveSoftware/Proton
* WINE-PROTON-GE: https://github.com/GloriousEggroll/proton-ge-custom/
* WINE-PROTON-GE: https://github.com/GloriousEggroll/proton-ge-custom
## Installation using packages
* **Alt Linux** (package in the official repository) is installed with the command:
`apt-get`:
`apt`:
```sh
su -
apt-get update && apt-get dist-upgrade -y
apt update && apt dist-upgrade -y
apt-get install portproton i586-{libvulkan1,libd3d,libGL,libgio,libnm,libnsl1,libnss,glibc-nss,glibc-pthread,libunwind,xorg-dri-swrast}
apt install portproton i586-{libvulkan1,libd3d,libGL,libgio,libnm,libnsl1,libnss,glibc-nss,glibc-pthread,libunwind,xorg-dri-swrast}
exit
```
`epm`:
```sh
su -
......@@ -71,14 +77,14 @@ exit
sudo urpmi portproton
```
* **Ubuntu 24.04**, **Debian 12**, **Linux Mint 21.x** **Deepin** :
[portproton_1.4-1_amd64.deb](https://github.com/Castro-Fidel/PortProton_dpkg/releases/download/portproton_1.4-1_amd64/portproton_1.4-1_amd64.deb)
* **Ubuntu 24.04**, **Debian 12**, **Linux Mint 21.x**, and **Deepin**:
[portproton_1.4-1_amd64.deb](https://github.com/Castro-Fidel/PortProton_dpkg/releases/download/portproton_1.4-1_amd64/portproton_1.4-1_amd64.deb)
* **Arch Linux** and derivatives (Manjaro, Garuda, etc.) :
[AUR](https://aur.archlinux.org/packages/portproton)
* **Arch Linux** and derivatives (Manjaro, Garuda, etc.):
[AUR](https://aur.archlinux.org/packages/portproton)
* **OpenSuse**:
[OBS](https://software.opensuse.org/download/package?package=portproton&project=home%3ABoria138%3APortProton)
* **openSUSE**:
[OBS](https://software.opensuse.org/download/package?package=portproton&project=home%3ABoria138%3APortProton)
* **Fedora 38+** and **Nobara**:
......@@ -88,7 +94,7 @@ sudo dnf copr enable boria138/portproton
sudo dnf install portproton
```
* **FlatHub**
* **Flathub**
```sh
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
......@@ -97,7 +103,7 @@ flatpak install flathub ru.linux_gaming.PortProton
## Universal (manual) installation
**ATTENTION** : with the universal method of installing PortProton, dependencies must be installed manually!
**ATTENTION**: with the universal method of installing PortProton, dependencies must be installed manually!
```sh
wget -c "https://github.com/Castro-Fidel/PortProton_ALT/raw/main/portproton" && sh portproton
......@@ -107,7 +113,7 @@ wget -c "https://github.com/Castro-Fidel/PortProton_ALT/raw/main/portproton" &&
* **NVIDIA graphics card users**
If you have a video card from NVIDIA and a proprietary driver is installed, then you need to check if lib32-nvidia-utils is installed (no 32-bit game will work without it)
If you have a video card from NVIDIA and a proprietary driver is installed, then you need to check if lib32-nvidia-utils is installed (32-bit games don't work without it)
* **Ubuntu / Linux Mint / Pop!_OS**
......@@ -166,9 +172,9 @@ sudo dnf install curl bubblewrap zstd cabextract tar openssl mesa-dri-drivers.i6
```sh
su -
apt-get update && apt-get dist-upgrade -y
apt update && apt dist-upgrade -y
apt-get install bubblewrap cabextract zstd gawk tar xz pciutils coreutils file curl icoutils wmctrl xdg-utils desktop-file-utils libvulkan1 vulkan-tools libd3d libGL fontconfig xrdb libcurl libgio libnm libnsl1 libnss glibc-nss glibc-pthread i586-{libvulkan1,libd3d,libGL,libgio,libnm,libnsl1,libnss,glibc-nss,glibc-pthread,libunwind,xorg-dri-swrast}
apt install bubblewrap cabextract zstd gawk tar xz pciutils coreutils file curl icoutils wmctrl xdg-utils desktop-file-utils libvulkan1 vulkan-tools libd3d libGL fontconfig xrdb libcurl libgio libnm libnsl1 libnss glibc-nss glibc-pthread i586-{libvulkan1,libd3d,libGL,libgio,libnm,libnsl1,libnss,glibc-nss,glibc-pthread,libunwind,xorg-dri-swrast}
exit
```
......@@ -196,6 +202,7 @@ sudo eopkg it curl file bubblewrap curl icoutils tar zstd cabextract xdg-utils o
```
* **Void**
```sh
sudo xbps-install -Su void-repo-multilib
......
......@@ -2,66 +2,66 @@
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="64"
height="64"
viewBox="0 0 64 64"
version="1.1"
id="svg1"
inkscape:version="1.3.2 (091e20ef0f, 2023-11-25, custom)"
sodipodi:docname="download.svg"
inkscape:export-filename="download.png"
inkscape:export-xdpi="24"
inkscape:export-ydpi="24"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview1"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="px"
inkscape:zoom="8.7031251"
inkscape:cx="48.54578"
inkscape:cy="43.317773"
inkscape:window-width="2991"
inkscape:window-height="1194"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg1" />
<defs
id="defs1" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="matrix(0.13454107,0,0,0.13454107,-2.8135283,-2.3188431)">
<circle
style="fill:#46bac6;fill-opacity:1"
id="path1"
cx="258.75763"
cy="255.0808"
r="237.8456" />
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
width="64"
height="64"
viewBox="0 0 64 64"
version="1.1"
id="svg1"
inkscape:version="1.3.2 (091e20ef0f, 2023-11-25, custom)"
sodipodi:docname="download.svg"
inkscape:export-filename="download.png"
inkscape:export-xdpi="24"
inkscape:export-ydpi="24"
xmlns="http://www.w3.org/2000/svg"
>
<sodipodi:namedview
id="namedview1"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="px"
inkscape:zoom="8.7031251"
inkscape:cx="48.54578"
inkscape:cy="43.317773"
inkscape:window-width="2991"
inkscape:window-height="1194"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg1"/>
<defs
id="defs1"/>
<g
id="g2"
style="fill:#ffffff"
transform="matrix(0.49271292,0,0,0.49271292,129.86574,129.86549)">
<path
class="st0"
d="m 230.546,324.601 c 6.688,6.703 15.969,10.547 25.454,10.547 9.469,0 18.75,-3.844 25.453,-10.547 L 398.422,207.64 c 14.062,-14.054 14.062,-36.851 0,-50.906 -14.062,-14.062 -36.859,-14.062 -50.906,0 v -0.007 L 292,212.242 V 38.188 c 0,-19.883 -16.125,-36 -36,-36 -19.89,0 -36,16.117 -36,36 v 174.046 l -55.5,-55.5 c -14.062,-14.062 -36.859,-14.062 -50.906,-0.007 -14.062,14.062 -14.062,36.859 0,50.914 z"
id="path1-2"
style="fill:#ffffff" />
<path
class="st0"
d="M 473.453,383.148 H 333.406 c -13.36,29.469 -42.954,50 -77.406,50 -34.454,0 -64.047,-20.531 -77.39,-50 H 38.562 C 17.266,383.148 0,400.406 0,421.696 v 49.562 c 0,21.297 17.266,38.554 38.562,38.554 h 434.89 c 21.297,0 38.547,-17.258 38.547,-38.554 V 421.696 C 512,400.406 494.75,383.148 473.453,383.148 Z"
id="path2"
style="fill:#ffffff" />
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="matrix(0.13454107,0,0,0.13454107,-2.8135283,-2.3188431)">
<circle
style="fill:#46bac6;fill-opacity:1"
id="path1"
cx="258.75763"
cy="255.0808"
r="237.8456"/>
<g
id="g2"
style="fill:#ffffff"
transform="matrix(0.49271292,0,0,0.49271292,129.86574,129.86549)">
<path
class="st0"
d="m 230.546,324.601 c 6.688,6.703 15.969,10.547 25.454,10.547 9.469,0 18.75,-3.844 25.453,-10.547 L 398.422,207.64 c 14.062,-14.054 14.062,-36.851 0,-50.906 -14.062,-14.062 -36.859,-14.062 -50.906,0 v -0.007 L 292,212.242 V 38.188 c 0,-19.883 -16.125,-36 -36,-36 -19.89,0 -36,16.117 -36,36 v 174.046 l -55.5,-55.5 c -14.062,-14.062 -36.859,-14.062 -50.906,-0.007 -14.062,14.062 -14.062,36.859 0,50.914 z"
id="path1-2"
style="fill:#ffffff"/>
<path
class="st0"
d="M 473.453,383.148 H 333.406 c -13.36,29.469 -42.954,50 -77.406,50 -34.454,0 -64.047,-20.531 -77.39,-50 H 38.562 C 17.266,383.148 0,400.406 0,421.696 v 49.562 c 0,21.297 17.266,38.554 38.562,38.554 h 434.89 c 21.297,0 38.547,-17.258 38.547,-38.554 V 421.696 C 512,400.406 494.75,383.148 473.453,383.148 Z"
id="path2"
style="fill:#ffffff"/>
</g>
</g>
</g>
</svg>
......@@ -2,55 +2,55 @@
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="64"
height="64"
viewBox="0 0 64 64"
version="1.1"
id="svg1"
inkscape:version="1.3.2 (091e20ef0f, 2023-11-25, custom)"
sodipodi:docname="error.svg"
inkscape:export-filename="download.png"
inkscape:export-xdpi="24"
inkscape:export-ydpi="24"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview1"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="px"
inkscape:zoom="6.1540388"
inkscape:cx="42.49242"
inkscape:cy="9.424705"
inkscape:window-width="2991"
inkscape:window-height="1194"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg1" />
<defs
id="defs1" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="matrix(0.13454107,0,0,0.13454107,-2.8135283,-2.3188431)">
<circle
style="fill:#46bac6;fill-opacity:1"
id="path1"
cx="258.75763"
cy="255.0808"
r="237.8456" />
</g>
<path
id="rect3"
style="fill:#ffffff;fill-rule:evenodd;stroke:#46bac6;stroke-width:0"
d="m 45.529335,18.469678 c -1.018484,-1.018484 -2.784312,-0.892092 -3.959522,0.283119 l -9.56942,9.569419 -9.569419,-9.569419 c -1.175211,-1.17521 -2.94242,-1.300221 -3.960903,-0.281738 -1.018484,1.018483 -0.892091,2.784311 0.283119,3.959522 L 28.322609,32 l -9.56942,9.56942 c -1.17521,1.175211 -1.301603,2.941039 -0.283118,3.959523 1.018484,1.018482 2.784311,0.892091 3.959521,-0.28312 l 9.56942,-9.56942 9.570801,9.570801 c 1.17521,1.17521 2.941038,1.301602 3.959521,0.283119 1.018484,-1.018483 0.893473,-2.785693 -0.281737,-3.960903 l -9.570801,-9.570801 9.56942,-9.569419 c 1.17521,-1.175211 1.301603,-2.941039 0.283119,-3.959522 z" />
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
width="64"
height="64"
viewBox="0 0 64 64"
version="1.1"
id="svg1"
inkscape:version="1.3.2 (091e20ef0f, 2023-11-25, custom)"
sodipodi:docname="error.svg"
inkscape:export-filename="download.png"
inkscape:export-xdpi="24"
inkscape:export-ydpi="24"
xmlns="http://www.w3.org/2000/svg"
>
<sodipodi:namedview
id="namedview1"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="px"
inkscape:zoom="6.1540388"
inkscape:cx="42.49242"
inkscape:cy="9.424705"
inkscape:window-width="2991"
inkscape:window-height="1194"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg1"/>
<defs
id="defs1"/>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="matrix(0.13454107,0,0,0.13454107,-2.8135283,-2.3188431)">
<circle
style="fill:#46bac6;fill-opacity:1"
id="path1"
cx="258.75763"
cy="255.0808"
r="237.8456"/>
</g>
<path
id="rect3"
style="fill:#ffffff;fill-rule:evenodd;stroke:#46bac6;stroke-width:0"
d="m 45.529335,18.469678 c -1.018484,-1.018484 -2.784312,-0.892092 -3.959522,0.283119 l -9.56942,9.569419 -9.569419,-9.569419 c -1.175211,-1.17521 -2.94242,-1.300221 -3.960903,-0.281738 -1.018484,1.018483 -0.892091,2.784311 0.283119,3.959522 L 28.322609,32 l -9.56942,9.56942 c -1.17521,1.175211 -1.301603,2.941039 -0.283118,3.959523 1.018484,1.018482 2.784311,0.892091 3.959521,-0.28312 l 9.56942,-9.56942 9.570801,9.570801 c 1.17521,1.17521 2.941038,1.301602 3.959521,0.283119 1.018484,-1.018483 0.893473,-2.785693 -0.281737,-3.960903 l -9.570801,-9.570801 9.56942,-9.569419 c 1.17521,-1.175211 1.301603,-2.941039 0.283119,-3.959522 z"/>
</svg>
......@@ -2,64 +2,64 @@
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="64"
height="64"
viewBox="0 0 64 64"
version="1.1"
id="svg1"
inkscape:version="1.3.2 (091e20ef0f, 2023-11-25, custom)"
sodipodi:docname="info.svg"
inkscape:export-filename="download.png"
inkscape:export-xdpi="24"
inkscape:export-ydpi="24"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview1"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="px"
inkscape:zoom="12.308078"
inkscape:cx="59.919999"
inkscape:cy="30.224054"
inkscape:window-width="2991"
inkscape:window-height="1194"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg1" />
<defs
id="defs1" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="matrix(0.13454107,0,0,0.13454107,-2.8135283,-2.3188431)">
<circle
style="fill:#46bac6;fill-opacity:1"
id="path1"
cx="258.75763"
cy="255.0808"
r="237.8456" />
</g>
<path
style="font-size:54.913px;line-height:0px;font-family:Circe;-inkscape-font-specification:Circe;text-align:center;text-anchor:middle;fill:#ffffff;fill-rule:evenodd;stroke:#46bac6;stroke-width:0"
d="m 29.226894,15.420605 c 0,-0.768782 0.274565,-1.391129 0.823695,-1.867042 0.54913,-0.512521 1.22639,-0.768782 2.031781,-0.768782 0.768782,0 1.409434,0.256261 1.921955,0.768782 0.512521,0.475913 0.768782,1.09826 0.768782,1.867042 0,0.841999 -0.256261,1.537564 -0.768782,2.086694 -0.512521,0.512521 -1.153173,0.768782 -1.921955,0.768782 -0.805391,0 -1.482651,-0.256261 -2.031781,-0.768782 -0.54913,-0.54913 -0.823695,-1.244695 -0.823695,-2.086694 z"
id="path2" />
<rect
style="fill:#ffffff;fill-rule:evenodd;stroke:#46bac6;stroke-width:0"
id="rect2"
width="4.5960503"
height="28.840216"
x="29.701975"
y="21"
rx="2"
ry="2" />
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
width="64"
height="64"
viewBox="0 0 64 64"
version="1.1"
id="svg1"
inkscape:version="1.3.2 (091e20ef0f, 2023-11-25, custom)"
sodipodi:docname="info.svg"
inkscape:export-filename="download.png"
inkscape:export-xdpi="24"
inkscape:export-ydpi="24"
xmlns="http://www.w3.org/2000/svg"
>
<sodipodi:namedview
id="namedview1"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="px"
inkscape:zoom="12.308078"
inkscape:cx="59.919999"
inkscape:cy="30.224054"
inkscape:window-width="2991"
inkscape:window-height="1194"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg1"/>
<defs
id="defs1"/>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="matrix(0.13454107,0,0,0.13454107,-2.8135283,-2.3188431)">
<circle
style="fill:#46bac6;fill-opacity:1"
id="path1"
cx="258.75763"
cy="255.0808"
r="237.8456"/>
</g>
<path
style="font-size:54.913px;line-height:0px;font-family:Circe;-inkscape-font-specification:Circe;text-align:center;text-anchor:middle;fill:#ffffff;fill-rule:evenodd;stroke:#46bac6;stroke-width:0"
d="m 29.226894,15.420605 c 0,-0.768782 0.274565,-1.391129 0.823695,-1.867042 0.54913,-0.512521 1.22639,-0.768782 2.031781,-0.768782 0.768782,0 1.409434,0.256261 1.921955,0.768782 0.512521,0.475913 0.768782,1.09826 0.768782,1.867042 0,0.841999 -0.256261,1.537564 -0.768782,2.086694 -0.512521,0.512521 -1.153173,0.768782 -1.921955,0.768782 -0.805391,0 -1.482651,-0.256261 -2.031781,-0.768782 -0.54913,-0.54913 -0.823695,-1.244695 -0.823695,-2.086694 z"
id="path2"/>
<rect
style="fill:#ffffff;fill-rule:evenodd;stroke:#46bac6;stroke-width:0"
id="rect2"
width="4.5960503"
height="28.840216"
x="29.701975"
y="21"
rx="2"
ry="2"/>
</svg>
This source diff could not be displayed because it is too large. You can view the blob instead.
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
viewBox="0 0 600 600"
version="1.1"
id="svg3"
sodipodi:docname="portproton_tray-dark.svg"
inkscape:version="1.3.2 (091e20ef0f, 2023-11-25, custom)"
inkscape:export-filename="portproton_tray3.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview3"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:zoom="0.85"
inkscape:cx="-121.76471"
inkscape:cy="457.64706"
inkscape:window-width="2991"
inkscape:window-height="1194"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg3" />
<defs
id="defs2">
<linearGradient
id="a"
x1="300"
x2="300"
y1="44"
y2="556"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.92003363,0,0,0.92003363,43.783997,13.178384)">
<stop
offset="0"
stop-color="#46bac6"
id="stop1" />
<stop
offset="1"
stop-color="#1497a5"
id="stop2" />
</linearGradient>
</defs>
<g
id="g4"
transform="translate(-6.7840858,-19.964294)">
<ellipse
cx="-319.7941"
cy="-289.18845"
id="circle1"
style="fill:#ffffff;stroke-width:11.4589"
transform="scale(-1)"
rx="56.955902"
ry="57.635761" />
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
viewBox="0 0 600 600"
version="1.1"
id="svg3"
sodipodi:docname="portproton_tray-dark.svg"
inkscape:version="1.3.2 (091e20ef0f, 2023-11-25, custom)"
inkscape:export-filename="portproton_tray3.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
xmlns="http://www.w3.org/2000/svg"
>
<sodipodi:namedview
id="namedview3"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:zoom="0.85"
inkscape:cx="-121.76471"
inkscape:cy="457.64706"
inkscape:window-width="2991"
inkscape:window-height="1194"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg3"/>
<defs
id="defs2">
<linearGradient
id="a"
x1="300"
x2="300"
y1="44"
y2="556"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.92003363,0,0,0.92003363,43.783997,13.178384)">
<stop
offset="0"
stop-color="#46bac6"
id="stop1"/>
<stop
offset="1"
stop-color="#1497a5"
id="stop2"/>
</linearGradient>
</defs>
<g
stroke="none"
stroke-width="1"
fill="none"
fill-rule="evenodd"
id="g3"
transform="matrix(20.50461,8.6382238,-8.6348702,20.512573,27.749764,-417.23972)"
style="fill:#ffffff">
<g
fill="#000000"
fill-rule="nonzero"
id="g2"
style="fill:#ffffff">
<path
d="m 31.12853,12.540064 c 1.925619,1.111645 2.585165,3.573996 1.47352,5.498885 -1.111645,1.925619 -3.573509,2.585407 -5.499372,1.473762 -1.301337,-0.751473 -2.023869,-2.120661 -2.012196,-3.523654 -0.22301,-0.01824 -0.446993,-0.02845 -0.671462,-0.02845 -2.789934,0 -5.258121,1.400561 -6.740152,3.535085 -0.709887,-0.404434 -1.519727,-0.652979 -2.384529,-0.695538 1.84269,-3.124085 5.242558,-5.225047 9.124681,-5.225047 0.480554,0 0.958189,0.03283 1.43096,0.09728 1.192143,-1.658833 3.471368,-2.175623 5.27855,-1.132316 z M 11,24.161143 c 0,-2.22329 1.802319,-4.025609 4.025609,-4.025852 2.22329,0 4.026095,1.802562 4.026095,4.025852 0,1.503189 -0.824431,2.813281 -2.045514,3.504442 0.09582,0.202338 0.198933,0.401515 0.31129,0.595584 1.394724,2.416387 3.841996,3.853427 6.431538,4.069628 0.0041,0.817135 0.194556,1.642539 0.589991,2.413225 C 20.71224,34.710461 17.192234,32.816214 15.251537,29.454528 15.011504,29.038178 14.80114,28.607966 14.620203,28.166566 12.587091,27.963499 11,26.247757 11,24.161143 Z m 20.125855,11.61816 c -1.925375,1.112132 -4.387726,0.451857 -5.499857,-1.473519 -1.111402,-1.925132 -0.451857,-4.387483 1.473762,-5.499128 1.301824,-0.75123 2.848545,-0.69262 4.057711,0.01873 0.127434,-0.183612 0.248302,-0.372332 0.360415,-0.567131 1.394724,-2.4159 1.416125,-5.253744 0.308615,-7.604468 0.705509,-0.412459 1.32517,-0.989804 1.795023,-1.717444 1.784322,3.158132 1.903731,7.153341 -0.03769,10.515027 -0.240034,0.415864 -0.507306,0.813002 -0.799383,1.190684 0.840239,1.861901 0.148349,4.09419 -1.658591,5.137253 z"
id="path1"
style="fill:#ffffff" />
</g>
id="g4"
transform="translate(-6.7840858,-19.964294)">
<ellipse
cx="-319.7941"
cy="-289.18845"
id="circle1"
style="fill:#ffffff;stroke-width:11.4589"
transform="scale(-1)"
rx="56.955902"
ry="57.635761"/>
<g
stroke="none"
stroke-width="1"
fill="none"
fill-rule="evenodd"
id="g3"
transform="matrix(20.50461,8.6382238,-8.6348702,20.512573,27.749764,-417.23972)"
style="fill:#ffffff">
<g
fill="#000000"
fill-rule="nonzero"
id="g2"
style="fill:#ffffff">
<path
d="m 31.12853,12.540064 c 1.925619,1.111645 2.585165,3.573996 1.47352,5.498885 -1.111645,1.925619 -3.573509,2.585407 -5.499372,1.473762 -1.301337,-0.751473 -2.023869,-2.120661 -2.012196,-3.523654 -0.22301,-0.01824 -0.446993,-0.02845 -0.671462,-0.02845 -2.789934,0 -5.258121,1.400561 -6.740152,3.535085 -0.709887,-0.404434 -1.519727,-0.652979 -2.384529,-0.695538 1.84269,-3.124085 5.242558,-5.225047 9.124681,-5.225047 0.480554,0 0.958189,0.03283 1.43096,0.09728 1.192143,-1.658833 3.471368,-2.175623 5.27855,-1.132316 z M 11,24.161143 c 0,-2.22329 1.802319,-4.025609 4.025609,-4.025852 2.22329,0 4.026095,1.802562 4.026095,4.025852 0,1.503189 -0.824431,2.813281 -2.045514,3.504442 0.09582,0.202338 0.198933,0.401515 0.31129,0.595584 1.394724,2.416387 3.841996,3.853427 6.431538,4.069628 0.0041,0.817135 0.194556,1.642539 0.589991,2.413225 C 20.71224,34.710461 17.192234,32.816214 15.251537,29.454528 15.011504,29.038178 14.80114,28.607966 14.620203,28.166566 12.587091,27.963499 11,26.247757 11,24.161143 Z m 20.125855,11.61816 c -1.925375,1.112132 -4.387726,0.451857 -5.499857,-1.473519 -1.111402,-1.925132 -0.451857,-4.387483 1.473762,-5.499128 1.301824,-0.75123 2.848545,-0.69262 4.057711,0.01873 0.127434,-0.183612 0.248302,-0.372332 0.360415,-0.567131 1.394724,-2.4159 1.416125,-5.253744 0.308615,-7.604468 0.705509,-0.412459 1.32517,-0.989804 1.795023,-1.717444 1.784322,3.158132 1.903731,7.153341 -0.03769,10.515027 -0.240034,0.415864 -0.507306,0.813002 -0.799383,1.190684 0.840239,1.861901 0.148349,4.09419 -1.658591,5.137253 z"
id="path1"
style="fill:#ffffff"/>
</g>
</g>
</g>
</g>
</svg>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
viewBox="0 0 600 600"
version="1.1"
id="svg3"
sodipodi:docname="portproton_tray-blue.svg"
inkscape:version="1.3.2 (091e20ef0f, 2023-11-25, custom)"
inkscape:export-filename="portproton_tray3.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview3"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:zoom="0.85"
inkscape:cx="-121.76471"
inkscape:cy="458.82353"
inkscape:window-width="2991"
inkscape:window-height="1194"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg3" />
<defs
id="defs2">
<linearGradient
id="a"
x1="300"
x2="300"
y1="44"
y2="556"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.92003363,0,0,0.92003363,43.783997,13.178384)">
<stop
offset="0"
stop-color="#46bac6"
id="stop1" />
<stop
offset="1"
stop-color="#1497a5"
id="stop2" />
</linearGradient>
</defs>
<g
id="g4"
transform="translate(-6.7840858,-19.964294)"
style="fill:#09bec8;fill-opacity:1">
<ellipse
cx="-319.7941"
cy="-289.18845"
id="circle1"
style="fill:#09bec8;stroke-width:11.4589;fill-opacity:1"
transform="scale(-1)"
rx="56.955902"
ry="57.635761" />
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
viewBox="0 0 600 600"
version="1.1"
id="svg3"
sodipodi:docname="portproton_tray-blue.svg"
inkscape:version="1.3.2 (091e20ef0f, 2023-11-25, custom)"
inkscape:export-filename="portproton_tray3.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
xmlns="http://www.w3.org/2000/svg"
>
<sodipodi:namedview
id="namedview3"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:zoom="0.85"
inkscape:cx="-121.76471"
inkscape:cy="458.82353"
inkscape:window-width="2991"
inkscape:window-height="1194"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg3"/>
<defs
id="defs2">
<linearGradient
id="a"
x1="300"
x2="300"
y1="44"
y2="556"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.92003363,0,0,0.92003363,43.783997,13.178384)">
<stop
offset="0"
stop-color="#46bac6"
id="stop1"/>
<stop
offset="1"
stop-color="#1497a5"
id="stop2"/>
</linearGradient>
</defs>
<g
stroke="none"
stroke-width="1"
fill="none"
fill-rule="evenodd"
id="g3"
transform="matrix(20.50461,8.6382238,-8.6348702,20.512573,27.749764,-417.23972)"
style="fill:#09bec8;fill-opacity:1">
<g
fill="#000000"
fill-rule="nonzero"
id="g2"
style="fill:#09bec8;fill-opacity:1">
<path
d="m 31.12853,12.540064 c 1.925619,1.111645 2.585165,3.573996 1.47352,5.498885 -1.111645,1.925619 -3.573509,2.585407 -5.499372,1.473762 -1.301337,-0.751473 -2.023869,-2.120661 -2.012196,-3.523654 -0.22301,-0.01824 -0.446993,-0.02845 -0.671462,-0.02845 -2.789934,0 -5.258121,1.400561 -6.740152,3.535085 -0.709887,-0.404434 -1.519727,-0.652979 -2.384529,-0.695538 1.84269,-3.124085 5.242558,-5.225047 9.124681,-5.225047 0.480554,0 0.958189,0.03283 1.43096,0.09728 1.192143,-1.658833 3.471368,-2.175623 5.27855,-1.132316 z M 11,24.161143 c 0,-2.22329 1.802319,-4.025609 4.025609,-4.025852 2.22329,0 4.026095,1.802562 4.026095,4.025852 0,1.503189 -0.824431,2.813281 -2.045514,3.504442 0.09582,0.202338 0.198933,0.401515 0.31129,0.595584 1.394724,2.416387 3.841996,3.853427 6.431538,4.069628 0.0041,0.817135 0.194556,1.642539 0.589991,2.413225 C 20.71224,34.710461 17.192234,32.816214 15.251537,29.454528 15.011504,29.038178 14.80114,28.607966 14.620203,28.166566 12.587091,27.963499 11,26.247757 11,24.161143 Z m 20.125855,11.61816 c -1.925375,1.112132 -4.387726,0.451857 -5.499857,-1.473519 -1.111402,-1.925132 -0.451857,-4.387483 1.473762,-5.499128 1.301824,-0.75123 2.848545,-0.69262 4.057711,0.01873 0.127434,-0.183612 0.248302,-0.372332 0.360415,-0.567131 1.394724,-2.4159 1.416125,-5.253744 0.308615,-7.604468 0.705509,-0.412459 1.32517,-0.989804 1.795023,-1.717444 1.784322,3.158132 1.903731,7.153341 -0.03769,10.515027 -0.240034,0.415864 -0.507306,0.813002 -0.799383,1.190684 0.840239,1.861901 0.148349,4.09419 -1.658591,5.137253 z"
id="path1"
style="fill:#09bec8;fill-opacity:1" />
</g>
id="g4"
transform="translate(-6.7840858,-19.964294)"
style="fill:#09bec8;fill-opacity:1">
<ellipse
cx="-319.7941"
cy="-289.18845"
id="circle1"
style="fill:#09bec8;stroke-width:11.4589;fill-opacity:1"
transform="scale(-1)"
rx="56.955902"
ry="57.635761"/>
<g
stroke="none"
stroke-width="1"
fill="none"
fill-rule="evenodd"
id="g3"
transform="matrix(20.50461,8.6382238,-8.6348702,20.512573,27.749764,-417.23972)"
style="fill:#09bec8;fill-opacity:1">
<g
fill="#000000"
fill-rule="nonzero"
id="g2"
style="fill:#09bec8;fill-opacity:1">
<path
d="m 31.12853,12.540064 c 1.925619,1.111645 2.585165,3.573996 1.47352,5.498885 -1.111645,1.925619 -3.573509,2.585407 -5.499372,1.473762 -1.301337,-0.751473 -2.023869,-2.120661 -2.012196,-3.523654 -0.22301,-0.01824 -0.446993,-0.02845 -0.671462,-0.02845 -2.789934,0 -5.258121,1.400561 -6.740152,3.535085 -0.709887,-0.404434 -1.519727,-0.652979 -2.384529,-0.695538 1.84269,-3.124085 5.242558,-5.225047 9.124681,-5.225047 0.480554,0 0.958189,0.03283 1.43096,0.09728 1.192143,-1.658833 3.471368,-2.175623 5.27855,-1.132316 z M 11,24.161143 c 0,-2.22329 1.802319,-4.025609 4.025609,-4.025852 2.22329,0 4.026095,1.802562 4.026095,4.025852 0,1.503189 -0.824431,2.813281 -2.045514,3.504442 0.09582,0.202338 0.198933,0.401515 0.31129,0.595584 1.394724,2.416387 3.841996,3.853427 6.431538,4.069628 0.0041,0.817135 0.194556,1.642539 0.589991,2.413225 C 20.71224,34.710461 17.192234,32.816214 15.251537,29.454528 15.011504,29.038178 14.80114,28.607966 14.620203,28.166566 12.587091,27.963499 11,26.247757 11,24.161143 Z m 20.125855,11.61816 c -1.925375,1.112132 -4.387726,0.451857 -5.499857,-1.473519 -1.111402,-1.925132 -0.451857,-4.387483 1.473762,-5.499128 1.301824,-0.75123 2.848545,-0.69262 4.057711,0.01873 0.127434,-0.183612 0.248302,-0.372332 0.360415,-0.567131 1.394724,-2.4159 1.416125,-5.253744 0.308615,-7.604468 0.705509,-0.412459 1.32517,-0.989804 1.795023,-1.717444 1.784322,3.158132 1.903731,7.153341 -0.03769,10.515027 -0.240034,0.415864 -0.507306,0.813002 -0.799383,1.190684 0.840239,1.861901 0.148349,4.09419 -1.658591,5.137253 z"
id="path1"
style="fill:#09bec8;fill-opacity:1"/>
</g>
</g>
</g>
</g>
</svg>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
viewBox="0 0 600 600"
version="1.1"
id="svg3"
sodipodi:docname="portproton_tray-iight.svg"
inkscape:version="1.3.2 (091e20ef0f, 2023-11-25, custom)"
inkscape:export-filename="portproton_tray3.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview3"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:zoom="0.85"
inkscape:cx="-121.76471"
inkscape:cy="457.64706"
inkscape:window-width="2991"
inkscape:window-height="1194"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg3" />
<defs
id="defs2">
<linearGradient
id="a"
x1="300"
x2="300"
y1="44"
y2="556"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.92003363,0,0,0.92003363,43.783997,13.178384)">
<stop
offset="0"
stop-color="#46bac6"
id="stop1" />
<stop
offset="1"
stop-color="#1497a5"
id="stop2" />
</linearGradient>
</defs>
<g
id="g4"
transform="translate(-6.7840858,-19.964294)"
style="fill:#000000">
<ellipse
cx="-319.7941"
cy="-289.18845"
id="circle1"
style="fill:#000000;stroke-width:11.4589"
transform="scale(-1)"
rx="56.955902"
ry="57.635761" />
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
viewBox="0 0 600 600"
version="1.1"
id="svg3"
sodipodi:docname="portproton_tray-iight.svg"
inkscape:version="1.3.2 (091e20ef0f, 2023-11-25, custom)"
inkscape:export-filename="portproton_tray3.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
xmlns="http://www.w3.org/2000/svg"
>
<sodipodi:namedview
id="namedview3"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:zoom="0.85"
inkscape:cx="-121.76471"
inkscape:cy="457.64706"
inkscape:window-width="2991"
inkscape:window-height="1194"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg3"/>
<defs
id="defs2">
<linearGradient
id="a"
x1="300"
x2="300"
y1="44"
y2="556"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.92003363,0,0,0.92003363,43.783997,13.178384)">
<stop
offset="0"
stop-color="#46bac6"
id="stop1"/>
<stop
offset="1"
stop-color="#1497a5"
id="stop2"/>
</linearGradient>
</defs>
<g
stroke="none"
stroke-width="1"
fill="none"
fill-rule="evenodd"
id="g3"
transform="matrix(20.50461,8.6382238,-8.6348702,20.512573,27.749764,-417.23972)"
style="fill:#000000">
<g
fill="#000000"
fill-rule="nonzero"
id="g2"
style="fill:#000000">
<path
d="m 31.12853,12.540064 c 1.925619,1.111645 2.585165,3.573996 1.47352,5.498885 -1.111645,1.925619 -3.573509,2.585407 -5.499372,1.473762 -1.301337,-0.751473 -2.023869,-2.120661 -2.012196,-3.523654 -0.22301,-0.01824 -0.446993,-0.02845 -0.671462,-0.02845 -2.789934,0 -5.258121,1.400561 -6.740152,3.535085 -0.709887,-0.404434 -1.519727,-0.652979 -2.384529,-0.695538 1.84269,-3.124085 5.242558,-5.225047 9.124681,-5.225047 0.480554,0 0.958189,0.03283 1.43096,0.09728 1.192143,-1.658833 3.471368,-2.175623 5.27855,-1.132316 z M 11,24.161143 c 0,-2.22329 1.802319,-4.025609 4.025609,-4.025852 2.22329,0 4.026095,1.802562 4.026095,4.025852 0,1.503189 -0.824431,2.813281 -2.045514,3.504442 0.09582,0.202338 0.198933,0.401515 0.31129,0.595584 1.394724,2.416387 3.841996,3.853427 6.431538,4.069628 0.0041,0.817135 0.194556,1.642539 0.589991,2.413225 C 20.71224,34.710461 17.192234,32.816214 15.251537,29.454528 15.011504,29.038178 14.80114,28.607966 14.620203,28.166566 12.587091,27.963499 11,26.247757 11,24.161143 Z m 20.125855,11.61816 c -1.925375,1.112132 -4.387726,0.451857 -5.499857,-1.473519 -1.111402,-1.925132 -0.451857,-4.387483 1.473762,-5.499128 1.301824,-0.75123 2.848545,-0.69262 4.057711,0.01873 0.127434,-0.183612 0.248302,-0.372332 0.360415,-0.567131 1.394724,-2.4159 1.416125,-5.253744 0.308615,-7.604468 0.705509,-0.412459 1.32517,-0.989804 1.795023,-1.717444 1.784322,3.158132 1.903731,7.153341 -0.03769,10.515027 -0.240034,0.415864 -0.507306,0.813002 -0.799383,1.190684 0.840239,1.861901 0.148349,4.09419 -1.658591,5.137253 z"
id="path1"
style="fill:#000000" />
</g>
id="g4"
transform="translate(-6.7840858,-19.964294)"
style="fill:#000000">
<ellipse
cx="-319.7941"
cy="-289.18845"
id="circle1"
style="fill:#000000;stroke-width:11.4589"
transform="scale(-1)"
rx="56.955902"
ry="57.635761"/>
<g
stroke="none"
stroke-width="1"
fill="none"
fill-rule="evenodd"
id="g3"
transform="matrix(20.50461,8.6382238,-8.6348702,20.512573,27.749764,-417.23972)"
style="fill:#000000">
<g
fill="#000000"
fill-rule="nonzero"
id="g2"
style="fill:#000000">
<path
d="m 31.12853,12.540064 c 1.925619,1.111645 2.585165,3.573996 1.47352,5.498885 -1.111645,1.925619 -3.573509,2.585407 -5.499372,1.473762 -1.301337,-0.751473 -2.023869,-2.120661 -2.012196,-3.523654 -0.22301,-0.01824 -0.446993,-0.02845 -0.671462,-0.02845 -2.789934,0 -5.258121,1.400561 -6.740152,3.535085 -0.709887,-0.404434 -1.519727,-0.652979 -2.384529,-0.695538 1.84269,-3.124085 5.242558,-5.225047 9.124681,-5.225047 0.480554,0 0.958189,0.03283 1.43096,0.09728 1.192143,-1.658833 3.471368,-2.175623 5.27855,-1.132316 z M 11,24.161143 c 0,-2.22329 1.802319,-4.025609 4.025609,-4.025852 2.22329,0 4.026095,1.802562 4.026095,4.025852 0,1.503189 -0.824431,2.813281 -2.045514,3.504442 0.09582,0.202338 0.198933,0.401515 0.31129,0.595584 1.394724,2.416387 3.841996,3.853427 6.431538,4.069628 0.0041,0.817135 0.194556,1.642539 0.589991,2.413225 C 20.71224,34.710461 17.192234,32.816214 15.251537,29.454528 15.011504,29.038178 14.80114,28.607966 14.620203,28.166566 12.587091,27.963499 11,26.247757 11,24.161143 Z m 20.125855,11.61816 c -1.925375,1.112132 -4.387726,0.451857 -5.499857,-1.473519 -1.111402,-1.925132 -0.451857,-4.387483 1.473762,-5.499128 1.301824,-0.75123 2.848545,-0.69262 4.057711,0.01873 0.127434,-0.183612 0.248302,-0.372332 0.360415,-0.567131 1.394724,-2.4159 1.416125,-5.253744 0.308615,-7.604468 0.705509,-0.412459 1.32517,-0.989804 1.795023,-1.717444 1.784322,3.158132 1.903731,7.153341 -0.03769,10.515027 -0.240034,0.415864 -0.507306,0.813002 -0.799383,1.190684 0.840239,1.861901 0.148349,4.09419 -1.658591,5.137253 z"
id="path1"
style="fill:#000000"/>
</g>
</g>
</g>
</g>
</svg>
......@@ -2,57 +2,57 @@
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="64"
height="64"
viewBox="0 0 64 64"
version="1.1"
id="svg1"
inkscape:version="1.3.2 (091e20ef0f, 2023-11-25, custom)"
sodipodi:docname="question.svg"
inkscape:export-filename="download.png"
inkscape:export-xdpi="24"
inkscape:export-ydpi="24"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview1"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="px"
inkscape:zoom="12.308078"
inkscape:cx="35.545762"
inkscape:cy="25.511701"
inkscape:window-width="2991"
inkscape:window-height="1194"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg1" />
<defs
id="defs1" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="matrix(0.13454107,0,0,0.13454107,-2.8135283,-2.3188431)">
<circle
style="fill:#46bac6;fill-opacity:1"
id="path1"
cx="258.75763"
cy="255.0808"
r="237.8456" />
</g>
<path
style="font-size:54.913px;line-height:0px;font-family:Circe;-inkscape-font-specification:Circe;text-align:center;text-anchor:middle;fill:#ffffff;fill-rule:evenodd;stroke:#46bac6;stroke-width:0"
d="m 38.41412,22.856986 c 0,-1.683999 -0.640651,-3.111737 -1.921954,-4.283214 -1.244695,-1.171477 -2.837172,-1.757216 -4.777431,-1.757216 -3.148345,0 -5.710952,1.354521 -7.68782,4.063562 -1.490304,1.033702 -4.342975,-0.248439 -2.635824,-2.910389 1.025043,-1.683999 2.489389,-3.020215 4.39304,-4.008649 1.903651,-1.025043 3.97204,-1.537564 6.205169,-1.537564 3.404606,0 6.113647,0.915217 8.127123,2.74565 2.013477,1.793825 3.020215,4.045258 3.020215,6.754299 0,1.720607 -0.292869,3.239867 -0.878608,4.557779 -0.146435,0.366087 -0.311174,0.713869 -0.494217,1.043347 -0.183043,0.329478 -0.402695,0.658956 -0.658956,0.988434 -0.256261,0.292869 -0.475913,0.54913 -0.658956,0.768782 -0.146435,0.183043 -0.402695,0.439304 -0.768782,0.768781 -0.366087,0.292869 -0.622347,0.512521 -0.768782,0.658956 -0.109826,0.109826 -0.384391,0.347782 -0.823694,0.713869 -0.439304,0.329478 -0.713869,0.530826 -0.823695,0.604043 -0.219652,0.183043 -0.530826,0.439304 -0.933521,0.768782 -0.366087,0.292869 -0.658956,0.530826 -0.878608,0.713869 -0.183043,0.183043 -0.439304,0.421 -0.768782,0.713869 -0.329478,0.292869 -0.585739,0.54913 -0.768782,0.768782 -0.183043,0.219652 -0.384391,0.494217 -0.604043,0.823695 -0.219652,0.329478 -0.384391,0.640652 -0.494217,0.933521 -0.07322,0.292869 -0.164739,0.622347 -0.274565,0.988434 -0.07322,0.366087 -0.109826,0.768782 -0.109826,1.208086 0.03661,0.402695 0.09152,0.841999 0.164739,1.317912 -0.401705,1.990093 -3.482544,1.777267 -3.953736,0.05491 -0.658956,-3.477823 0.201348,-6.205169 2.580911,-8.182037 0.366087,-0.292869 0.97013,-0.750478 1.812129,-1.372825 0.878608,-0.658955 1.555868,-1.189781 2.031781,-1.592476 0.475913,-0.439304 1.006738,-0.988434 1.592477,-1.64739 0.622347,-0.658956 1.061651,-1.372825 1.317912,-2.141607 0.292869,-0.768782 0.439303,-1.610781 0.439303,-2.525998 z M 27.541347,48.446443 c 0,-0.805391 0.292869,-1.482651 0.878608,-2.031781 0.585739,-0.585739 1.354521,-0.878608 2.306346,-0.878608 0.768782,0 1.446042,0.292869 2.031781,0.878608 0.585739,0.585739 0.878608,1.262999 0.878608,2.031781 0,0.878608 -0.274565,1.629086 -0.823695,2.251433 -0.54913,0.585739 -1.244695,0.878608 -2.086694,0.878608 -0.951825,0 -1.720607,-0.292869 -2.306346,-0.878608 -0.585739,-0.622347 -0.878608,-1.372825 -0.878608,-2.251433 z"
id="text1"
aria-label="?"
sodipodi:nodetypes="scscccscscscccsccccsssccccccccccssscssscscs" />
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
width="64"
height="64"
viewBox="0 0 64 64"
version="1.1"
id="svg1"
inkscape:version="1.3.2 (091e20ef0f, 2023-11-25, custom)"
sodipodi:docname="question.svg"
inkscape:export-filename="download.png"
inkscape:export-xdpi="24"
inkscape:export-ydpi="24"
xmlns="http://www.w3.org/2000/svg"
>
<sodipodi:namedview
id="namedview1"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="px"
inkscape:zoom="12.308078"
inkscape:cx="35.545762"
inkscape:cy="25.511701"
inkscape:window-width="2991"
inkscape:window-height="1194"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg1"/>
<defs
id="defs1"/>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="matrix(0.13454107,0,0,0.13454107,-2.8135283,-2.3188431)">
<circle
style="fill:#46bac6;fill-opacity:1"
id="path1"
cx="258.75763"
cy="255.0808"
r="237.8456"/>
</g>
<path
style="font-size:54.913px;line-height:0px;font-family:Circe;-inkscape-font-specification:Circe;text-align:center;text-anchor:middle;fill:#ffffff;fill-rule:evenodd;stroke:#46bac6;stroke-width:0"
d="m 38.41412,22.856986 c 0,-1.683999 -0.640651,-3.111737 -1.921954,-4.283214 -1.244695,-1.171477 -2.837172,-1.757216 -4.777431,-1.757216 -3.148345,0 -5.710952,1.354521 -7.68782,4.063562 -1.490304,1.033702 -4.342975,-0.248439 -2.635824,-2.910389 1.025043,-1.683999 2.489389,-3.020215 4.39304,-4.008649 1.903651,-1.025043 3.97204,-1.537564 6.205169,-1.537564 3.404606,0 6.113647,0.915217 8.127123,2.74565 2.013477,1.793825 3.020215,4.045258 3.020215,6.754299 0,1.720607 -0.292869,3.239867 -0.878608,4.557779 -0.146435,0.366087 -0.311174,0.713869 -0.494217,1.043347 -0.183043,0.329478 -0.402695,0.658956 -0.658956,0.988434 -0.256261,0.292869 -0.475913,0.54913 -0.658956,0.768782 -0.146435,0.183043 -0.402695,0.439304 -0.768782,0.768781 -0.366087,0.292869 -0.622347,0.512521 -0.768782,0.658956 -0.109826,0.109826 -0.384391,0.347782 -0.823694,0.713869 -0.439304,0.329478 -0.713869,0.530826 -0.823695,0.604043 -0.219652,0.183043 -0.530826,0.439304 -0.933521,0.768782 -0.366087,0.292869 -0.658956,0.530826 -0.878608,0.713869 -0.183043,0.183043 -0.439304,0.421 -0.768782,0.713869 -0.329478,0.292869 -0.585739,0.54913 -0.768782,0.768782 -0.183043,0.219652 -0.384391,0.494217 -0.604043,0.823695 -0.219652,0.329478 -0.384391,0.640652 -0.494217,0.933521 -0.07322,0.292869 -0.164739,0.622347 -0.274565,0.988434 -0.07322,0.366087 -0.109826,0.768782 -0.109826,1.208086 0.03661,0.402695 0.09152,0.841999 0.164739,1.317912 -0.401705,1.990093 -3.482544,1.777267 -3.953736,0.05491 -0.658956,-3.477823 0.201348,-6.205169 2.580911,-8.182037 0.366087,-0.292869 0.97013,-0.750478 1.812129,-1.372825 0.878608,-0.658955 1.555868,-1.189781 2.031781,-1.592476 0.475913,-0.439304 1.006738,-0.988434 1.592477,-1.64739 0.622347,-0.658956 1.061651,-1.372825 1.317912,-2.141607 0.292869,-0.768782 0.439303,-1.610781 0.439303,-2.525998 z M 27.541347,48.446443 c 0,-0.805391 0.292869,-1.482651 0.878608,-2.031781 0.585739,-0.585739 1.354521,-0.878608 2.306346,-0.878608 0.768782,0 1.446042,0.292869 2.031781,0.878608 0.585739,0.585739 0.878608,1.262999 0.878608,2.031781 0,0.878608 -0.274565,1.629086 -0.823695,2.251433 -0.54913,0.585739 -1.244695,0.878608 -2.086694,0.878608 -0.951825,0 -1.720607,-0.292869 -2.306346,-0.878608 -0.585739,-0.622347 -0.878608,-1.372825 -0.878608,-2.251433 z"
id="text1"
aria-label="?"
sodipodi:nodetypes="scscccscscscccsccccsssccccccccccssscssscscs"/>
</svg>
/*Глобальные правила*/
arrow {margin: 3px 5px} /*выравнивание стрелок комбобоксов*/
separator {margin: 0px 0px 0px 0px; background-size:0px; padding-bottom: 0px} /*скрываем сепаратор*/
check {min-height: 24px; min-width: 24px} /*увеличиваем чекбоксы*/
cellview,entry {min-height: 26px} /*высота комбобоксов, т.к. некоторые темы их делают меньше и вёрстка съезжает*/
switch {margin: 5px 10px 0px 10px} /*переключатели mangohud и т.д. (в дефолтных темах gtk отступы необходимы. В то время как в некоторых темах выглядит больше, чем нужно. Пример qogir)*/
arrow {
margin: 3px 5px
}
/*выравнивание стрелок комбобоксов*/
separator {
margin: 0px 0px 0px 0px;
background-size: 0px;
padding-bottom: 0px
}
/*скрываем сепаратор*/
check {
min-height: 24px;
min-width: 24px
}
/*увеличиваем чекбоксы*/
cellview, entry {
min-height: 26px
}
/*высота комбобоксов, т.к. некоторые темы их делают меньше и вёрстка съезжает*/
switch {
margin: 5px 10px 0px 10px
}
/*переключатели mangohud и т.д. (в дефолтных темах gtk отступы необходимы. В то время как в некоторых темах выглядит больше, чем нужно. Пример qogir)*/
/*Правила для окон*/
window>box>grid {padding: 5px} /*отступы в расширенных настройках*/
window>box>box>image {padding: 0px 0px 5px 0px;} /*иконка запуска ярлыка*/
window>box>box>box>image {margin-top: 5px} /*иконка в создании ярлыка*/
window>box>box>grid {padding: 0px 5px 5px 0px} /*комбобоксы в запуске ярлыка*/
window>box>label {background: @theme_selected_bg_color; color: @theme_text_color; margin:3px 0px 3px 0px; padding: 5px} /*текст запуска ярлыка*/
window > box > grid {
padding: 5px
}
/*отступы в расширенных настройках*/
window > box > box > image {
padding: 0px 0px 5px 0px;
}
/*иконка запуска ярлыка*/
window > box > box > box > image {
margin-top: 5px
}
/*иконка в создании ярлыка*/
window > box > box > grid {
padding: 0px 5px 5px 0px
}
/*комбобоксы в запуске ярлыка*/
window > box > label {
background: @theme_selected_bg_color;
color: @theme_text_color;
margin: 3px 0px 3px 0px;
padding: 5px
}
/*текст запуска ярлыка*/
window > box > box > label {
background: @theme_selected_bg_color;
color: @theme_text_color;
margin: 3px 0px 0px 0px;
padding: 5px
}
window>box>box>label {background: @theme_selected_bg_color; color: @theme_text_color; margin:3px 0px 0px 0px; padding: 5px} /*текст при создании ярлыка и в настройках*/
/*текст при создании ярлыка и в настройках*/
/*Глобальные правила*/
arrow {margin: 3px 5px} /*выравнивание стрелок комбобоксов*/
separator {margin: 0px 0px 0px 0px; background-size:0px; padding-bottom: 0px} /*скрываем сепаратор*/
check {min-height: 24px; min-width: 24px} /*увеличиваем чекбоксы*/
cellview,entry {min-height: 26px} /*высота комбобоксов, т.к. некоторые темы их делают меньше и вёрстка съезжает*/
switch {margin: 5px 10px 0px 10px} /*переключатели mangohud и т.д. (в дефолтных темах gtk отступы необходимы. В то время как в некоторых темах выглядит больше, чем нужно. Пример qogir)*/
arrow {
margin: 3px 5px
}
/*выравнивание стрелок комбобоксов*/
separator {
margin: 0px 0px 0px 0px;
background-size: 0px;
padding-bottom: 0px
}
/*скрываем сепаратор*/
check {
min-height: 24px;
min-width: 24px
}
/*увеличиваем чекбоксы*/
cellview, entry {
min-height: 26px
}
/*высота комбобоксов, т.к. некоторые темы их делают меньше и вёрстка съезжает*/
switch {
margin: 5px 10px 0px 10px
}
/*переключатели mangohud и т.д. (в дефолтных темах gtk отступы необходимы. В то время как в некоторых темах выглядит больше, чем нужно. Пример qogir)*/
/*Правила для окон*/
window>box>grid {padding: 5px} /*отступы в расширенных настройках*/
window>box>box>image {padding: 0px 0px 5px 0px;} /*иконка запуска ярлыка*/
window>box>box>box>image {margin-top: 5px} /*иконка в создании ярлыка*/
window>box>box>grid {padding: 0px 5px 5px 0px} /*комбобоксы в запуске ярлыка*/
window > box > grid {
padding: 5px
}
/*отступы в расширенных настройках*/
window > box > box > image {
padding: 0px 0px 5px 0px;
}
/*иконка запуска ярлыка*/
window > box > box > box > image {
margin-top: 5px
}
/*иконка в создании ярлыка*/
window > box > box > grid {
padding: 0px 5px 5px 0px
}
/*комбобоксы в запуске ярлыка*/
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment