Merge branch 'arch' into gentoo

This commit is contained in:
ItsDrike 2021-07-14 15:04:42 +02:00
commit 290748cf0c
No known key found for this signature in database
GPG key ID: B5F6B41F708C3ADD
41 changed files with 11 additions and 1335 deletions

View file

@ -1,375 +0,0 @@
{
// #region: General VSCode settings
"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",
"workbench.settings.editor": "json",
"workbench.settings.openDefaultSettings": true,
"window.zoomLevel": -1,
"window.closeWhenEmpty": false,
"window.openFilesInNewWindow": "off",
"window.title": "${activeEditorShort}${separator}${rootName}",
"editor.minimap.enabled": true,
"editor.formatOnSave": false,
"editor.formatOnPaste": true,
"editor.dragAndDrop": false, // Moving text by mouse drag
"editor.emptySelectionClipboard": false, // Disallow Ctrl+C/V on empty selection line
"editor.selectionHighlight": false, // Highlight same words cursor is currently on
"editor.scrollBeyondLastLine": true,
"editor.wordWrap": "on", // Wrap too long words on 1 line into multiple
"editor.snippetSuggestions": "top",
"editor.multiCursorModifier": "ctrlCmd",
"editor.mouseWheelScrollSensitivity": 5,
"files.insertFinalNewline": true, // Keep a newline at the end of every file
"files.trimTrailingWhitespace": true, // Remove redundant spaces in line ends
"[markdown]": {
"files.trimTrailingWhitespace": false // Removing trailing spaces breaks Markdown
},
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"workbench.startupEditor": "newUntitledFile",
"workbench.colorCustomizations": {},
"workbench.editor.enablePreview": false,
"diffEditor.ignoreTrimWhitespace": false,
// #endregion
// #region: Theme/Font settings
"editor.fontFamily": "Source Code Pro",
"debug.console.fontFamily": "Source Code Pro",
"workbench.colorTheme": "Material Theme Darker High Contrast",
"workbench.iconTheme": "vscode-icons",
"vsicons.dontShowNewVersionMessage": true,
// #endregion
// #region:Settings sync
"sync.autoUpload": true,
"sync.gist": "bfe97418800b4dc1d64109a980d41760",
"sync.forceUpload": true,
// #endregion
// #region: Files icons/associations
"files.associations": {
".env": "shellscript"
},
"vsicons.associations.files": [
{
"icon": "text",
"extensions": [
"todo"
],
"filename": true,
"format": "svg"
}
],
// #endregion
// #region: Git
"git.autofetch": true,
"git.confirmSync": false,
// #endregion
// #region: Python
"python.showStartPage": false,
"python.pythonPath": "/usr/bin/python",
"python.pipenvPath": "~/.local/bin/pipenv",
"python.languageServer": "Pylance",
"python.analysis.typeCheckingMode": "basic",
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"python.formatting.provider": "autopep8",
"python.linting.pylintEnabled": false,
"python.linting.flake8Enabled": true,
"python.linting.pycodestyleArgs": [
"--max-line-length=150",
"--ignore=ANN001,ANN002,ANN003,ANN101,ANN102,ANN204,E731"
],
"python.linting.flake8Args": [
"--max-line-length=150",
"--ignore=ANN001,ANN002,ANN003,ANN101,ANN102,ANN204,E731"
],
"python.formatting.autopep8Args": [
"--max-line-length=150",
"--ignore=ANN001,ANN002,ANN003,ANN101,ANN102,ANN204,E731"
],
"python.testing.unittestArgs": [
"-v",
"-s",
".",
"-p",
"test*.py"
],
// #endregion
// #region: Prettier Now
"[javascriptreact]": {
"editor.defaultFormatter": "remimarsal.prettier-now"
},
"[json]": {
"editor.defaultFormatter": "remimarsal.prettier-now"
},
// #endregion
// #region: CSpell
"cSpell.enableFiletypes": [
"diff",
"dockerfile",
"ini",
"jupyter",
"log",
"shellscript",
"sql",
"todo"
],
"cSpell.userWords": [
"Bcrypt",
"CORO",
"Devs",
"Dockerize",
"Docstring",
"Drike",
"INET",
"KEYUP",
"LCTRL",
"LEFTUP",
"MOUSEBUTTONUP",
"MOUSEEVENTF",
"PIDs",
"Pipfile",
"Pythonic",
"RCTRL",
"RGBA",
"Restrictor",
"SQLALCHEMY",
"Servername",
"Sharded",
"Slowmode",
"Spacebar",
"Tesseract",
"Traceback",
"aiohttp",
"aiosqlite",
"aniso",
"appdirs",
"arange",
"asyncio",
"asyncpg",
"autofetch",
"autofmt",
"autopep",
"axvline",
"backticks",
"backtrace",
"barh",
"blit",
"builtins",
"cathetus",
"cgroups",
"chdir",
"choosed",
"clsobj",
"cmap",
"cmds",
"codebase's",
"commited",
"commiting",
"coord",
"crossorigin",
"ctypes",
"dateutil",
"defcon",
"devel",
"diags",
"displayname",
"docstrings",
"duckduckgo",
"ehlo",
"elif",
"enableautopreview",
"endblock",
"enviroment",
"exts",
"fetchone",
"filelock",
"floder",
"fuzzywuzzy",
"gedit",
"getenv",
"gethostbyname",
"getsizeof",
"gmail",
"googlemail",
"groupby",
"hexadynamic",
"hexlify",
"hitbox",
"inplace",
"iphone",
"ipython",
"isalpha",
"isdigit",
"isdir",
"isfile",
"isinstance",
"isistance",
"islower",
"isupper",
"itertools",
"itsdrike",
"kwargs",
"labelledby",
"linebreak",
"loguru",
"lxml",
"mariadb",
"matmul",
"mkdir",
"mknod",
"msqli",
"mult",
"mypass",
"ncols",
"networkmanager",
"noqa",
"noreply",
"nrows",
"ntpath",
"numpy",
"nums",
"paceholder",
"pacman",
"pipcache",
"pipenv",
"popen",
"prepending",
"psutil",
"pword",
"pyautogui",
"pycodestyle",
"pygame",
"pylance",
"pylint",
"pynput",
"pypi",
"pyplot",
"pyyaml",
"questionmark",
"reimplementing",
"repos",
"rglob",
"rmdir",
"roboto",
"rtype",
"sbin",
"securepy",
"setaf",
"smtp",
"smtplib",
"spotify",
"sqlite",
"startx",
"starty",
"strftime",
"strg",
"strptime",
"subtests",
"sumbit",
"svgviewer",
"sysinfo",
"systemctl",
"systemd",
"tabindex",
"textfile",
"toggleable",
"tput",
"tqdm",
"ture",
"uname",
"unassignrole",
"unban",
"undeafen",
"undeafened",
"unhashable",
"unmute",
"unmutechat",
"unmuted",
"unregister",
"unscheduling",
"unsilence",
"upvotes",
"urandom",
"vals",
"venv",
"virtualenv",
"wtforms",
"xaxis",
"xdate",
"xkcd",
"xlabel",
"xpos",
"xscale",
"xticks",
"xyzw",
"ylabel",
"ypos",
"yscale"
],
// #endregion
// #region: Others
"code-runner.clearPreviousOutput": true,
"svgviewer.enableautopreview": true,
"indentRainbow.colors": [
"rgba(16,16,16,0.1)",
"rgba(16,16,16,0.3)",
"rgba(16,16,16,0.6)",
"rgba(16,16,16,0.4)",
"rgba(16,16,16,0.2)"
],
"auto-close-tag.activationOnLanguage": [
"xml",
"php",
"blade",
"ejs",
"jinja",
"javascript",
"javascriptreact",
"typescript",
"typescriptreact",
"plaintext",
"markdown",
"vue",
"liquid",
"erb",
"lang-cfml",
"cfml",
"HTML (EEx)",
"HTML (Eex)",
"plist",
// Added
"django-html"
],
// #endregion
// Unsorted
"sqltools.useNodeRuntime": true,
"jupyter.askForKernelRestart": false,
"workbench.editorAssociations": [],
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"license.author": "ItsDrike",
"license.extension": ".md",
}

View file

@ -1,11 +0,0 @@
gtk-enable-animations=1
gtk-primary-button-warps-slider=0
gtk-toolbar-style=3
gtk-menu-images=1
gtk-button-images=1
gtk-cursor-theme-size=24
gtk-cursor-theme-name="breeze_cursors"
gtk-icon-theme-name="breeze-dark"
gtk-font-name="Noto Sans, 10"
gtk-modules=appmenu-gtk-module

View file

@ -1,33 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg viewBox="0 0 50 50"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
<title>Qt SVG Document</title>
<desc>Generated with Qt</desc>
<defs>
</defs>
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
<g fill="#000000" fill-opacity="1" stroke="none" transform="matrix(2.27273,0,0,2.27273,-104.545,0)"
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
opacity="0.001" >
<rect x="46" y="0" width="22" height="22"/>
</g>
<g fill="#ffffff" fill-opacity="1" stroke="none" transform="matrix(2.27273,0,0,2.27273,-104.545,0)"
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
opacity="0.19" >
<circle cx="57" cy="11" r="11"/>
</g>
<g fill="#dedede" fill-opacity="1" stroke="none" transform="matrix(2.27273,0,0,2.27273,-104.545,0)"
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
>
<path vector-effect="none" fill-rule="nonzero" d="M53.0031,7.00023 L54.0028,7.00023 C54.0131,7.00011 54.0235,6.99977 54.034,7.00023 C54.2888,7.01143 54.5437,7.1288 54.7212,7.31272 L57.0016,9.5939 L59.3132,7.31272 C59.5787,7.08223 59.7597,7.00723 60.0004,7.00023 L61,7.00023 L61,8.0002 C61,8.28666 60.9657,8.55083 60.7501,8.75018 L58.4697,11.0314 L60.7189,13.2813 C60.907,13.4695 61,13.7347 61,14 L61,15 L60.0004,15 C59.7352,15 59.47,14.9069 59.2819,14.7188 L57.0016,12.4376 L54.7212,14.7188 C54.5331,14.9069 54.2679,15 54.0028,15 L53.0031,15 L53.0031,14 C53.0031,13.7347 53.0962,13.4695 53.2843,13.2813 L55.5646,11.0314 L53.2843,8.75018 C53.0736,8.55555 52.9812,8.28094 53.0031,8.0002 L53.0031,7.00023"/>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2 KiB

View file

@ -1,33 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg viewBox="0 0 50 50"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
<title>Qt SVG Document</title>
<desc>Generated with Qt</desc>
<defs>
</defs>
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
<g fill="#000000" fill-opacity="1" stroke="none" transform="matrix(2.27273,0,0,2.27273,-104.545,0)"
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
opacity="0.001" >
<rect x="46" y="0" width="22" height="22"/>
</g>
<g fill="#ffffff" fill-opacity="1" stroke="none" transform="matrix(2.27273,0,0,2.27273,-104.545,0)"
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
opacity="0.19" >
<circle cx="57" cy="11" r="11"/>
</g>
<g fill="#dedede" fill-opacity="1" stroke="none" transform="matrix(2.27273,0,0,2.27273,-104.545,0)"
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
>
<path vector-effect="none" fill-rule="nonzero" d="M53.0031,7.00023 L54.0028,7.00023 C54.0131,7.00011 54.0235,6.99977 54.034,7.00023 C54.2888,7.01143 54.5437,7.1288 54.7212,7.31272 L57.0016,9.5939 L59.3132,7.31272 C59.5787,7.08223 59.7597,7.00723 60.0004,7.00023 L61,7.00023 L61,8.0002 C61,8.28666 60.9657,8.55083 60.7501,8.75018 L58.4697,11.0314 L60.7189,13.2813 C60.907,13.4695 61,13.7347 61,14 L61,15 L60.0004,15 C59.7352,15 59.47,14.9069 59.2819,14.7188 L57.0016,12.4376 L54.7212,14.7188 C54.5331,14.9069 54.2679,15 54.0028,15 L53.0031,15 L53.0031,14 C53.0031,13.7347 53.0962,13.4695 53.2843,13.2813 L55.5646,11.0314 L53.2843,8.75018 C53.0736,8.55555 52.9812,8.28094 53.0031,8.0002 L53.0031,7.00023"/>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2 KiB

View file

@ -1,33 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg viewBox="0 0 50 50"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
<title>Qt SVG Document</title>
<desc>Generated with Qt</desc>
<defs>
</defs>
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
<g fill="#000000" fill-opacity="1" stroke="none" transform="matrix(2.27273,0,0,2.27273,-52.2727,0)"
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
opacity="0.001" >
<rect x="23" y="0" width="22" height="22"/>
</g>
<g fill="#ffffff" fill-opacity="1" stroke="none" transform="matrix(2.27273,0,0,2.27273,-52.2727,0)"
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
opacity="0.08" >
<circle cx="34" cy="11" r="11"/>
</g>
<g fill="#dedede" fill-opacity="1" stroke="none" transform="matrix(2.27273,0,0,2.27273,-52.2727,0)"
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
>
<path vector-effect="none" fill-rule="nonzero" d="M30.0031,7.00023 L31.0028,7.00023 C31.0131,7.00011 31.0235,6.99977 31.034,7.00023 C31.2888,7.01143 31.5437,7.1288 31.7212,7.31272 L34.0016,9.5939 L36.3132,7.31272 C36.5787,7.08223 36.7597,7.00723 37.0004,7.00023 L38,7.00023 L38,8.0002 C38,8.28666 37.9657,8.55083 37.7501,8.75018 L35.4697,11.0314 L37.7189,13.2813 C37.907,13.4695 38,13.7347 38,14 L38,15 L37.0004,15 C36.7352,15 36.47,14.9069 36.2819,14.7188 L34.0016,12.4376 L31.7212,14.7188 C31.5331,14.9069 31.2679,15 31.0028,15 L30.0031,15 L30.0031,14 C30.0031,13.7347 30.0962,13.4695 30.2843,13.2813 L32.5646,11.0314 L30.2843,8.75018 C30.0736,8.55555 29.9812,8.28094 30.0031,8.0002 L30.0031,7.00023"/>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2 KiB

View file

@ -1,27 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg viewBox="0 0 50 50"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
<title>Qt SVG Document</title>
<desc>Generated with Qt</desc>
<defs>
</defs>
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
<g fill="#000000" fill-opacity="1" stroke="none" transform="matrix(2.27273,0,0,2.27273,-156.818,0)"
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
opacity="0.001" >
<rect x="69" y="0" width="22" height="22"/>
</g>
<g fill="#dedede" fill-opacity="1" stroke="none" transform="matrix(2.27273,0,0,2.27273,-156.818,0)"
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
opacity="0.5" >
<path vector-effect="none" fill-rule="nonzero" d="M76.0031,7.00023 L77.0028,7.00023 C77.0131,7.00011 77.0235,6.99977 77.034,7.00023 C77.2888,7.01143 77.5437,7.1288 77.7212,7.31272 L80.0016,9.5939 L82.3132,7.31272 C82.5787,7.08223 82.7597,7.00723 83.0004,7.00023 L84,7.00023 L84,8.0002 C84,8.28666 83.9657,8.55083 83.7501,8.75018 L81.4697,11.0314 L83.7189,13.2813 C83.907,13.4695 84,13.7347 84,14 L84,15 L83.0004,15 C82.7352,15 82.47,14.9069 82.2819,14.7188 L80.0016,12.4376 L77.7212,14.7188 C77.5331,14.9069 77.2679,15 77.0028,15 L76.0031,15 L76.0031,14 C76.0031,13.7347 76.0962,13.4695 76.2843,13.2813 L78.5646,11.0314 L76.2843,8.75018 C76.0736,8.55555 75.9812,8.28094 76.0031,8.0002 L76.0031,7.00023"/>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.7 KiB

View file

@ -1,33 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg viewBox="0 0 50 50"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
<title>Qt SVG Document</title>
<desc>Generated with Qt</desc>
<defs>
</defs>
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
<g fill="#000000" fill-opacity="1" stroke="none" transform="matrix(2.27273,0,0,2.27273,-52.2727,0)"
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
opacity="0.001" >
<rect x="23" y="0" width="22" height="22"/>
</g>
<g fill="#ffffff" fill-opacity="1" stroke="none" transform="matrix(2.27273,0,0,2.27273,-52.2727,0)"
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
opacity="0.08" >
<circle cx="34" cy="11" r="11"/>
</g>
<g fill="#dedede" fill-opacity="1" stroke="none" transform="matrix(2.27273,0,0,2.27273,-52.2727,0)"
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
>
<path vector-effect="none" fill-rule="nonzero" d="M30.0031,7.00023 L31.0028,7.00023 C31.0131,7.00011 31.0235,6.99977 31.034,7.00023 C31.2888,7.01143 31.5437,7.1288 31.7212,7.31272 L34.0016,9.5939 L36.3132,7.31272 C36.5787,7.08223 36.7597,7.00723 37.0004,7.00023 L38,7.00023 L38,8.0002 C38,8.28666 37.9657,8.55083 37.7501,8.75018 L35.4697,11.0314 L37.7189,13.2813 C37.907,13.4695 38,13.7347 38,14 L38,15 L37.0004,15 C36.7352,15 36.47,14.9069 36.2819,14.7188 L34.0016,12.4376 L31.7212,14.7188 C31.5331,14.9069 31.2679,15 31.0028,15 L30.0031,15 L30.0031,14 C30.0031,13.7347 30.0962,13.4695 30.2843,13.2813 L32.5646,11.0314 L30.2843,8.75018 C30.0736,8.55555 29.9812,8.28094 30.0031,8.0002 L30.0031,7.00023"/>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2 KiB

View file

@ -1,27 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg viewBox="0 0 50 50"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
<title>Qt SVG Document</title>
<desc>Generated with Qt</desc>
<defs>
</defs>
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
<g fill="#000000" fill-opacity="1" stroke="none" transform="matrix(2.27273,0,0,2.27273,0,0)"
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
opacity="0.001" >
<rect x="0" y="0" width="22" height="22"/>
</g>
<g fill="#dedede" fill-opacity="1" stroke="none" transform="matrix(2.27273,0,0,2.27273,0,0)"
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
>
<path vector-effect="none" fill-rule="nonzero" d="M7.00314,7.00023 L8.00275,7.00023 C8.01312,7.00011 8.02353,6.99977 8.03399,7.00023 C8.28884,7.01143 8.54366,7.1288 8.72122,7.31272 L11.0016,9.5939 L13.3132,7.31272 C13.5787,7.08223 13.7597,7.00723 14.0004,7.00023 L15,7.00023 L15,8.0002 C15,8.28666 14.9657,8.55083 14.7501,8.75018 L12.4697,11.0314 L14.7189,13.2813 C14.907,13.4695 15,13.7347 15,14 L15,15 L14.0004,15 C13.7352,15 13.47,14.9069 13.2819,14.7188 L11.0016,12.4376 L8.72122,14.7188 C8.53313,14.9069 8.26794,15 8.00275,15 L7.00314,15 L7.00314,14 C7.00314,13.7347 7.09617,13.4695 7.28428,13.2813 L9.56464,11.0314 L7.28428,8.75018 C7.07362,8.55555 6.98124,8.28094 7.00314,8.0002 L7.00314,7.00023"/>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.7 KiB

View file

@ -1,33 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg viewBox="0 0 50 50"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
<title>Qt SVG Document</title>
<desc>Generated with Qt</desc>
<defs>
</defs>
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
<g fill="#000000" fill-opacity="1" stroke="none" transform="matrix(2.27273,0,0,2.27273,-104.545,0)"
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
opacity="0.001" >
<rect x="46" y="0" width="22" height="22"/>
</g>
<g fill="#ffffff" fill-opacity="1" stroke="none" transform="matrix(2.27273,0,0,2.27273,-104.545,0)"
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
opacity="0.19" >
<circle cx="57" cy="11" r="11"/>
</g>
<g fill="#dedede" fill-opacity="1" stroke="none" transform="matrix(2.27273,0,0,2.27273,-104.545,0)"
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
>
<path vector-effect="none" fill-rule="nonzero" d="M53,7 L53,9 L53,15 L61,15 L61,9 L61,7 L53,7 M55,9 L59,9 L59,12 L59,13 L55,13 L55,12 L55,9"/>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.4 KiB

View file

@ -1,33 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg viewBox="0 0 50 50"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
<title>Qt SVG Document</title>
<desc>Generated with Qt</desc>
<defs>
</defs>
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
<g fill="#000000" fill-opacity="1" stroke="none" transform="matrix(2.27273,0,0,2.27273,-104.545,0)"
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
opacity="0.001" >
<rect x="46" y="0" width="22" height="22"/>
</g>
<g fill="#ffffff" fill-opacity="1" stroke="none" transform="matrix(2.27273,0,0,2.27273,-104.545,0)"
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
opacity="0.19" >
<circle cx="57" cy="11" r="11"/>
</g>
<g fill="#dedede" fill-opacity="1" stroke="none" transform="matrix(2.27273,0,0,2.27273,-104.545,0)"
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
>
<path vector-effect="none" fill-rule="nonzero" d="M53,7 L53,9 L53,15 L61,15 L61,9 L61,7 L53,7 M55,9 L59,9 L59,12 L59,13 L55,13 L55,12 L55,9"/>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.4 KiB

View file

@ -1,33 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg viewBox="0 0 50 50"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
<title>Qt SVG Document</title>
<desc>Generated with Qt</desc>
<defs>
</defs>
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
<g fill="#000000" fill-opacity="1" stroke="none" transform="matrix(2.27273,0,0,2.27273,-52.2727,0)"
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
opacity="0.001" >
<rect x="23" y="0" width="22" height="22"/>
</g>
<g fill="#ffffff" fill-opacity="1" stroke="none" transform="matrix(2.27273,0,0,2.27273,-52.2727,0)"
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
opacity="0.08" >
<circle cx="34" cy="11" r="11"/>
</g>
<g fill="#dedede" fill-opacity="1" stroke="none" transform="matrix(2.27273,0,0,2.27273,-52.2727,0)"
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
>
<path vector-effect="none" fill-rule="nonzero" d="M30,7 L30,9 L30,15 L38,15 L38,9 L38,7 L30,7 M32,9 L36,9 L36,12 L36,13 L32,13 L32,12 L32,9"/>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.4 KiB

View file

@ -1,27 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg viewBox="0 0 50 50"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
<title>Qt SVG Document</title>
<desc>Generated with Qt</desc>
<defs>
</defs>
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
<g fill="#000000" fill-opacity="1" stroke="none" transform="matrix(2.27273,0,0,2.27273,0,0)"
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
opacity="0.001" >
<rect x="0" y="0" width="22" height="22"/>
</g>
<g fill="#dedede" fill-opacity="1" stroke="none" transform="matrix(2.27273,0,0,2.27273,-156.818,0)"
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
opacity="0.5" >
<path vector-effect="none" fill-rule="nonzero" d="M76,7 L76,9 L76,15 L84,15 L84,9 L84,7 L76,7 M78,9 L82,9 L82,12 L82,13 L78,13 L78,12 L78,9"/>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.2 KiB

View file

@ -1,33 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg viewBox="0 0 50 50"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
<title>Qt SVG Document</title>
<desc>Generated with Qt</desc>
<defs>
</defs>
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
<g fill="#000000" fill-opacity="1" stroke="none" transform="matrix(2.27273,0,0,2.27273,-52.2727,0)"
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
opacity="0.001" >
<rect x="23" y="0" width="22" height="22"/>
</g>
<g fill="#ffffff" fill-opacity="1" stroke="none" transform="matrix(2.27273,0,0,2.27273,-52.2727,0)"
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
opacity="0.08" >
<circle cx="34" cy="11" r="11"/>
</g>
<g fill="#dedede" fill-opacity="1" stroke="none" transform="matrix(2.27273,0,0,2.27273,-52.2727,0)"
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
>
<path vector-effect="none" fill-rule="nonzero" d="M30,7 L30,9 L30,15 L38,15 L38,9 L38,7 L30,7 M32,9 L36,9 L36,12 L36,13 L32,13 L32,12 L32,9"/>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.4 KiB

View file

@ -1,27 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg viewBox="0 0 50 50"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
<title>Qt SVG Document</title>
<desc>Generated with Qt</desc>
<defs>
</defs>
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
<g fill="#000000" fill-opacity="1" stroke="none" transform="matrix(2.27273,0,0,2.27273,0,0)"
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
opacity="0.001" >
<rect x="0" y="0" width="22" height="22"/>
</g>
<g fill="#dedede" fill-opacity="1" stroke="none" transform="matrix(2.27273,0,0,2.27273,0,0)"
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
>
<path vector-effect="none" fill-rule="nonzero" d="M7,7 L7,9 L7,15 L15,15 L15,9 L15,7 L7,7 M9,9 L13,9 L13,12 L13,13 L9,13 L9,12 L9,9"/>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.2 KiB

View file

@ -1,33 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg viewBox="0 0 50 50"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
<title>Qt SVG Document</title>
<desc>Generated with Qt</desc>
<defs>
</defs>
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
<g fill="#000000" fill-opacity="1" stroke="none" transform="matrix(2.27273,0,0,2.27273,-104.545,0)"
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
opacity="0.001" >
<rect x="46" y="0" width="22" height="22"/>
</g>
<g fill="#ffffff" fill-opacity="1" stroke="none" transform="matrix(2.27273,0,0,2.27273,-104.545,0)"
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
opacity="0.19" >
<circle cx="57" cy="11" r="11"/>
</g>
<g fill="#dedede" fill-opacity="1" stroke="none" transform="matrix(2.27273,0,0,2.27273,-104.545,0)"
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
>
<path vector-effect="none" fill-rule="nonzero" d="M53,7 L53,9 L53,15 L61,15 L61,9 L61,7 L53,7 M55,9 L59,9 L59,12 L59,13 L55,13 L55,12 L55,9"/>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.4 KiB

View file

@ -1,33 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg viewBox="0 0 50 50"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
<title>Qt SVG Document</title>
<desc>Generated with Qt</desc>
<defs>
</defs>
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
<g fill="#000000" fill-opacity="1" stroke="none" transform="matrix(2.27273,0,0,2.27273,-104.545,0)"
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
opacity="0.001" >
<rect x="46" y="0" width="22" height="22"/>
</g>
<g fill="#ffffff" fill-opacity="1" stroke="none" transform="matrix(2.27273,0,0,2.27273,-104.545,0)"
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
opacity="0.19" >
<circle cx="57" cy="11" r="11"/>
</g>
<g fill="#dedede" fill-opacity="1" stroke="none" transform="matrix(2.27273,0,0,2.27273,-104.545,0)"
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
>
<path vector-effect="none" fill-rule="nonzero" d="M53,7 L53,9 L53,15 L61,15 L61,9 L61,7 L53,7 M55,9 L59,9 L59,12 L59,13 L55,13 L55,12 L55,9"/>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.4 KiB

View file

@ -1,33 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg viewBox="0 0 50 50"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
<title>Qt SVG Document</title>
<desc>Generated with Qt</desc>
<defs>
</defs>
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
<g fill="#000000" fill-opacity="1" stroke="none" transform="matrix(2.27273,0,0,2.27273,-52.2727,0)"
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
opacity="0.001" >
<rect x="23" y="0" width="22" height="22"/>
</g>
<g fill="#ffffff" fill-opacity="1" stroke="none" transform="matrix(2.27273,0,0,2.27273,-52.2727,0)"
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
opacity="0.08" >
<circle cx="34" cy="11" r="11"/>
</g>
<g fill="#dedede" fill-opacity="1" stroke="none" transform="matrix(2.27273,0,0,2.27273,-52.2727,0)"
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
>
<path vector-effect="none" fill-rule="nonzero" d="M30,7 L30,9 L30,15 L38,15 L38,9 L38,7 L30,7 M32,9 L36,9 L36,12 L36,13 L32,13 L32,12 L32,9"/>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.4 KiB

View file

@ -1,27 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg viewBox="0 0 50 50"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
<title>Qt SVG Document</title>
<desc>Generated with Qt</desc>
<defs>
</defs>
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
<g fill="#000000" fill-opacity="1" stroke="none" transform="matrix(2.27273,0,0,2.27273,0,0)"
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
opacity="0.001" >
<rect x="0" y="0" width="22" height="22"/>
</g>
<g fill="#dedede" fill-opacity="1" stroke="none" transform="matrix(2.27273,0,0,2.27273,-156.818,0)"
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
opacity="0.5" >
<path vector-effect="none" fill-rule="nonzero" d="M76,7 L76,9 L76,15 L84,15 L84,9 L84,7 L76,7 M78,9 L82,9 L82,12 L82,13 L78,13 L78,12 L78,9"/>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.2 KiB

View file

@ -1,33 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg viewBox="0 0 50 50"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
<title>Qt SVG Document</title>
<desc>Generated with Qt</desc>
<defs>
</defs>
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
<g fill="#000000" fill-opacity="1" stroke="none" transform="matrix(2.27273,0,0,2.27273,-52.2727,0)"
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
opacity="0.001" >
<rect x="23" y="0" width="22" height="22"/>
</g>
<g fill="#ffffff" fill-opacity="1" stroke="none" transform="matrix(2.27273,0,0,2.27273,-52.2727,0)"
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
opacity="0.08" >
<circle cx="34" cy="11" r="11"/>
</g>
<g fill="#dedede" fill-opacity="1" stroke="none" transform="matrix(2.27273,0,0,2.27273,-52.2727,0)"
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
>
<path vector-effect="none" fill-rule="nonzero" d="M30,7 L30,9 L30,15 L38,15 L38,9 L38,7 L30,7 M32,9 L36,9 L36,12 L36,13 L32,13 L32,12 L32,9"/>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.4 KiB

View file

@ -1,27 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg viewBox="0 0 50 50"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
<title>Qt SVG Document</title>
<desc>Generated with Qt</desc>
<defs>
</defs>
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
<g fill="#000000" fill-opacity="1" stroke="none" transform="matrix(2.27273,0,0,2.27273,0,0)"
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
opacity="0.001" >
<rect x="0" y="0" width="22" height="22"/>
</g>
<g fill="#dedede" fill-opacity="1" stroke="none" transform="matrix(2.27273,0,0,2.27273,0,0)"
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
>
<path vector-effect="none" fill-rule="nonzero" d="M7,7 L7,9 L7,15 L15,15 L15,9 L15,7 L7,7 M9,9 L13,9 L13,12 L13,13 L9,13 L9,12 L9,9"/>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.2 KiB

View file

@ -1,33 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg viewBox="0 0 50 50"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
<title>Qt SVG Document</title>
<desc>Generated with Qt</desc>
<defs>
</defs>
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
<g fill="#000000" fill-opacity="1" stroke="none" transform="matrix(2.27273,0,0,2.27273,0,0)"
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
opacity="0.001" >
<rect x="0" y="0" width="22" height="22"/>
</g>
<g fill="#ffffff" fill-opacity="1" stroke="none" transform="matrix(2.27273,0,0,2.27273,-104.545,0)"
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
opacity="0.19" >
<circle cx="57" cy="11" r="11"/>
</g>
<g fill="#dedede" fill-opacity="1" stroke="none" transform="matrix(2.27273,0,0,-2.27273,-104.545,0)"
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
>
<rect x="53" y="-15" width="8" height="2"/>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

View file

@ -1,33 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg viewBox="0 0 50 50"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
<title>Qt SVG Document</title>
<desc>Generated with Qt</desc>
<defs>
</defs>
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
<g fill="#000000" fill-opacity="1" stroke="none" transform="matrix(2.27273,0,0,2.27273,0,0)"
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
opacity="0.001" >
<rect x="0" y="0" width="22" height="22"/>
</g>
<g fill="#ffffff" fill-opacity="1" stroke="none" transform="matrix(2.27273,0,0,2.27273,-104.545,0)"
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
opacity="0.19" >
<circle cx="57" cy="11" r="11"/>
</g>
<g fill="#dedede" fill-opacity="1" stroke="none" transform="matrix(2.27273,0,0,-2.27273,-104.545,0)"
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
>
<rect x="53" y="-15" width="8" height="2"/>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

View file

@ -1,33 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg viewBox="0 0 50 50"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
<title>Qt SVG Document</title>
<desc>Generated with Qt</desc>
<defs>
</defs>
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
<g fill="#000000" fill-opacity="1" stroke="none" transform="matrix(2.27273,0,0,2.27273,0,0)"
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
opacity="0.001" >
<rect x="0" y="0" width="22" height="22"/>
</g>
<g fill="#ffffff" fill-opacity="1" stroke="none" transform="matrix(2.27273,0,0,2.27273,-52.2727,0)"
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
opacity="0.08" >
<circle cx="34" cy="11" r="11"/>
</g>
<g fill="#dedede" fill-opacity="1" stroke="none" transform="matrix(2.27273,0,0,-2.27273,-52.2727,0)"
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
>
<rect x="30" y="-15" width="8" height="2"/>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

View file

@ -1,27 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg viewBox="0 0 50 50"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
<title>Qt SVG Document</title>
<desc>Generated with Qt</desc>
<defs>
</defs>
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
<g fill="#000000" fill-opacity="1" stroke="none" transform="matrix(2.27273,0,0,2.27273,0,0)"
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
opacity="0.001" >
<rect x="0" y="0" width="22" height="22"/>
</g>
<g fill="#dedede" fill-opacity="1" stroke="none" transform="matrix(2.27273,0,0,2.27273,0,0)"
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
opacity="0.5" >
<path vector-effect="none" fill-rule="nonzero" d="M7,13 L7,15 L15,15 L15,13 L7,13"/>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

View file

@ -1,33 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg viewBox="0 0 50 50"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
<title>Qt SVG Document</title>
<desc>Generated with Qt</desc>
<defs>
</defs>
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
<g fill="#000000" fill-opacity="1" stroke="none" transform="matrix(2.27273,0,0,2.27273,0,0)"
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
opacity="0.001" >
<rect x="0" y="0" width="22" height="22"/>
</g>
<g fill="#ffffff" fill-opacity="1" stroke="none" transform="matrix(2.27273,0,0,2.27273,-52.2727,0)"
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
opacity="0.08" >
<circle cx="34" cy="11" r="11"/>
</g>
<g fill="#dedede" fill-opacity="1" stroke="none" transform="matrix(2.27273,0,0,-2.27273,-52.2727,0)"
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
>
<rect x="30" y="-15" width="8" height="2"/>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

View file

@ -1,27 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg viewBox="0 0 50 50"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
<title>Qt SVG Document</title>
<desc>Generated with Qt</desc>
<defs>
</defs>
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
<g fill="#000000" fill-opacity="1" stroke="none" transform="matrix(2.27273,0,0,2.27273,0,0)"
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
opacity="0.001" >
<rect x="0" y="0" width="22" height="22"/>
</g>
<g fill="#dedede" fill-opacity="1" stroke="none" transform="matrix(2.27273,0,0,2.27273,0,0)"
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
>
<path vector-effect="none" fill-rule="nonzero" d="M7,13 L7,15 L15,15 L15,13 L7,13"/>
</g>
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

View file

@ -1,77 +0,0 @@
@define-color borders_breeze #545454;
@define-color content_view_bg_breeze #2e2e2e;
@define-color error_color_backdrop_breeze #e04643;
@define-color error_color_breeze #e04643;
@define-color error_color_insensitive_backdrop_breeze #673433;
@define-color error_color_insensitive_breeze #673433;
@define-color insensitive_base_color_breeze #2c2c2c;
@define-color insensitive_base_fg_color_breeze #686868;
@define-color insensitive_bg_color_breeze #242424;
@define-color insensitive_borders_breeze #343434;
@define-color insensitive_fg_color_breeze #626262;
@define-color insensitive_selected_bg_color_breeze #242424;
@define-color insensitive_selected_fg_color_breeze #626262;
@define-color insensitive_unfocused_bg_color_breeze #242424;
@define-color insensitive_unfocused_fg_color_breeze #626262;
@define-color insensitive_unfocused_selected_bg_color_breeze #242424;
@define-color insensitive_unfocused_selected_fg_color_breeze #626262;
@define-color link_color_breeze #16decd;
@define-color link_visited_color_breeze #0fcbf5;
@define-color success_color_backdrop_breeze #43e075;
@define-color success_color_breeze #43e075;
@define-color success_color_insensitive_backdrop_breeze #336744;
@define-color success_color_insensitive_breeze #336744;
@define-color theme_base_color_breeze #2e2e2e;
@define-color theme_bg_color_breeze #262626;
@define-color theme_button_background_backdrop_breeze #424242;
@define-color theme_button_background_backdrop_insensitive_breeze #3f3f3f;
@define-color theme_button_background_insensitive_breeze #3f3f3f;
@define-color theme_button_background_normal_breeze #424242;
@define-color theme_button_decoration_focus_backdrop_breeze #009185;
@define-color theme_button_decoration_focus_backdrop_insensitive_breeze #295955;
@define-color theme_button_decoration_focus_breeze #009185;
@define-color theme_button_decoration_focus_insensitive_breeze #295955;
@define-color theme_button_decoration_hover_backdrop_breeze #009185;
@define-color theme_button_decoration_hover_backdrop_insensitive_breeze #295955;
@define-color theme_button_decoration_hover_breeze #009185;
@define-color theme_button_decoration_hover_insensitive_breeze #295955;
@define-color theme_button_foreground_active_backdrop_breeze #dedede;
@define-color theme_button_foreground_active_backdrop_insensitive_breeze #626262;
@define-color theme_button_foreground_active_breeze #ffffff;
@define-color theme_button_foreground_active_insensitive_breeze #626262;
@define-color theme_button_foreground_backdrop_breeze #ffffff;
@define-color theme_button_foreground_backdrop_insensitive_breeze #7e7e7e;
@define-color theme_button_foreground_insensitive_breeze #7e7e7e;
@define-color theme_button_foreground_normal_breeze #ffffff;
@define-color theme_fg_color_breeze #dedede;
@define-color theme_hovering_selected_bg_color_breeze #009185;
@define-color theme_selected_bg_color_breeze #009185;
@define-color theme_selected_fg_color_breeze #ffffff;
@define-color theme_text_color_breeze #e3e3e3;
@define-color theme_titlebar_background_backdrop_breeze #262626;
@define-color theme_titlebar_background_breeze #262626;
@define-color theme_titlebar_background_light_breeze #262626;
@define-color theme_titlebar_foreground_backdrop_breeze #696969;
@define-color theme_titlebar_foreground_breeze #dedede;
@define-color theme_titlebar_foreground_insensitive_backdrop_breeze #696969;
@define-color theme_titlebar_foreground_insensitive_breeze #696969;
@define-color theme_unfocused_base_color_breeze #2e2e2e;
@define-color theme_unfocused_bg_color_breeze #262626;
@define-color theme_unfocused_fg_color_breeze #dedede;
@define-color theme_unfocused_selected_bg_color_alt_breeze #08403b;
@define-color theme_unfocused_selected_bg_color_breeze #08403b;
@define-color theme_unfocused_selected_fg_color_breeze #dedede;
@define-color theme_unfocused_text_color_breeze #e3e3e3;
@define-color theme_unfocused_view_bg_color_breeze #2c2c2c;
@define-color theme_unfocused_view_text_color_breeze #686868;
@define-color theme_view_active_decoration_color_breeze #009185;
@define-color theme_view_hover_decoration_color_breeze #009185;
@define-color tooltip_background_breeze #4d4d4d;
@define-color tooltip_border_breeze #737373;
@define-color tooltip_text_breeze #e6e6e6;
@define-color unfocused_borders_breeze #545454;
@define-color unfocused_insensitive_borders_breeze #343434;
@define-color warning_color_backdrop_breeze #f57e00;
@define-color warning_color_breeze #f57e00;
@define-color warning_color_insensitive_backdrop_breeze #6e471d;
@define-color warning_color_insensitive_breeze #6e471d;

View file

@ -1,2 +0,0 @@
@import 'colors.css';
@import 'window_decorations.css';

View file

@ -1,15 +0,0 @@
[Settings]
gtk-application-prefer-dark-theme=true
gtk-button-images=true
gtk-cursor-theme-name=breeze_cursors
gtk-cursor-theme-size=24
gtk-decoration-layout=icon:minimize,maximize,close
gtk-enable-animations=true
gtk-font-name=Noto Sans, 10
gtk-icon-theme-name=breeze-dark
gtk-menu-images=true
gtk-modules=colorreload-gtk-module:window-decorations-gtk-module:appmenu-gtk-module
gtk-primary-button-warps-slider=false
gtk-shell-shows-menubar=1
gtk-theme-name=Breeze
gtk-toolbar-style=3

View file

@ -1,71 +0,0 @@
headerbar button.titlebutton.close, .titlebar button.titlebutton.close {
background-image: url("assets/close-normal.svg"); }
headerbar button.titlebutton.close:hover, .titlebar button.titlebutton.close:hover {
background-image: url("assets/close-hover.svg"); }
headerbar button.titlebutton.close:active, .titlebar button.titlebutton.close:active {
background-image: url("assets/close-active.svg"); }
headerbar button.titlebutton.close:backdrop, .titlebar button.titlebutton.close:backdrop {
background-image: url("assets/close-backdrop-normal.svg"); }
headerbar button.titlebutton.close:backdrop:hover, .titlebar button.titlebutton.close:backdrop:hover {
background-image: url("assets/close-backdrop-hover.svg"); }
headerbar button.titlebutton.close:backdrop:active, .titlebar button.titlebutton.close:backdrop:active {
background-image: url("assets/close-backdrop-active.svg"); }
headerbar button.titlebutton.maximize, .titlebar button.titlebutton.maximize {
background-image: url("assets/maximize-normal.svg"); }
headerbar button.titlebutton.maximize:hover, .titlebar button.titlebutton.maximize:hover {
background-image: url("assets/maximize-hover.svg"); }
headerbar button.titlebutton.maximize:active, .titlebar button.titlebutton.maximize:active {
background-image: url("assets/maximize-active.svg"); }
headerbar button.titlebutton.maximize:backdrop, .titlebar button.titlebutton.maximize:backdrop {
background-image: url("assets/maximize-backdrop-normal.svg"); }
headerbar button.titlebutton.maximize:backdrop:hover, .titlebar button.titlebutton.maximize:backdrop:hover {
background-image: url("assets/maximize-backdrop-hover.svg"); }
headerbar button.titlebutton.maximize:backdrop:active, .titlebar button.titlebutton.maximize:backdrop:active {
background-image: url("assets/maximize-backdrop-active.svg"); }
headerbar button.titlebutton.minimize, .titlebar button.titlebutton.minimize {
background-image: url("assets/minimize-normal.svg"); }
headerbar button.titlebutton.minimize:hover, .titlebar button.titlebutton.minimize:hover {
background-image: url("assets/minimize-hover.svg"); }
headerbar button.titlebutton.minimize:active, .titlebar button.titlebutton.minimize:active {
background-image: url("assets/minimize-active.svg"); }
headerbar button.titlebutton.minimize:backdrop, .titlebar button.titlebutton.minimize:backdrop {
background-image: url("assets/minimize-backdrop-normal.svg"); }
headerbar button.titlebutton.minimize:backdrop:hover, .titlebar button.titlebutton.minimize:backdrop:hover {
background-image: url("assets/minimize-backdrop-hover.svg"); }
headerbar button.titlebutton.minimize:backdrop:active, .titlebar button.titlebutton.minimize:backdrop:active {
background-image: url("assets/minimize-backdrop-active.svg"); }
.maximized headerbar button.titlebutton.maximize, .maximized .titlebar button.titlebutton.maximize {
background-image: url("assets/maximized-normal.svg"); }
.maximized headerbar button.titlebutton.maximize:hover, .maximized .titlebar button.titlebutton.maximize:hover {
background-image: url("assets/maximized-hover.svg"); }
.maximized headerbar button.titlebutton.maximize:active, .maximized .titlebar button.titlebutton.maximize:active {
background-image: url("assets/maximized-active.svg"); }
.maximized headerbar button.titlebutton.maximize:backdrop, .maximized .titlebar button.titlebutton.maximize:backdrop {
background-image: url("assets/maximized-backdrop-normal.svg"); }
.maximized headerbar button.titlebutton.maximize:backdrop:hover, .maximized .titlebar button.titlebutton.maximize:backdrop:hover {
background-image: url("assets/maximized-backdrop-hover.svg"); }
.maximized headerbar button.titlebutton.maximize:backdrop:active, .maximized .titlebar button.titlebutton.maximize:backdrop:active {
background-image: url("assets/maximized-backdrop-active.svg"); }

View file

@ -1,14 +0,0 @@
<network>
<name>br10</name>
<forward mode='nat'>
<nat>
<port start='1024' end='65535'/>
</nat>
</forward>
<bridge name='br10' stp='on' display='0'/>
<ip address='192.168.30.1' netmask='255.255.255.0'>
<dhcp>
<range start='192.168.30.50' end='192.168.30.200'/>
</dhcp>
</ip>
</network>

View file

@ -52,6 +52,9 @@ set scrolloff=5 " Keep 5 lines horizontal scrolloff
set sidescrolloff=5 " Keep 5 characters vertical scrolloff set sidescrolloff=5 " Keep 5 characters vertical scrolloff
"set termguicolors " Use true colors (256) (May cause issues on TTY) "set termguicolors " Use true colors (256) (May cause issues on TTY)
" Move ~/.viminfo to XDG_CACHE_HOME
"set viminfofile=$XDG_CACHE_HOME/vim/viminfo
" Disable automatic commenting on newline " Disable automatic commenting on newline
autocmd FileType * setlocal formatoptions-=c formatoptions-=r formatoptions-=o autocmd FileType * setlocal formatoptions-=c formatoptions-=r formatoptions-=o

View file

@ -10,8 +10,7 @@ command -v bat > /dev/null && export MANPAGER="sh -c 'col -bx | bat -l man -p'"
# Add executable directories into PATH # Add executable directories into PATH
PATH+=":$HOME/.local/bin" PATH+=":$HOME/.local/bin"
# Add npm binaries PATH+=":$HOME/.local/share/npm/bin" # npm binaries
PATH+=":$HOME/.local/share/npm/bin"
# Only run XDG configs for non-root users # Only run XDG configs for non-root users
@ -20,6 +19,7 @@ if [ $UID -ne 0 ]; then
export XDG_CONFIG_HOME="$HOME/.config" export XDG_CONFIG_HOME="$HOME/.config"
export XDG_CACHE_HOME="$HOME/.cache" export XDG_CACHE_HOME="$HOME/.cache"
export XDG_DATA_HOME="$HOME/.local/share" export XDG_DATA_HOME="$HOME/.local/share"
export XDG_RUNTIME_DIR="/run/user/$UID"
# Per-Application XDG settings # Per-Application XDG settings
export WGETRC="$XDG_CONFIG_HOME/wget/wgetrc" export WGETRC="$XDG_CONFIG_HOME/wget/wgetrc"

View file

@ -78,9 +78,8 @@ PS2="$RED\ $RESET"
# Right side prompt (on error) # Right side prompt (on error)
if [ $TERM = "linux" ]; then if [ $TERM = "linux" ]; then
RPS1="%(?..$RED%? X$RESET)" RPS1="%(?..${RED}%? X$RESET)"
else else
RPS1="%(?..$RED%? ↵$RESET)" RPS1="%(?..${RED}%? ↵$RESET)"
fi fi

View file

@ -1,16 +0,0 @@
[global_config]
[keybindings]
[profiles]
[[default]]
background_darkness = 0.95
background_type = transparent
cursor_color = "#aaaaaa"
[layouts]
[[default]]
[[[window0]]]
type = Window
parent = ""
[[[child1]]]
type = Terminal
parent = window0
[plugins]

View file

@ -15,6 +15,10 @@ setopt numericglobsort # sort filenames numerically when it makes sense
export ZSH_CACHE="$HOME/.cache/zsh" export ZSH_CACHE="$HOME/.cache/zsh"
export ZSH_COMPDUMP="$ZSH_CACHE/zcompdump-$ZSH_VERSION" # for auto/tab completion export ZSH_COMPDUMP="$ZSH_CACHE/zcompdump-$ZSH_VERSION" # for auto/tab completion
[ -f ~/.zsh-update ] && mv ~/.zsh-update $ZSH_CACHE/.zsh-update
[ -f ~/.sudo_as_admin_sucessful ] && rm ~/.sudo_as_admin_successful
[ -f ~/.bash_history ] && rm ~/.bash_history
# History configuration # History configuration
HISTFILE="$ZSH_CACHE/history" HISTFILE="$ZSH_CACHE/history"
HISTSIZE=10000 HISTSIZE=10000
@ -26,11 +30,6 @@ setopt hist_verify # show commands with history expansion to user b
#setopt hist_expire_dups_first # delete duplicates first when HISTFILE size exceeds HISTFILE #setopt hist_expire_dups_first # delete duplicates first when HISTFILE size exceeds HISTFILE
#setopt share_history # share command history data between terminals #setopt share_history # share command history data between terminals
# Automatically move files to appropriate locations
[ -f ~/.zsh-update ] && mv ~/.zsh-update $ZSH_CACHE/.zsh-update
[ -f ~/.bash_history ] && mv ~/.bash_history $HISTFILE
[ -f ~/.sudo_as_admin_sucessful ] && rm ~/.sudo_as_admin_successful # Ubuntu makes this every with sudo usage
# oh-my-zsh configuration (DISABLED by default, if you want oh-my-zsh, uncomment these) # oh-my-zsh configuration (DISABLED by default, if you want oh-my-zsh, uncomment these)
#export ZSH="/usr/share/oh-my-zsh" #export ZSH="/usr/share/oh-my-zsh"
#ZSH_THEME="af-magic" #ZSH_THEME="af-magic"