Prepare for new configs

This commit is contained in:
Admin 2025-03-20 18:57:39 +01:00
parent e79534ff45
commit 847ecc8ef7
144 changed files with 83 additions and 18935 deletions

View File

@ -1,10 +0,0 @@
# my personal dotfiles for Hyprland and others
Contains the following config files:
- waybar conifg (including CSS styling)
- hyprland config (hyprland.conf)
- dunst config
- fish config
- rofi config
- vscodium settings

View File

@ -1,3 +0,0 @@
docker pull ghcr.io/open-webui/open-webui:latest
docker container rm open-webui
docker run -d -p 3000:8080 --add-host=host.docker.internal:host-gateway -v /home/janis/projects/otherProjects/open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:latest

24
ai.sh
View File

@ -1,24 +0,0 @@
echo "
▄▄▄▄▄▄▄ ▄▄▄ ▄▄▄ ▄▄▄▄▄▄ ▄▄ ▄▄ ▄▄▄▄▄▄
█ █ █ █ █ █ █ █▄█ █ █
█ ▄ █ █ █ █ █ ▄ █ █ ▄ █
█ █ █ █ █ █ █ █ █▄█ █ █ █▄█ █
█ █▄█ █ █▄▄▄█ █▄▄▄█ █ █ █
█ █ █ █ ▄ █ ██▄██ █ ▄ █
█▄▄▄▄▄▄▄█▄▄▄▄▄▄▄█▄▄▄▄▄▄▄█▄█ █▄▄█▄█ █▄█▄█ █▄▄█
==> Starting ollama
"
cmd="ollama serve";
eval "${cmd}" &>/dev/null & disown;
echo "==> Starting docker"
systemctl start docker
echo "==> Starting open-webui."
docker start -i open-webui
echo "==> Done. Visit http://localhost:3000 for a web-ui, http://localhost:11434 to check ollama status"
read "Press enter to finish"

3
collect Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
# Read file in ~/.config and check if on laptop or desktop

View File

@ -1,57 +0,0 @@
#! /bin/bash
# Copy VSCodium settings
mkdir -p ./general/configs/VSCodium/User
cp ~/.config/VSCodium/product.json ./general/configs/VSCodium/
cp -r ~/.config/VSCodium/User/snippets ./general/configs/VSCodium/User/
cp -r ~/.config/VSCodium/User/globalStorage ./general/configs/VSCodium/User/
cp ~/.config/VSCodium/User/keybindings.json ./general/configs/VSCodium/User/
cp ~/.config/VSCodium/User/settings.json ./general/configs/VSCodium/User/
cp ~/.config/VSCodium/User/syncLocalSettings.json ./general/configs/VSCodium/User/
rm -rf ./general/configs/VSCodium/User/globalStorage
rm ./pc/installedPackages.txt
pacman -Qq > ./pc/installedPackages.txt
sudo cat /etc/pacman.conf > ./general/pacman.conf
sudo cat /etc/mkinitcpio.conf > ./general/mkinitcpio.conf
sudo cat /etc/environment > ./pc/environment
sudo cat /etc/default/grub > ./pc/grub
mkdir ./general/docker
sudo cat /etc/docker/daemon.json > ./general/docker/daemon.json
cp ~/.bash_history ./general
cp ~/.bashrc ./general
# copy other config files
mkdir ./pc/configs/OpenRGB
mkdir ./pc/configs/Portmaster
cp -r ~/.config/hypr ./pc/configs/
cp -r ~/.config/waybar ./pc/configs/
mkdir ./pc/configs/rofi
cp ~/.config/rofi/config.rasi ./pc/configs/rofi/
cp -r ~/.config/OpenRGB/OpenRGB.json ./pc/configs/OpenRGB/OpenRGB.json
cp ~/.config/Portmaster/Preferences ./pc/configs/Portmaster/
cp -r ~/.config/mpv ./general/configs
cp -r ~/.config/wlogout ./general/configs/
cp -r ~/.config/fish ./general/configs/
cp -r ~/.config/dunst ./general/configs/
cp -r ~/.config/rofi ./general/configs/
cp -r ~/.config/kitty ./general/configs/
cp -r ~/.config/terminator ./general/configs/
cp -r ~/.config/Thunar ./general/configs/
cp -r ~/.config/yazi ./general/configs/
cp -r ~/.config/Kvantum/ ./general/configs/
cp -r ~/.config/lazygit/ ./general/configs/
rm -rf ./pc/configs/hypr/hyprland/
cp -r ~/.config/hypr/hyprland/* ./general/hyprland/
# Get systemd mount jobs
sudo cp -r /etc/systemd/system/mnt* ./pc/mnt
sudo chmod -R 777 ./pc/mnt
vscodium --list-extensions > ./general/vscode-extensions
echo "Collected. Also consider running nvim-collect!"

View File

@ -1,33 +0,0 @@
#! /bin/bash
# Copy VSCodium settings
mkdir -p ./general/configs/VSCodium/User
cp ~/.config/VSCodium/product.json ./general/configs/VSCodium/
cp -r ~/.config/VSCodium/User/snippets ./general/configs/VSCodium/User/
cp ~/.config/VSCodium/User/keybindings.json ./general/configs/VSCodium/User/
cp ~/.config/VSCodium/User/settings.json ./general/configs/VSCodium/User/
cp ~/.config/VSCodium/User/syncLocalSettings.json ./general/configs/VSCodium/User/
rm ./laptop/installedPackages.txt
pacman -Qq > ./laptop/installedPackages.txt
# copy other config files
cp -r ~/.config/hypr ./laptop/configs
cp -r ~/.config/waybar ./laptop/configs
mkdir ./laptop/configs/rofi
cp ~/.config/rofi/config.rasi ./laptop/configs/rofi/
cp -r ~/.config/wlogout ./general/configs
cp -r ~/.config/mpv ./general/configs
cp -r ~/.config/dunst ./general/configs
cp -r ~/.config/fish ./general/configs
cp -r ~/.config/rofi ./general/configs
cp -r ~/.config/yazi ./general/configs
cp -r ~/.config/kitty ./general/configs
cp -r ~/.config/Kvantum/ ./general/configs/
cp -r ~/.config/lazygit/ ./general/configs/
rm -rf ./laptop/configs/hypr/hyprland/
cp -r ~/.config/hypr/hyprland/* ./general/hyprland/
echo '=> Collected all laptop config files successfully'
echo "Also consider running nvim-collect!"

View File

@ -0,0 +1,14 @@
#---------#
# COLOURS #
#---------#
general {
col.active_border = {{ accent_colour_1 }} {{ accent_colour_2 }} {{ accent_colour_3 }} 45deg
col.inactive_border = {{ inactive_colour }}
}
decoration {
shadow {
color = {{ shadow_colour }}
}
}

View File

@ -57,8 +57,6 @@ general {
gaps_in = 3
gaps_out = 10
border_size = 1
col.active_border = rgba(cc5c00ff) rgba(cc5c00ff) rgba(ff0000ff) 45deg
col.inactive_border = rgba(595959aa)
layout = master
no_border_on_floating = false
@ -72,7 +70,6 @@ decoration {
shadow {
enabled = true
range = 4
color = rgba(1a1a1aee)
}
blur {

View File

@ -29,7 +29,7 @@ input-field {
dots_size = 0.33 # Scale of input-field height, 0.2 - 0.8
dots_spacing = 0.15 # Scale of dots' absolute size, 0.0 - 1.0
dots_center = false
outer_color = rgb(204, 92, 0)
outer_color = {{ accent_colour_1 }}
inner_color = rgb(200, 200, 200)
font_color = rgb(10, 10, 10)
fade_on_empty = true
@ -44,7 +44,7 @@ input-field {
label {
monitor =
text = <b>$TIME</b>
color = rgba(200, 200, 200, 1.0)
color = {{ primary_colour }}
font_size = 100
font_family = Source Code Pro

View File

Before

Width:  |  Height:  |  Size: 712 KiB

After

Width:  |  Height:  |  Size: 712 KiB

View File

@ -1,73 +0,0 @@
import os
import re
import json
import sys
def clean_json(content):
# Step 1: Remove comments (lines starting with //)
content = re.sub(r'^//.*\n', '', content, flags=re.MULTILINE)
# Step 2: Replace single quotes with double quotes for JSON compatibility
content = content.replace("'", '"')
# Step 3: Remove trailing commas in both objects and arrays
# Remove trailing commas in arrays
content = re.sub(r',\s*([\]}])', r'\1', content)
# Remove trailing commas in objects
content = re.sub(r',\s*(\n|\})', r'\1', content)
# Step 4: Escape backslashes in LaTeX snippets
content = content.replace("\\", "\\\\") # Double backslashes for JSON
# Step 5: Parse and re-encode to ensure valid JSON (removes trailing commas)
try:
data = json.loads(content) # Parse the content into a Python dictionary
cleaned_json = json.dumps(data, indent=4) # Re-encode into JSON, pretty-printed
except json.JSONDecodeError as e:
print(f"Error parsing JSON: {e}")
return None
return cleaned_json
def process_directory(directory):
# Loop through files in the specified directory (non-recursively)
for filename in os.listdir(directory):
file_path = os.path.join(directory, filename)
# Only process files that end with .json
if os.path.isfile(file_path) and filename.endswith('.json'):
print(f"Processing {file_path}")
# Read the file content
with open(file_path, 'r', encoding='utf-8') as file:
content = file.read()
# Clean the JSON content
cleaned_content = clean_json(content)
if cleaned_content is not None:
# Write the cleaned content back to the file
with open(file_path, 'w', encoding='utf-8') as file:
file.write(cleaned_content)
print(f"Fixed formatting in {file_path}")
else:
print(f"Failed to fix {file_path} due to JSON parsing error.")
def main():
# Check if a directory was passed as an argument, otherwise read from stdin
if len(sys.argv) > 1:
directory = sys.argv[1]
else:
print("Please provide a directory path as an argument.")
sys.exit(1)
# Check if the directory exists
if not os.path.isdir(directory):
print(f"The provided path '{directory}' is not a valid directory.")
sys.exit(1)
# Process all .json files in the directory
process_directory(directory)
if __name__ == '__main__':
main()

View File

@ -1,500 +0,0 @@
pyinstaller imagevideoupscaler.spec
./imagevideoupscaler
./imagevideoupscaler
pyinstaller imagevideoupscaler.spec
./imagevideoupscaler
pyinstaller imagevideoupscaler.spec
pyinstaller imagevideoupscaler.spec
./imagevideoupscaler
pyinstaller imagevideoupscaler.spec
./imagevideoupscaler
pyinstaller imagevideoupscaler-cli.py --onefile --name imagevideoupscaler --hidden-import "bin.engines"
./imagevideoupscaler
pyinstaller imagevideoupscaler-cli.py --onefile --name imagevideoupscaler
python3 imagevideoupscaler-cli.py -i ~/Downloads/test.mp4 -o ~/Downloads/test_us.mp4
python3 imagevideoupscaler-cli.py -i ~/Downloads/test.mp4 -o ~/Downloads/test_us.mp4
pyinstaller imagevideoupscaler-cli.py --name imagevideoupscaler
cd dist/imagevideoupscaler/
./imagevideoupscaler -i
cd ../..
cd ~/projects/FSRImageVideoUpscalerFrontend_New/
ls
clear
ls
clear
yay -S rpm-build
yay -S rpm-tools
yay -S dpkg
yay -S fakeroot
clear
pip3 install py2deb
py2deb -r ./
py2deb -r ~/projects/FSRImageVideoUpscalerFrontend_New/
pip3 install symbol
clear
yay -S symbol
clear
pip3 install pyinstaller
yay -S python-pip
py2deb
python3 imagevideoupscaler-cli.py
clear
pip3 install symbol
pip3 install setuptools
yay -R python-pip
yay -S python-pip
pip install --upgrade pip
clear
pip install setuptools
yay -S setuptools
sudo pacman -Syu "pacman>=6.0.2-7"
pip3
yay -S python-pip
yay -S python3-pip
clear
yay -S python-pip
pip3 install
python -m pip3
python -m pip
pip
pip3
clear
pip3
pip3 install
python3 imagevideoupscaler-cli.py -i ~/Downloads/test.mp4 -o ~/Downloads/test_us.mp4
python3 imagevideoupscaler-cli.py -i ~/Downloads/test.mp4 -o ~/Downloads/test_us.mp4
python3 imagevideoupscaler-cli.py -i ~/Downloads/test.mp4 -o ~/Downloads/test_us.mp4
python3 imagevideoupscaler-cli.py -i ~/Downloads/test.mp4 -o ~/Downloads/test_us.mp4 -s 2
clear
python3 imagevideoupscaler-cli.py -i ~/Downloads/test.mp4 -o ~/Downloads/test_us.mp4 -E ss
python3 imagevideoupscaler-cli.py -i ~/Downloads/test.mp4 -o ~/Downloads/test_us.mp4 -E ss
python3 imagevideoupscaler-cli.py -i ~/Downloads/test.mp4 -o ~/Downloads/test_us.mp4 -E ss
python3 imagevideoupscaler-cli.py -i ~/Downloads/test.mp4 -o ~/Downloads/test_us.mp4 -E ss -s 2
clear
python3 imagevideoupscaler-cli.py -i ~/Downloads/test.mp4 -o ~/Downloads/test_us.mp4 -E fsr -s 2
python3 imagevideoupscaler-cli.py -i ~/Downloads/test.mp4 -o ~/Downloads/test_us.mp4 -E fsr -M c -s 2
clear
python3 imagevideoupscaler-cli.py -i ~/Downloads/test.mp4 -o ~/Downloads/test_us.mp4 -E fsr -s 2
python3 imagevideoupscaler-cli.py -i ~/Downloads/test.mp4 -o ~/Downloads/test_us.mp4 -E ss -s 2
python3 imagevideoupscaler-cli.py -i ~/Downloads/test.mp4 -o ~/Downloads/test_us.mp4 -E ss -s 2
npm run serve
npm run serve
npm run serve
npm i
npm run serve
clear
cd ../../website/
cd dist/
http-server
http-server
git pull origin main
git checkout origin master
git checkout origin main
cd frontend/
npm run electron:serve
npm i -g @vue/cli
sudo npm i -g @vue/cli
npm audit fix --force
npm audit fix --force
npm audit fix --force
npm i
npm i
npm run electron:serve
npm run electron:serve
npm run electron:serve
npm i child_process
clear
npm run electron:serve
npm run serve
npm run serve
npm run serve
cd ..
ls
clear
python3 imagevideoupscaler-cli.py -h
python3 imagevideoupscaler-cli.py -p
python3 imagevideoupscaler-cli.py -h
python3 imagevideoupscaler-cli.py -d ss
cd frontend/
npm run electron:serve
npm run electron:serve
npm run electron:serve
npm run electron:serve
npm run electron:serve
npm run electron:serve
npm run electron:serve
npm i --save-dev @electron-forge/cli
npm exec --package=@electron-forge/cli -c "electron-forge import"
npm run make
cd src/
npm run make
clear
cd ..
npm run electron:build
npm run electron:build -- --linux deb --win nsis
clear
npm run electron:build -- --linux deb --win nsis
npm run electron:build -- --linux deb --win nsis
npm run electron:build -- --linux deb --win nsis
npm run electron:build -- --linux deb --win nsis
npm run electron:build -- --linux deb --win nsis
yay -S libcript
yay -S libssl
clear
npm run electron:build -- --linux deb --linux rpm --win nsis
npm run electron:build -- --linux deb rpm --win nsis
yay -S libxcrypt-compat
npm run electron:build -- --linux deb rpm --win nsis
npm run electron:build -- --linux deb rpm --win nsis
cd ../packaging/
ls
sudo chmod +x package.sh
./package.sh
mv --help
pip3 install pyinstaller
./package.sh
./package.sh
./package.sh
./package.sh
./package.sh
./package.sh
./package.sh
./package.sh
./package.sh
./package.sh
cd packaging/
ls
sudo chmod +x package.sh
sudo chmod +x package.sh
./package.sh
./package.sh
./package.sh
cd ../dist/imagevideoupscaler/
cd ../../frontend/
npm run electron:serve
npm run electron:serve
npm run electron:serve
npm run electron:serve
npm run electron:serve
npm run electron:serve
npm run electron:serve
npm run electron:serve
npm run electron:serve
cd ../packaging/
./package.sh
clear
cd ../frontend/
npm run electron:serve
cd ../packaging/
./package.sh
cd ../frontend/
npm run electron:serve
npm run electron:serve
cd ../packaging/
./package.sh
clear
cd ../frontend/
npm run electron:serve
npm run electron:serve
npm run electron:serve
./imagevideoupscaler
./imagevideoupscaler -i /home/janis/Downloads/test.mp4 -o ~/Downloads/test_us.mp4 -s 2 -S 0.25
clear
npm run electron:serve
npm run electron:serve
npm run electron:serve
npm run electron:serve
npm run electron:serve
npm run electron:serve
npm run electron:serve
npm run electron:serve
npm run electron:serve
npm i socket.io
npm run electron:serve
npm run electron:serve
npm run electron:serve
npm i socket.io-client
npm run electron:serve
npm run electron:serve
npm run electron:serve
npm run electron:serve
npm run electron:serve
cd ../packaging/
sudo chmod +x ./prepareWindowsPackaging.sh
./prepareWindowsPackaging.sh
wine python -m pip install pyinstaller
./package.sh
./package.sh
wine python -m PyInstaller
./package.sh
cd ../frontend/dist_electron/
wine imagevideoupscaler\ Setup\ 2.0.0-dev1.exe
clear
cd ../../packaging/
clear
cd ../frontend/
npm run electron:serve
cd ..
python3 imagevideoupscaler-cli.py -d ss
cd frontend/
npm run electron:serve
npm run electron:serve
cd ../packaging/
./package.sh
sudo chmod +x packageWindows.sh
sudo chmod +x packageLinux.sh
./packageWindows.sh
./packageWindows.sh
cd ..
python3 imagevideoupscaler-cli.py -h
cd frontend/
npm run serve
npm run electron:serve
npm run electron:serve
cd ../frontend/
cd ../packaging/
./packageWindows.sh
cd ../frontend/
npm run electron:serve
npm run electron:serve
npm run electron:serve
npm run electron:serve
npm i electron
npm run electron:serve
npm run electron:serve
npm run electron:serve
npm run electron:serve
npm run electron:serve
npm run electron:serve
npm run electron:serve
npm run electron:serve
npm run electron:serve
npm run electron:serve
npm run electron:serve
npm run electron:serve
npm run electron:serve
npm run electron:serve
npm run electron:serve
npm run electron:serve
npm run electron:serve
npm run electron:serve
cd ../packaging/
sudo chmod +x startTesting.sh
sudo chmod +x stopTesting.sh
clear
./startTesting.sh
cd ../frontend/
npm run serve
npm run electron:serve
npm run electron:serve
cd ../packaging/
./stopTesting.sh
./stopTesting.sh
./packageWindows.sh
cd ..
python3 imagevideoupscaler-cli.py -i /home/janis/projects/FSRImageVideoUpscalerFrontend_New/logo.png
python3 imagevideoupscaler-cli.py -i /home/janis/projects/FSRImageVideoUpscalerFrontend_New/logo.png
python3 imagevideoupscaler-cli.py -i /home/janis/projects/FSRImageVideoUpscalerFrontend_New/logo.png
python3 imagevideoupscaler-cli.py -i /home/janis/projects/FSRImageVideoUpscalerFrontend_New/logo.png -s 2
cd ../fro
cd frontend/
npm run serve
npm run electron:serve
cd ../packaging/
./package.sh
./stopTesting.sh
./package.sh
./package.sh
cd ../frontend/
npm run electron:serve
cd ../packaging/
./packageWindows.sh
cd src/webapp/
npm run serve
./packageWindows.sh
cd ../frontend/
wine ./smuL-cli.exe
cd ../packaging/
clear
./stopTesting.sh
./packageLinux.sh
cd ../frontend/
./smuL-cli
clear
cd ../packaging/
./stopTesting.sh
./packageWindows.sh
wine -m pip install importlib
clear
./stopTesting.sh
./prepareWindowsPackaging.sh
clear
cd ../
wine python ./smuL-cli.py
wine python ./smuL-cli.py
wine python ./smuL-cli.py
wine python ./smuL-cli.py
wine python ./smuL-cli.py
wine python ./smuL-cli.py
wine python ./smuL-cli.py
cd packaging/
./stopTesting.sh
./packageWindows.sh
cd ../frontend/dist_electron/
wine ./SimpleMediaScalerLite\ Setup\ 2.0.0-dev1.exe
clear
cd ../../packaging/
./packageWindows.sh
cd ../frontend/
wine ./smuL-cli.exe -h
wine ./smuL-cli.exe -i ~/Downloads/test.png -s 2
cd ../packaging/
./stopTesting.sh
./packageWindows.sh
cd ../frontend/
wine ./smuL-cli.exe -i ~/Downloads/test.png -s 2
wine ./smuL-cli.exe -i ~/Downloads/test.png -s 2
wine ./smuL-cli.exe -i ~/Downloads/test.png -s 2
wine ./smuL-cli.exe -i ~/Downloads/test.png -s 2
cd ../packaging/
./stopTesting.sh
./packageWindows.sh
clear
cd ../frontend/
wine ./smuL-cli.exe -i ~/Downloads/test.png -s 2
clear
cd ../packaging/
./stopTesting.sh
./packageWindows.sh
cd ../frontend/
wine ./smuL-cli.exe -i ~/Downloads/test.png -s 2
cd ../packaging/
./stopTesting.sh
./packageWindows.sh
cd ../frontend/dist_electron/
wine ./SimpleMediaScalerLite\ Setup\ 2.0.0-dev1.exe
wine ./SimpleMediaScalerLite\ Setup\ 2.0.0-dev1.exe
clear
cd ../../packaging/
sudo chmod +x packageTesting.sh
./packageTesting.sh
cd ../frontend/dist_electron/linux-unpacked/
ls
./simplemediascalerlite
cd ../../
cd ../packag
cd ../packaging/
./packageLinux.sh
./packageLinux.sh
./packageLinux.sh
./packageTesting.sh
./packageTesting.sh
./packageTesting.sh
./packageTesting.sh
./packageTesting.sh
./packageTesting.sh
./packageTesting.sh
./packageTesting.sh
./packageTesting.sh
./packageTesting.sh
./packageTesting.sh
./packageTesting.sh
./packageTesting.sh
./packageTesting.sh
./packageWindows.sh
cd ../frontend/dist_electron/
wine SimpleMediaScalerLite\ Setup\ 2.0.0-dev1.exe
wine SimpleMediaScalerLite\ Setup\ 2.0.0-dev1.exe
clear
cd ../../packaging/
./package.sh
cd ..
python3 smuL-cli.py -i /home/janis/Downloads/test.png -S 2
python3 smuL-cli.py -i /home/janis/Downloads/test.mp4 -s 2
python3 smuL-cli.py -i /home/janis/Downloads/test.mp4 -S 2
python3 smuL-cli.py -i /home/janis/Downloads/test.mp4 -S 2
python3 smuL-cli.py -i /home/janis/Downloads/test.mp4 -S 2
python3 smuL-cli.py -i /home/janis/Downloads/test.mp4 -S 2
python3 smuL-cli.py -i /home/janis/Downloads/test.mp4 -S 2
python3 smuL-cli.py -i /home/janis/Downloads/test.mp4 -S 2
python3 smuL-cli.py -i /home/janis/Downloads/test.mp4 -S 2
python3 smuL-cli.py -i /home/janis/Downloads/test.mp4 -s 2
clear
cd ./packaging/
./packageWindows.sh
./packageWindows.sh
./packageWindows.sh
./packageWindows.sh
./package.sh
cd packag
cd packaging/
./packageWindows.sh
./packageWindows.sh
cd ../../italian/
http-server
node server.js
node server.js
node server.js
node server.js
node server.js
node server.js
node server.js
ls | grep -v jpg$ | while IFS= read -r FILENAME; do convert "${FILENAME}" "${FILENAME%.*}.jpg"; done
clear
for i in *.avi; do ffmpeg -i "$i" "${i%.*}.mp4"; done
for i in *.mov; do ffmpeg -i "$i" "${i%.*}.mp4"; done
rm ./*.mp4
for i in *.mov; do ffmpeg -i "$i" "./Transcoded/${i%.*}.mp4"; done
for i in *.mov; do ffmpeg -i "$i" "./Transcoded/${i%.*}.mp4"; done
for i in *.mov; do ffmpeg -i "$i" "./Transcoded/${i%.*}.mp4"; done
file="/home/janis/dotfiles/config/vscode-extensions"
while read line; do vscodium --install-extension "${line}"; done < "${file}"
yay -S vscodium
clear
cp ./dotfiles/config/.bashrc .bashrc
clear
exit
clear
sudo plymouth-set-default-theme -R bgrt
cd dotfiles/
sudo cp ./config/environment /etc/environment
sudo cp ./config/mkinitcpio.conf /etc/mkinitcpio.conf
sudo cp ./config/pacman.conf /etc/pacman.conf
clear
yay -Syu
clear
hugo
clear
cd /tmp
git clone https://github.com/rtlewis1/GTK/tree/Material-Black-Colors-Desktop
cd Material-Black-Colors-Desktop/
sudo cp ./Material-Black-Blueberry /usr/share/themes
ls
git clone https://github.com/rtlewis1/GTK
cd gtk
cd GTK
git checkout Material-Black-Colors-Desktop
clear
ls
sudo cp ./Material-Black-Blueberry /usr/share/themes
sudo cp -r ./Material-Black-Blueberry /usr/share/themes
cd /tmp
git clone https://github.com/varlesh/oreo-cursors
cd oreo-cursors/generator
echo "black = #424242" > ./colours.conf
ruby convert.rb
cd ..
make build
sudo make install
ls
sudo make
sudo make build
make build
clear
cat build.sh
make build
clear
yay -S librewolf-bin
exit
file="/home/janis/dotfiles/config/vscode-extensions"
while read line; do vscodium --install-extension "${line}"; done < "${file}"

View File

@ -1,359 +0,0 @@
#
# ~/.bashrc
#
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
export PATH="/home/janis/.local/share/gem/ruby/3.0.0/bin: $PATH"
export PATH="/home/janis/.local/bin: $PATH"
alias editHyprlandConf='nano ~/.config/hypr/hyprland.conf'
alias ls='ls -l --color=auto'
alias ll='ls -la --color=auto'
alias sl='ls --color=auto'
alias start-httpd='sudo systemctl start httpd'
PS1='[\u@\h \W]\$ '
################################################################################
## FUNCTIONS ##
################################################################################
##
## ARRANGE $PWD AND STORE IT IN $NEW_PWD
## * The home directory (HOME) is replaced with a ~
## * The last pwdmaxlen characters of the PWD are displayed
## * Leading partial directory names are striped off
## /home/me/stuff -> ~/stuff (if USER=me)
## /usr/share/big_dir_name -> ../share/big_dir_name (if pwdmaxlen=20)
##
## Original source: WOLFMAN'S color bash promt
## https://wiki.chakralinux.org/index.php?title=Color_Bash_Prompt#Wolfman.27s
##
bash_prompt_command() {
# How many characters of the $PWD should be kept
local pwdmaxlen=25
# Indicate that there has been dir truncation
local trunc_symbol=".."
# Store local dir
local dir=${PWD##*/}
# Which length to use
pwdmaxlen=$(( ( pwdmaxlen < ${#dir} ) ? ${#dir} : pwdmaxlen ))
NEW_PWD=${PWD/#$HOME/\~}
local pwdoffset=$(( ${#NEW_PWD} - pwdmaxlen ))
# Generate name
if [ ${pwdoffset} -gt "0" ]
then
NEW_PWD=${NEW_PWD:$pwdoffset:$pwdmaxlen}
NEW_PWD=${trunc_symbol}/${NEW_PWD#*/}
fi
}
##
## GENERATE A FORMAT SEQUENCE
##
format_font()
{
## FIRST ARGUMENT TO RETURN FORMAT STRING
local output=$1
case $# in
2)
eval $output="'\[\033[0;${2}m\]'"
;;
3)
eval $output="'\[\033[0;${2};${3}m\]'"
;;
4)
eval $output="'\[\033[0;${2};${3};${4}m\]'"
;;
*)
eval $output="'\[\033[0m\]'"
;;
esac
}
##
## COLORIZE BASH PROMT
##
bash_prompt() {
############################################################################
## COLOR CODES ##
## These can be used in the configuration below ##
############################################################################
## FONT EFFECT
local NONE='0'
local BOLD='1'
local DIM='2'
local UNDERLINE='4'
local BLINK='5'
local INVERT='7'
local HIDDEN='8'
## COLORS
local DEFAULT='9'
local BLACK='0'
local RED='1'
local GREEN='2'
local YELLOW='3'
local BLUE='4'
local MAGENTA='5'
local CYAN='6'
local L_GRAY='7'
local D_GRAY='60'
local L_RED='61'
local L_GREEN='62'
local L_YELLOW='63'
local L_BLUE='64'
local L_MAGENTA='65'
local L_CYAN='66'
local WHITE='67'
## TYPE
local RESET='0'
local EFFECT='0'
local COLOR='30'
local BG='40'
## 256 COLOR CODES
local NO_FORMAT="\[\033[0m\]"
local ORANGE_BOLD="\[\033[1;38;5;208m\]"
local TOXIC_GREEN_BOLD="\[\033[1;38;5;118m\]"
local RED_BOLD="\[\033[1;38;5;1m\]"
local CYAN_BOLD="\[\033[1;38;5;87m\]"
local BLACK_BOLD="\[\033[1;38;5;0m\]"
local WHITE_BOLD="\[\033[1;38;5;15m\]"
local GRAY_BOLD="\[\033[1;90m\]"
local BLUE_BOLD="\[\033[1;38;5;74m\]"
## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ##
## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ##
## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ##
## CONFIGURE HERE ##
############################################################################
## CONFIGURATION ##
## Choose your color combination here ##
############################################################################
local FONT_COLOR_1=$WHITE
local BACKGROUND_1=$RED
local TEXTEFFECT_1=$BOLD
local FONT_COLOR_2=$WHITE
local BACKGROUND_2=$YELLOW
local TEXTEFFECT_2=$BOLD
local FONT_COLOR_3=$D_GRAY
local BACKGROUND_3=$WHITE
local TEXTEFFECT_3=$BOLD
local PROMT_FORMAT=$BLUE_BOLD
############################################################################
## EXAMPLE CONFIGURATIONS ##
## I use them for different hosts. Test them out ;) ##
############################################################################
## CONFIGURATION: BLUE-WHITE
if [ "$HOSTNAME" = dell ]; then
FONT_COLOR_1=$WHITE; BACKGROUND_1=$BLUE; TEXTEFFECT_1=$BOLD
FONT_COLOR_2=$WHITE; BACKGROUND_2=$L_BLUE; TEXTEFFECT_2=$BOLD
FONT_COLOR_3=$D_GRAY; BACKGROUND_3=$WHITE; TEXTEFFECT_3=$BOLD
PROMT_FORMAT=$CYAN_BOLD
fi
## CONFIGURATION: BLACK-RED
if [ "$HOSTNAME" = giraff6 ]; then
FONT_COLOR_1=$WHITE; BACKGROUND_1=$BLACK; TEXTEFFECT_1=$BOLD
FONT_COLOR_2=$WHITE; BACKGROUND_2=$D_GRAY; TEXTEFFECT_2=$BOLD
FONT_COLOR_3=$WHITE; BACKGROUND_3=$RED; TEXTEFFECT_3=$BOLD
PROMT_FORMAT=$RED_BOLD
fi
## CONFIGURATION: RED-BLACK
#FONT_COLOR_1=$WHITE; BACKGROUND_1=$RED; TEXTEFFECT_1=$BOLD
#FONT_COLOR_2=$WHITE; BACKGROUND_2=$D_GRAY; TEXTEFFECT_2=$BOLD
#FONT_COLOR_3=$WHITE; BACKGROUND_3=$BLACK; TEXTEFFECT_3=$BOLD
#PROMT_FORMAT=$RED_BOLD
## CONFIGURATION: CYAN-BLUE
if [ "$HOSTNAME" = sharkoon ]; then
FONT_COLOR_1=$BLACK; BACKGROUND_1=$L_CYAN; TEXTEFFECT_1=$BOLD
FONT_COLOR_2=$WHITE; BACKGROUND_2=$L_BLUE; TEXTEFFECT_2=$BOLD
FONT_COLOR_3=$WHITE; BACKGROUND_3=$BLUE; TEXTEFFECT_3=$BOLD
PROMT_FORMAT=$CYAN_BOLD
fi
## CONFIGURATION: GRAY-SCALE
if [ "$HOSTNAME" = giraff ]; then
FONT_COLOR_1=$WHITE; BACKGROUND_1=$BLACK; TEXTEFFECT_1=$BOLD
FONT_COLOR_2=$WHITE; BACKGROUND_2=$D_GRAY; TEXTEFFECT_2=$BOLD
FONT_COLOR_3=$WHITE; BACKGROUND_3=$L_GRAY; TEXTEFFECT_3=$BOLD
PROMT_FORMAT=$BLACK_BOLD
fi
## CONFIGURATION: GRAY-CYAN
if [ "$HOSTNAME" = light ]; then
FONT_COLOR_1=$WHITE; BACKGROUND_1=$BLACK; TEXTEFFECT_1=$BOLD
FONT_COLOR_2=$WHITE; BACKGROUND_2=$D_GRAY; TEXTEFFECT_2=$BOLD
FONT_COLOR_3=$BLACK; BACKGROUND_3=$L_CYAN; TEXTEFFECT_3=$BOLD
PROMT_FORMAT=$CYAN_BOLD
fi
## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ##
## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ##
## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ##
############################################################################
## TEXT FORMATING ##
## Generate the text formating according to configuration ##
############################################################################
## CONVERT CODES: add offset
FC1=$(($FONT_COLOR_1+$COLOR))
BG1=$(($BACKGROUND_1+$BG))
FE1=$(($TEXTEFFECT_1+$EFFECT))
FC2=$(($FONT_COLOR_2+$COLOR))
BG2=$(($BACKGROUND_2+$BG))
FE2=$(($TEXTEFFECT_2+$EFFECT))
FC3=$(($FONT_COLOR_3+$COLOR))
BG3=$(($BACKGROUND_3+$BG))
FE3=$(($TEXTEFFECT_3+$EFFECT))
FC4=$(($FONT_COLOR_4+$COLOR))
BG4=$(($BACKGROUND_4+$BG))
FE4=$(($TEXTEFFECT_4+$EFFECT))
## CALL FORMATING HELPER FUNCTION: effect + font color + BG color
local TEXT_FORMAT_1
local TEXT_FORMAT_2
local TEXT_FORMAT_3
local TEXT_FORMAT_4
format_font TEXT_FORMAT_1 $FE1 $FC1 $BG1
format_font TEXT_FORMAT_2 $FE2 $FC2 $BG2
format_font TEXT_FORMAT_3 $FC3 $FE3 $BG3
format_font TEXT_FORMAT_4 $FC4 $FE4 $BG4
# GENERATE PROMT SECTIONS
local PROMT_USER=$"$TEXT_FORMAT_1 \u "
local PROMT_HOST=$"$TEXT_FORMAT_2 \h "
local PROMT_PWD=$"$TEXT_FORMAT_3 \${NEW_PWD} "
local PROMT_INPUT=$"$PROMT_FORMAT "
############################################################################
## SEPARATOR FORMATING ##
## Generate the separators between sections ##
## Uses background colors of the sections ##
############################################################################
## CONVERT CODES
TSFC1=$(($BACKGROUND_1+$COLOR))
TSBG1=$(($BACKGROUND_2+$BG))
TSFC2=$(($BACKGROUND_2+$COLOR))
TSBG2=$(($BACKGROUND_3+$BG))
TSFC3=$(($BACKGROUND_3+$COLOR))
TSBG3=$(($DEFAULT+$BG))
## CALL FORMATING HELPER FUNCTION: effect + font color + BG color
local SEPARATOR_FORMAT_1
local SEPARATOR_FORMAT_2
local SEPARATOR_FORMAT_3
format_font SEPARATOR_FORMAT_1 $TSFC1 $TSBG1
format_font SEPARATOR_FORMAT_2 $TSFC2 $TSBG2
format_font SEPARATOR_FORMAT_3 $TSFC3 $TSBG3
# GENERATE SEPARATORS WITH FANCY TRIANGLE
local TRIANGLE=$'\uE0B0'
local SEPARATOR_1=$SEPARATOR_FORMAT_1$TRIANGLE
local SEPARATOR_2=$SEPARATOR_FORMAT_2$TRIANGLE
local SEPARATOR_3=$SEPARATOR_FORMAT_3$TRIANGLE
############################################################################
## WINDOW TITLE ##
## Prevent messed up terminal-window titles ##
############################################################################
case $TERM in
xterm*|rxvt*)
local TITLEBAR='\[\033]0;\u:${NEW_PWD}\007\]'
;;
*)
local TITLEBAR=""
;;
esac
############################################################################
## BASH PROMT ##
## Generate promt and remove format from the rest ##
############################################################################
PS1="$TITLEBAR\n${PROMT_USER}${SEPARATOR_1}${PROMT_HOST}${SEPARATOR_2}${PROMT_PWD}${SEPARATOR_3}${PROMT_INPUT}"
## For terminal line coloring, leaving the rest standard
none="$(tput sgr0)"
trap 'echo -ne "${none}"' DEBUG
}
################################################################################
## MAIN ##
################################################################################
## Bash provides an environment variable called PROMPT_COMMAND.
## The contents of this variable are executed as a regular Bash command
## just before Bash displays a prompt.
## We want it to call our own command to truncate PWD and store it in NEW_PWD
PROMPT_COMMAND=bash_prompt_command
## Call bash_promnt only once, then unset it (not needed any more)
## It will set $PS1 with colors and relative to $NEW_PWD,
## which gets updated by $PROMT_COMMAND on behalf of the terminal
bash_prompt
unset bash_prompt
### EOF ###

View File

@ -1,536 +0,0 @@
[%General]
author=Tsu Jan
comment=An uncomplicated theme inspired by the Adapta GTK theme
x11drag=menubar_and_primary_toolbar
alt_mnemonic=true
left_tabs=true
attach_active_tab=false
mirror_doc_tabs=true
group_toolbar_buttons=false
toolbar_item_spacing=0
toolbar_interior_spacing=2
spread_progressbar=true
composite=true
menu_shadow_depth=5
tooltip_shadow_depth=6
splitter_width=4
scroll_width=9
scroll_arrows=false
scroll_min_extent=60
slider_width=2
slider_handle_width=18
slider_handle_length=15
tickless_slider_handle_size=16
center_toolbar_handle=true
check_size=14
textless_progressbar=false
progressbar_thickness=4
menubar_mouse_tracking=true
toolbutton_style=1
click_behavior=0
translucent_windows=false
blurring=false
popup_blurring=false
vertical_spin_indicators=false
spin_button_width=24
fill_rubberband=false
merge_menubar_with_toolbar=true
small_icon_size=16
large_icon_size=32
button_icon_size=16
toolbar_icon_size=22
combo_as_lineedit=true
animate_states=true
combo_menu=true
hide_combo_checkboxes=true
combo_focus_rect=false
groupbox_top_label=true
inline_spin_indicators=true
joined_inactive_tabs=true
layout_spacing=6
layout_margin=9
scrollbar_in_view=true
transient_scrollbar=true
transient_groove=false
submenu_overlap=0
tooltip_delay=-1
tree_branch_line=true
no_window_pattern=false
opaque=kaffeine,kmplayer,subtitlecomposer,kdenlive,vlc,smplayer,smplayer2,avidemux,avidemux2_qt4,avidemux3_qt4,avidemux3_qt5,kamoso,QtCreator,VirtualBox,VirtualBoxVM,trojita,dragon,digikam,lyx
reduce_window_opacity=0
respect_DE=true
submenu_delay=250
[GeneralColors]
window.color=#fafbfc
base.color=white
alt.base.color=#fafafa
button.color=#fafbfc
light.color=white
mid.light.color=#f0f0f0
dark.color=#c8c8c8
mid.color=#e1e1e196
highlight.color=#00bcd4
inactive.highlight.color=#00bcd4
text.color=#000000c8
window.text.color=#000000aa
button.text.color=#000000aa
disabled.text.color=#00000073
tooltip.text.color=#eefcff
highlight.text.color=white
link.color=#0057AE
link.visited.color=#452886
progress.indicator.text.color=white
[Hacks]
transparent_ktitle_label=true
transparent_dolphin_view=false
transparent_pcmanfm_sidepane=true
blur_translucent=false
transparent_menutitle=true
respect_darkness=false
force_size_grip=true
iconless_pushbutton=true
iconless_menu=false
disabled_icon_opacity=100
lxqtmainmenu_iconsize=22
normal_default_pushbutton=true
single_top_toolbar=true
tint_on_mouseover=0
transparent_pcmanfm_view=false
no_selection_tint=true
transparent_arrow_button=true
middle_click_scroll=false
[PanelButtonCommand]
frame=true
frame.element=button
frame.top=4
frame.bottom=4
frame.left=4
frame.right=4
interior=true
interior.element=button
indicator.size=9
text.normal.color=#000000b4
text.focus.color=black
text.press.color=#000000b4
text.toggle.color=white
text.shadow=0
text.margin=1
text.iconspacing=4
indicator.element=arrow
text.margin.top=2
text.margin.bottom=4
text.margin.left=2
text.margin.right=2
min_width=+0.3font
min_height=+0.3font
frame.expansion=14
[PanelButtonTool]
inherits=PanelButtonCommand
text.normal.color=#00000096
text.bold=true
[ToolbarButton]
frame.element=tbutton
interior.element=tbutton
indicator.element=tarrow
text.normal.color=#ffffffb4
text.focus.color=white
text.press.color=white
text.toggle.color=white
text.bold=true
[ToolbarLineEdit]
frame.element=lineedit
[ToolbarComboBox]
frame.element=combo
indicator.element=flat-arrow-down
text.normal.color=#ffffffb4
text.focus.color=white
text.press.color=white
text.toggle.color=white
text.bold=true
[Dock]
inherits=PanelButtonCommand
interior.element=dock
frame.element=dock
frame.top=1
frame.bottom=1
frame.left=1
frame.right=1
text.normal.color=#000000c8
[DockTitle]
inherits=PanelButtonCommand
frame=false
interior=false
text.normal.color=#00000096
text.focus.color=black
text.bold=true
[IndicatorSpinBox]
inherits=PanelButtonCommand
frame=true
interior=true
frame.top=2
frame.bottom=2
frame.left=2
frame.right=2
indicator.element=spin
indicator.size=10
text.normal.color=#000000c8
text.margin.top=2
text.margin.bottom=2
text.margin.left=2
text.margin.right=2
[RadioButton]
inherits=PanelButtonCommand
frame=false
interior.element=radio
text.normal.color=#000000c8
text.focus.color=black
min_width=+0.3font
min_height=+0.3font
[CheckBox]
inherits=PanelButtonCommand
frame=false
interior.element=checkbox
text.normal.color=#000000c8
text.focus.color=black
min_width=+0.3font
min_height=+0.3font
[Focus]
inherits=PanelButtonCommand
frame=true
frame.element=focus
frame.top=1
frame.bottom=1
frame.left=1
frame.right=1
frame.patternsize=20
[GenericFrame]
inherits=PanelButtonCommand
frame=true
interior=false
frame.element=common
interior.element=common
frame.top=3
frame.bottom=3
frame.left=3
frame.right=3
[LineEdit]
inherits=PanelButtonCommand
frame.element=lineedit
interior.element=lineedit
interior=false
frame.top=2
frame.bottom=2
frame.left=2
frame.right=2
text.margin.top=2
text.margin.bottom=2
text.margin.left=2
text.margin.right=2
frame.expansion=0
[DropDownButton]
inherits=PanelButtonCommand
indicator.element=arrow-down
[IndicatorArrow]
indicator.element=arrow
indicator.size=9
[ToolboxTab]
inherits=PanelButtonCommand
text.normal.color=#000000c8
text.press.color=#00000096
text.focus.color=#007e8c
[Tab]
inherits=PanelButtonCommand
interior.element=tab
text.margin.left=8
text.margin.right=8
text.margin.top=2
text.margin.bottom=2
frame.element=tab
indicator.element=tab
frame.top=2
frame.bottom=2
frame.left=2
frame.right=2
text.normal.color=#0000007d
text.focus.color=#000000b4
text.toggle.color=#000000c8
frame.expansion=0
text.bold=true
[TabFrame]
inherits=PanelButtonCommand
frame.element=tabframe
interior.element=tabframe
frame.top=2
frame.bottom=2
frame.left=2
frame.right=2
[TreeExpander]
inherits=PanelButtonCommand
indicator.size=12
indicator.element=tree
[HeaderSection]
inherits=PanelButtonCommand
interior.element=header
frame.element=header
frame.top=1
frame.bottom=1
frame.left=1
frame.right=1
text.normal.color=#000000aa
text.focus.color=#007e8c
text.press.color=black
text.toggle.color=white
frame.expansion=0
[SizeGrip]
indicator.element=resize-grip
[Toolbar]
inherits=PanelButtonCommand
indicator.element=toolbar
indicator.size=5
text.margin=0
interior.element=menubar
frame.element=menubar
text.normal.color=#ffffffa0
text.focus.color=white
frame.left=0
frame.right=0
frame.top=0
frame.bottom=4
frame.expansion=0
[Slider]
inherits=PanelButtonCommand
frame.element=slider
interior.element=slider
frame.top=3
frame.bottom=3
frame.left=3
frame.right=3
[SliderCursor]
inherits=PanelButtonCommand
frame=false
interior.element=slidercursor
[Progressbar]
inherits=PanelButtonCommand
frame.element=progress
interior.element=progress
text.margin=0
text.normal.color=#000000c8
text.focus.color=black
text.press.color=black
text.toggle.color=black
text.bold=true
frame.expansion=8
[ProgressbarContents]
inherits=PanelButtonCommand
frame=true
frame.element=progress-pattern
interior.element=progress-pattern
[ItemView]
inherits=PanelButtonCommand
text.margin=1
frame.element=itemview
interior.element=itemview
frame.top=2
frame.bottom=2
frame.left=2
frame.right=2
text.margin.top=0
text.margin.bottom=0
text.margin.left=1
text.margin.right=1
text.normal.color=#000000c8
text.focus.color=black
text.press.color=white
text.toggle.color=white
min_width=+0.3font
min_height=+0.3font
frame.expansion=0
[Splitter]
indicator.size=48
[Scrollbar]
inherits=PanelButtonCommand
indicator.element=arrow
indicator.size=10
[ScrollbarSlider]
inherits=PanelButtonCommand
interior.element=scrollbarslider
interior=true
frame=false
indicator.element=grip
indicator.size=13
frame.expansion=48
[ScrollbarGroove]
inherits=PanelButtonCommand
interior=false
frame=false
[MenuItem]
inherits=PanelButtonCommand
frame=true
frame.element=menuitem
interior.element=menuitem
indicator.element=menuitem
text.normal.color=#000000c8
text.focus.color=black
text.margin.top=1
text.margin.bottom=1
text.margin.left=15
text.margin.right=5
frame.top=3
frame.bottom=3
frame.left=3
frame.right=3
text.bold=false
min_width=+0.3font
min_height=+0.3font
frame.expansion=0
[MenuBar]
inherits=PanelButtonCommand
frame.element=menubar
interior.element=menubar
frame.bottom=0
text.normal.color=#ffffffa0
frame.expansion=0
[MenuBarItem]
inherits=PanelButtonCommand
interior=true
interior.element=menubaritem
frame.element=menubaritem
frame.top=2
frame.bottom=2
frame.left=2
frame.right=2
text.margin.left=4
text.margin.right=4
text.margin.top=0
text.margin.bottom=0
text.normal.color=#ffffffb4
text.focus.color=white
text.bold=false
min_width=+0.3font
min_height=+0.3font
frame.expansion=0
[TitleBar]
inherits=PanelButtonCommand
frame=false
text.margin.top=2
text.margin.bottom=2
text.margin.left=2
text.margin.right=2
interior.element=titlebar
indicator.size=12
indicator.element=mdi
text.normal.color=#c8c8c8
text.focus.color=white
text.bold=true
text.italic=true
frame.expansion=0
[ComboBox]
inherits=PanelButtonCommand
frame.element=combo
interior.element=combo
interior=false
frame.top=2
frame.bottom=2
frame.left=2
frame.right=2
text.margin.top=2
text.margin.bottom=2
text.margin.left=2
text.margin.right=2
text.focus.color=#007e8c
text.press.color=#005a64
text.toggle.color=black
indicator.element=carrow
frame.expansion=0
[Menu]
inherits=PanelButtonCommand
frame.top=1
frame.bottom=1
frame.left=1
frame.right=1
frame.element=menu
interior.element=menu
text.normal.color=#000000c8
text.shadow=false
frame.expansion=0
[GroupBox]
inherits=GenericFrame
frame=false
text.shadow=0
text.margin=0
text.normal.color=#00000096
text.focus.color=#00bcd4
text.bold=true
frame.expansion=0
[TabBarFrame]
inherits=GenericFrame
frame=true
frame.element=tabBarFrame
interior=false
frame.top=2
frame.bottom=2
frame.left=2
frame.right=2
[ToolTip]
inherits=GenericFrame
frame.top=3
frame.bottom=3
frame.left=3
frame.right=3
interior=true
text.shadow=0
text.margin=0
interior.element=tooltip
frame.element=tooltip
frame.expansion=0
[StatusBar]
inherits=GenericFrame
frame=false
interior=false
[Window]
interior=true
interior.element=window

View File

@ -1,924 +0,0 @@
<svg width="450" version="1.0" xmlns="http://www.w3.org/2000/svg" height="1230" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs id="defs5">
<linearGradient gradientTransform="matrix(1,0,0,0.83333333,0,8.8333333)" xlink:href="#linearGradient2643" id="linearGradient1624" y1="54.2" x1="53" y2="57.2" gradientUnits="userSpaceOnUse" x2="53"/>
<linearGradient xlink:href="#linearGradient2643" id="linearGradient3885" y1="20.5" x1="53" y2="17" gradientUnits="userSpaceOnUse" x2="53"/>
<linearGradient gradientTransform="matrix(0.68967448,0,0,1.1538462,89.29381,-367.03866)" xlink:href="#linearGradient3837" id="linearGradient4957" y1="1084.2335" x1="-22.175404" y2="1084.2335" gradientUnits="userSpaceOnUse" x2="-12.750015"/>
<linearGradient gradientTransform="matrix(1,0,0,0.83333333,0,8.8333333)" xlink:href="#linearGradient2643" id="linearGradient3881" y1="54.2" x1="53" y2="57.2" gradientUnits="userSpaceOnUse" x2="53"/>
<linearGradient xlink:href="#linearGradient2643" id="linearGradient5133" y1="21.514359" x1="53" y2="18" gradientUnits="userSpaceOnUse" x2="53"/>
<linearGradient gradientTransform="matrix(1,0,0,0.83333333,0,8.8333333)" xlink:href="#linearGradient2643" id="linearGradient1809" y1="53.6" x1="53" y2="57.2" gradientUnits="userSpaceOnUse" x2="53"/>
<linearGradient gradientTransform="matrix(0.15625,0,0,0.83333333,296.71875,780.83333)" xlink:href="#linearGradient2643" id="linearGradient1732" y1="53" x1="53" y2="59" gradientUnits="userSpaceOnUse" x2="53"/>
<linearGradient xlink:href="#linearGradient2643" id="linearGradient1626" y1="20.5" x1="53" y2="17" gradientUnits="userSpaceOnUse" x2="53"/>
<linearGradient gradientTransform="matrix(0.9,0,0,1,3.7,0)" xlink:href="#linearGradient2643" id="linearGradient2362" y1="35" x1="49.777779" y2="35" gradientUnits="userSpaceOnUse" x2="47.555557"/>
<linearGradient gradientTransform="matrix(0.9,0,0,1,3.7,0)" xlink:href="#linearGradient2643" id="linearGradient1988" y1="35" x1="49.777779" y2="35" gradientUnits="userSpaceOnUse" x2="47.555557"/>
<linearGradient gradientTransform="matrix(0.9,0,0,1,3.7,0)" id="linearGradient1742" xlink:href="#linearGradient2643-6" y1="35" y2="35" x1="50.333332" x2="47" gradientUnits="userSpaceOnUse"/>
<linearGradient gradientTransform="matrix(0.9,0,0,1,3.7,0)" xlink:href="#linearGradient2643" id="linearGradient1767" y1="35" x1="50.333332" y2="35" gradientUnits="userSpaceOnUse" x2="47.555557"/>
<linearGradient gradientTransform="matrix(1,0,0,0.83333333,0,8.8333333)" id="linearGradient7337" xlink:href="#linearGradient2643-6" y1="53" y2="59" x1="53" x2="53" gradientUnits="userSpaceOnUse"/>
<linearGradient gradientTransform="matrix(0.9,0,0,1,3.7,0)" id="linearGradient2050" xlink:href="#linearGradient2643-6" y1="35" y2="35" x1="50.181423" x2="47" gradientUnits="userSpaceOnUse"/>
<linearGradient id="linearGradient2643-6">
<stop offset="0" style="stop-opacity:.353" id="stop2639-7"/>
<stop offset="0.45" style="stop-opacity:.137" id="stop2655-5"/>
<stop offset="1" style="stop-opacity:0" id="stop2641-3"/>
</linearGradient>
<linearGradient id="linearGradient7463" xlink:href="#linearGradient2643-6" y1="21.514359" y2="16.5" x1="53" x2="53" gradientUnits="userSpaceOnUse"/>
<linearGradient gradientTransform="matrix(1.0357277,0,0,0.63157896,97.25087,199.78948)" xlink:href="#linearGradient3837" id="linearGradient4963" y1="1080.8" x1="-24.862587" y2="1072.25" gradientUnits="userSpaceOnUse" x2="-24.862587"/>
<linearGradient gradientTransform="matrix(1.0357277,0,0,0.68966345,97.25086,71.507768)" id="linearGradient6750-7" xlink:href="#linearGradient3837" y1="1137.5001" y2="1145.475" x1="-73.137817" x2="-73.137817" gradientUnits="userSpaceOnUse"/>
<linearGradient gradientTransform="matrix(1.0357277,0,0,0.5263158,97.25087,226.6579)" id="linearGradient6754-0" xlink:href="#linearGradient3837" y1="1080.8" y2="1072.25" x1="-24.862587" x2="-24.862587" gradientUnits="userSpaceOnUse"/>
<linearGradient gradientTransform="matrix(0.68963586,0,0,1.1538462,71.291918,-453.03866)" id="linearGradient6752-2" xlink:href="#linearGradient3837" y1="1084.2335" y2="1084.2335" x1="-70.749611" x2="-85.250015" gradientUnits="userSpaceOnUse"/>
<linearGradient id="linearGradient2643">
<stop offset="0" style="stop-opacity:.353" id="stop2639"/>
<stop offset="0.45" style="stop-opacity:.137" id="stop2655"/>
<stop offset="1" style="stop-opacity:0" id="stop2641"/>
</linearGradient>
<linearGradient gradientTransform="matrix(0.68967448,0,0,1.1538462,89.29381,-453.03866)" id="linearGradient6748-6" xlink:href="#linearGradient3837" y1="1084.2335" y2="1084.2335" x1="-21.449772" x2="-12.750015" gradientUnits="userSpaceOnUse"/>
<linearGradient gradientTransform="matrix(0.68963586,0,0,1.1538462,71.291918,-367.03866)" xlink:href="#linearGradient3837" id="linearGradient4953" y1="1084.2335" x1="-70.749611" y2="1084.2335" gradientUnits="userSpaceOnUse" x2="-85.250015"/>
<linearGradient gradientTransform="matrix(1.0357277,0,0,0.68966345,97.25086,157.50777)" xlink:href="#linearGradient3837" id="linearGradient4945" y1="1136.7751" x1="-73.137817" y2="1144.75" gradientUnits="userSpaceOnUse" x2="-73.137817"/>
<linearGradient id="linearGradient3837">
<stop offset="0" id="stop5089"/>
<stop offset="1" style="stop-opacity:0" id="stop5091"/>
</linearGradient>
<radialGradient fx="50.545238" fy="19.462889" cx="50.545238" cy="19.462889" gradientTransform="matrix(0,-2.3333321,0.66666647,0,-10.475258,137.93882)" xlink:href="#linearGradient2643" id="radialGradient2250" r="3" gradientUnits="userSpaceOnUse"/>
<radialGradient fx="53.920238" fy="22.462891" cx="53.920238" cy="22.462891" gradientTransform="matrix(0,-1.1666673,1.8333333,0,-35.182,78.406961)" xlink:href="#linearGradient2643" id="radialGradient2248" r="3" gradientUnits="userSpaceOnUse"/>
<radialGradient fx="55.279083" fy="53.495411" cx="55.279083" cy="53.495411" gradientTransform="matrix(-0.66666674,0,0,-1.5,39.352827,132.24297)" xlink:href="#linearGradient2643" id="radialGradient2246" r="3" gradientUnits="userSpaceOnUse"/>
<radialGradient fx="53.145744" fy="50.495407" cx="53.145744" cy="50.495407" gradientTransform="matrix(-1.6666669,0,0,-0.8333327,95.076237,97.079509)" xlink:href="#linearGradient2643" id="radialGradient2244" r="3" gradientUnits="userSpaceOnUse"/>
<radialGradient fx="53.145744" fy="50.495407" cx="53.145744" cy="50.495407" gradientTransform="matrix(-1.6666669,0,0,-0.8333327,95.076237,97.079509)" xlink:href="#linearGradient2643" id="radialGradient2272" r="3" gradientUnits="userSpaceOnUse"/>
<radialGradient fx="53.145744" fy="50.995411" cx="53.145744" cy="50.995411" gradientTransform="matrix(-2,0,0,-1,112.79149,105.49538)" xlink:href="#linearGradient2643" id="radialGradient1856" r="3" gradientUnits="userSpaceOnUse"/>
<radialGradient fx="53.170238" fy="22.462891" cx="53.170238" cy="22.462891" gradientTransform="matrix(0,-1.1666669,1.8333332,0,-35.181959,78.531962)" xlink:href="#linearGradient2643" id="radialGradient1637" r="3" gradientUnits="userSpaceOnUse"/>
<radialGradient fx="53.49427" fy="24.514002" cx="53.49427" cy="24.514002" gradientTransform="matrix(0,-1.6714552,2.1666742,0,0.88627755,105.92771)" xlink:href="#linearGradient2643-6" id="radialGradient1562" r="3" gradientUnits="userSpaceOnUse"/>
<radialGradient fx="50.545238" fy="20.062889" cx="50.545238" cy="20.062889" gradientTransform="matrix(0,-2.3333331,0.83333318,0,-13.719078,137.93888)" xlink:href="#linearGradient2643" id="radialGradient2500" r="3" gradientUnits="userSpaceOnUse"/>
<radialGradient fx="53.920238" fy="22.462891" cx="53.920238" cy="22.462891" gradientTransform="matrix(0,-1.1666673,1.8333333,0,-35.182,78.406961)" xlink:href="#linearGradient2643" id="radialGradient2276" r="3" gradientUnits="userSpaceOnUse"/>
<radialGradient fx="55.279083" fy="53.495411" cx="55.279083" cy="53.495411" gradientTransform="matrix(-0.66666674,0,0,-1.5,39.352827,132.24297)" xlink:href="#linearGradient2643" id="radialGradient2274" r="3" gradientUnits="userSpaceOnUse"/>
<radialGradient fx="50.545238" fy="19.462889" cx="50.545238" cy="19.462889" gradientTransform="matrix(0,-2.3333321,0.66666647,0,-10.475258,137.93882)" xlink:href="#linearGradient2643" id="radialGradient2278" r="3" gradientUnits="userSpaceOnUse"/>
<radialGradient fx="52" fy="20.517553" cx="52" cy="20.517553" gradientTransform="matrix(0,-2.3333314,1,0,29.482355,141.33421)" r="3" id="radialGradient1933" xlink:href="#linearGradient2643-6" gradientUnits="userSpaceOnUse"/>
<radialGradient fx="-24.277292" fy="1081.718" cx="-24.277292" cy="1081.718" gradientTransform="matrix(1.655172,0,0,1.2413323,114.68622,-547.27162)" r="3.625" id="radialGradient6742-3" xlink:href="#linearGradient3837" gradientUnits="userSpaceOnUse"/>
<radialGradient fx="-74.646164" fy="1131.9843" cx="-74.646164" cy="1131.9843" gradientTransform="matrix(-2.7586182,0,0,-1.474446,-183.42051,2525.0505)" r="3.625" id="radialGradient6746-6" xlink:href="#linearGradient3837" gradientUnits="userSpaceOnUse"/>
<radialGradient fx="52" fy="20.670137" cx="52" cy="20.670137" gradientTransform="matrix(0,-2.3333346,-1,0,109.67014,141.3344)" r="3" id="radialGradient1734" xlink:href="#linearGradient2643-6" gradientUnits="userSpaceOnUse"/>
<radialGradient fx="-71.198586" fy="1085.269" cx="-71.198586" cy="1085.269" gradientTransform="matrix(0,-1.5172421,2.7586085,0,-2971.3315,687.50723)" r="3.625" id="radialGradient6740-0" xlink:href="#linearGradient3837" gradientUnits="userSpaceOnUse"/>
<radialGradient fx="-74.522476" fy="1130.5518" cx="-74.545135" cy="1132.2249" gradientTransform="matrix(-2.758617,0,0,-1.7931164,-183.13697,2971.7124)" xlink:href="#linearGradient3837" id="radialGradient4949" r="3.625" gradientUnits="userSpaceOnUse"/>
<radialGradient fx="-71.133865" fy="1085.1805" cx="-71.133865" cy="1085.1805" gradientTransform="matrix(0,-1.9310357,2.7585757,0,-2971.0495,745.14078)" xlink:href="#linearGradient3837" id="radialGradient4966" r="3.625" gradientUnits="userSpaceOnUse"/>
<radialGradient fx="-24.437778" fy="1132.3043" cx="-24.990515" cy="1132.3043" gradientTransform="matrix(0,1.7989906,-1.7931025,0,2104.3378,985.95798)" xlink:href="#linearGradient3837" id="radialGradient4940" r="3.625" gradientUnits="userSpaceOnUse"/>
<radialGradient fx="-24.712587" fy="1132.0393" cx="-24.712587" cy="1132.0393" gradientTransform="matrix(0,1.6551726,-1.6551624,0,1948.2085,896.42958)" r="3.625" id="radialGradient6744-9" xlink:href="#linearGradient3837" gradientUnits="userSpaceOnUse"/>
<radialGradient fx="51.734974" fy="51.5452" cx="51.734974" cy="51.5452" gradientTransform="matrix(2.3333324,0,0,-1.6666646,-35.714866,139.90859)" r="3" id="radialGradient1751" xlink:href="#linearGradient2643-6" gradientUnits="userSpaceOnUse"/>
<radialGradient fx="-24.53116" fy="1082.0503" cx="-24.53116" cy="1082.0503" gradientTransform="matrix(1.7931037,0,0,1.5171979,118.02715,-759.18354)" xlink:href="#linearGradient3837" id="radialGradient4962" r="3.625" gradientUnits="userSpaceOnUse"/>
<radialGradient fx="54.679085" fy="53.495411" cx="54.679085" cy="53.495411" gradientTransform="matrix(-0.83333314,0,0,-1.6666686,48.565916,141.1591)" xlink:href="#linearGradient2643" id="radialGradient2042" r="3" gradientUnits="userSpaceOnUse"/>
<radialGradient fx="53.750427" fy="24.642241" cx="53.750427" cy="24.642241" gradientTransform="matrix(0,-1.6666672,-2,0,134.28454,106.08404)" r="3" id="radialGradient1939" xlink:href="#linearGradient2643-6" gradientUnits="userSpaceOnUse"/>
<radialGradient fx="53.026947" fy="52.740463" cx="53.026947" cy="52.740463" gradientTransform="matrix(-0.92011128,-0.00184061,0.00233381,-1.1666634,97.42794,113.63349)" r="3" id="radialGradient2009" xlink:href="#linearGradient2643-6" gradientUnits="userSpaceOnUse"/>
<radialGradient fx="52.083897" fy="51.595207" cx="52.083897" cy="51.595207" gradientTransform="matrix(-2.1666667,0,0,-1.6666659,165.34847,139.99194)" r="3" id="radialGradient1987" xlink:href="#linearGradient2643-6" gradientUnits="userSpaceOnUse"/>
<radialGradient fx="54.821804" fy="52.744892" cx="54.821804" cy="52.744892" gradientTransform="matrix(1,0,0,-2,34.178246,157.49005)" r="3" id="radialGradient1954" xlink:href="#linearGradient2643-6" gradientUnits="userSpaceOnUse"/>
</defs>
<g style="color:#000;fill:none;stroke-width:1.4;stroke:#8c8c8c">
<rect width="14.600261" x="192.69987" y="-215.30013" rx="2" height="14.600261" ry="2" id="checkbox-normal" transform="scale(1,-1)"/>
<ellipse cx="31" cy="208" rx="7.3001299" ry="7.3001304" id="radio-normal"/>
</g>
<g style="fill-rule:evenodd">
<path style="fill:#00bcd4" id="tab-tear" d="m 428,974.46 h 15 v 15 h -15 z "/>
<rect width="45" x="25" y="1030" rx="22.5" height="45" ry="22.5" style="fill:#f2f3f8" id="dial"/>
<g style="fill:#fff" id="dial-notches" transform="translate(-76.5,366.75012)">
<rect width="45" x="202.5" y="667.5" height="45" style="opacity:0" id="rect6567"/>
<g style="fill:#5a5a5a" id="g189">
<path id="dial-notches0" d="m 214.625,670 -1.75,1 2.25,3.9063 1.75,-1 -2.25,-3.9063 z m 20.75,0 -2.25,3.9063 1.75,1 2.25,-3.9063 -1.75,-1 z m -32.875,19 0,2 4.5,0 0,-2 -4.5,0 z m 40.5,0 0,2 4.5,0 0,-2 -4.5,0 z m -27.875,16.0938 -2.25,3.9062 1.75,1 2.25,-3.9062 -1.75,-1 z m 19.75,0 -1.75,1 2.25,3.9062 1.75,-1 -2.25,-3.9062 z"/>
<path id="path6572" d="m 222.9062,667.5938 -.5,.0625 .3125,2.9688 .5,-.0312 -.3125,-3 z m 4.1875,0 -.3125,3 .5,.0312 .3125,-2.9688 -.5,-.0625 z m -8.8125,.9375 -.4688,.1562 .9375,2.8438 .4688,-.1562 -.9375,-2.8438 z m 13.4375,0 -.9375,2.8438 .4688,.1562 .9375,-2.8438 -.4688,-.1562 z m -21.5938,4.5938 -.375,.3125 2.0312,2.25 .3438,-.3438 -2,-2.2188 z m 29.75,0 -2,2.2188 .3438,.3438 2.0312,-2.25 -.375,-.3125 z m -32.9375,3.4375 -.2812,.4062 2.4062,1.7812 .3125,-.4062 -2.4375,-1.7812 z m 36.125,0 -2.4375,1.7812 .3125,.4062 2.4062,-1.7812 -.2812,-.4062 z m -38.5,4.0625 -.2188,.4375 2.75,1.25 .1875,-.4688 -2.7188,-1.2188 z m 40.875,0 -2.7188,1.2188 .1875,.4688 2.75,-1.25 -.2188,-.4375 z m -42.4062,4.4375 -.0937,.5 2.9375,.625 .0937,-.5 -2.9375,-.625 z m 43.9375,0 -2.9375,.625 .0937,.5 2.9375,-.625 -.0937,-.5 z m -41.0938,8.75 -2.9375,.625 .0937,.5 2.9375,-.625 -.0937,-.5 z m 38.25,0 -.0937,.5 2.9375,.625 .0937,-.5 -2.9375,-.625 z m -37.0312,3.875 -2.75,1.25 .2188,.4375 2.7188,-1.2188 -.1875,-.4688 z m 35.8125,0 -.1875,.4688 2.7188,1.2188 .2188,-.4375 -2.75,-1.25 z m -33.8438,3.5625 -2.4062,1.7812 .2812,.4062 2.4375,-1.7812 -.3125,-.4062 z m 31.875,0 -.3125,.4062 2.4375,1.7812 .2812,-.4062 -2.4062,-1.7812 z m -29.1562,3.0625 -2.0312,2.25 .375,.3125 2,-2.2188 -.3438,-.3438 z m 26.4375,0 -.3438,.3438 2,2.2188 .375,-.3125 -2.0312,-2.25 z "/>
</g>
</g>
</g>
<g id="arrow-up-normal" transform="translate(-2,-342.49298)">
<path style="opacity:0;fill:#fff" id="rect6725" d="m -607.493,8 h 24 v 24 h -24 z " transform="rotate(-90)"/>
<path style="fill:#505050" id="path6728" d="M 8,602.986 20,588 32,602.986 c 0,0 -7,-3.18601 -12,-3.18601 -5,0 -12,3.18601 -12,3.18601 z"/>
</g>
<circle cx="98" cy="1063" style="fill:#4db6ac;fill-rule:evenodd" r="5" id="dial-handle"/>
<path style="fill:#4db6ac;fill-rule:evenodd" id="slider-toggled-topleft" d="m 195,721.7499 c -6.648,0 -12,5.352 -12,12 h 12 v -12 z "/>
<path style="fill:#4db6ac;fill-rule:evenodd" id="slider-toggled-left" d="m 183,733.7499 0,16.4063 0,.094 12,0 0,-16.5 -12,0 z "/>
<g id="common-normal-left" transform="translate(35,5)">
<path style="fill:#d2d2d2" id="rect4962" d="m 271,1170 h 2 v 30 h -2 z"/>
<path style="fill:#fff" id="path5131" d="m 272,1170 0,30 1,0 0,-30 z"/>
<path style="fill-rule:evenodd;fill-opacity:0" id="rect5135" d="m 270,1170 0,30 1,0 0,-30 z"/>
</g>
<g id="common-normal-topleft" transform="translate(35,5)">
<path style="fill:#d2d2d2" id="rect5015" d="m 308.5,1173 -2,0 0,2 2,0 z" transform="translate(-35.5,-5)"/>
<path style="fill:#fff" id="path5157" d="m 273,1169 -1,0 0,1 1,0 z"/>
<path style="fill-opacity:0" id="path5159" d="m 273,1167 -3,0 0,3 1,0 c 0,-1.125 0.875,-2 2,-2 z"/>
</g>
<path style="fill:#4db6ac;fill-rule:evenodd" id="slider-toggled-topright" d="m 195,721.7499 c 6.648,0 12,5.352 12,12 h -12 v -12 z "/>
<path style="fill:#4db6ac;fill-rule:evenodd" id="slider-toggled-right" d="m 195,733.7499 0,16.4063 0,.094 12,0 0,-16.5 -12,0 z "/>
<use width="450" x="0" y="0" height="1230" xlink:href="#arrow-up-normal" id="arrow-down-normal" transform="matrix(1,0,0,-1,0,540)"/>
<use width="450" x="0" y="0" height="1230" xlink:href="#arrow-up-normal" id="arrow-right-normal" transform="rotate(90,170.40356,411.40345)"/>
<use width="450" x="0" y="0" height="1230" xlink:href="#arrow-up-normal" id="arrow-left-normal" transform="rotate(-90,196.40352,120.59649)"/>
<g id="arrow-up-focused" transform="translate(35,-342.49298)">
<path style="opacity:0;fill:#fff" id="rect4881" d="m -607.493,8 h 24 v 24 h -24 z " transform="rotate(-90)"/>
<path style="fill:#00c867" id="path4883" d="M 8,602.986 20,588 32,602.986 c 0,0 -7,-3.18601 -12,-3.18601 -5,0 -12,3.18601 -12,3.18601 z"/>
</g>
<use width="450" x="0" y="0" height="1230" xlink:href="#arrow-up-focused" id="arrow-down-focused" transform="matrix(1,0,0,-1,0,540)"/>
<use width="450" x="0" y="0" height="1230" xlink:href="#arrow-up-focused" id="arrow-right-focused" transform="rotate(90,206.15356,410.15346)"/>
<use width="450" x="0" y="0" height="1230" xlink:href="#arrow-up-focused" id="arrow-left-focused" transform="rotate(-90,234.65351,119.34649)"/>
<g id="arrow-up-disabled" transform="translate(107,-342.49298)">
<path style="opacity:0;fill:#fff" id="rect4909" d="m -607.493,8 h 24 v 24 h -24 z " transform="rotate(-90)"/>
<path style="fill:#c8c8c8" id="path4911" d="M 8,602.986 20,588 32,602.986 c 0,0 -7,-3.18601 -12,-3.18601 -5,0 -12,3.18601 -12,3.18601 z"/>
</g>
<use width="450" x="0" y="0" height="1230" style="fill:#000931" xlink:href="#arrow-up-disabled" id="arrow-down-disabled" transform="matrix(1,0,0,-1,0,540)"/>
<use width="450" x="0" y="0" height="1230" xlink:href="#arrow-up-disabled" id="arrow-right-disabled" transform="rotate(90,276.65356,408.65346)"/>
<use width="450" x="0" y="0" height="1230" xlink:href="#arrow-up-disabled" id="arrow-left-disabled" transform="rotate(-90,302.65351,123.34649)"/>
<use width="450" x="0" y="0" height="1230" xlink:href="#common-normal-left" id="common-normal-top" transform="matrix(0,1,-1,0,1513,867)"/>
<use width="450" x="0" y="0" height="1230" xlink:href="#common-normal-topleft" id="common-normal-topright" transform="matrix(0,1,-1,0,1513,867)"/>
<use width="450" x="0" y="0" height="1230" xlink:href="#common-normal-left" id="common-normal-right" transform="matrix(-1,0,0,1,646,0)"/>
<use width="450" x="0" y="0" height="1230" xlink:href="#common-normal-topleft" id="common-normal-bottomright" transform="matrix(-1,0,0,-1,646,2380)"/>
<use width="450" x="0" y="0" height="1230" xlink:href="#common-normal-left" id="common-normal-bottom" transform="matrix(0,-1,1,0,-867,1513)"/>
<use width="450" x="0" y="0" height="1230" xlink:href="#common-normal-topleft" id="common-normal-bottomleft" transform="matrix(0,-1,1,0,-867,1513)"/>
<path style="fill:#222d32" id="titlebar-normal" d="m 397.5,622.5 0,32 32,0 0,-32 z"/>
<g id="button-default-indicator" transform="translate(-367.5,-22.5)">
<path style="opacity:0;fill:#7b7b7b" id="rect5404" d="m 375,87.5 h 25 v 25 h -25 z"/>
<path style="opacity:.5;stroke-width:.935" id="path5406" d="m 396.25,86.25 -17.5,17.5 h 17.5 z"/>
</g>
<g style="fill:#222d32">
<path id="menubar-normal" d="m 305,805 h 20 v 20 h -20 z"/>
<path id="menubar-normal-left" d="m 805,-305 h 20 v 5 h -20 z" transform="matrix(0,1,-1,0,0,0)"/>
<path id="menubar-normal-topleft" d="m 800,-305 h 5 v 5 h -5 z" transform="matrix(0,1,-1,0,0,0)"/>
<path id="menubar-normal-top" d="m 305,800 h 20 v 5 h -20 z"/>
<path id="menubar-normal-right" d="m 805,-330 h 20 v 5 h -20 z" transform="matrix(0,1,-1,0,0,0)"/>
</g>
<g style="fill:#00bcd4">
<path id="menubaritem-pressed-bottom" d="m 365,822.5 h 10 v 10 h -10 z"/>
<path id="menubaritem-toggled-bottom" d="m 407.5,822.5 h 10 v 10 h -10 z"/>
</g>
<g style="opacity:.7;fill:#323232;fill-rule:evenodd" id="spin-plus-normal" transform="matrix(1.1313709,1.1313709,-1.1313709,1.1313709,133.94019,338.6412)">
<path id="rect4570" d="m -45.114,35.7084 1.7678,1.7678 -8.8388,8.8388 -1.7678,-1.7678 z "/>
<path id="rect4573" d="m -52.1851,35.7084 8.8388,8.8388 -1.7678,1.7678 -8.8388,-8.8388 z "/>
</g>
<g style="opacity:.7;fill-rule:evenodd" id="spin-minus-normal" transform="translate(49.1,0)">
<path style="opacity:.3;fill-opacity:0" id="rect5102" d="m 277.5,320 h 20 v 20 h -20 z"/>
<path id="rect4583" d="m 328,-297.5 h 4 v 20 h -4 z" transform="matrix(0,1,-1,0,0,0)"/>
</g>
<path style="fill:#f5f6f7" id="dock-normal" d="m 355,1170 h 30 v 30 h -30 z"/>
<g style="fill:#dcdcdc">
<path id="dock-focused-left" d="m 399.5,1170 h 5 v 30 h -5 z"/>
<path id="dock-focused-top" d="m -1167.5,407 h 5 v 30 h -5 z" transform="matrix(0,-1,1,0,0,0)"/>
<path id="dock-focused-topleft" d="m 399.5,1162.5 h 5 v 5 h -5 z"/>
<path id="dock-focused-topright" d="m 439.5,1162.5 h 5 v 5 h -5 z"/>
<path id="dock-focused-right" d="m 439.5,1170 h 5 v 30 h -5 z"/>
<path id="dock-focused-bottom" d="m -1207.5,407 h 5 v 30 h -5 z" transform="matrix(0,-1,1,0,0,0)"/>
<path id="dock-focused-bottomright" d="m 439.5,1202.5 h 5 v 5 h -5 z"/>
<path id="dock-focused-bottomleft" d="m 399.5,1202.5 h 5 v 5 h -5 z"/>
<path id="dock-normal-left" d="m 347.5,1170 h 5 v 30 h -5 z"/>
<path id="dock-normal-topleft" d="m 347.5,1162.5 h 5 v 5 h -5 z"/>
<path id="dock-normal-top" d="m 1162.5,-385 h 5 v 30 h -5 z" transform="matrix(0,1,-1,0,0,0)"/>
<path id="dock-normal-topright" d="m 387.5,1162.5 h 5 v 5 h -5 z"/>
<path id="dock-normal-right" d="m 387.5,1170 h 5 v 30 h -5 z"/>
<path id="dock-normal-bottomright" d="m 387.5,1202.5 h 5 v 5 h -5 z"/>
<path id="dock-normal-bottom" d="m -1207.5,355 h 5 v 30 h -5 z" transform="matrix(0,-1,1,0,0,0)"/>
<path id="dock-normal-bottomleft" d="m 347.5,1202.5 h 5 v 5 h -5 z"/>
</g>
<path style="fill:#222d32" id="menubar-normal-topright" d="m 800,-330 h 5 v 5 h -5 z" transform="matrix(0,1,-1,0,0,0)"/>
<use width="450" x="0" y="0" height="1230" xlink:href="#slider-toggled-topleft" id="slider-toggled-bottomleft" transform="matrix(1,0,0,-1,0,1484)"/>
<path style="fill:#7d7d7d" id="toolbar-handle" d="m 245,86.2484 a 5,5 0 0,1 -10,0 5,5 0 1,1 10,0 z "/>
<use width="450" x="0" y="0" height="1230" xlink:href="#slider-toggled-topright" id="slider-toggled-bottomright" transform="matrix(1,0,0,-1,0,1484)"/>
<path style="fill:#fff" id="dock-focused" d="m 407,1170 h 30 v 30 h -30 z"/>
<g style="color:#000">
<g id="radio-checked-normal">
<path style="fill:#00bcd4" id="path1800" d="m 105.5,200 c -4.40644,0 -8,3.59356 -8,8 0,4.40644 3.59356,8 8,8 4.40643,0 8,-3.59357 8,-8 0,-4.40643 -3.59357,-8 -8,-8 z"/>
<path style="fill:#fff" id="use3869" d="m 105.5,202 c 3.32567,0 6,2.67433 6,6 0,3.32567 -2.67433,6 -6,6 -3.32568,0 -6,-2.67432 -6,-6 0,-3.32568 2.67432,-6 6,-6 z"/>
<ellipse cx="105.5" cy="208" rx="4" ry="4" style="fill:#00bcd4" id="path6309-3"/>
</g>
<g id="checkbox-tristate-normal" transform="translate(0,2.5)">
<rect width="16" x="347.5" y="-213.5" rx="2" height="16" ry="2" style="fill:#00bcd4" id="use3893" transform="scale(1,-1)"/>
<path style="fill:#fbfbfc" id="rect7313" d="m 352.1,-207 6.8,0 c 0.8864,0 1.6,0.669 1.6,1.5 0,0.831 -0.7136,1.5 -1.6,1.5 h -6.8 c -0.8864,0 -1.6,-0.669 -1.6,-1.5 0,-0.831 0.7136,-1.5 1.6,-1.5 z " transform="scale(1,-1)"/>
</g>
</g>
<g style="fill-rule:evenodd">
<path style="fill:#fff" id="button-normal" d="M 7,20 V 52 H 39 V 20 Z"/>
<g id="menuitem-tearoff-focused" transform="translate(101.5,154.5)">
<rect width="7" x="686.5" y="-229.5" height="9" style="opacity:0;fill:#141414" id="rect7888" transform="matrix(0,1,-1,0,0,0)"/>
<path style="fill:#00bcd4" id="path7945" d="m 227.2385,689 -2.2462,0 0,2 2.2462,0 z m -4.4924,0 -2.2461,0 0,2 2.2461,0 z"/>
</g>
</g>
<g id="splitter-grip-normal" transform="matrix(1.1428571,0,0,1,-38.285716,0)">
<path style="fill-opacity:0" id="rect4829" d="m 275,1039 h 7 v 32 h -7 z"/>
<path style="fill:#acb1bc" id="splitter-normal0" d="m 277.625,1039 h 1.75 v 32 h -1.75 z"/>
</g>
<g style="fill:#fff;fill-opacity:.667" id="flat-arrow-down-normal" transform="rotate(180,17.75,489.9)">
<path style="opacity:0" id="rect3832" d="m -607.493,8 h 24 v 24 h -24 z " transform="rotate(-90)"/>
<path id="path3834" d="M 8,602.986 20,588 32,602.986 c 0,0 -7,-3.18601 -12,-3.18601 -5,0 -12,3.18601 -12,3.18601 z"/>
</g>
<use width="450" x="0" y="0" height="1230" xlink:href="#arrow-up-focused" id="flat-arrow-down-focused" transform="matrix(1,0,0,-1,3,635.5)"/>
<g id="flat-arrow-down-disabled" transform="matrix(1,0,0,-1,82,977.99298)">
<rect width="24" x="-607.49298" y="8" height="24" style="opacity:0;fill:#fff" id="rect1606" transform="rotate(-90)"/>
<path style="fill:#828282" id="path1608" d="M 8,602.986 20,588 32,602.986 c 0,0 -7,-3.18601 -12,-3.18601 -5,0 -12,3.18601 -12,3.18601 z"/>
</g>
<use width="450" x="0" y="0" height="1230" xlink:href="#flat-arrow-down-normal" id="flat-arrow-up-normal" transform="matrix(1,0,0,-1,2.5,794.30701)"/>
<use width="450" x="0" y="0" height="1230" xlink:href="#flat-arrow-down-focused" id="flat-arrow-up-focused" transform="matrix(1,0,0,-1,0,792.5)"/>
<use width="450" x="0" y="0" height="1230" xlink:href="#flat-arrow-down-normal" id="flat-arrow-right-normal" transform="rotate(-90,74.34649,321.1535)"/>
<use width="450" x="0" y="0" height="1230" xlink:href="#flat-arrow-down-focused" id="flat-arrow-right-focused" transform="rotate(-90,116.8465,319.34649)"/>
<use width="450" x="0" y="0" height="1230" xlink:href="#flat-arrow-down-normal" id="flat-arrow-left-normal" transform="rotate(90,62.75,461.55701)"/>
<use width="450" x="0" y="0" height="1230" xlink:href="#flat-arrow-down-focused" id="flat-arrow-left-focused" transform="rotate(90,105.25,459.75)"/>
<g style="fill-rule:evenodd">
<g style="fill-opacity:0">
<path id="grip-focused" d="m 350,1112 h 10 v 10 h -10 z"/>
<path id="grip-pressed" d="m 365,1112 h 10 v 10 h -10 z"/>
</g>
<path style="fill:#5a5a5a" id="slider-tick-normal" d="m 210,1069 h 5 v 1 h -5 z"/>
</g>
<g id="mdi-menu-normal">
<rect width="32" x="404" y="519" height="32" style="fill:#666;fill-rule:evenodd;fill-opacity:0" id="rect5101"/>
<path style="fill:#f0f0f0;color:#000" id="path5107" d="M 406.5,521.5 V 549 h 27 v -27.5 z m 3,3 h 21 v 5.5 h -21 z m 0,8.5 h 21 v 13 h -21 z"/>
</g>
<g style="fill-rule:evenodd" id="slider-normal-topleft">
<path style="fill-opacity:0" id="path5018" d="m 92,717.5 -12,0 0,12 12,0 z"/>
<path style="fill:#cfd3d5" id="path5020" d="m 92,719.5 c -4.5,0 -8,4 -8,9 v 1 h 8 z "/>
</g>
<g style="fill-rule:evenodd" id="slider-normal-left">
<path style="fill-opacity:0" id="path5024" d="m 80,729.5002 0,16.4064 0,.094 12,0 0,-16.5 -12,0 z "/>
<path style="fill:#cfd3d5" id="path5026" d="m 84,729.5006 0,16.4058 0,0.094 8,2e-4 0,-16.4994 -8,-2e-4 z"/>
</g>
<g style="fill-rule:evenodd" id="slider-normal-topright" transform="matrix(-1,0,0,1,184,0)">
<path style="fill-opacity:0" id="path5085" d="m 92,717.5 -12,0 0,12 12,0 z"/>
<path style="fill:#cfd3d5" id="path5087" d="m 92,719.5 c -4.5,0 -8,4 -8,9 v 1 h 8 z "/>
</g>
<g style="fill-rule:evenodd" id="slider-normal-right" transform="matrix(-1,0,0,1,184,0)">
<path style="fill-opacity:0" id="path5077" d="m 80,729.5002 0,16.4064 0,.094 12,0 0,-16.5 -12,0 z "/>
<path style="fill:#cfd3d5" id="path5079" d="m 84,729.5006 0,16.4058 0,0.094 8,2e-4 0,-16.4994 -8,-2e-4 z"/>
</g>
<use width="100%" x="0" y="0" height="100%" xlink:href="#slider-normal-topleft" id="slider-normal-bottomleft" transform="matrix(1,0,0,-1,0,1475.5)"/>
<g id="resize-grip-normal" transform="translate(-7.5,-70)">
<path style="opacity:0;fill:#7b7b7b" id="rect1744" d="m 375,87.5 h 25 v 25 h -25 z"/>
<path style="opacity:.3;stroke-width:.935" id="path1746" d="m 400,95 -17.5,17.5 H 400 Z"/>
</g>
<g id="resize-grip-focused" transform="translate(42,-70)">
<rect width="25" x="375" y="87.5" height="25" style="opacity:0;fill:#7b7b7b" id="rect4970"/>
<path style="fill:#00bcd4" id="path4972" d="m 398.5859,91.0859 c -7.80469,7.80469 -15.6094,15.6094 -23.4141,23.4141 8.9427,0 17.8854,0 26.8281,0 0,-8.94271 0,-17.8854 0,-26.8281 -1.13802,1.13802 -2.27604,2.27604 -3.41406,3.41406 z"/>
</g>
<g style="fill-rule:evenodd;fill:#00bcd4">
<path id="itemview-pressed-top" d="m 52,1188 h 8 v 4 h -8 z"/>
<path id="itemview-pressed-bottom" d="m 52,1200 h 8 v 4 h -8 z"/>
<path id="itemview-pressed" d="m 52,1192 8,0 0,8 -8,0 z"/>
<path id="itemview-pressed-topright" d="m 60,1188 4,0 0,4 -4,0 z"/>
<path id="itemview-pressed-bottomright" d="m 60,1200 4,0 0,4 -4,0 z"/>
<path id="itemview-pressed-right" d="m 60,1192 h 4 v 8 h -4 z"/>
<path id="itemview-pressed-left" d="m 48,1192 h 4 v 8 h -4 z"/>
<path id="itemview-pressed-topleft" d="m 52,1188 0,4 -4,0 0,-4 z"/>
<path id="itemview-pressed-bottomleft" d="m 48,1200 4,0 0,4 -4,0 z"/>
</g>
<path style="fill:#00bcd4;fill-rule:evenodd" id="itemview-toggled-top" d="m 85,1187 h 8 v 4 h -8 z"/>
<path style="fill:#00bcd4;fill-rule:evenodd" id="itemview-toggled-bottom" d="m 85,1202.5 h 8 v 4 h -8 z"/>
<path style="fill:#00bcd4;fill-rule:evenodd" id="itemview-toggled" d="m 85,1193 8,0 0,8 -8,0 z"/>
<path style="fill:#00bcd4;fill-rule:evenodd" id="itemview-toggled-right" d="m 95,1193 h 4 v 8 h -4 z"/>
<path style="fill:#00bcd4;fill-rule:evenodd" id="itemview-toggled-topright" d="m 95,1187 4,0 0,4 -4,0 z"/>
<path style="fill:#00bcd4;fill-rule:evenodd" id="itemview-toggled-bottomright" d="m 95,1202.5 4,0 0,4 -4,0 z"/>
<path style="fill:#00bcd4;fill-rule:evenodd" id="itemview-toggled-left" d="m 79,1193 h 4 v 8 h -4 z"/>
<path style="fill:#00bcd4;fill-rule:evenodd" id="itemview-toggled-topleft" d="m 83,1187 0,4 -4,0 0,-4 z"/>
<path style="fill:#00bcd4;fill-rule:evenodd" id="itemview-toggled-bottomleft" d="m 79,1202.5 4,0 0,4 -4,0 z"/>
<use width="450" x="0" y="0" height="1230" style="opacity:.2" id="itemview-focused-top" xlink:href="#itemview-toggled-top" transform="translate(-63.5,-0.20507813)"/>
<use width="450" x="0" y="0" height="1230" style="opacity:.2" id="itemview-focused-bottom" xlink:href="#itemview-toggled-bottom" transform="translate(-63.5,0.2947998)"/>
<use width="450" x="0" y="0" height="1230" style="opacity:.2" id="itemview-focused" xlink:href="#itemview-toggled" transform="translate(-63.75,0)"/>
<use width="450" x="0" y="0" height="1230" style="opacity:.2" id="itemview-focused-right" xlink:href="#itemview-toggled-right" transform="translate(-63.5,-0.20507813)"/>
<use width="450" x="0" y="0" height="1230" style="opacity:.2" id="itemview-focused-topright" xlink:href="#itemview-toggled-topright" transform="translate(-63.5,-0.2051)"/>
<use width="450" x="0" y="0" height="1230" style="opacity:.2" id="itemview-focused-bottomright" xlink:href="#itemview-toggled-bottomright" transform="translate(-63.5,0.2949)"/>
<use width="450" x="0" y="0" height="1230" style="opacity:.2" id="itemview-focused-left" xlink:href="#itemview-toggled-left" transform="translate(-63.5,-0.20507813)"/>
<use width="450" x="0" y="0" height="1230" style="opacity:.2" id="itemview-focused-topleft" xlink:href="#itemview-toggled-topleft" transform="translate(-63.5,-0.2051)"/>
<use width="450" x="0" y="0" height="1230" style="opacity:.2" id="itemview-focused-bottomleft" xlink:href="#itemview-toggled-bottomleft" transform="translate(-63.5,0.2949)"/>
<use width="100%" x="0" y="0" height="100%" xlink:href="#slider-normal-topright" id="slider-normal-bottomright" transform="matrix(1,0,0,-1,0,1475.5006)"/>
<path style="fill:#c8c8c8;fill-rule:evenodd" id="progress-pattern-disabled-topleft" d="m 210,142.5 0,-7.5 c -4,0 -7.5,3.5 -7.5,7.5 z"/>
<path style="fill:#c8c8c8" id="progress-pattern-disabled-left" d="m 202.5,142.5 h 7.5 v 16 h -7.5 z"/>
<use width="450" x="0" y="0" height="1230" id="progress-pattern-disabled-top" xlink:href="#progress-pattern-disabled-left" transform="matrix(0,1,-1,0,368.5,-67.5)"/>
<use width="450" x="0" y="0" height="1230" id="progress-pattern-disabled-topright" xlink:href="#progress-pattern-disabled-topleft" transform="matrix(0,1,-1,0,368.5,-67.5)"/>
<use width="450" x="0" y="0" height="1230" id="progress-pattern-disabled-bottomright" xlink:href="#progress-pattern-disabled-topleft" transform="matrix(-1,0,0,-1,436,301)"/>
<use width="450" x="0" y="0" height="1230" id="progress-pattern-disabled-right" xlink:href="#progress-pattern-disabled-left" transform="translate(23.5,0)"/>
<use width="450" x="0" y="0" height="1230" id="progress-pattern-disabled-bottom" xlink:href="#progress-pattern-disabled-left" transform="matrix(0,-1,1,0,67.5,368.5)"/>
<use width="450" x="0" y="0" height="1230" id="progress-pattern-disabled-bottomleft" xlink:href="#progress-pattern-disabled-topleft" transform="matrix(0,-1,1,0,67.5,368.5)"/>
<use width="450" x="0" y="0" height="1230" id="progress-pattern-disabled" xlink:href="#progress-pattern-disabled-left" transform="matrix(2.1333333,0,0,1,-222,0)"/>
<g style="fill-rule:evenodd">
<g style="fill:#d7edec">
<path id="progress-normal-left" d="m 320,172 0,-32 -10,0 0,32 z"/>
<path id="progress-normal-topleft" d="m 320,130 c -5.5,0 -10,4.5 -10,10 h 10 z "/>
<path id="progress-normal" d="m 320,140 0,32 32,0 0,-32 -32,0 z"/>
<path id="progress-normal-right" d="m 352,172 0,-32 h 10 v 32 z "/>
<path id="progress-normal-topright" d="m 352,130 c 5.49989,0 10,4.5 10,10 h -10 z "/>
<path id="progress-normal-top" d="m 320,140 32,0 0,-10 -32,0 z"/>
<path id="progress-normal-bottom" d="m 352,172 -32,0 v 10 h 32 z "/>
<path id="progress-normal-bottomleft" d="m 320,182 c -5.5,0 -10,-4.5 -10,-10 h 10 z "/>
<path id="progress-normal-bottomright" d="m 352,182 c 5.5,0 10,-4.5 10,-10 h -10 Z "/>
</g>
<path id="expand-progress-pattern-normal" d="m 410,140 0,10 10,0 0,-10 -10,0 z"/>
<path id="expand-progress-normal" d="m 410,150 0,10 10,0 0,-10 -10,0 z"/>
<path style="fill-opacity:0" id="grip-normal" d="m 337,1112 h 10 v 10 h -10 z"/>
</g>
<g style="fill:#fff" id="arrow-down-toggled" transform="rotate(180,55,441.24649)">
<path style="opacity:0" id="rect1639" d="m -607.493,8 h 24 v 24 h -24 z " transform="rotate(-90)"/>
<path id="path1641" d="M 8,602.986 20,588 32,602.986 c 0,0 -7,-3.18601 -12,-3.18601 -5,0 -12,3.18601 -12,3.18601 z"/>
</g>
<path style="fill:#e8e9ea;fill-rule:evenodd" id="menuitem-toggled-left" d="m 252.5,802.5002 0,32.4998 -7.5,0 0,-32.5 z"/>
<path style="fill:#e8e9ea;fill-rule:evenodd" id="menuitem-toggled-bottomleft" d="m 252.5,842.5 -7.5,0 0,-7.5 7.5,0 z"/>
<path style="fill:#e8e9ea;fill-rule:evenodd" id="menuitem-toggled-topleft" d="m 245,802.5 0,-7.5 7.5,0 0,7.5 z"/>
<path style="fill:#e8e9ea;fill-rule:evenodd" id="menuitem-toggled-bottom" d="m 252.5002,835 32.4998,0 0,7.5 -32.5,0 z"/>
<path style="fill:#e8e9ea;fill-rule:evenodd" id="menuitem-toggled-top" d="m 285,802.5001 -32.4998,0 0,-7.5 32.5,0 z"/>
<path style="fill:#e8e9ea;fill-rule:evenodd" id="menuitem-toggled" d="m 252.5,835 0,-32.5 32.5,0 0,32.5 -32.5,0 z"/>
<path style="fill:#e8e9ea;fill-rule:evenodd" id="menuitem-toggled-right" d="m 285,802.5001 0,32.4998 7.5,0 0,-32.5 z"/>
<path style="fill:#e8e9ea;fill-rule:evenodd" id="menuitem-toggled-bottomright" d="m 285,842.5 7.5002,10e-5 -2e-4,-7.5001 -7.5,0 z"/>
<path style="fill:#e8e9ea;fill-rule:evenodd" id="menuitem-toggled-topright" d="M 292.4998,802.5 292.5,795 l -7.5002,-10e-5 0,7.5 z"/>
<use width="100%" x="0" y="0" height="100%" style="fill:#fff" xlink:href="#menuitem-toggled-left" id="menuitem-pressed-left" transform="translate(-50,0)"/>
<use width="100%" x="0" y="0" height="100%" style="fill:#fff" xlink:href="#menuitem-toggled-bottomleft" id="menuitem-pressed-bottomleft" transform="translate(-50,0)"/>
<use width="100%" x="0" y="0" height="100%" style="fill:#fff" xlink:href="#menuitem-toggled-topleft" id="menuitem-pressed-topleft" transform="translate(-50,0)"/>
<use width="100%" x="0" y="0" height="100%" style="fill:#fff" xlink:href="#menuitem-toggled-bottom" id="menuitem-pressed-bottom" transform="translate(-50,0)"/>
<use width="100%" x="0" y="0" height="100%" style="fill:#fff" xlink:href="#menuitem-toggled-top" id="menuitem-pressed-top" transform="translate(-50,0)"/>
<use width="100%" x="0" y="0" height="100%" style="fill:#fff" xlink:href="#menuitem-toggled" id="menuitem-pressed" transform="translate(-50,0)"/>
<use width="100%" x="0" y="0" height="100%" style="fill:#fff" xlink:href="#menuitem-toggled-right" id="menuitem-pressed-right" transform="translate(-50,0)"/>
<use width="100%" x="0" y="0" height="100%" style="fill:#fff" xlink:href="#menuitem-toggled-bottomright" id="menuitem-pressed-bottomright" transform="translate(-50,0)"/>
<use width="100%" x="0" y="0" height="100%" style="fill:#fff" xlink:href="#menuitem-toggled-topright" id="menuitem-pressed-topright" transform="translate(-50,0)"/>
<g style="fill-rule:evenodd">
<path id="expand-button-normal" d="M 0,0 H 10 V 10 H 0 Z"/>
<path id="expand-lineedit-normal" d="m 285,72.5 h 10 v 10 h -10 z"/>
<g style="fill:#4db6ac">
<path id="progress-pattern-normal-left" d="m 17.5,140 0,32.4998 -7.5,0 0,-32.5 z"/>
<path id="progress-pattern-normal-bottomleft" d="m 17.5,180 c -4,0 -7.5,-3.5 -7.5,-7.5 h 7.5 z "/>
<path id="progress-pattern-normal-topleft" d="m 10,140 c 0,-4 3.5,-7.5 7.5,-7.5 v 7.5 z "/>
<path id="progress-pattern-normal-bottom" d="m 17.5002,172.5002 32.4998,0 0,7.5 -32.5,0 z"/>
<path id="progress-pattern-normal-top" d="m 50,140 -32.4998,0 0,-7.5 32.5,0 z"/>
<path id="progress-pattern-normal" d="m 17.5,172.5002 0,-32.5 32.5,0 0,32.5 -32.5,0 z"/>
<path id="progress-pattern-normal-right" d="m 50,140 0,32.4998 7.5,0 0,-32.5 z"/>
<path id="progress-pattern-normal-bottomright" d="m 50,180 c 4,0 7.5,-3.5 7.5,-7.5 h -7.5 z "/>
<path id="progress-pattern-normal-topright" d="m 57.5,140 c 0,-4 -3.5,-7.5 -7.5,-7.5 v 7.5 z "/>
</g>
<path style="fill:#00bcd4" id="button-toggled" d="M 179,52 V 20 h -32 v 32 z"/>
<path style="fill:#fff" id="tabframe-normal" d="m 285.5,883.5 0,32 32,0 0,-32 -32,0 z"/>
</g>
<g id="tabframe-normal-left" transform="matrix(0.8,0,0,0.98461538,264.5002,835.49842)">
<path style="fill:#fff;fill-rule:evenodd" id="path5181" d="m 26.25,81.2514 0,-32.4998 -5,0 0,32.5 z"/>
<path style="fill:#e7ebed;color:#000;stroke-width:1.414" id="path5183" d="m 21.25,48.7516 v 32.5 h 2.49975 v -32.5 z"/>
</g>
<g id="tabframe-normal-topleft" transform="matrix(0.8,0,0,0.8,264.5002,846.49872)">
<path style="fill:#fff;fill-rule:evenodd" id="path5188" d="m 26.25,41.2516 -5,0 0,5 5,0 z"/>
<path style="fill:#e7ebed;color:#000" id="path5190" d="m 26.25,41.2516 h -5 v 5 h 2.49987 l -.0003,-2.5 h 2.50013 z "/>
</g>
<g style="fill-rule:evenodd">
<g style="fill-opacity:0">
<path id="tab-normal" d="m 25,890 h 10 v 10 H 25 Z"/>
<path id="tab-normal-top" d="m 25,880 h 10 v 10 H 25 Z"/>
<path id="tab-normal-right" d="m 35,890 h 10 v 10 H 35 Z"/>
<path id="tab-normal-topright" d="m 35,880 h 10 v 10 H 35 Z"/>
<path id="tab-normal-left" d="m 15,890 h 10 v 10 H 15 Z"/>
<path id="tab-normal-topleft" d="m 15,880 h 10 v 10 H 15 Z"/>
<path id="tab-normal-bottom" d="m 25,900 h 10 v 10 H 25 Z"/>
<path id="tab-normal-bottomright" d="m 35,900 h 10 v 10 H 35 Z"/>
<path id="tab-normal-bottomleft" d="m 15,900 h 10 v 10 H 15 Z"/>
</g>
<g id="tab-close-normal">
<path style="fill-opacity:0" id="rect4968" d="m 265,970 h 18 v 18 h -18 z"/>
<path style="fill-opacity:.431;color:#000" id="path5553" d="m 268.7501,972 a 1.74961,1.74961 0 0,0 -1.21879,3.00483 l 3.9958,3.9935 -3.9958,3.9958 a 1.74961,1.74961 0 1,0 2.47403,2.47403 l 3.9958,-3.9958 3.9935,3.9958 a 1.74961,1.74961 0 1,0 2.47403,-2.47403 l -3.9935,-3.9958 3.9935,-3.9935 a 1.74961,1.74961 0 0,0 -1.21879,-3.00483 1.74961,1.74961 0 0,0 -1.25524,0.5308 l -3.9935,3.9935 -3.9958,-3.9935 a 1.74961,1.74961 0 0,0 -1.25524,-0.5308 z "/>
</g>
</g>
<g style="color:#000">
<path style="fill:#dcdedf" id="lineedit-normal-bottom" d="m 322.5,110 h 32 v -2 h -32 z"/>
<path style="fill:#00bcd4" id="lineedit-focused-bottom" d="m 377.5,110.5 h 32 v -3 h -32 z"/>
</g>
<g style="fill-rule:evenodd;fill:#00c867" id="spin-plus-focused" transform="matrix(1.1313709,1.1313709,-1.1313709,1.1313709,161.94019,338.6412)">
<path id="path5069" d="m -45.114,35.7084 1.7678,1.7678 -8.8388,8.8388 -1.7678,-1.7678 z "/>
<path id="path5071" d="m -52.1851,35.7084 8.8388,8.8388 -1.7678,1.7678 -8.8388,-8.8388 z "/>
</g>
<g style="opacity:.3;fill:#323232;fill-rule:evenodd" id="spin-plus-disabled" transform="matrix(1.1313709,1.1313709,-1.1313709,1.1313709,221.94019,338.6412)">
<path id="path5095" d="m -45.114,35.7084 1.7678,1.7678 -8.8388,8.8388 -1.7678,-1.7678 z "/>
<path id="path5097" d="m -52.1851,35.7084 8.8388,8.8388 -1.7678,1.7678 -8.8388,-8.8388 z "/>
</g>
<g style="fill-rule:evenodd" id="spin-minus-focused" transform="translate(81.1,0)">
<path style="opacity:.3;fill-opacity:0" id="rect5110" d="m 277.5,320 h 20 v 20 h -20 z"/>
<path style="fill:#f44336" id="rect5112" d="m 328,-297.5 h 4 v 20 h -4 z" transform="matrix(0,1,-1,0,0,0)"/>
</g>
<g style="fill-rule:evenodd" id="spin-minus-pressed" transform="translate(110,0)">
<path style="opacity:.3;fill-opacity:0" id="rect5116" d="m 277.5,320 h 20 v 20 h -20 z"/>
<path style="fill:#f44336" id="rect5118" d="m 328,-297.5 h 4 v 20 h -4 z" transform="matrix(0,1,-1,0,0,0)"/>
</g>
<g style="opacity:.2;fill-rule:evenodd" id="spin-minus-disabled" transform="translate(138,0)">
<path style="opacity:.3;fill-opacity:0" id="rect5122" d="m 277.5,320 h 20 v 20 h -20 z"/>
<path id="rect5124" d="m 328,-297.5 h 4 v 20 h -4 z" transform="matrix(0,1,-1,0,0,0)"/>
</g>
<use width="100%" x="0" y="0" height="100%" xlink:href="#spin-plus-normal" id="spin-up-normal" transform="translate(0,22)"/>
<use width="100%" x="0" y="0" height="100%" xlink:href="#spin-minus-normal" id="spin-down-normal" transform="translate(0,22)"/>
<use width="100%" x="0" y="0" height="100%" xlink:href="#spin-plus-focused" id="spin-up-focused" transform="translate(0,22)"/>
<use width="100%" x="0" y="0" height="100%" xlink:href="#spin-plus-disabled" id="spin-up-disabled" transform="translate(0,22)"/>
<use width="100%" x="0" y="0" height="100%" xlink:href="#spin-minus-focused" id="spin-down-focused" transform="translate(0,22)"/>
<use width="100%" x="0" y="0" height="100%" xlink:href="#spin-minus-pressed" id="spin-down-pressed" transform="translate(0,22)"/>
<use width="100%" x="0" y="0" height="100%" xlink:href="#spin-minus-disabled" id="spin-down-disabled" transform="translate(0,22)"/>
<g style="color:#000">
<g id="checkbox-checked-normal">
<rect width="16" x="272.5" y="-216" rx="2" ry="2" height="16" style="fill:#00bcd4" id="use3879" transform="scale(1,-1)"/>
<path style="fill:#fbfbfc;fill-rule:evenodd" id="path5083" d="m 283.3102,204.1733 -3.6775,4.2767 -1.9271,-1.3649 c -1.36466,-0.96654 -2.67814,1.25767 -1.56052,2.19687 l 3.5781,3.0068 5.5538,-6.5775 c 1.16417,-1.37876 -0.95766,-2.71149 -1.96677,-1.53793 z "/>
</g>
<g id="checkbox-tristate-focused" transform="translate(40,2.5)">
<rect width="16" x="347.5" y="-213.5" rx="2" ry="2" height="16" style="fill:#00bcd4" id="rect5109" transform="scale(1,-1)"/>
<path style="fill:#fff" id="path5111" d="m 352.1,-207 6.8,0 c 0.8864,0 1.6,0.669 1.6,1.5 0,0.831 -0.7136,1.5 -1.6,1.5 h -6.8 c -0.8864,0 -1.6,-0.669 -1.6,-1.5 0,-0.831 0.7136,-1.5 1.6,-1.5 z " transform="scale(1,-1)"/>
</g>
</g>
<g style="fill-rule:evenodd">
<g style="fill:#e4e7ea">
<path id="menu-normal-left" d="m 107.4994,802 5,0 0,48 -5,0 z"/>
<path id="menu-normal-topleft" d="m 112.4994,797 -4.9989,0 -.001,5 5,0 z "/>
</g>
<path style="opacity:.15;fill:url(#linearGradient6752-2)" id="menu-shadow-left" d="m 12.5005,796 0,60 5,0 0,-60 z "/>
<path style="opacity:.18;fill:url(#linearGradient6748-6)" id="menu-shadow-right" d="m 75.5003,796 0,60 5,0 0,-60 z "/>
<path style="opacity:.19;fill:url(#linearGradient6750-7)" id="menu-shadow-bottom" d="m 17.5005,856 0,5 58,0 0,-5 z "/>
<path style="opacity:.15;fill:url(#radialGradient6740-0)" id="menu-shadow-topleft" d="m 12.50035,791 1e-4,5 5,-10e-5 0,-5 z"/>
<path style="opacity:.18;fill:url(#radialGradient6742-3)" id="menu-shadow-topright" d="m 75.5005,791 0,5 5,0 .0001,-5 z "/>
<path style="opacity:.15;fill:url(#radialGradient6746-6)" id="menu-shadow-bottomleft" d="m 12.50045,856 0,5 5,0 -5e-4,-5 z"/>
<path style="opacity:.18;fill:url(#radialGradient6744-9)" id="menu-shadow-bottomright" d="m 75.5005,856 0,5 5,0 0,-5 z "/>
</g>
<rect width="2.5" x="46.749313" y="856" height="5" style="fill:#b74aff" id="menu-shadow-hint-bottom"/>
<rect width="2.5" x="-825" y="75.50032" height="5" style="fill:#b74aff" id="menu-shadow-hint-right" transform="matrix(0,-1,1,0,0,0)"/>
<rect width="2.5" x="-825" y="12.500451" height="5" style="fill:#b74aff" id="menu-shadow-hint-left" transform="matrix(0,-1,1,0,0,0)"/>
<g style="fill-rule:evenodd">
<g style="fill:#e4e7ea">
<path id="menu-normal-top" d="m 160.49965,797 -3e-4,5 -48,0 0,-5 z"/>
<path id="menu-normal-topright" d="m 165.4994,802 -.0003,-4.9989 -5,-.001 0,5 z "/>
<path id="menu-normal-right" d="m 165.4992,802 -5,0 0,48 5,0 z "/>
<path id="menu-normal-bottomright" d="m 160.4992,855 4.9989,-.0003 .001,-5 -5,0 z "/>
<path id="menu-normal-bottom" d="m 112.50015,855 3e-4,-5 48,0 0,5 z"/>
<path id="menu-normal-bottomleft" d="m 107.4998,850 .0003,4.9989 5,.001 0,-5 z "/>
</g>
<rect width="48" x="112.49935" y="802" height="48" style="fill:#fff" id="menu-normal"/>
</g>
<g id="splitter-grip-focused" transform="matrix(1.1428571,0,0,1,-10.285716,0)">
<path style="fill-opacity:0" id="rect4841" d="m 275,1039 h 7 v 32 h -7 z"/>
<path style="fill:#5a616e" id="rect4843" d="m 277.625,1039 h 1.75 v 32 h -1.75 z"/>
</g>
<use width="100%" x="0" y="0" height="100%" xlink:href="#splitter-grip-focused" id="splitter-grip-pressed" transform="translate(30,0)"/>
<g style="fill-rule:evenodd">
<g id="tab-close-pressed" transform="translate(26,0)">
<path style="fill-opacity:0" id="rect4849" d="m 265,970 h 18 v 18 h -18 z"/>
<path style="fill:#f04a50;color:#000" id="path4851" d="m 268.7501,972 a 1.74961,1.74961 0 0,0 -1.21879,3.00483 l 3.9958,3.9935 -3.9958,3.9958 a 1.74961,1.74961 0 1,0 2.47403,2.47403 l 3.9958,-3.9958 3.9935,3.9958 a 1.74961,1.74961 0 1,0 2.47403,-2.47403 l -3.9935,-3.9958 3.9935,-3.9935 a 1.74961,1.74961 0 0,0 -1.21879,-3.00483 1.74961,1.74961 0 0,0 -1.25524,0.5308 l -3.9935,3.9935 -3.9958,-3.9935 a 1.74961,1.74961 0 0,0 -1.25524,-0.5308 z "/>
</g>
<g id="tab-close-focused" transform="translate(52,0)">
<path style="fill-opacity:0" id="rect4855" d="m 265,970 h 18 v 18 h -18 z"/>
<path style="fill:#00bcd4;color:#000" id="path4857" d="m 268.7501,972 a 1.74961,1.74961 0 0,0 -1.21879,3.00483 l 3.9958,3.9935 -3.9958,3.9958 a 1.74961,1.74961 0 1,0 2.47403,2.47403 l 3.9958,-3.9958 3.9935,3.9958 a 1.74961,1.74961 0 1,0 2.47403,-2.47403 l -3.9935,-3.9958 3.9935,-3.9935 a 1.74961,1.74961 0 0,0 -1.21879,-3.00483 1.74961,1.74961 0 0,0 -1.25524,0.5308 l -3.9935,3.9935 -3.9958,-3.9935 a 1.74961,1.74961 0 0,0 -1.25524,-0.5308 z "/>
</g>
<g id="tab-close-disabled" transform="translate(76,0)">
<path style="fill-opacity:0" id="rect4861" d="m 265,970 h 18 v 18 h -18 z"/>
<path style="fill-opacity:.235;color:#000" id="path4863" d="m 268.7501,972 a 1.74961,1.74961 0 0,0 -1.21879,3.00483 l 3.9958,3.9935 -3.9958,3.9958 a 1.74961,1.74961 0 1,0 2.47403,2.47403 l 3.9958,-3.9958 3.9935,3.9958 a 1.74961,1.74961 0 1,0 2.47403,-2.47403 l -3.9935,-3.9958 3.9935,-3.9935 a 1.74961,1.74961 0 0,0 -1.21879,-3.00483 1.74961,1.74961 0 0,0 -1.25524,0.5308 l -3.9935,3.9935 -3.9958,-3.9935 a 1.74961,1.74961 0 0,0 -1.25524,-0.5308 z "/>
</g>
</g>
<g id="common-focused-left" transform="translate(-9,5)">
<path style="fill:#00bcd4" id="rect4870" d="m 270.5,1170 h 2.5 v 30 h -2.5 z"/>
<path style="fill:#fff" id="path4872" d="m 272,1170 0,30 1,0 0,-30 z"/>
<path style="fill-rule:evenodd;fill-opacity:0" id="path4874" d="m 270,1170 0,30 1,0 0,-30 z"/>
</g>
<g id="common-focused-topleft" transform="translate(-9,5)">
<path style="fill:#00bcd4" id="path4878" d="m 308.5,1172.5 -2.5,0 0,2.5 2.5,0 z" transform="translate(-35.5,-5)"/>
<path style="fill:#fff" id="path4880" d="m 273,1169 -1,0 0,1 1,0 z"/>
<path style="fill-opacity:0" id="path4882" d="m 273,1167 -3,0 0,3 1,0 c 0,-1.125 0.875,-2 2,-2 z"/>
</g>
<use width="100%" x="0" y="0" height="100%" xlink:href="#common-focused-left" id="common-focused-top" transform="matrix(0,1,-1,0,1469,911)"/>
<use width="100%" x="0" y="0" height="100%" xlink:href="#common-focused-topleft" id="common-focused-topright" transform="matrix(0,1,-1,0,1469,911)"/>
<use width="100%" x="0" y="0" height="100%" xlink:href="#common-focused-left" id="common-focused-right" transform="matrix(-1,0,0,1,558,0)"/>
<use width="100%" x="0" y="0" height="100%" xlink:href="#common-focused-left" id="common-focused-bottom" transform="matrix(0,-1,1,0,-911,1469)"/>
<use width="100%" x="0" y="0" height="100%" xlink:href="#common-focused-topleft" id="common-focused-bottomleft" transform="matrix(0,-1,1,0,-911,1469)"/>
<use width="100%" x="0" y="0" height="100%" xlink:href="#common-focused-topleft" id="common-focused-bottomright" transform="matrix(-1,0,0,-1,558,2380)"/>
<rect width="10" x="365" y="812.5" height="10" style="opacity:.001" id="menubaritem-pressed"/>
<rect width="10" x="355" y="812.5" height="10" style="opacity:.001" id="menubaritem-pressed-left"/>
<path style="fill:#00bcd4" id="menubaritem-pressed-bottomleft" d="m 355,822.5 h 10 v 10 h -10 z"/>
<rect width="10" x="375" y="812.5" height="10" style="opacity:.001" id="menubaritem-pressed-right"/>
<path style="fill:#00bcd4" id="menubaritem-pressed-bottomright" d="m 375,822.5 h 10 v 10 h -10 z"/>
<rect width="10" x="365" y="802.5" height="10" style="opacity:.001" id="menubaritem-pressed-top"/>
<rect width="10" x="355" y="802.5" height="10" style="opacity:.001" id="menubaritem-pressed-topleft"/>
<rect width="10" x="375" y="802.5" height="10" style="opacity:.001" id="menubaritem-pressed-topright"/>
<rect width="10" x="407.5" y="812.5" height="10" style="opacity:.001" id="menubaritem-toggled"/>
<rect width="10" x="397.5" y="812.5" height="10" style="opacity:.001" id="menubaritem-toggled-left"/>
<path style="fill:#00bcd4" id="menubaritem-toggled-bottomleft" d="m 397.5,822.5 h 10 v 10 h -10 z"/>
<rect width="10" x="417.5" y="812.5" height="10" style="opacity:.001" id="menubaritem-toggled-right"/>
<path style="fill:#00bcd4" id="menubaritem-toggled-bottomright" d="m 417.5,822.5 h 10 v 10 h -10 z"/>
<rect width="10" x="407.5" y="802.5" height="10" style="opacity:.001" id="menubaritem-toggled-top"/>
<rect width="10" x="397.5" y="802.5" height="10" style="opacity:.001" id="menubaritem-toggled-topleft"/>
<rect width="10" x="417.5" y="802.5" height="10" style="opacity:.001" id="menubaritem-toggled-topright"/>
<g style="fill-rule:evenodd" id="menu-shadow-top">
<path style="opacity:.2;fill:url(#linearGradient6754-0)" id="menu-shadow-top0" d="m 17.5005,791 0,2.5 58,0 0,-2.5 z "/>
<path style="fill:#fff" id="path4856" d="m 17.5,793.5 0,2.5 58,0 0,-2.5 z"/>
</g>
<rect width="2.5" x="45.487774" y="791" height="2.5" style="fill:#b74aff" id="menu-shadow-hint-top"/>
<g id="tree-plus-normal" transform="rotate(90,230.7465,539.7465)">
<path style="opacity:0;fill:#fff" id="rect1821" d="m -607.493,8 h 24 v 24 h -24 z " transform="rotate(-90)"/>
<path style="fill:#646464" id="path1823" d="M 8,602.986 20,588 32,602.986 Z"/>
</g>
<g id="tree-plus-focused" transform="rotate(90,246.5,556.5)">
<path style="opacity:0;fill:#fff" id="rect1815" d="m -607.493,8 h 24 v 24 h -24 z " transform="rotate(-90)"/>
<path style="fill:#00c867" id="path1817" d="M 8,602.986 20,588 32,602.986 Z"/>
</g>
<use width="100%" x="0" y="0" height="100%" xlink:href="#arrow-up-disabled" id="tree-plus-disabled" transform="matrix(0,-1,-1,0,528,456)"/>
<use width="100%" x="0" y="0" height="100%" xlink:href="#arrow-up-disabled" id="tree-minus-disabled" transform="matrix(1,0,0,-1,147,608)"/>
<g style="fill-rule:evenodd;fill:#dcdedf">
<path id="header-normal-bottom" d="m 78.5,96.5 -6,0 0,6 6,0 z"/>
<path id="header-normal-bottomleft" d="m 84.5,96.5 -6,0 0,6 6,0 z"/>
<path id="header-normal-bottomright" d="m 90.5,96.5 -6,0 0,6 6,0 z"/>
<path id="header-normal-left" d="m 90.5,90.5 0,-6 -6,0 0,6 z"/>
<path id="header-normal-right" d="m 84.5,90.5 0,-6 -6,0 0,6 z"/>
<path id="header-normal-top" d="m 78.5,90.5 -6,0 0,6 6,0 z"/>
<path id="header-normal-topright" d="m 84.5,90.5 -6,0 0,6 6,0 z"/>
<path id="header-normal-topleft" d="m 90.5,90.5 -6,0 0,6 6,0 z"/>
</g>
<g style="color:#000">
<g style="fill-opacity:.119">
<path id="focus-bottomleft" d="m 192.5,101.5 2,0 0,-2 -2,0 z"/>
<path id="focus-bottomright" d="m 214.5,101.5 2,0 0,-2 -2,0 z"/>
</g>
<g style="fill:#dee0e1">
<path id="focus-topleft" d="m 192.5,79.5 2,0 0,-2 -2,0 z"/>
<path id="focus-topright" d="m 214.5,79.5 2,0 0,-2 -2,0 z"/>
</g>
</g>
<g style="color:#000" id="focus-top" transform="translate(104.5,-30)">
<path style="fill-opacity:0" id="focus-top0" d="m 90,109.5 20,0 0,-2 -20,0 z"/>
<g style="fill:#dee0e1">
<path id="path4914" d="m 90,109.5 2.5,0 0,-2 -2.5,0 z"/>
<path id="path4922" d="m 95,109.5 2.5,0 0,-2 -2.5,0 z"/>
<path id="path4924" d="m 99.75,109.5 2.5,0 0,-2 -2.5,0 z"/>
<path id="path4926" d="m 105,109.5 2.5,0 0,-2 -2.5,0 z"/>
</g>
</g>
<use width="100%" x="0" y="0" height="100%" xlink:href="#focus-top" id="focus-right" transform="matrix(0,1,-1,0,294,-115)"/>
<use width="100%" x="0" y="0" height="100%" xlink:href="#focus-top" id="focus-bottom" transform="matrix(-1,0,0,-1,409,179)"/>
<use width="100%" x="0" y="0" height="100%" xlink:href="#focus-top" id="focus-left" transform="matrix(0,-1,1,0,115,294)"/>
<g style="fill-rule:evenodd">
<path style="fill:#fafbfc" id="header-normal" d="m 78.5,90.5 0,-6 -6,0 0,6 z"/>
<path style="fill:#e9ebed;fill-opacity:.941" id="header-pressed" d="m 146,84.5 -6,0 0,6 6,0 z"/>
<path id="expand-combo-normal" d="M 10,0 H 20 V 10 H 10 Z"/>
</g>
<use width="100%" x="0" y="0" height="100%" xlink:href="#arrow-up-normal" id="carrow-normal" transform="matrix(1,0,0,-1,145.10525,522)"/>
<use width="100%" x="0" y="0" height="100%" xlink:href="#arrow-up-focused" id="carrow-focused" transform="matrix(1,0,0,-1,144.80702,522)"/>
<use width="100%" x="0" y="0" height="100%" xlink:href="#arrow-up-disabled" id="carrow-disabled" transform="matrix(1,0,0,-1,174,522)"/>
<use width="100%" x="0" y="0" height="100%" xlink:href="#arrow-up-normal" id="carrow-pressed" transform="matrix(1,0,0,-1,217.10525,522)"/>
<g id="tabBarFrame-normal-bottom" transform="matrix(0,-1,0.66666667,0,-533.83334,1084)">
<path style="fill-rule:evenodd;fill-opacity:0" id="path1767" d="m 174,921.5 h -4 l 1.3e-4,-6 H 174 Z"/>
<path style="fill:#e7ebed;color:#000" id="path1769" d="M 172,921.5 H 170 l 1e-4,-6 h 2 z"/>
</g>
<g style="fill-rule:evenodd" id="tooltip-shadow-top" transform="translate(354,-38)">
<path style="opacity:.3;fill:url(#linearGradient4963)" id="path4959" d="m 17.5005,877 0,3 58,0 0,-3 z "/>
<path style="fill:#1e282d" id="path4961" d="m 17.5,879 0,3 58,0 0,-3 z"/>
</g>
<use width="100%" x="0" y="0" height="100%" xlink:href="#menu-shadow-hint-top" id="tooltip-shadow-hint-top" transform="matrix(1,0,0,0.8,354,206.2)"/>
<g style="fill-rule:evenodd">
<g style="fill:#1e282d">
<path id="tooltip-normal-left" d="m 371.5,917 5,0 0,48 -5,0 z"/>
<path id="tooltip-normal-topleft" d="m 376.5,912 -4.9989,0 -.001,5 5,0 z "/>
<path id="tooltip-normal-top" d="m 424.5,912 -3e-4,5 -48,0 L 376.5,912 Z"/>
<path id="tooltip-normal-topright" d="m 429.5,917 -3e-4,-4.9989 -5,-10e-4 0,5 z"/>
<path id="tooltip-normal-right" d="m 429.4998,917 -5,0 0,48 5,0 z "/>
<path id="tooltip-normal-bottomright" d="m 424.4998,970 4.9989,-.0003 .001,-5 -5,0 z "/>
<path id="tooltip-normal-bottom" d="m 376.50075,970 0,-5 48,0 -3e-4,5 z"/>
<path id="tooltip-normal-bottomleft" d="m 371.5005,965 .0003,4.9989 5,.001 0,-5 z "/>
<path id="tooltip-normal" d="m 376.5,917 h 48 v 48 h -48 z"/>
</g>
<g id="tooltip-shadow-left" transform="translate(354,-38)">
<path style="opacity:.4;fill:url(#linearGradient4953)" id="tooltip-shadow-left0" d="m 12.5005,882 0,60 5,0 0,-60 z "/>
<path style="fill:#1e282d" id="path4968" d="m 14.5,882 0,60 3,0 0,-60 z"/>
</g>
</g>
<use width="100%" x="0" y="0" height="100%" xlink:href="#menu-shadow-hint-left" id="tooltip-shadow-hint-left" transform="matrix(0.4,0,0,1,361.50126,48)"/>
<g style="fill-rule:evenodd" id="tooltip-shadow-right" transform="translate(354,-38)">
<path style="opacity:.48;fill:url(#linearGradient4957)" id="tooltip-shadow-right0" d="m 75.5003,882 0,60 5,0 0,-60 z "/>
<path style="fill:#1e282d" id="path4982" d="m 75.5003,882 0,60 2,0 0,-60 z "/>
</g>
<use width="100%" x="0" y="0" height="100%" xlink:href="#menu-shadow-hint-right" id="tooltip-shadow-hint-right" transform="matrix(0.6,0,0,1,386.19419,48)"/>
<g style="fill-rule:evenodd" id="tooltip-shadow-bottom" transform="translate(354,-38)">
<path style="opacity:.58;fill:url(#linearGradient4945)" id="tooltip-shadow-bottom0" d="m 17.5005,942 0,5 58,0 0,-5 z "/>
<path style="fill:#1e282d" id="path4990" d="m 17.5,942 0,2 58,0 0,-2 z"/>
</g>
<use width="100%" x="0" y="0" height="100%" xlink:href="#menu-shadow-hint-bottom" id="tooltip-shadow-hint-bottom" transform="matrix(1,0,0,0.6,354,392.4)"/>
<g style="fill-rule:evenodd">
<g id="tooltip-shadow-topleft" transform="translate(354,-38)">
<path style="opacity:.28;fill:url(#radialGradient4966)" id="tooltip-shadow-topleft0" d="m 12.50035,877 1e-4,5 5,-10e-5 0,-5 z"/>
<path style="fill:#1e282d" id="path4998" d="m 14.5,879 6e-5,3 3,-6e-5 0,-3 z"/>
</g>
<g id="tooltip-shadow-topright" transform="translate(354,-38)">
<path style="opacity:.43;fill:url(#radialGradient4962)" id="tooltip-shadow-topright0" d="m 75.5005,877 0,5 5,0 0,-5 z "/>
<path style="fill:#1e282d" id="path5004" d="m 75.5005,879 0,3 2,0 0,-3 z "/>
</g>
<g id="tooltip-shadow-bottomleft" transform="translate(354,-38)">
<path style="opacity:.48;fill:url(#radialGradient4949)" id="tooltip-shadow-bottomleft0" d="m 12.50045,942 0,5 5,0 -5e-4,-5 z"/>
<path style="fill:#1e282d" id="path5010" d="m 14.5,942 0,2 3,0 -3e-4,-2 z"/>
</g>
<g id="tooltip-shadow-bottomright" transform="translate(354,-38)">
<path style="opacity:.48;fill:url(#radialGradient4940)" id="tooltip-shadow-bottomright0" d="m 75.50045,942 3e-4,5 5,0 0,-5 z"/>
<path style="fill:#1e282d" id="path5016" d="m 75.5005,942 .0001,2 2,0 0,-2 z "/>
</g>
</g>
<g id="button-normal-left" transform="translate(-46)">
<path style="fill:#fff;fill-rule:evenodd" id="path1773" d="M 53,52 V 20 h -5 v 32 z"/>
<path style="fill:url(#linearGradient1767);color:#000" id="path1775" d="m 46,20 v 32 h 2 V 20 Z"/>
</g>
<g id="button-normal-bottom" transform="translate(-46,1)">
<path style="fill:#fff;fill-rule:evenodd" id="path1791" d="M 85,51 H 53 v 3 h 32 z"/>
<path style="fill:url(#linearGradient1809);color:#000" id="path1793" d="M 53,58 H 85 V 54 H 53 Z"/>
</g>
<use width="100%" x="0" y="0" height="100%" xlink:href="#button-normal-left" id="button-normal-right" transform="matrix(-1,0,0,1,46,0)"/>
<g id="button-normal-top" transform="translate(-46,-5)">
<path style="fill:#fff;fill-rule:evenodd" id="path5125" d="m 53,25 h 32 v -6 h -32 z"/>
<path style="fill:url(#linearGradient5133);color:#000" id="path5127" d="M 85,18 H 53 v 1 h 32 z"/>
</g>
<path style="fill:url(#linearGradient1732);color:#000" id="menubar-normal-bottom" d="m 305,830 h 5 v -5 h -5 z"/>
<use width="100%" x="0" y="0" height="100%" xlink:href="#menubar-normal-bottom" id="menubar-normal-bottomleft" transform="translate(-5)"/>
<use width="100%" x="0" y="0" height="100%" xlink:href="#menubar-normal-bottom" id="menubar-normal-bottomright" transform="translate(5)"/>
<g style="fill-rule:evenodd">
<g style="fill-opacity:0">
<path id="tab-toggled" d="m 25,926 h 10 v 10 H 25 Z"/>
<path id="tab-toggled-top" d="m 25,916 h 10 v 10 H 25 Z"/>
<path id="tab-toggled-right" d="m 35,926 h 10 v 10 H 35 Z"/>
<path id="tab-toggled-topright" d="m 35,916 h 10 v 10 H 35 Z"/>
<path id="tab-toggled-left" d="m 15,926 h 10 v 10 H 15 Z"/>
<path id="tab-toggled-topleft" d="m 15,916 h 10 v 10 H 15 Z"/>
</g>
<g style="fill:#00bcd4">
<path id="tab-toggled-bottom" d="m 25,936 h 10 v 10 H 25 Z"/>
<path id="tab-toggled-bottomright" d="m 35,936 h 10 v 10 H 35 Z"/>
<path id="tab-toggled-bottomleft" d="m 15,936 h 10 v 10 H 15 Z"/>
</g>
<path style="fill:#4db6ac" id="slidercursor-normal" d="m 395,742.5 c -2.64704,2.20595 -5.58246,7.5 -10.553,7.5 -4.97054,0 -7.45032,-3.52943 -7.44696,-7.5 0.003,-3.97108 2.47642,-7.5 7.44696,-7.5 4.97055,0 7.90598,5.29415 10.553,7.5 z "/>
<path style="fill:#fafbfc;stroke:#e5e7e7;stroke-width:3" id="slidercursor-disabled" d="m 426.6782,742.5 c -2.085,1.76471 -4.39719,6 -8.31243,6 -3.91516,0 -5.86847,-2.82358 -5.86582,-6 0.002,-3.17691 1.95066,-6 5.86582,-6 3.91522,0 6.22741,4.23539 8.31243,6 z "/>
</g>
<path style="fill:#c2c5c7" id="scrollbarslider-normal" d="m 10,1102.5 h 7.5 V 1115 H 10 Z"/>
<path style="fill:#a4a9ac" id="scrollbarslider-focused" d="M 17.5,1102.5 H 25 v 12.5 h -7.5 z"/>
<path style="fill:#263238" id="scrollbarslider-pressed" d="m 25,1102.5 h 7.5 V 1115 H 25 Z"/>
<use width="100%" x="0" y="0" height="100%" xlink:href="#tree-plus-normal" id="tree-minus-normal" transform="rotate(90,160,344)"/>
<use width="100%" x="0" y="0" height="100%" xlink:href="#tree-plus-focused" id="tree-minus-focused" transform="rotate(90,192.50702,345)"/>
<use width="100%" x="0" y="0" height="100%" xlink:href="#spin-plus-focused" id="spin-plus-pressed" transform="translate(32)"/>
<use width="100%" x="0" y="0" height="100%" xlink:href="#spin-plus-focused" id="spin-up-pressed" transform="translate(32,22)"/>
<g id="button-normal-bottomleft">
<path style="fill:#fff;fill-rule:evenodd" id="path1797" d="M 7,55 H 4 C 2.5,55 2,54.5 2,53 v -1 h 5 z"/>
<g style="color:#000">
<path style="fill:url(#radialGradient1856)" id="path1799" d="M 7,59 H 0 v -7 h 2 v 1 c 0,1.5 0.5,2 2,2 h 3 z"/>
<path style="fill:url(#radialGradient2042)" id="path3801" d="M 7,59 H 0 v -7 h 2 v 1 c 0,1.5 0.5,2 2,2 h 3 z"/>
</g>
</g>
<use width="100%" x="0" y="0" height="100%" xlink:href="#button-normal-bottomleft" id="button-normal-bottomright" transform="matrix(-1,0,0,1,46,0)"/>
<g id="button-toggled-left" transform="translate(94)">
<path style="fill:#00bcd4;fill-rule:evenodd" id="path3841" d="M 53,52 V 20 h -5 v 32 z"/>
<path style="fill:url(#linearGradient2362);color:#000" id="path3843" d="m 46,20 v 32 h 2 V 20 Z"/>
</g>
<g id="button-toggled-bottom" transform="translate(94,1)">
<path style="fill:#00bcd4;fill-rule:evenodd" id="path3847" d="M 85,51 H 53 v 3 h 32 z"/>
<path style="fill:url(#linearGradient3881);color:#000" id="path3849" d="M 53,58 H 85 V 54 H 53 Z"/>
</g>
<g id="button-toggled-top" transform="translate(94,-5)">
<path style="fill:#00bcd4;fill-rule:evenodd" id="path3861" d="m 53,25 h 32 v -6 h -32 z"/>
<path style="fill:url(#linearGradient3885);color:#000" id="path3863" d="M 85,18 H 53 v 1 h 32 z"/>
</g>
<g id="button-normal-topleft">
<path style="fill:#fff;fill-rule:evenodd" id="path5119" d="M 7,14 H 4 c -1.5,0 -2,0.5 -2,2 v 4 h 5 z"/>
<g style="color:#000">
<path style="fill:url(#radialGradient1637)" id="path5121" d="M 7,13 H 0 v 7 h 2 v -4 c 0,-1.5 0.5,-2 2,-2 h 3 z"/>
<path style="fill:url(#radialGradient2500)" id="path4718" d="M 7,13 H 0 v 7 h 2 v -4 c 0,-1.5 0.5,-2 2,-2 h 3 z"/>
</g>
</g>
<use width="100%" x="0" y="0" height="100%" xlink:href="#button-normal-topleft" id="button-normal-topright" transform="matrix(-1,0,0,1,46,0)"/>
<path style="fill:#fafbfc" id="lineedit-normal" d="m 322.5,95 h 10 v 10 h -10 z"/>
<path style="fill:#00bcd4;color:#000" id="combo-pressed-bottom" d="m 415.5,110.5 h 32 v -3 h -32 z"/>
<path style="fill:#fafbfc" id="combo-normal" d="m 416.5,81.5001 h 10 v 10 h -10 z "/>
<g style="color:#000">
<path style="fill:#dcdedf" id="combo-normal-bottom" d="m 415.5,97 h 32 v -3 h -32 z"/>
<path style="fill:#a6abae" id="combo-focused-bottom" d="m 415.5,107.5 h 32 v -3 h -32 z"/>
</g>
<path style="opacity:0" id="lineedit-normal-topleft" d="m 345,95.5 h 2 v 2 h -2 z"/>
<path style="opacity:0" id="lineedit-normal-top" d="m 347,95.5 h 2 v 2 h -2 z"/>
<path style="opacity:0" id="lineedit-normal-topright" d="m 349,95.5 h 2 v 2 h -2 z"/>
<path style="opacity:0" id="lineedit-normal-bottomleft" d="m 345,99.5 h 2 v 2 h -2 z"/>
<path style="opacity:0" id="lineedit-normal-left" d="m 345,97.5 h 2 v 2 h -2 z"/>
<path style="opacity:0" id="lineedit-normal-bottomright" d="m 349,99.5 h 2 v 2 h -2 z"/>
<path style="opacity:0" id="lineedit-normal-right" d="m 349,97.5 h 2 v 2 h -2 z"/>
<path style="opacity:0" id="combo-normal-topleft" d="m 432.5,86 h 2 v 2 h -2 z"/>
<path style="opacity:0" id="combo-normal-top" d="m 434.5,86 h 2 v 2 h -2 z"/>
<path style="opacity:0" id="combo-normal-topright" d="m 436.5,86 h 2 v 2 h -2 z"/>
<path style="opacity:0" id="combo-normal-bottomleft" d="m 432.5,90 h 2 v 2 h -2 z"/>
<path style="opacity:0" id="combo-normal-left" d="m 432.5,88 h 2 v 2 h -2 z"/>
<path style="opacity:0" id="combo-normal-bottomright" d="m 436.5,90 h 2 v 2 h -2 z"/>
<path style="opacity:0" id="combo-normal-right" d="m 436.5,88 h 2 v 2 h -2 z"/>
<g style="fill-rule:evenodd">
<path style="opacity:.21" id="tab-focused-bottom" d="m 61,936 h 10 v 10 H 61 Z"/>
<path style="opacity:.21" id="tab-focused-bottomright" d="m 71,936 h 10 v 10 H 71 Z"/>
<path style="opacity:.21" id="tab-focused-bottomleft" d="m 51,936 h 10 v 10 H 51 Z"/>
<path style="fill:#f5f5f5" id="button-pressed" d="M 133,52 V 20 h -32 v 32 z"/>
</g>
<g id="button-pressed-left" transform="translate(48)">
<path style="fill:#f5f5f5;fill-rule:evenodd" id="path1588" d="M 53,52 V 20 h -5 v 32 z"/>
<path style="fill:url(#linearGradient1988);color:#000" id="path1590" d="m 46,20 v 32 h 2 V 20 Z"/>
</g>
<g id="button-pressed-bottom" transform="translate(48,1)">
<path style="fill:#f5f5f5;fill-rule:evenodd" id="path1594" d="M 85,51 H 53 v 3 h 32 z"/>
<path style="fill:url(#linearGradient1624);color:#000" id="path1596" d="M 53,58 H 85 V 54 H 53 Z"/>
</g>
<g id="button-pressed-top" transform="translate(48,-5)">
<path style="fill:#f5f5f5;fill-rule:evenodd" id="path1600" d="m 53,25 h 32 v -6 h -32 z"/>
<path style="fill:url(#linearGradient1626);color:#000" id="path1602" d="M 85,18 H 53 v 1 h 32 z"/>
</g>
<path style="fill:#fff;fill-rule:evenodd" id="button-focused" d="M 54,20 V 52 H 86 V 20 Z"/>
<g id="button-focused-left" transform="translate(1)">
<path style="fill:#fff;fill-rule:evenodd;stroke-width:.725" id="path5064" d="M 53,52 V 20 h -5 v 32 z"/>
<path style="fill:url(#linearGradient2050);color:#000;stroke-width:1.263" id="path5066" d="m 46,20 v 32 h 2 V 20 Z"/>
</g>
<g id="button-focused-top" transform="translate(1,-5)">
<path style="fill:#fff;fill-rule:evenodd;stroke-width:.888" id="path1620" d="m 53,25 h 32 v -6 h -32 z"/>
<path style="fill:url(#linearGradient7463);color:#000;stroke-width:.628" id="path1622" d="M 85,18 H 53 v 1 h 32 z"/>
</g>
<g id="button-focused-bottom" transform="translate(1,1)">
<path style="fill:#fff;fill-rule:evenodd;stroke-width:.512" id="path1626" d="M 85,51 H 53 v 2 h 32 z"/>
<path style="fill:url(#linearGradient7337);color:#000;stroke-width:1.403" id="path1628" d="M 53,58 H 85 V 53 H 53 Z"/>
</g>
<g id="button-focused-right" transform="matrix(-1,0,0,1,139,0)">
<path style="fill:#fff;fill-rule:evenodd;stroke-width:.725" id="path1736" d="M 53,52 V 20 h -4 v 32 z"/>
<path style="fill:url(#linearGradient1742);color:#000;stroke-width:1.263" id="path1738" d="m 46,20 v 32 h 3 V 20 Z"/>
</g>
<g id="button-focused-topright" transform="translate(1)">
<path style="fill:#fff;fill-rule:evenodd" id="path1728" d="m 85,14 h 2 c 1.5,0 2,0.5 2,2 v 4 h -4 z"/>
<g style="color:#000" id="g1559">
<path style="fill:url(#radialGradient1734)" id="path1730" d="m 85,13 h 7 v 7 h -3 v -4 c 0,-1.5 -0.5,-2 -2,-2 h -2 z"/>
<path style="fill:url(#radialGradient1939)" id="path1937" d="m 85,13 h 7 v 7 h -3 v -4 c 0,-1.5 -0.5,-2 -2,-2 h -2 z"/>
</g>
</g>
<g id="button-focused-bottomright" transform="translate(1)">
<path style="fill:#fff;fill-rule:evenodd;stroke-width:.462" id="path1745" d="m 85,54 h 2 c 1.5,0 2,-0.5 2,-2 h -4 z"/>
<g style="color:#000;stroke-width:.864" id="g1565">
<path style="fill:url(#radialGradient1751)" id="path1747" d="m 85,59 h 7 v -7 h -3 c 0,1.5 -0.5,2 -2,2 h -2 z"/>
<path style="opacity:.7;fill:url(#radialGradient1954)" id="path1950" d="m 85,59 h 7 v -7 h -3 c 0,1.5 -0.5,2 -2,2 h -2 z"/>
</g>
</g>
<g id="button-focused-bottomleft" transform="translate(1)">
<path style="fill:#fff;fill-rule:evenodd;stroke-width:.462" id="path1816" d="m 53,54 h -3 c -1.5,0 -2,-0.5 -2,-2 h 5 z"/>
<g style="color:#000;stroke-width:.864" id="g1571">
<path style="fill:url(#radialGradient1987)" id="path1818" d="m 53,59 h -7 v -7 h 2 c 0,1.5 0.5,2 2,2 h 3 z"/>
<path style="opacity:.6;fill:url(#radialGradient2009)" id="path2007" d="m 53,59 h -7 v -7 h 2 c 0,1.5 0.5,2 2,2 h 3 z"/>
</g>
</g>
<g id="button-focused-topleft">
<path style="fill:#fff;fill-rule:evenodd" id="path5070" d="m 54,14 h -3 c -1.5,0 -2,0.5 -2,2 v 4 h 5 z"/>
<g style="color:#000">
<path style="fill:url(#radialGradient1933)" id="path5072" d="m 54,13 h -7 v 7 h 2 v -4 c 0,-1.5 0.5,-2 2,-2 h 3 z"/>
<path style="fill:url(#radialGradient1562)" id="path1558" d="m 54,13 h -7 v 7 h 2 v -4 c 0,-1.5 0.5,-2 2,-2 h 3 z"/>
</g>
</g>
<g id="button-pressed-bottomleft" transform="translate(94)">
<path style="fill:#f5f5f5;fill-rule:evenodd" id="path2228" d="M 7,55 H 4 C 2.5,55 2,54.5 2,53 v -1 h 5 z"/>
<g style="color:#000">
<path style="fill:url(#radialGradient2244)" id="path2230" d="M 7,59 H 0 v -7 h 2 v 1 c 0,1.5 0.5,2 2,2 h 3 z"/>
<path style="fill:url(#radialGradient2246)" id="path2232" d="M 7,59 H 0 v -7 h 2 v 1 c 0,1.5 0.5,2 2,2 h 3 z"/>
</g>
</g>
<g id="button-pressed-topleft" transform="translate(94)">
<path style="fill:#f5f5f5;fill-rule:evenodd" id="path2236" d="M 7,14 H 4 c -1.5,0 -2,0.5 -2,2 v 4 h 5 z"/>
<g style="color:#000">
<path style="fill:url(#radialGradient2248)" id="path2238" d="M 7,13 H 0 v 7 h 2 v -4 c 0,-1.5 0.5,-2 2,-2 h 3 z"/>
<path style="fill:url(#radialGradient2250)" id="path2240" d="M 7,13 H 0 v 7 h 2 v -4 c 0,-1.5 0.5,-2 2,-2 h 3 z"/>
</g>
</g>
<g id="button-toggled-bottomleft" transform="translate(140)">
<path style="fill:#00bcd4;fill-rule:evenodd" id="path2256" d="M 7,55 H 4 C 2.5,55 2,54.5 2,53 v -1 h 5 z"/>
<g style="color:#000">
<path style="fill:url(#radialGradient2272)" id="path2258" d="M 7,59 H 0 v -7 h 2 v 1 c 0,1.5 0.5,2 2,2 h 3 z"/>
<path style="fill:url(#radialGradient2274)" id="path2260" d="M 7,59 H 0 v -7 h 2 v 1 c 0,1.5 0.5,2 2,2 h 3 z"/>
</g>
</g>
<g id="button-toggled-topleft" transform="translate(140)">
<path style="fill:#00bcd4;fill-rule:evenodd" id="path2264" d="M 7,14 H 4 c -1.5,0 -2,0.5 -2,2 v 4 h 5 z"/>
<g style="color:#000">
<path style="fill:url(#radialGradient2276)" id="path2266" d="M 7,13 H 0 v 7 h 2 v -4 c 0,-1.5 0.5,-2 2,-2 h 3 z"/>
<path style="fill:url(#radialGradient2278)" id="path2268" d="M 7,13 H 0 v 7 h 2 v -4 c 0,-1.5 0.5,-2 2,-2 h 3 z"/>
</g>
</g>
<use width="100%" x="0" y="0" height="100%" xlink:href="#button-pressed-left" id="button-pressed-right" transform="matrix(-1,0,0,1,234,0)"/>
<use width="100%" x="0" y="0" height="100%" xlink:href="#button-pressed-bottomleft" id="button-pressed-bottomright" transform="matrix(-1,0,0,1,234,0)"/>
<use width="100%" x="0" y="0" height="100%" xlink:href="#button-pressed-topleft" id="button-pressed-topright" transform="matrix(-1,0,0,1,234,0)"/>
<use width="100%" x="0" y="0" height="100%" xlink:href="#button-toggled-left" id="button-toggled-right" transform="matrix(-1,0,0,1,326,0)"/>
<use width="100%" x="0" y="0" height="100%" xlink:href="#button-toggled-bottomleft" id="button-toggled-bottomright" transform="matrix(-1,0,0,1,326,0)"/>
<use width="100%" x="0" y="0" height="100%" xlink:href="#button-toggled-topleft" id="button-toggled-topright" transform="matrix(-1,0,0,1,326,0)"/>
<use width="100%" x="0" y="0" height="100%" xlink:href="#arrow-up-normal" id="menuitem-right-focused" transform="rotate(90,-25.5,417.5)"/>
<use width="100%" x="0" y="0" height="100%" xlink:href="#arrow-up-normal" id="menuitem-left-focused" transform="rotate(-90,197,311)"/>
<g style="fill-rule:evenodd">
<g id="tbutton-normal-bottom">
<path style="opacity:0" id="tbutton-normal-bottom0" d="M 234,50.5 H 202 v 4 h 32 z"/>
<path style="fill:#fff;fill-opacity:.686" id="path1657" d="m 234,50.5 h -32 v 2 h 32 z"/>
</g>
<g id="tbutton-pressed-bottom" transform="translate(52)">
<path style="opacity:0" id="path1768" d="M 234,50.5 H 202 v 4 h 32 z"/>
<path style="fill:#fff" id="path1770" d="m 234,50.5 h -32 v 2 h 32 z"/>
</g>
</g>
<use width="100%" x="0" y="0" height="100%" xlink:href="#flat-arrow-down-disabled" id="flat-arrow-up-disabled" transform="matrix(1,0,0,-1,0,789)"/>
<use width="100%" x="0" y="0" height="100%" xlink:href="#flat-arrow-down-disabled" id="flat-arrow-right-disabled" transform="rotate(-90,161,319.5)"/>
<use width="100%" x="0" y="0" height="100%" xlink:href="#flat-arrow-down-disabled" id="flat-arrow-left-disabled" transform="rotate(90,148,454.5)"/>
<use width="100%" x="0" y="0" height="100%" xlink:href="#arrow-up-focused" id="tarrow-up-focused" transform="translate(173,207)"/>
<use width="100%" x="0" y="0" height="100%" xlink:href="#arrow-up-focused" id="tarrow-down-focused" transform="matrix(1,0,0,-1,173,743)"/>
<use width="100%" x="0" y="0" height="100%" xlink:href="#arrow-up-focused" id="tarrow-right-focused" transform="rotate(90,108,513)"/>
<use width="100%" x="0" y="0" height="100%" xlink:href="#arrow-up-focused" id="tarrow-left-focused" transform="rotate(-90,329.8465,215.1535)"/>
<use width="100%" x="0" y="0" height="100%" xlink:href="#flat-arrow-down-normal" id="tarrow-up-normal" transform="matrix(1,0,0,-1,172.5,844.30699)"/>
<use width="100%" x="0" y="0" height="100%" xlink:href="#flat-arrow-down-normal" id="tarrow-down-normal" transform="translate(172.5,105.69301)"/>
<use width="100%" x="0" y="0" height="100%" xlink:href="#flat-arrow-down-disabled" id="tarrow-up-disabled" transform="matrix(1,0,0,-1,190,842.5)"/>
<use width="100%" x="0" y="0" height="100%" xlink:href="#flat-arrow-down-disabled" id="tarrow-down-disabled" transform="translate(189,107.5)"/>
<use width="100%" x="0" y="0" height="100%" xlink:href="#flat-arrow-down-normal" id="tarrow-right-normal" transform="rotate(-90,214.8465,263.1535)"/>
<use width="100%" x="0" y="0" height="100%" xlink:href="#flat-arrow-down-normal" id="tarrow-left-normal" transform="rotate(90,123.75,598.25)"/>
<use width="100%" x="0" y="0" height="100%" xlink:href="#flat-arrow-down-disabled" id="tarrow-right-disabled" transform="rotate(-90,304.00351,257.99649)"/>
<use width="100%" x="0" y="0" height="100%" xlink:href="#flat-arrow-down-disabled" id="tarrow-left-disabled" transform="rotate(90,210.5965,598.5965)"/>
<g style="fill-rule:evenodd" id="tbutton-toggled-bottom">
<path style="fill-opacity:0" id="tbutton-toggled-bottom0" d="m 312,49.5 h -4 v 4 h 4 z"/>
<path style="fill:#00c3dc" id="path1591" d="m 312,49.5 h -4 v 3 h 4 z"/>
</g>
<use width="100%" x="0" y="0" height="100%" xlink:href="#tbutton-toggled-bottom" id="tbutton-toggled-bottomright" transform="translate(4)"/>
<use width="100%" x="0" y="0" height="100%" xlink:href="#tbutton-toggled-bottom" id="tbutton-toggled-bottomleft" transform="translate(-4)"/>
<use width="100%" x="0" y="0" height="100%" xlink:href="#arrow-down-toggled" id="arrow-up-toggled" transform="matrix(1,0,0,-1,0,540)"/>
<use width="100%" x="0" y="0" height="100%" xlink:href="#arrow-down-toggled" id="arrow-right-toggled" transform="rotate(-90,231,118)"/>
<use width="100%" x="0" y="0" height="100%" xlink:href="#arrow-down-toggled" id="arrow-left-toggled" transform="rotate(90,239,448)"/>
<use width="100%" x="0" y="0" height="100%" xlink:href="#arrow-down-toggled" id="tarrow-down-pressed" transform="translate(169,203)"/>
<use width="100%" x="0" y="0" height="100%" xlink:href="#arrow-down-toggled" id="tarrow-up-pressed" transform="matrix(1,0,0,-1,169,747)"/>
<use width="100%" x="0" y="0" height="100%" xlink:href="#arrow-down-toggled" id="tarrow-right-pressed" transform="rotate(-90,331,219)"/>
<use width="100%" x="0" y="0" height="100%" xlink:href="#arrow-down-toggled" id="tarrow-left-pressed" transform="rotate(90,143,543)"/>
<use width="100%" x="0" y="0" height="100%" xlink:href="#tabframe-normal-left" id="tabframe-normal-right" transform="matrix(-1,0,0,1,603,0)"/>
<use width="100%" x="0" y="0" height="100%" xlink:href="#tabframe-normal-topleft" id="tabframe-normal-topright" transform="matrix(-1,0,0,1,603,0)"/>
<use width="100%" x="0" y="0" height="100%" xlink:href="#tabframe-normal-left" id="tabframe-normal-top" transform="rotate(90,301.5,899.49985)"/>
<use width="100%" x="0" y="0" height="100%" xlink:href="#tabframe-normal-left" id="tabframe-normal-bottom" transform="rotate(-90,301.5,899.5)"/>
<use width="100%" x="0" y="0" height="100%" xlink:href="#tabframe-normal-topleft" id="tabframe-normal-bottomleft" transform="rotate(-90,301.5001,899.5001)"/>
<use width="100%" x="0" y="0" height="100%" xlink:href="#tabframe-normal-topleft" id="tabframe-normal-bottomright" transform="rotate(-180,301.5001,899.5)"/>
<use width="100%" x="0" y="0" height="100%" xlink:href="#tabBarFrame-normal-bottom" id="tabBarFrame-normal-bottomright" transform="translate(4)"/>
<use width="100%" x="0" y="0" height="100%" xlink:href="#tabBarFrame-normal-bottom" id="tabBarFrame-normal-bottomleft" transform="translate(-4)"/>
<g style="fill-rule:evenodd">
<path style="fill:#00bcd4" id="header-toggled" d="m 124,84.5 h -6 v 6 h 6 z "/>
<circle cx="386" cy="721" style="fill:#4db6ac" id="slidercursor-tickless-normal" r="9"/>
<circle cx="420" cy="721" style="fill:#fafbfc;stroke:#e5e7e7;stroke-linejoin:round;stroke-linecap:round;stroke-width:3" r="7.5" id="slidercursor-tickless-disabled"/>
</g>
<g style="color:#000">
<rect width="14.6" x="224.7" y="-197.3" rx="2" ry="2" height="14.6" style="fill:none;stroke:#fff;stroke-width:1.4" id="item-checkbox-focused" transform="scale(1,-1)"/>
<g id="item-checkbox-checked-focused" transform="translate(0,-20)">
<rect width="16" x="272.5" y="-216" rx="2" height="16" ry="2" style="fill:#fff" id="rect1550" transform="scale(1,-1)"/>
<path style="fill:#00bcd4;fill-rule:evenodd" id="path1552" d="m 283.3102,204.1733 -3.6775,4.2767 -1.9271,-1.3649 c -1.36466,-0.96654 -2.67814,1.25767 -1.56052,2.19687 l 3.5781,3.0068 5.5538,-6.5775 c 1.16417,-1.37876 -0.95766,-2.71149 -1.96677,-1.53793 z "/>
</g>
<g id="item-checkbox-tristate-focused" transform="translate(40,-17.5)">
<rect width="16" x="347.5" y="-213.5" rx="2" height="16" ry="2" style="fill:#f6feff" id="rect1558" transform="scale(1,-1)"/>
<path style="fill:#00bcd4" id="path1560" d="m 352.1,-207 h 6.8 c 0.8864,0 1.6,0.669 1.6,1.5 0,0.831 -0.7136,1.5 -1.6,1.5 h -6.8 c -0.8864,0 -1.6,-0.669 -1.6,-1.5 0,-0.831 0.7136,-1.5 1.6,-1.5 z" transform="scale(1,-1)"/>
</g>
<g style="stroke-width:1.4;fill:none;stroke:#6e6e6e">
<ellipse cx="69" cy="208" rx="7.3001299" ry="7.3001304" id="radio-focused"/>
<rect width="14.600261" x="234.69987" y="-215.30013" rx="2" ry="2" height="14.600261" id="checkbox-focused" transform="scale(1,-1)"/>
</g>
</g>
<g style="fill-rule:evenodd" id="mdi-close-normal" transform="translate(62,79)">
<circle cx="225" cy="460" style="fill:#fff" id="path6070" r="16"/>
<path style="fill:#505050" id="path6046" d="m 231.7175,449.747 -6.7175,6.7175 -6.7176,-6.7176 -3.5355,3.5355 6.7175,6.7176 -6.7174,6.7174 3.5356,3.5356 6.7174,-6.7174 6.7175,6.7175 3.5355,-3.5355 -6.7175,-6.7175 6.7175,-6.7175 z "/>
</g>
<g style="fill-rule:evenodd" id="mdi-close-focused" transform="translate(62,123)">
<circle cx="225" cy="460" style="fill:#ff0a0a" r="16" id="circle6090"/>
<path style="fill:#fff" id="path6092" d="m 231.0104,450.4541 -6.0104,6.0104 -6.0105,-6.0105 -3.5355,3.5355 6.0105,6.0105 -6.0104,6.0104 3.5355,3.5355 6.0104,-6.0104 6.0104,6.0104 3.5355,-3.5355 -6.0104,-6.0104 6.0104,-6.0104 z "/>
</g>
<use width="100%" x="0" y="0" height="100%" id="mdi-close-pressed" xlink:href="#mdi-close-focused" transform="translate(0,42)"/>
<use width="100%" x="0" y="0" height="100%" id="mdi-close-disabled" xlink:href="#mdi-close-normal" transform="translate(0,130)"/>
<g style="fill-rule:evenodd" id="mdi-restore-normal" transform="translate(-100,81)">
<circle cx="225" cy="460" style="fill:#fff" r="16" id="circle6128"/>
<rect width="14" x="477.36829" y="159.17023" height="14" style="fill:none;stroke:#5a5a5a;stroke-width:4" id="rect5003" transform="rotate(45)"/>
</g>
<g style="fill-rule:evenodd" id="mdi-maximize-normal" transform="translate(-184,79)">
<circle cx="225" cy="460" style="fill:#fff" r="16" id="circle1740"/>
<path style="fill:#505050" id="path1742" d="m 222.5,449.5 v 8 H 214 v 5 h 8.5 v 8.5 h 5 v -8.5 h 8.5 v -5 h -8.5 v -8 z"/>
</g>
<g style="fill-rule:evenodd" id="mdi-minimize-normal" transform="translate(-20,79)">
<circle cx="225" cy="460" style="fill:#fff" id="circle1746" r="16"/>
<path style="fill:#505050" id="path1748" d="m 214,457.5 v 5 l 22,7e-5 v -5 z"/>
</g>
<use width="100%" x="0" y="0" height="100%" xlink:href="#mdi-minimize-normal" id="mdi-shade-normal" transform="translate(150)"/>
<g style="fill-rule:evenodd" id="mdi-maximize-focused" transform="translate(-184,127)">
<circle cx="225" cy="460" style="fill:#0cb400" id="circle1775" r="16"/>
<path style="fill:#fff" id="path1777" d="m 222,449 v 8.1 h -8 v 5.9 l 8,7e-5 V 471 h 6 v -8 h 8 v -5.9 h -8 V 449 Z"/>
</g>
<g style="fill-rule:evenodd" id="mdi-minimize-focused" transform="translate(-20,127)">
<circle cx="225" cy="460" style="fill:#ff7a00" r="16" id="circle1793"/>
<path style="fill:#fff" id="path1795" d="m 214,457 v 6 h 22 v -6 z "/>
</g>
<use width="100%" x="0" y="0" height="100%" xlink:href="#mdi-minimize-focused" id="mdi-shade-focused" transform="translate(150)"/>
<use width="100%" x="0" y="0" height="100%" xlink:href="#mdi-minimize-focused" id="mdi-minimize-pressed" transform="translate(0,38)"/>
<use width="100%" x="0" y="0" height="100%" xlink:href="#mdi-minimize-focused" id="mdi-shade-pressed" transform="translate(150,38)"/>
<use width="100%" x="0" y="0" height="100%" xlink:href="#mdi-maximize-focused" id="mdi-maximize-pressed" transform="translate(0,38)"/>
<use width="100%" x="0" y="0" height="100%" xlink:href="#mdi-maximize-normal" id="mdi-maximize-disabled" transform="translate(0,134)"/>
<use width="100%" x="0" y="0" height="100%" xlink:href="#mdi-restore-normal" id="mdi-restore-disabled" transform="translate(0,130)"/>
<use width="100%" x="0" y="0" height="100%" xlink:href="#mdi-minimize-normal" id="mdi-minimize-disabled" transform="translate(0,132)"/>
<g style="fill-rule:evenodd" id="mdi-restore-focused" transform="translate(-100,127)">
<circle cx="225" cy="460" style="fill:#008dd4" id="circle1822" r="16"/>
<rect width="14" x="477.36829" y="159.17023" height="14" style="fill:none;stroke:#fff;stroke-width:4" id="rect1824" transform="rotate(45)"/>
</g>
<use width="100%" x="0" y="0" height="100%" xlink:href="#mdi-restore-focused" id="mdi-restore-pressed" transform="translate(0,38)"/>
<use width="100%" x="0" y="0" height="100%" xlink:href="#mdi-minimize-normal" id="mdi-shade-disabled" transform="translate(150,132)"/>
<g style="opacity:.7;fill:#fff;fill-rule:evenodd" id="flat-spin-up-normal" transform="matrix(1.1313709,1.1313709,-1.1313709,1.1313709,-12.05981,360.6412)">
<path id="path1516" d="m -45.114,35.7084 1.7678,1.7678 -8.8388,8.8388 -1.7678,-1.7678 z "/>
<path id="path1518" d="m -52.1851,35.7084 8.8388,8.8388 -1.7678,1.7678 -8.8388,-8.8388 z "/>
</g>
<use width="100%" x="0" y="0" height="100%" xlink:href="#spin-plus-focused" id="flat-spin-up-focused" transform="translate(-144,22)"/>
<use width="100%" x="0" y="0" height="100%" xlink:href="#flat-spin-up-focused" id="flat-spin-up-pressed" transform="translate(26)"/>
<g style="opacity:.7;fill-rule:evenodd;fill:#828282" id="flat-spin-up-disabled" transform="matrix(1.1313709,1.1313709,-1.1313709,1.1313709,75.94019,360.6412)">
<path id="path1534" d="m -45.114,35.7084 1.7678,1.7678 -8.8388,8.8388 -1.7678,-1.7678 z "/>
<path id="path1536" d="m -52.1851,35.7084 8.8388,8.8388 -1.7678,1.7678 -8.8388,-8.8388 z "/>
</g>
<use width="100%" x="0" y="0" height="100%" xlink:href="#flat-spin-up-normal" id="flat-spin-plus-normal" transform="translate(0,-22)"/>
<use width="100%" x="0" y="0" height="100%" xlink:href="#flat-spin-up-focused" id="flat-spin-plus-focused" transform="translate(0,-22)"/>
<use width="100%" x="0" y="0" height="100%" xlink:href="#flat-spin-up-pressed" id="flat-spin-plus-pressed" transform="translate(0,-22)"/>
<use width="100%" x="0" y="0" height="100%" xlink:href="#flat-spin-up-disabled" id="flat-spin-plus-disabled" transform="translate(0,-22)"/>
<g style="opacity:.7;fill-rule:evenodd" id="flat-spin-down-normal" transform="translate(-401,55)">
<path style="opacity:.3;fill-opacity:0" id="rect1552" d="m 277.5,320 h 20 v 20 h -20 z"/>
<path style="fill:#fff" id="rect1554" d="m 328,-297.5 h 4 v 20 h -4 z" transform="rotate(90)"/>
</g>
<g style="fill-rule:evenodd" id="flat-spin-down-focused" transform="translate(-371,55)">
<path style="opacity:.3;fill-opacity:0" id="rect1566" d="m 277.5,320 h 20 v 20 h -20 z"/>
<path style="fill:#ff4e41" id="rect1568" d="m 328,-297.5 h 4 v 20 h -4 z" transform="rotate(90)"/>
</g>
<use width="100%" x="0" y="0" height="100%" xlink:href="#flat-spin-down-focused" id="flat-spin-down-pressed" transform="translate(26)"/>
<g style="opacity:.7;fill-rule:evenodd" id="flat-spin-down-disabled" transform="translate(-315,55)">
<path style="opacity:.3;fill-opacity:0" id="rect1560" d="m 277.5,320 h 20 v 20 h -20 z"/>
<path style="fill:#828282" id="rect1562" d="m 328,-297.5 h 4 v 20 h -4 z" transform="rotate(90)"/>
</g>
<use width="100%" x="0" y="0" height="100%" xlink:href="#flat-spin-down-normal" id="flat-spin-minus-normal" transform="translate(0,26)"/>
<use width="100%" x="0" y="0" height="100%" xlink:href="#flat-spin-down-focused" id="flat-spin-minus-focused" transform="translate(0,26)"/>
<use width="100%" x="0" y="0" height="100%" xlink:href="#flat-spin-down-pressed" id="flat-spin-minus-pressed" transform="translate(0,26)"/>
<use width="100%" x="0" y="0" height="100%" xlink:href="#flat-spin-down-disabled" id="flat-spin-minus-disabled" transform="translate(0,26)"/>
</svg>

Before

Width:  |  Height:  |  Size: 84 KiB

View File

@ -1,461 +0,0 @@
[%General]
author=Tsu Jan
comment=A minimalistic theme inspired by the Arc GTK theme
x11drag=menubar_and_primary_toolbar
alt_mnemonic=true
left_tabs=true
attach_active_tab=true
mirror_doc_tabs=true
group_toolbar_buttons=false
toolbar_item_spacing=1
toolbar_interior_spacing=3
spread_progressbar=true
composite=true
menu_shadow_depth=7
menu_separator_height=6
tooltip_shadow_depth=6
splitter_width=4
scroll_width=9
scroll_arrows=false
scroll_min_extent=60
slider_width=6
slider_handle_width=18
slider_handle_length=18
center_toolbar_handle=true
check_size=14
textless_progressbar=false
progressbar_thickness=3font
menubar_mouse_tracking=true
toolbutton_style=1
click_behavior=0
translucent_windows=false
blurring=false
popup_blurring=false
vertical_spin_indicators=false
spin_button_width=32
fill_rubberband=false
merge_menubar_with_toolbar=true
small_icon_size=16
large_icon_size=32
button_icon_size=16
toolbar_icon_size=22
combo_as_lineedit=true
animate_states=false
combo_menu=true
hide_combo_checkboxes=true
combo_focus_rect=true
groupbox_top_label=true
inline_spin_indicators=false
joined_inactive_tabs=false
layout_spacing=6
layout_margin=9
scrollbar_in_view=true
transient_scrollbar=true
transient_groove=true
submenu_overlap=3
tooltip_delay=-1
tree_branch_line=true
[GeneralColors]
window.color=#f5f6f7
base.color=white
alt.base.color=#f8f8f8
button.color=#fbfbfc
light.color=white
mid.light.color=#f0f0f0
dark.color=#c8c8c8
mid.color=#e1e1e1
highlight.color=#5294e2
inactive.highlight.color=#5294e2
text.color=#000000c8
window.text.color=#000000c8
button.text.color=#000000c8
disabled.text.color=#00000073
tooltip.text.color=#eefcff
highlight.text.color=white
link.color=#0057AE
link.visited.color=#452886
progress.indicator.text.color=white
[Hacks]
transparent_ktitle_label=true
transparent_dolphin_view=false
transparent_pcmanfm_sidepane=true
blur_translucent=false
transparent_menutitle=true
respect_darkness=false
force_size_grip=true
iconless_pushbutton=true
iconless_menu=false
disabled_icon_opacity=100
lxqtmainmenu_iconsize=22
normal_default_pushbutton=true
single_top_toolbar=true
tint_on_mouseover=0
transparent_pcmanfm_view=false
[PanelButtonCommand]
frame=true
frame.element=button
frame.top=3
frame.bottom=3
frame.left=3
frame.right=3
interior=true
interior.element=button
indicator.size=9
text.normal.color=#000000c8
text.focus.color=black
text.press.color=white
text.toggle.color=white
text.shadow=0
text.margin=1
text.iconspacing=4
indicator.element=arrow
text.margin.top=2
text.margin.bottom=2
text.margin.left=2
text.margin.right=2
min_width=+0.3font
min_height=+0.3font
frame.expansion=6
[PanelButtonTool]
inherits=PanelButtonCommand
[Dock]
inherits=PanelButtonCommand
interior.element=dock
frame.element=dock
frame.top=1
frame.bottom=1
frame.left=1
frame.right=1
text.normal.color=#000000c8
[DockTitle]
inherits=PanelButtonCommand
frame=false
interior=false
text.normal.color=#00000096
text.focus.color=black
text.bold=true
[IndicatorSpinBox]
inherits=PanelButtonCommand
frame=true
interior=true
frame.left=1
indicator.element=spin
indicator.size=10
text.normal.color=#000000c8
[RadioButton]
inherits=PanelButtonCommand
frame=false
interior.element=radio
text.normal.color=#000000c8
text.focus.color=black
[CheckBox]
inherits=PanelButtonCommand
frame=false
interior.element=checkbox
text.normal.color=#000000c8
text.focus.color=black
[Focus]
inherits=PanelButtonCommand
frame=true
frame.element=focus
frame.top=1
frame.bottom=1
frame.left=1
frame.right=1
frame.patternsize=20
[GenericFrame]
inherits=PanelButtonCommand
frame=true
interior=false
frame.element=common
interior.element=common
frame.top=3
frame.bottom=3
frame.left=3
frame.right=3
[LineEdit]
inherits=PanelButtonCommand
frame.element=lineedit
interior.element=lineedit
text.margin.left=1
text.margin.right=1
[DropDownButton]
inherits=PanelButtonCommand
indicator.element=arrow-down
[IndicatorArrow]
indicator.element=arrow
indicator.size=9
[ToolboxTab]
inherits=PanelButtonCommand
text.normal.color=#000000c8
text.press.color=#00000096
text.focus.color=black
[Tab]
inherits=PanelButtonCommand
interior.element=tab
text.margin.left=8
text.margin.right=8
text.margin.top=2
text.margin.bottom=2
frame.element=tab
indicator.element=tab
frame.top=4
frame.bottom=4
frame.left=4
frame.right=4
text.normal.color=#0000007d
text.focus.color=#000000b4
text.toggle.color=#000000c8
frame.expansion=0
[TabFrame]
inherits=PanelButtonCommand
frame.element=tabframe
interior.element=tabframe
frame.top=4
frame.bottom=4
frame.left=4
frame.right=4
[TreeExpander]
inherits=PanelButtonCommand
indicator.size=12
indicator.element=tree
[HeaderSection]
inherits=PanelButtonCommand
interior.element=header
frame.element=header
frame.top=3
frame.bottom=3
frame.left=1
frame.right=1
text.bold=true
text.normal.color=#00000096
text.focus.color=#4c85cb
text.toggle.color=black
indicator.element=harrow
frame.expansion=0
[SizeGrip]
indicator.element=resize-grip
[Toolbar]
inherits=PanelButtonCommand
indicator.element=toolbar
indicator.size=5
text.margin=0
frame=false
interior.element=menubar
frame.element=menubar
text.normal.color=#000000c8
text.focus.color=black
frame.bottom=0
frame.expansion=0
[Slider]
inherits=PanelButtonCommand
frame.element=slider
interior.element=slider
frame.top=3
frame.bottom=3
frame.left=3
frame.right=3
[SliderCursor]
inherits=PanelButtonCommand
frame=false
interior.element=slidercursor
[Progressbar]
inherits=PanelButtonCommand
frame.element=progress
interior.element=progress
text.margin=0
text.normal.color=#000000c8
text.focus.color=black
text.press.color=black
text.toggle.color=black
text.bold=false
frame.expansion=8
[ProgressbarContents]
inherits=PanelButtonCommand
frame=true
frame.element=progress-pattern
interior.element=progress-pattern
[ItemView]
inherits=PanelButtonCommand
text.margin=0
frame.element=itemview
interior.element=itemview
frame.top=2
frame.bottom=2
frame.left=2
frame.right=2
text.margin.top=2
text.margin.bottom=2
text.margin.left=4
text.margin.right=4
text.normal.color=#000000c8
text.focus.color=black
text.press.color=white
text.toggle.color=white
frame.expansion=0
[Splitter]
indicator.size=48
[Scrollbar]
inherits=PanelButtonCommand
indicator.element=arrow
indicator.size=10
[ScrollbarSlider]
inherits=PanelButtonCommand
frame.element=scrollbarslider
interior=false
frame.left=6
frame.right=6
frame.top=6
frame.bottom=6
indicator.element=grip
indicator.size=13
frame.expansion=48
[ScrollbarGroove]
inherits=PanelButtonCommand
interior=false
frame=false
[MenuItem]
inherits=PanelButtonCommand
frame=true
frame.element=menuitem
interior.element=menuitem
indicator.element=menuitem
text.normal.color=#000000c8
text.focus.color=white
text.margin.top=1
text.margin.bottom=1
text.margin.left=15
text.margin.right=5
frame.top=3
frame.bottom=3
frame.left=3
frame.right=3
frame.expansion=0
[MenuBar]
inherits=PanelButtonCommand
frame.element=menubar
interior.element=menubar
frame.bottom=0
frame.expansion=0
[MenuBarItem]
inherits=PanelButtonCommand
interior=true
interior.element=menubaritem
frame.element=menubaritem
frame.top=2
frame.bottom=2
frame.left=2
frame.right=2
text.margin.left=4
text.margin.right=4
text.margin.top=0
text.margin.bottom=0
text.normal.color=#000000b4
text.focus.color=white
frame.expansion=0
[TitleBar]
inherits=PanelButtonCommand
frame=false
interior.element=titlebar
indicator.size=12
indicator.element=mdi
text.normal.color=#787878
text.focus.color=black
text.bold=true
text.italic=true
frame.expansion=0
[ComboBox]
inherits=PanelButtonCommand
interior.element=combo
frame.element=combo
text.press.color=#000000c8
indicator.element=carrow
[Menu]
inherits=PanelButtonCommand
frame.top=1
frame.bottom=1
frame.left=1
frame.right=1
frame.element=menu
interior.element=menu
text.normal.color=#000000c8
text.shadow=false
frame.expansion=0
[GroupBox]
inherits=GenericFrame
frame=false
text.shadow=0
text.margin=0
text.normal.color=#00000096
text.focus.color=black
text.bold=true
frame.expansion=0
[TabBarFrame]
inherits=GenericFrame
frame=true
frame.element=tabBarFrame
interior=false
frame.top=4
frame.bottom=4
frame.left=4
frame.right=4
[ToolTip]
inherits=GenericFrame
frame.top=3
frame.bottom=3
frame.left=3
frame.right=3
interior=true
text.shadow=0
text.margin=0
interior.element=tooltip
frame.element=tooltip
frame.expansion=0
[StatusBar]
inherits=GenericFrame
frame=false
interior=false
[Window]
interior=true
interior.element=window

File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 94 KiB

View File

@ -1,546 +0,0 @@
[%General]
author=Tsu Jan
comment=A dark theme with translucency similar to the style of macOS Mojave
x11drag=all
alt_mnemonic=true
left_tabs=false
attach_active_tab=false
embedded_tabs=true
mirror_doc_tabs=false
group_toolbar_buttons=true
spread_progressbar=true
composite=true
menu_shadow_depth=7
menu_blur_radius=2
spread_menuitems=true
tooltip_shadow_depth=6
scroll_width=12
scroll_arrows=false
scroll_min_extent=50
transient_scrollbar=true
slider_width=6
slider_handle_width=16
slider_handle_length=16
center_toolbar_handle=true
check_size=18
textless_progressbar=false
progressbar_thickness=6
menubar_mouse_tracking=true
toolbutton_style=0
click_behavior=0
translucent_windows=false
blurring=false
popup_blurring=false
opaque=kaffeine,kmplayer,subtitlecomposer,kdenlive,vlc,smplayer,smplayer2,avidemux,avidemux2_qt4,avidemux3_qt4,avidemux3_qt5,kamoso,QtCreator,VirtualBox,VirtualBoxVM,trojita,dragon,digikam,lyx
vertical_spin_indicators=false
fill_rubberband=false
merge_menubar_with_toolbar=true
small_icon_size=16
large_icon_size=32
button_icon_size=16
toolbar_interior_spacing=2
toolbar_icon_size=16
combo_as_lineedit=true
combo_menu=true
combo_focus_rect=true
groupbox_top_label=false
inline_spin_indicators=true
joined_inactive_tabs=true
remove_extra_frames=true
layout_spacing=3
submenu_overlap=0
tooltip_delay=-1
animate_states=true
dark_titlebar=true
hide_combo_checkboxes=false
layout_margin=4
no_window_pattern=false
reduce_window_opacity=0
respect_DE=true
scrollbar_in_view=false
spin_button_width=16
submenu_delay=250
transient_groove=false
tree_branch_line=false
no_inactiveness=false
reduce_menu_opacity=0
contrast=1.00
dialog_button_layout=0
drag_from_buttons=false
intensity=1.00
saturation=1.00
scrollable_menu=true
shadowless_popup=false
tooltip_blur_radius=0
[GeneralColors]
window.color=#302f2e
inactive.window.color=#2c2b2a
base.color=#242424cc
inactive.base.color=#1f1f1fcc
alt.base.color=#2d2d2d
inactive.alt.base.color=#282828
button.color=#3e3e3e
light.color=#5a5a5a
mid.light.color=#555555
dark.color=#171717
mid.color=#3c3c3c
highlight.color=#c3c3c6
inactive.highlight.color=#adadaf
tooltip.base.color=#313237
text.color=#fafafa
inactive.text.color=#e1e1e1
window.text.color=#fafafa
inactive.window.text.color=#e1e1e1
button.text.color=#f5f5f5
disabled.text.color=#A0A0A0
tooltip.text.color=#fafafa
highlight.text.color=black
inactive.highlight.text.color=#141414
link.color=#2EB8E6
link.visited.color=#FF6666
[Hacks]
transparent_ktitle_label=true
transparent_dolphin_view=true
transparent_pcmanfm_sidepane=true
blur_translucent=true
transparent_menutitle=false
respect_darkness=true
force_size_grip=true
iconless_pushbutton=false
iconless_menu=false
disabled_icon_opacity=100
lxqtmainmenu_iconsize=22
normal_default_pushbutton=false
single_top_toolbar=false
tint_on_mouseover=0
middle_click_scroll=false
no_selection_tint=true
transparent_pcmanfm_view=true
transparent_arrow_button=true
blur_only_active_window=false
centered_forms=false
kinetic_scrolling=false
noninteger_translucency=false
style_vertical_toolbars=false
[PanelButtonCommand]
frame=true
frame.element=button
frame.top=3
frame.bottom=3
frame.left=3
frame.right=3
interior=true
interior.element=button
indicator.size=11
text.normal.color=#fdfdfd
text.focus.color=white
text.press.color=#fdfdfd
text.toggle.color=#fdfdfd
text.normal.inactive.color=#ebebeb
text.toggle.inactive.color=#ebebeb
text.shadow=true
text.shadow.color=black
text.shadow.xshift=1
text.shadow.yshift=1
text.shadow.depth=1
text.shadow.alpha=80
text.margin=1
text.iconspacing=4
indicator.element=arrow
text.margin.top=2
text.margin.bottom=2
text.margin.left=4
text.margin.right=4
frame.expansion=12
min_width=+4
[PanelButtonTool]
inherits=PanelButtonCommand
[ToolbarButton]
inherits=PanelButtonCommand
frame.element=tbutton
interior.element=tbutton
text.press.color=black
text.toggle.color=black
text.toggle.inactive.color=#191919
indicator.element=tarrow
[ToolbarLineEdit]
frame.element=tlineedit
interior.element=tlineedit
indicator.element=carrow
[Dock]
inherits=PanelButtonCommand
interior.element=dock
frame.element=dock
frame.top=1
frame.bottom=1
frame.left=1
frame.right=1
indicator.element=dock
[DockTitle]
inherits=PanelButtonCommand
frame=false
interior=false
text.normal.color=#fafafa
text.focus.color=#fafafa
text.normal.inactive.color=#e1e1e1
text.bold=true
[IndicatorSpinBox]
inherits=PanelButtonCommand
indicator.element=arrow
frame.top=3
frame.bottom=3
frame.left=3
frame.right=3
indicator.size=11
text.normal.color=#fafafa
[RadioButton]
inherits=PanelButtonCommand
frame=false
interior.element=radio
text.normal.color=#fafafa
text.focus.color=#9bccff
text.press.color=#fdfdfd
text.toggle.color=#fafafa
text.normal.inactive.color=#e1e1e1
text.toggle.inactive.color=#e1e1e1
[CheckBox]
inherits=PanelButtonCommand
frame=false
interior.element=checkbox
text.normal.color=#fafafa
text.focus.color=#9bccff
text.press.color=#fdfdfd
text.toggle.color=#fafafa
text.normal.inactive.color=#e1e1e1
text.toggle.inactive.color=#e1e1e1
[GenericFrame]
inherits=PanelButtonCommand
frame=true
interior=false
frame.element=common
interior.element=common
frame.top=3
frame.bottom=3
frame.left=3
frame.right=3
[LineEdit]
inherits=PanelButtonCommand
frame.element=le
interior.element=le
frame.expandedElement=lineedit
interior.expandedElement=lineedit
text.margin.left=2
text.margin.right=2
text.margin.top=2
text.margin.bottom=2
indicator.element=larrow
[DropDownButton]
inherits=PanelButtonCommand
indicator.element=arrow-down
[IndicatorArrow]
indicator.element=arrow
indicator.size=11
[ToolboxTab]
inherits=PanelButtonCommand
text.normal.color=#fafafa
text.press.color=#fafafa
text.focus.color=#9bccff
text.normal.inactive.color=#e1e1e1
text.press.inactive.color=#e1e1e1
text.boldness=2
[Tab]
inherits=PanelButtonCommand
interior.element=button
text.margin.left=6
text.margin.right=6
text.margin.top=2
text.margin.bottom=2
frame.element=button
focusFrame=true
indicator.element=tab
indicator.size=14
text.normal.color=#fafafa
text.focus.color=#fafafa
text.toggle.color=#fafafa
text.normal.inactive.color=#e1e1e1
text.toggle.inactive.color=#e1e1e1
text.bold=true
text.boldness=2
min_width=+0.2font
[TabFrame]
inherits=PanelButtonCommand
frame=true
frame.element=tframe
frame.top=4
frame.bottom=4
frame.left=4
frame.right=4
interior=true
interior.element=tframe
[TreeExpander]
inherits=PanelButtonCommand
frame=false
interior=false
indicator.size=12
indicator.element=arrow
[HeaderSection]
inherits=PanelButtonCommand
frame.top=2
frame.bottom=2
frame.left=2
frame.right=2
text.margin.top=2
text.margin.bottom=2
text.margin.left=2
text.margin.right=2
[SizeGrip]
indicator.element=resize-grip
[Toolbar]
inherits=PanelButtonCommand
indicator.element=toolbar
indicator.size=5
text.margin=0
interior.element=menubar
frame.element=menubar
text.normal.color=#fafafa
text.focus.color=#fafafa
text.normal.inactive.color=#e1e1e1
frame.top=0
frame.bottom=3
frame.expansion=0
[Slider]
inherits=PanelButtonCommand
frame.element=slider
interior.element=slider
frame.top=3
frame.bottom=3
frame.left=3
frame.right=3
focusFrame=true
[SliderCursor]
inherits=PanelButtonCommand
frame=false
interior.element=slidercursor
[Progressbar]
inherits=PanelButtonCommand
frame.element=progress
frame.top=3
frame.bottom=3
frame.left=3
frame.right=3
interior.element=progress
text.margin=0
text.normal.color=#fafafa
text.focus.color=#fafafa
text.press.color=#fafafa
text.toggle.color=#fafafa
text.normal.inactive.color=#e1e1e1
text.toggle.inactive.color=#e1e1e1
text.bold=true
[ProgressbarContents]
inherits=PanelButtonCommand
frame=true
frame.element=progress-pattern
frame.top=3
frame.bottom=3
frame.left=3
frame.right=3
interior.element=progress-pattern
[ItemView]
inherits=PanelButtonCommand
text.margin=true
frame.element=itemview
interior.element=itemview
frame.top=2
frame.bottom=2
frame.left=2
frame.right=2
text.margin.top=0
text.margin.bottom=0
text.margin.left=2
text.margin.right=2
text.normal.color=#fafafa
text.focus.color=#fafafa
text.press.color=black
text.toggle.color=black
text.normal.inactive.color=#e1e1e1
text.toggle.inactive.color=#191919
frame.expansion=0
[Splitter]
indicator.size=32
[Scrollbar]
inherits=PanelButtonCommand
indicator.element=arrow
indicator.size=11
[ScrollbarSlider]
inherits=PanelButtonCommand
frame.element=scrollbarslider
interior=false
frame.left=6
frame.right=6
frame.top=6
frame.bottom=6
indicator.element=grip
indicator.size=13
frame.expansion=0
[ScrollbarGroove]
inherits=PanelButtonCommand
interior=false
frame=false
[MenuItem]
inherits=PanelButtonCommand
frame=true
frame.element=menuitem
interior.element=menuitem
indicator.element=menuitem
text.normal.color=#fafafa
text.focus.color=white
text.margin.top=0
text.margin.bottom=0
text.margin.left=2
text.margin.right=2
frame.top=3
frame.bottom=3
frame.left=6
frame.right=6
text.shadow.alpha=80
frame.expansion=0
[MenuBar]
inherits=PanelButtonCommand
frame.element=menubar
interior.element=menubar
frame.expansion=0
[MenuBarItem]
inherits=PanelButtonCommand
interior=true
frame=false
interior.element=menubaritem
frame.element=menubaritem
frame.top=3
frame.bottom=2
frame.left=2
frame.right=2
text.margin.left=4
text.margin.right=4
text.margin.top=3
text.margin.bottom=3
text.normal.color=#fafafa
text.focus.color=#fafafa
text.normal.inactive.color=#e1e1e1
text.shadow=false
frame.expansion=0
[TitleBar]
inherits=PanelButtonCommand
frame=false
interior.element=titlebar
indicator.size=12
indicator.element=mdi
text.normal.color=#969696
text.focus.color=#fafafa
text.bold=true
text.italic=true
frame.expansion=0
[ComboBox]
inherits=PanelButtonCommand
indicator.element=carrow
[Menu]
inherits=PanelButtonCommand
frame.top=3
frame.bottom=3
frame.left=3
frame.right=3
frame.element=menu
interior.element=menu
text.normal.color=#fafafa
frame.expansion=0
[GroupBox]
inherits=GenericFrame
frame=true
frame.element=group
text.shadow=0
text.margin=0
frame.top=4
frame.bottom=4
frame.left=4
frame.right=4
text.normal.color=#fafafa
text.press.color=#fafafa
text.focus.color=#9bccff
text.normal.inactive.color=#e1e1e1
text.toggle.inactive.color=#e1e1e1
text.bold=true
text.boldness=2
frame.expansion=0
[TabBarFrame]
inherits=GenericFrame
frame=false
interior=false
text.shadow=0
[ToolTip]
inherits=GenericFrame
frame.top=6
frame.bottom=6
frame.left=6
frame.right=6
interior=true
text.shadow=0
text.margin=0
interior.element=tooltip
frame.element=tooltip
frame.expansion=0
[StatusBar]
inherits=GenericFrame
frame=false
interior=false
[Window]
interior=true
interior.element=window
[Dialog]
interior=true
interior.element=dialog
[Focus]
frame=true

View File

@ -1,425 +0,0 @@
[%General]
author=Tsu Jan
comment=A light theme with an emphasis on elegant simplicity
x11drag=true
alt_mnemonic=true
left_tabs=false
attach_active_tab=false
embedded_tabs=true
mirror_doc_tabs=false
group_toolbar_buttons=true
spread_progressbar=true
composite=true
menu_shadow_depth=7
menu_blur_radius=2
spread_menuitems=true
tooltip_shadow_depth=6
tooltip_blur_radius=2
scroll_width=12
scroll_arrows=false
scroll_min_extent=50
transient_scrollbar=true
transient_groove=true
slider_width=6
slider_handle_width=18
slider_handle_length=18
center_toolbar_handle=true
check_size=16
textless_progressbar=false
progressbar_thickness=8
menubar_mouse_tracking=true
toolbutton_style=0
click_behavior=0
translucent_windows=false
blurring=false
popup_blurring=true
opaque=kaffeine,kmplayer,subtitlecomposer,kdenlive,vlc,smplayer,smplayer2,avidemux,avidemux2_qt4,avidemux3_qt4,avidemux3_qt5,kamoso,QtCreator,VirtualBox,VirtualBoxVM,trojita,dragon,digikam,lyx
vertical_spin_indicators=false
fill_rubberband=false
merge_menubar_with_toolbar=true
small_icon_size=16
large_icon_size=32
button_icon_size=16
toolbar_icon_size=16
combo_as_lineedit=true
combo_menu=true
combo_focus_rect=true
inline_spin_indicators=true
remove_extra_frames=true
animate_states=true
[GeneralColors]
window.color=#F0F0F0
base.color=#FAFAFA
alt.base.color=#F0F0F0
button.color=#F0F0F0
light.color=white
mid.light.color=#ECECEC
dark.color=#B4B4B4
mid.color=#D9D9D9
highlight.color=#3176bf
inactive.highlight.color=#828282
text.color=black
window.text.color=black
button.text.color=black
disabled.text.color=#00000073
tooltip.text.color=white
highlight.text.color=white
link.color=#0057AE
link.visited.color=#452886
progress.indicator.text.color=white
[Hacks]
transparent_ktitle_label=true
transparent_dolphin_view=false
transparent_pcmanfm_sidepane=true
blur_translucent=true
transparent_menutitle=true
respect_darkness=false
force_size_grip=true
iconless_pushbutton=false
iconless_menu=false
transparent_arrow_button=true
lxqtmainmenu_iconsize=22
single_top_toolbar=true
no_selection_tint=true
[PanelButtonCommand]
frame=true
frame.element=button
frame.top=3
frame.bottom=3
frame.left=3
frame.right=3
interior=true
interior.element=button
indicator.size=10
text.normal.color=black
text.focus.color=#0052aa
text.press.color=black
text.toggle.color=white
text.shadow=0
text.margin=1
text.iconspacing=4
indicator.element=arrow
text.margin.top=2
text.margin.bottom=2
text.margin.left=3
text.margin.right=3
frame.expansion=10
[PanelButtonTool]
inherits=PanelButtonCommand
[Dock]
inherits=PanelButtonCommand
interior.element=dock
frame.element=dock
frame.top=1
frame.bottom=1
frame.left=1
frame.right=1
text.normal.color=black
[DockTitle]
inherits=PanelButtonCommand
frame=false
interior=false
text.normal.color=black
text.focus.color=#0052aa
text.bold=true
[IndicatorSpinBox]
inherits=PanelButtonCommand
indicator.element=arrow
frame.top=3
frame.bottom=3
frame.left=3
frame.right=3
indicator.size=10
text.normal.color=black
[RadioButton]
inherits=PanelButtonCommand
frame=false
interior.element=radio
text.normal.color=black
text.focus.color=#0052aa
[CheckBox]
inherits=PanelButtonCommand
frame=false
interior.element=checkbox
text.normal.color=black
text.focus.color=#0052aa
[GenericFrame]
inherits=PanelButtonCommand
frame=true
interior=false
frame.element=common
interior.element=common
frame.top=4
frame.bottom=4
frame.left=4
frame.right=4
[LineEdit]
inherits=PanelButtonCommand
frame.element=lineedit
interior.element=lineedit
text.margin.left=1
text.margin.right=1
[DropDownButton]
inherits=PanelButtonCommand
indicator.element=arrow-down
[IndicatorArrow]
indicator.element=arrow
indicator.size=10
[ToolboxTab]
inherits=PanelButtonCommand
text.normal.color=black
text.press.color=black
text.focus.color=#0052aa
[Tab]
inherits=PanelButtonCommand
interior.element=button
text.margin.left=6
text.margin.right=6
text.margin.top=3
text.margin.bottom=3
frame.element=button
focusFrame=true
indicator.element=tab
indicator.size=12
text.normal.color=black
text.focus.color=#0052aa
min_width=4font
min_height=1.4font
[TabFrame]
inherits=PanelButtonCommand
frame.element=tabframe
interior=false
frame.top=4
frame.bottom=4
frame.left=4
frame.right=4
[TreeExpander]
inherits=PanelButtonCommand
frame=false
interior=false
indicator.size=10
indicator.element=arrow
[HeaderSection]
inherits=PanelButtonCommand
[SizeGrip]
indicator.element=resize-grip
[Toolbar]
inherits=PanelButtonCommand
indicator.element=toolbar
indicator.size=5
text.margin=0
interior.element=menubar
frame.element=menubar
text.normal.color=black
text.focus.color=#0052aa
frame.top=0
frame.bottom=5
frame.expansion=0
[Slider]
inherits=PanelButtonCommand
frame.element=slider
interior.element=slider
frame.top=3
frame.bottom=3
frame.left=3
frame.right=3
[SliderCursor]
inherits=PanelButtonCommand
frame=false
interior.element=slidercursor
[Progressbar]
inherits=PanelButtonCommand
frame.element=progress
frame.expandedElement=eprogress
interior.element=progress
text.margin=0
text.normal.color=black
text.focus.color=black
text.press.color=black
text.toggle.color=black
text.bold=true
frame.expansion=10
[ProgressbarContents]
inherits=PanelButtonCommand
frame=true
frame.element=progress-pattern
frame.expandedElement=eprogress-pattern
interior.element=progress-pattern
[ItemView]
inherits=PanelButtonCommand
text.margin=true
frame.element=itemview
interior.element=itemview
frame.top=2
frame.bottom=2
frame.left=2
frame.right=2
text.margin.top=0
text.margin.bottom=0
text.margin.left=2
text.margin.right=2
text.normal.color=black
text.focus.color=#0052aa
text.press.color=white
text.toggle.color=white
frame.expansion=6
[Splitter]
indicator.size=32
[Scrollbar]
inherits=PanelButtonCommand
indicator.element=arrow
indicator.size=10
[ScrollbarSlider]
inherits=PanelButtonCommand
frame.element=scrollbarslider
interior=false
frame.left=6
frame.right=6
frame.top=6
frame.bottom=6
indicator.element=grip
indicator.size=13
frame.expansion=0
[ScrollbarGroove]
inherits=PanelButtonCommand
interior=false
frame=false
[MenuItem]
inherits=PanelButtonCommand
frame=true
frame.element=menuitem
interior.element=menuitem
indicator.element=menuitem
text.normal.color=black
text.focus.color=white
text.margin.top=0
text.margin.bottom=0
text.margin.left=3
text.margin.right=3
frame.top=3
frame.bottom=3
frame.left=3
frame.right=3
frame.expansion=0
[MenuBar]
inherits=PanelButtonCommand
frame.element=none
interior.element=none
frame.expansion=0
[MenuBarItem]
inherits=PanelButtonCommand
interior=false
frame.element=menubaritem
frame.top=0
frame.bottom=2
frame.left=2
frame.right=2
text.margin.left=1
text.margin.right=4
text.margin.top=2
text.normal.color=black
text.focus.color=#0052aa
frame.expansion=0
[TitleBar]
inherits=PanelButtonCommand
frame=false
interior.element=titlebar
indicator.size=12
indicator.element=mdi
text.normal.color=#787878
text.focus.color=black
text.bold=true
text.italic=true
frame.expansion=0
[ComboBox]
inherits=PanelButtonCommand
[Menu]
inherits=PanelButtonCommand
frame.top=3
frame.bottom=3
frame.left=3
frame.right=3
frame.element=menu
interior.element=menu
text.normal.color=black
frame.expansion=0
[GroupBox]
inherits=GenericFrame
frame=true
frame.element=group
text.shadow=0
text.margin=0
frame.top=4
frame.bottom=4
frame.left=4
frame.right=4
text.normal.color=black
text.press.color=black
text.focus.color=#0052aa
text.bold=true
frame.expansion=0
[TabBarFrame]
inherits=GenericFrame
frame=false
interior=false
text.shadow=0
[ToolTip]
inherits=GenericFrame
frame.top=3
frame.bottom=3
frame.left=3
frame.right=3
interior=true
text.shadow=0
text.margin=0
interior.element=tooltip
frame.element=tooltip
frame.expansion=0
[StatusBar]
inherits=GenericFrame
frame=false
interior=false
[Window]
interior=true
interior.element=window
min_height=16font

View File

@ -1,978 +0,0 @@
<svg width="450" version="1.0" xmlns="http://www.w3.org/2000/svg" height="1230" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<linearGradient xlink:href="#linearGradient5116" id="linearGradient9495" y1="40.626667" x1="28.74996" y2="89.376648" gradientUnits="userSpaceOnUse" x2="28.749981"/>
<linearGradient xlink:href="#linearGradient3837" id="linearGradient5180" y1="76.543686" x1="391.66397" y2="79.968689" x2="395.04025" gradientUnits="userSpaceOnUse"/>
<linearGradient xlink:href="#linearGradient5116" id="linearGradient9475" y1="42.75156" x1="28.750025" y2="78.751785" gradientUnits="userSpaceOnUse" x2="28.750021"/>
<linearGradient xlink:href="#linearGradient5116" id="linearGradient9097" y1="48.751564" x1="58.75" y2="48.751598" gradientUnits="userSpaceOnUse" x2="22.749983"/>
<linearGradient gradientTransform="matrix(0.98461538,0,0,0.98461538,71.769231,2.7692308)" xlink:href="#linearGradient5116" id="linearGradient8943" y1="9.375" x1="-47.5" y2="58.124977" gradientUnits="userSpaceOnUse" x2="-47.5"/>
<linearGradient xlink:href="#linearGradient5116" id="linearGradient9245" y1="81.251602" x1="22.750071" y2="81.251564" gradientUnits="userSpaceOnUse" x2="58.750072"/>
<linearGradient xlink:href="#linearGradient5116" id="linearGradient9723" y1="48.751606" x1="58.750298" y2="48.751598" gradientUnits="userSpaceOnUse" x2="22.750029"/>
<linearGradient gradientTransform="matrix(0,-1,-1,0,173.75158,150.25006)" xlink:href="#linearGradient6741-8" id="linearGradient5219" y1="81.251579" x1="21.25" y2="81.251579" gradientUnits="userSpaceOnUse" x2="68.75"/>
<linearGradient gradientTransform="matrix(0,1,1,0,43.74845,60.25)" xlink:href="#linearGradient6741-8" id="linearGradient5216" y1="48.751549" x1="68.750061" y2="48.751549" gradientUnits="userSpaceOnUse" x2="21.250059"/>
<linearGradient xlink:href="#linearGradient5116" id="linearGradient9901" y1="48.751602" x1="58.750298" y2="48.751633" gradientUnits="userSpaceOnUse" x2="22.75"/>
<linearGradient gradientTransform="matrix(1,0,0,-1,63.75,170.25159)" xlink:href="#linearGradient6741-8" id="linearGradient5214" y1="41.25153" x1="28.75" y2="88.751526" gradientUnits="userSpaceOnUse" x2="28.75"/>
<linearGradient xlink:href="#linearGradient5116" id="linearGradient10179" y1="40.626598" x1="28.749973" y2="89.376625" gradientUnits="userSpaceOnUse" x2="28.750029"/>
<linearGradient xlink:href="#linearGradient5116" id="linearGradient10143" y1="42.75156" x1="28.750025" y2="78.751823" gradientUnits="userSpaceOnUse" x2="28.750055"/>
<linearGradient gradientTransform="matrix(1,0,0,-1,63.75,170.25159)" xlink:href="#linearGradient6741-8" id="linearGradient5212" y1="41.251579" x1="28.75" y2="88.751526" gradientUnits="userSpaceOnUse" x2="28.75"/>
<linearGradient xlink:href="#linearGradient4635" id="linearGradient9618" y1="40.626095" x1="28.678764" y2="89.376595" gradientUnits="userSpaceOnUse" x2="28.67881"/>
<linearGradient gradientTransform="matrix(0.75,0,0,1.3938973,-5.87176,168.78595)" xlink:href="#linearGradient6741-7" id="linearGradient4981" y1="669.5" x1="125.16235" y2="669.5" gradientUnits="userSpaceOnUse" x2="103.82902"/>
<linearGradient xlink:href="#linearGradient4635" id="linearGradient9544" y1="42.751194" x1="28.75" y2="78.751808" gradientUnits="userSpaceOnUse" x2="28.749851"/>
<linearGradient xlink:href="#linearGradient4965" id="linearGradient4972" y1="1035" x1="387.5" y2="1075" x2="387.5" gradientUnits="userSpaceOnUse"/>
<linearGradient gradientTransform="matrix(0.75,0,0,1,373.40656,31.217107)" xlink:href="#linearGradient3837" id="linearGradient5145" y1="48.751602" x1="20.75" y2="48.751595" gradientUnits="userSpaceOnUse" x2="26.75008"/>
<linearGradient gradientTransform="translate(-31,7.25)" xlink:href="#linearGradient3837" id="linearGradient6748" y1="1084.5" x1="-20" y2="1084.5" gradientUnits="userSpaceOnUse" x2="-12.750015"/>
<linearGradient gradientTransform="translate(-1,-1.7501221)" xlink:href="#linearGradient5012" id="linearGradient4990" y1="1076.7501" x1="48.5" y2="1031.7501" x2="48.5" gradientUnits="userSpaceOnUse"/>
<linearGradient gradientTransform="matrix(0.75,0,0,0.96585102,-5.87171,455.36259)" xlink:href="#linearGradient6741-7" id="linearGradient4984" y1="669.5" x1="125.16228" y2="669.5" gradientUnits="userSpaceOnUse" x2="103.82895"/>
<linearGradient xlink:href="#linearGradient5048" id="linearGradient9120" y1="48.751579" x1="21.25" y2="42.751553" gradientUnits="userSpaceOnUse" x2="28.750059"/>
<linearGradient xlink:href="#linearGradient5469" id="linearGradient9094" y1="48.751579" x1="21.25" y2="42.751564" gradientUnits="userSpaceOnUse" x2="28.750139"/>
<linearGradient gradientTransform="matrix(0.75,0,0,1.3938973,-5.87176,168.78594)" xlink:href="#linearGradient6741-7" id="linearGradient4986" y1="669.5" x1="125.16235" y2="669.5" gradientUnits="userSpaceOnUse" x2="103.82902"/>
<linearGradient xlink:href="#linearGradient5024" id="linearGradient9072" y1="48.751598" x1="22.749983" y2="42.75156" gradientUnits="userSpaceOnUse" x2="28.750051"/>
<linearGradient xlink:href="#linearGradient5116" id="linearGradient8952" y1="50" x1="-55" y2="50" gradientUnits="userSpaceOnUse" x2="-7.5"/>
<linearGradient gradientTransform="matrix(0.75,0,0,0.96585103,-5.87171,455.36262)" xlink:href="#linearGradient6741-7" id="linearGradient4989" y1="669.5" x1="125.16228" y2="669.5" gradientUnits="userSpaceOnUse" x2="103.82895"/>
<linearGradient xlink:href="#linearGradient5369" id="linearGradient9032" y1="48.751598" x1="22.75" y2="42.75156" gradientUnits="userSpaceOnUse" x2="28.75"/>
<linearGradient gradientTransform="matrix(0,1,1,0,43.74842,60.250058)" xlink:href="#linearGradient6741-8" id="linearGradient5221" y1="48.751579" x1="68.75" y2="48.751579" gradientUnits="userSpaceOnUse" x2="21.25"/>
<linearGradient xlink:href="#linearGradient5095" id="linearGradient4314" y1="606.25" x1="225" y2="623.74988" gradientUnits="userSpaceOnUse" x2="225"/>
<linearGradient gradientTransform="matrix(1,0,0,-1,140,139)" xlink:href="#linearGradient6741-8" id="linearGradient5224" y1="10" x1="-47.5" y2="57.5" gradientUnits="userSpaceOnUse" x2="-47.5"/>
<linearGradient xlink:href="#linearGradient5095" id="linearGradient2307" y1="167.25" x1="320" y2="184.74986" x2="320" gradientUnits="userSpaceOnUse"/>
<linearGradient gradientTransform="matrix(0.75,0,0,1,7.1875,0)" xlink:href="#linearGradient4995" id="linearGradient1971" y1="89.376656" x1="28.749971" y2="40.626652" gradientUnits="userSpaceOnUse" x2="28.749943"/>
<linearGradient gradientTransform="matrix(0.66666667,0,0,0.66666667,9.5833339,16.250533)" xlink:href="#linearGradient4995" id="linearGradient1969" y1="93.752602" x1="28.750088" y2="39.751499" gradientUnits="userSpaceOnUse" x2="28.750059"/>
<linearGradient xlink:href="#linearGradient5095" id="linearGradient2103" y1="167.25" x1="320" y2="184.74986" x2="320" gradientUnits="userSpaceOnUse"/>
<linearGradient xlink:href="#linearGradient5095" id="linearGradient4316" y1="623.75" x1="225" y2="606.25012" gradientUnits="userSpaceOnUse" x2="225"/>
<linearGradient xlink:href="#linearGradient6741-8" id="linearGradient4820" y1="144.5" x1="380" y2="136.5" x2="380" gradientUnits="userSpaceOnUse"/>
<linearGradient xlink:href="#linearGradient6741-8" id="linearGradient4818" y1="144.5" x1="380" y2="136.5" x2="380" gradientUnits="userSpaceOnUse"/>
<linearGradient xlink:href="#linearGradient6741" id="linearGradient4324" y1="150.5" x1="308.5" y2="135.5" x2="308.5" gradientUnits="userSpaceOnUse"/>
<linearGradient xlink:href="#linearGradient6741-8" id="linearGradient4816" y1="144.5" x1="380" y2="136.5" x2="380" gradientUnits="userSpaceOnUse"/>
<linearGradient xlink:href="#linearGradient6741" id="linearGradient4720" y1="150.5" x1="308.5" y2="135.5" gradientUnits="userSpaceOnUse" x2="308.5"/>
<linearGradient xlink:href="#linearGradient6741" id="linearGradient4330" y1="150.5" x1="308.5" y2="135.5" x2="308.5" gradientUnits="userSpaceOnUse"/>
<linearGradient xlink:href="#linearGradient6741" id="linearGradient4722" y1="150.5" x1="308.5" y2="135.5" gradientUnits="userSpaceOnUse" x2="308.5"/>
<linearGradient gradientTransform="matrix(0.66668,0,0,0.66668,9.58295,16.249883)" xlink:href="#linearGradient4995" id="linearGradient1967" y1="39.751659" x1="28.75" y2="93.75132" gradientUnits="userSpaceOnUse" x2="28.750025"/>
<linearGradient xlink:href="#linearGradient1590" id="linearGradient1592" y1="839.99976" x1="122" y2="792" x2="122" gradientUnits="userSpaceOnUse"/>
<linearGradient gradientTransform="translate(26)" xlink:href="#linearGradient6741-8" id="linearGradient4390" y1="742.5" x1="202.75" y2="742.5" gradientUnits="userSpaceOnUse" x2="186.5"/>
<linearGradient xlink:href="#linearGradient5041" id="linearGradient7413" y1="1188.5" x1="85" y2="1195.25" gradientUnits="userSpaceOnUse" x2="85"/>
<linearGradient gradientTransform="matrix(-1,0,0,1,416,0)" xlink:href="#linearGradient6741-8" id="linearGradient4388" y1="742.5" x1="187.25" y2="742.5" gradientUnits="userSpaceOnUse" x2="203.5"/>
<linearGradient gradientTransform="translate(26)" xlink:href="#linearGradient6741-8" id="linearGradient1594" y1="742.5" x1="202.75" y2="742.5" gradientUnits="userSpaceOnUse" x2="186.5"/>
<linearGradient gradientTransform="matrix(0.8,0,0,1,165,0)" xlink:href="#linearGradient5223" id="linearGradient1549" y1="-305" x1="825" y2="-305" gradientUnits="userSpaceOnUse" x2="830"/>
<linearGradient gradientTransform="translate(38)" xlink:href="#linearGradient6741-8" id="linearGradient1598" y1="742.5" x1="190.75" y2="742.5" gradientUnits="userSpaceOnUse" x2="174.5"/>
<linearGradient xlink:href="#linearGradient1590" id="linearGradient1609" y1="1139.75" x1="-104" y2="1091.75" x2="-104" gradientUnits="userSpaceOnUse"/>
<linearGradient xlink:href="#linearGradient5041" id="linearGradient7411" y1="1188.5" x1="85" y2="1195.25" gradientUnits="userSpaceOnUse" x2="85"/>
<linearGradient xlink:href="#linearGradient5041" id="linearGradient7409" y1="1188.5" x1="85" y2="1195.25" gradientUnits="userSpaceOnUse" x2="85"/>
<linearGradient xlink:href="#linearGradient1590" id="linearGradient1617" y1="1139.75" x1="-104" y2="1091.75" x2="-104" gradientUnits="userSpaceOnUse"/>
<linearGradient xlink:href="#linearGradient5041" id="linearGradient7017" y1="1194.5" x1="85" y2="1204.5" gradientUnits="userSpaceOnUse" x2="85"/>
<linearGradient xlink:href="#linearGradient5041" id="linearGradient7013" y1="1194.5" x1="85" y2="1204.5" gradientUnits="userSpaceOnUse" x2="85"/>
<linearGradient xlink:href="#linearGradient1590" id="linearGradient1782" y1="751.7533" x1="119.25673" y2="703.75299" gradientUnits="userSpaceOnUse" x2="119.257"/>
<linearGradient xlink:href="#linearGradient5041" id="linearGradient7015" y1="1194.5" x1="85" y2="1204.5" gradientUnits="userSpaceOnUse" x2="85"/>
<linearGradient xlink:href="#linearGradient6741-8" id="linearGradient4822" y1="144.5" x1="380" y2="136.5" x2="380" gradientUnits="userSpaceOnUse"/>
<linearGradient xlink:href="#linearGradient4963" id="linearGradient5525" y1="-305" x1="805" y2="-305" gradientUnits="userSpaceOnUse" x2="825"/>
<linearGradient gradientTransform="matrix(1,0,0,-1,213.75,98.751587)" xlink:href="#linearGradient6741" id="linearGradient5004" y1="41.251579" x1="28.75" y2="88.751526" gradientUnits="userSpaceOnUse" x2="28.75"/>
<linearGradient gradientTransform="matrix(0,0.75,-1,0,476.25158,58.4375)" xlink:href="#linearGradient3837" id="linearGradient5100" y1="81.251602" x1="20.749475" y2="81.211327" gradientUnits="userSpaceOnUse" x2="28.703032"/>
<linearGradient gradientTransform="matrix(1,0,0,1,32.497452,-0.00556041)" xlink:href="#linearGradient5094" id="linearGradient16960" y1="763.49963" x1="330" y2="728.49988" gradientUnits="userSpaceOnUse" x2="330"/>
<linearGradient xlink:href="#linearGradient6741-7" id="linearGradient5073" y1="1202.5" x1="52" y2="1190.75" gradientUnits="userSpaceOnUse" x2="52"/>
<linearGradient gradientTransform="matrix(0,1,1,0,193.74845,-11.25)" xlink:href="#linearGradient6741" id="linearGradient4988" y1="48.751549" x1="68.750061" y2="48.751549" gradientUnits="userSpaceOnUse" x2="21.250059"/>
<linearGradient xlink:href="#linearGradient6741-7" id="linearGradient5071" y1="1202.5" x1="52" y2="1190.75" gradientUnits="userSpaceOnUse" x2="52"/>
<linearGradient xlink:href="#linearGradient6741-7" id="linearGradient5190" y1="1202.5" x1="52" y2="1190.75" gradientUnits="userSpaceOnUse" x2="52"/>
<linearGradient id="linearGradient5095">
<stop offset="0" style="stop-color:#8c8c8c"/>
<stop offset="1" style="stop-color:#fff"/>
</linearGradient>
<linearGradient gradientTransform="matrix(0.98461538,0,0,0.98461538,-119.53846,2.1538455)" xlink:href="#linearGradient4995" id="linearGradient5293" y1="180.62506" x1="322.5" y2="131.875" gradientUnits="userSpaceOnUse" x2="322.5"/>
<linearGradient xlink:href="#linearGradient5095" id="linearGradient5743" y1="737.5" x1="80" y2="737.5" gradientUnits="userSpaceOnUse" x2="100"/>
<linearGradient gradientTransform="matrix(0.22068966,0,0,1.0322581,307.01724,580.1779)" xlink:href="#linearGradient4709" id="linearGradient5045" y1="41" x1="410" y2="71.9375" gradientUnits="userSpaceOnUse" x2="410"/>
<linearGradient id="linearGradient5041">
<stop offset="0" style="stop-color:#8f9399"/>
<stop offset="1" style="stop-color:#717579"/>
</linearGradient>
<linearGradient gradientTransform="matrix(0.75,0,0,1,7.1875,0)" xlink:href="#linearGradient4995" id="linearGradient5440" y1="48.751606" x1="20.749805" y2="48.751575" gradientUnits="userSpaceOnUse" x2="68.750992"/>
<linearGradient xlink:href="#linearGradient5095" id="linearGradient5741" y1="737.5" x1="104" y2="737.5" gradientUnits="userSpaceOnUse" x2="84"/>
<linearGradient xlink:href="#linearGradient5095" id="linearGradient5111" y1="737.5" x1="104" y2="737.5" x2="84" gradientUnits="userSpaceOnUse"/>
<linearGradient gradientTransform="matrix(0.75,0,0,1,7.1875092,0)" xlink:href="#linearGradient4995" id="linearGradient5267" y1="81.251503" x1="68.75" y2="81.25161" gradientUnits="userSpaceOnUse" x2="20.749975"/>
<linearGradient xlink:href="#linearGradient5095" id="linearGradient5097" y1="737.5" x1="80" y2="737.5" x2="100" gradientUnits="userSpaceOnUse"/>
<linearGradient gradientTransform="matrix(0,-1,-1,0,323.75158,78.750056)" xlink:href="#linearGradient6741" id="linearGradient4978" y1="81.251579" x1="21.25" y2="81.251579" gradientUnits="userSpaceOnUse" x2="68.75"/>
<linearGradient gradientTransform="matrix(0,1,1,0,193.74842,-11.249942)" xlink:href="#linearGradient6741" id="linearGradient4970" y1="48.751579" x1="68.75" y2="48.751579" gradientUnits="userSpaceOnUse" x2="21.25"/>
<linearGradient id="linearGradient4963">
<stop offset="0" style="stop-color:#f0f0f0"/>
<stop offset="1" style="stop-color:#e0e0e2"/>
</linearGradient>
<linearGradient xlink:href="#linearGradient4635" id="linearGradient4799" y1="81.251602" x1="22.749607" y2="81.251801" x2="58.749973" gradientUnits="userSpaceOnUse"/>
<linearGradient xlink:href="#linearGradient5095" id="linearGradient5332" y1="1055" x1="312.5" y2="1055" gradientUnits="userSpaceOnUse" x2="307.5"/>
<linearGradient xlink:href="#linearGradient5095" id="linearGradient4622" y1="1055" x1="283.73743" y2="1055" x2="275" gradientUnits="userSpaceOnUse"/>
<linearGradient id="linearGradient4965">
<stop offset="0" style="stop-color:#f0f0f0"/>
<stop offset="1" style="stop-color:#bbbbbf;stop-opacity:.88"/>
</linearGradient>
<linearGradient id="linearGradient1590">
<stop offset="0" style="stop-color:#e4e6e8"/>
<stop offset="1" style="stop-color:#fafafa"/>
</linearGradient>
<linearGradient id="linearGradient6741-7">
<stop offset="0" style="stop-color:#4e9ff2"/>
<stop offset="0.7" style="stop-color:#295d91"/>
<stop offset="1" style="stop-color:#417ab3"/>
</linearGradient>
<linearGradient id="linearGradient6741-8">
<stop offset="0" style="stop-color:#939da9"/>
<stop offset="0.69" style="stop-color:#454f5b"/>
<stop offset="0.69" style="stop-color:#596169"/>
<stop offset="1" style="stop-color:#7d8793"/>
</linearGradient>
<linearGradient gradientTransform="matrix(1,0,0,-1,213.75,98.751587)" xlink:href="#linearGradient6741" id="linearGradient4996" y1="41.25153" x1="28.75" y2="88.751526" gradientUnits="userSpaceOnUse" x2="28.75"/>
<linearGradient xlink:href="#linearGradient4635" id="linearGradient5218" y1="78.752174" x1="28.75" y2="42.75156" gradientUnits="userSpaceOnUse" x2="28.750031"/>
<linearGradient id="linearGradient4709">
<stop offset="0" style="stop-color:#d6d6d8"/>
<stop offset="0.85" style="stop-color:#ccccce"/>
<stop offset="1" style="stop-color:#ccccce"/>
</linearGradient>
<linearGradient gradientTransform="matrix(0.98461538,0,0,0.98461538,6.0372335,1.2615891)" xlink:href="#linearGradient4635" id="linearGradient5207" y1="71.843201" x1="395.04025" y2="120.5937" x2="395.04007" gradientUnits="userSpaceOnUse"/>
<linearGradient xlink:href="#linearGradient6741" id="linearGradient5248" y1="742.5" x1="207" y2="742.5" gradientUnits="userSpaceOnUse" x2="183"/>
<linearGradient id="linearGradient5012">
<stop offset="0" style="stop-color:#fff"/>
<stop offset="1" style="stop-color:#c0c0c2"/>
</linearGradient>
<linearGradient id="linearGradient5223">
<stop offset="0" style="stop-color:#e0e0e2"/>
<stop offset="1" style="stop-color:#ccccce"/>
</linearGradient>
<linearGradient xlink:href="#linearGradient4635" id="linearGradient5074" y1="48.751537" x1="58.750366" y2="48.751339" x2="22.75" gradientUnits="userSpaceOnUse"/>
<linearGradient id="linearGradient4635">
<stop offset="0" style="stop-color:#e6e6e6"/>
<stop offset="0.35" style="stop-color:#f0f0f0"/>
<stop offset="1" style="stop-color:#fff"/>
</linearGradient>
<linearGradient xlink:href="#linearGradient4963" id="linearGradient4969" y1="805" x1="305" y2="825" x2="305" gradientUnits="userSpaceOnUse"/>
<linearGradient id="linearGradient5024">
<stop offset="0" style="stop-color:#9d9d9d"/>
<stop offset="1" style="stop-color:#bbb"/>
</linearGradient>
<linearGradient id="linearGradient5048">
<stop offset="0" style="stop-color:#828282"/>
<stop offset="1" style="stop-color:#9d9d9d"/>
</linearGradient>
<linearGradient id="linearGradient4995">
<stop offset="0" style="stop-color:#fff;stop-opacity:.8"/>
<stop offset="0.16666667" style="stop-color:#f0f0f0;stop-opacity:.8"/>
<stop offset="0.83333331" style="stop-color:#d7d7d7;stop-opacity:.8"/>
<stop offset="1" style="stop-color:#c8c8c8;stop-opacity:.8"/>
</linearGradient>
<linearGradient id="linearGradient5116">
<stop offset="0" style="stop-color:#fff"/>
<stop offset="1" style="stop-color:#c7c7c9"/>
</linearGradient>
<linearGradient id="linearGradient5369">
<stop offset="0" style="stop-color:#aaa"/>
<stop offset="1" style="stop-color:#bbb"/>
</linearGradient>
<linearGradient id="linearGradient6806">
<stop offset="0"/>
<stop offset="0.48779979"/>
<stop offset="1" style="stop-opacity:0"/>
</linearGradient>
<linearGradient gradientTransform="matrix(1,0,0,-1,290,67.5)" xlink:href="#linearGradient6741" id="linearGradient4962" y1="10" x1="-47.5" y2="57.5" gradientUnits="userSpaceOnUse" x2="-47.5"/>
<linearGradient xlink:href="#linearGradient4635" id="linearGradient5189" y1="78.752144" x1="28.75009" y2="42.751564" gradientUnits="userSpaceOnUse" x2="28.750029"/>
<linearGradient xlink:href="#linearGradient3837" id="linearGradient5230" y1="74" x1="427.87506" y2="79.5" x2="429" gradientUnits="userSpaceOnUse"/>
<linearGradient gradientTransform="matrix(0.66666667,0,0,-0.66666667,375.83333,145.00105)" xlink:href="#linearGradient3837" id="linearGradient5197" y1="48.751606" x1="19.75" y2="47.251575" gradientUnits="userSpaceOnUse" x2="28"/>
<linearGradient xlink:href="#linearGradient5094" id="linearGradient5114" y1="752.5" x1="330" y2="734.5" x2="330" gradientUnits="userSpaceOnUse"/>
<linearGradient xlink:href="#linearGradient6741" id="linearGradient6747" y1="733.74988" x1="207" y2="733.74988" gradientUnits="userSpaceOnUse" x2="183"/>
<linearGradient gradientTransform="translate(-31,7.25)" xlink:href="#linearGradient3837" id="linearGradient6750" y1="1137.5001" x1="-73.00103" y2="1145.2501" gradientUnits="userSpaceOnUse" x2="-73"/>
<linearGradient id="linearGradient5094">
<stop offset="0" style="stop-color:#7d7d7d"/>
<stop offset="1" style="stop-color:#b3b3b3"/>
</linearGradient>
<linearGradient gradientTransform="matrix(-1,0,0,1,390,0)" xlink:href="#linearGradient6741" id="linearGradient6749" y1="733.74988" x1="183" y2="733.74988" gradientUnits="userSpaceOnUse" x2="207"/>
<linearGradient gradientTransform="translate(-31,7.25)" xlink:href="#linearGradient3837" id="linearGradient6752" y1="1084.5001" x1="-78.00103" y2="1084.5001" gradientUnits="userSpaceOnUse" x2="-82.5"/>
<linearGradient gradientTransform="matrix(1,0,0,1,94.997466,-0.00556)" xlink:href="#linearGradient5094" id="linearGradient6352" y1="782.49945" x1="330" y2="712.5" gradientUnits="userSpaceOnUse" x2="330"/>
<linearGradient id="linearGradient3837">
<stop offset="0"/>
<stop offset="1" style="stop-opacity:0"/>
</linearGradient>
<linearGradient id="linearGradient5469">
<stop offset="0" style="stop-color:#828282"/>
<stop offset="1" style="stop-color:#aaa"/>
</linearGradient>
<linearGradient gradientTransform="translate(-31,7.25)" xlink:href="#linearGradient3837" id="linearGradient6754" y1="1076.5001" x1="-25.001015" y2="1073.25" gradientUnits="userSpaceOnUse" x2="-25"/>
<linearGradient gradientTransform="translate(12,0)" xlink:href="#linearGradient6741" id="linearGradient5244" y1="742.5" x1="195" y2="742.5" gradientUnits="userSpaceOnUse" x2="171"/>
<linearGradient id="linearGradient6732">
<stop offset="0"/>
<stop offset="0.68422163"/>
<stop offset="1" style="stop-opacity:0"/>
</linearGradient>
<linearGradient id="linearGradient6741">
<stop offset="0" style="stop-color:#4e9ff2"/>
<stop offset="0.69" style="stop-color:#295d91"/>
<stop offset="0.69" style="stop-color:#41678d"/>
<stop offset="1" style="stop-color:#5887b6"/>
</linearGradient>
<radialGradient fx="330" fy="737.5" cx="330" cy="737.5" gradientTransform="matrix(1.5555698,0,0,1.5,-183.33386,-368.75617)" xlink:href="#linearGradient5012" id="radialGradient5109" r="9" gradientUnits="userSpaceOnUse"/>
<radialGradient fx="330" fy="729.35443" cx="330" cy="729.35443" gradientTransform="matrix(4.1666779,0,0,5.1666683,-950.00205,-3046.8331)" xlink:href="#linearGradient5012" id="radialGradient6350" r="9" gradientUnits="userSpaceOnUse"/>
<radialGradient fx="-74.020966" fy="1086.3145" cx="-72.973618" cy="1084.5023" gradientTransform="matrix(-1.4789802e-4,-3.1034164,2.6208279,-1.2489953e-4,-2946.3042,865.41793)" xlink:href="#linearGradient6732" id="radialGradient6740" r="3.625" gradientUnits="userSpaceOnUse"/>
<radialGradient fx="275.00797" fy="709.74231" cx="275.00797" cy="709.74231" gradientTransform="matrix(0.72,0,0,1.04,-100.00515,320.86947)" xlink:href="#linearGradient6741" id="radialGradient5079" r="12.5" gradientUnits="userSpaceOnUse"/>
<radialGradient fx="261.77005" fy="829.48883" cx="261.77005" cy="829.48883" gradientTransform="matrix(0,-10.666731,16,0,-12986.854,3627.1413)" xlink:href="#linearGradient6741" id="radialGradient5046" r="3.75" gradientUnits="userSpaceOnUse"/>
<radialGradient fx="275.00797" fy="709.74231" cx="275.00797" cy="709.74231" gradientTransform="matrix(0.72,0,0,1.04,-88.00515,320.86947)" xlink:href="#linearGradient6741-8" id="radialGradient4394" r="12.5" gradientUnits="userSpaceOnUse"/>
<radialGradient fx="-25.521935" fy="1084.349" cx="-24.998919" cy="1084.5001" gradientTransform="matrix(3.346008,1.0037241e-4,-9.3092145e-5,3.1033784,27.747541,-2273.8616)" xlink:href="#linearGradient6806" id="radialGradient6742" r="3.625" gradientUnits="userSpaceOnUse"/>
<radialGradient fx="277.24866" fy="822.57678" cx="277.24866" cy="822.57678" gradientTransform="matrix(0,-10.666736,16,0,-12876.329,3792.1769)" xlink:href="#linearGradient6741" id="radialGradient5048" r="3.75" gradientUnits="userSpaceOnUse"/>
<radialGradient fx="-25.418352" fy="1134.0541" cx="-24.991896" cy="1132.5004" gradientTransform="matrix(-5.5035534e-7,3.5172452,-3.3792497,-5.2876263e-7,3771.0017,1227.6533)" xlink:href="#linearGradient6806" id="radialGradient6744" r="3.625" gradientUnits="userSpaceOnUse"/>
<radialGradient fx="330" fy="737.5" cx="330" cy="737.5" gradientTransform="matrix(2,0,0,1.9913385,-297.52298,-731.10254)" xlink:href="#linearGradient5012" id="radialGradient5503" r="9" gradientUnits="userSpaceOnUse"/>
<radialGradient fx="285" fy="955.83307" cx="285" cy="955.83307" gradientTransform="matrix(0,-2.4615531,3.6923286,0,-3244.2584,1536.4971)" xlink:href="#linearGradient6741" id="radialGradient5040" r="16.25" gradientUnits="userSpaceOnUse"/>
<radialGradient fx="256.21909" fy="837.48157" cx="256.21909" cy="837.48157" gradientTransform="matrix(0,-10.666733,16,0,-13114.756,3567.8085)" xlink:href="#linearGradient6741" id="radialGradient5044" r="3.75" gradientUnits="userSpaceOnUse"/>
<radialGradient fx="235.48581" fy="881.8139" cx="235.48579" cy="881.81396" gradientTransform="matrix(0,-2.4615546,3.6923244,0,-2970.9487,1414.637)" xlink:href="#linearGradient6741" id="radialGradient5042" r="16.25" gradientUnits="userSpaceOnUse"/>
<radialGradient fx="260" fy="831.44183" cx="260" cy="831.44189" gradientTransform="matrix(0,-10.666733,16,0,-13018.149,3608.2601)" xlink:href="#linearGradient6741" id="radialGradient5038" r="3.75" gradientUnits="userSpaceOnUse"/>
<radialGradient fx="271.49658" fy="838.45483" cx="271.49658" cy="838.45483" gradientTransform="matrix(0,-10.666765,16,0,-13130.371,3730.672)" xlink:href="#linearGradient6741" id="radialGradient5036" r="3.75" gradientUnits="userSpaceOnUse"/>
<radialGradient fx="-74.102058" fy="1133.0303" cx="-73.010704" cy="1132.4998" gradientTransform="matrix(-2.6206914,2.7104373e-5,-3.6378087e-5,-3.5172724,-295.29732,5123.0621)" xlink:href="#linearGradient6806" id="radialGradient6746" r="3.625" gradientUnits="userSpaceOnUse"/>
<radialGradient fx="256.86276" fy="826.66418" cx="256.86276" cy="826.66412" gradientTransform="matrix(0,-10.666748,16,0,-12941.673,3574.6919)" xlink:href="#linearGradient6741" id="radialGradient5034" r="3.75" gradientUnits="userSpaceOnUse"/>
<radialGradient fx="285" fy="835" cx="285" cy="835" gradientTransform="matrix(0,-2.4615533,3.6923286,0,-2798.1053,1536.4969)" xlink:href="#linearGradient6741" id="radialGradient5032" r="16.25" gradientUnits="userSpaceOnUse"/>
</defs>
<rect width="15" x="192.5" y="-215.5" height="15" style="fill:#f0f0f0;stroke:#a0a0a0;color:#000" id="checkbox-normal" transform="scale(1,-1)"/>
<ellipse cx="30.5" cy="208" rx="7.5" ry="7.5" style="fill:#f0f0f0;stroke:#a0a0a0;color:#000" id="radio-normal"/>
<path style="fill:#3176bf;fill-rule:evenodd" id="tab-tear" d="m 428,974.46 h 15 v 15 h -15 z "/>
<rect width="45" x="25" y="1030" rx="22.5" height="45" style="opacity:.8;fill:url(#linearGradient4990);fill-rule:evenodd" id="dial"/>
<g style="fill:#fff;fill-rule:evenodd" id="dial-notches" transform="translate(-76.5,366.75012)">
<rect width="45" x="202.5" y="667.5" height="45" style="opacity:0"/>
<g style="fill:#5a5a5a">
<path d="m 214.625,670 -1.75,1 2.25,3.9063 1.75,-1 z m 20.75,0 -2.25,3.9063 1.75,1 2.25,-3.9063 z M 202.5,689 v 2 h 4.5 v -2 z m 40.5,0 v 2 h 4.5 v -2 z m -27.875,16.0938 -2.25,3.9062 1.75,1 2.25,-3.9062 z m 19.75,0 -1.75,1 2.25,3.9062 1.75,-1 z"/>
<path d="m 222.9062,667.5938 -.5,.0625 .3125,2.9688 .5,-.0312 -.3125,-3 z m 4.1875,0 -.3125,3 .5,.0312 .3125,-2.9688 -.5,-.0625 z m -8.8125,.9375 -.4688,.1562 .9375,2.8438 .4688,-.1562 z m 13.4375,0 -.9375,2.8438 .4688,.1562 .9375,-2.8438 z m -21.5938,4.5938 -.375,.3125 2.0312,2.25 .3438,-.3438 -2,-2.2188 z m 29.75,0 -2,2.2188 .3438,.3438 2.0312,-2.25 -.375,-.3125 z m -32.9375,3.4375 -.2812,.4062 2.4062,1.7812 .3125,-.4062 z m 36.125,0 -2.4375,1.7812 .3125,.4062 2.4062,-1.7812 z m -38.5,4.0625 -.2188,.4375 2.75,1.25 .1875,-.4688 -2.7188,-1.2188 z m 40.875,0 -2.7188,1.2188 .1875,.4688 2.75,-1.25 -.2188,-.4375 z m -42.4062,4.4375 -.0937,.5 2.9375,.625 .0937,-.5 z m 43.9375,0 -2.9375,.625 .0937,.5 2.9375,-.625 z m -41.0938,8.75 -2.9375,.625 .0937,.5 2.9375,-.625 z m 38.25,0 -.0937,.5 2.9375,.625 .0937,-.5 z m -37.0312,3.875 -2.75,1.25 .2188,.4375 2.7188,-1.2188 -.1875,-.4688 z m 35.8125,0 -.1875,.4688 2.7188,1.2188 .2188,-.4375 -2.75,-1.25 z m -33.8438,3.5625 -2.4062,1.7812 .2812,.4062 2.4375,-1.7812 z m 31.875,0 -.3125,.4062 2.4375,1.7812 .2812,-.4062 z m -29.1562,3.0625 -2.0312,2.25 .375,.3125 2,-2.2188 -.3438,-.3438 z m 26.4375,0 -.3438,.3438 2,2.2188 .375,-.3125 -2.0312,-2.25 z "/>
</g>
</g>
<path style="opacity:.94;fill:url(#linearGradient1592);fill-rule:evenodd" id="menu-normal" d="m 122,792 h 48 v 48 h -48 z"/>
<g id="menu-normal-left" transform="translate(2.743,88.24673)">
<path style="opacity:.94;fill:url(#linearGradient1782);fill-rule:evenodd;stroke-width:.775" d="m 116.257,703.753 h 3 v 48 h -3 z"/>
<path style="fill:#bebebe;color:#000;stroke-width:.707" d="m 116.257,703.753 v 48 h 1 v -48 z"/>
</g>
<g id="menu-normal-topleft" transform="translate(2.743,90.24673)">
<path style="opacity:.94;fill:#fafafa;fill-rule:evenodd;stroke-width:.648" d="m 119.257,698.753 h -3 v 3 h 3 z "/>
<path style="fill:#bebebe;color:#000" d="m 119.2571,698.7533 h -3.00005 v 3 h 1 v -2 h 2 z "/>
</g>
<g id="arrow-up-normal" transform="translate(15.105247,-342.79386)">
<path style="opacity:0;fill:#fff" d="m -607.493,8 h 24 v 24 h -24 z " transform="rotate(-90)"/>
<path style="fill:#505050" d="M 8,602.986 20,588 32,602.986 c 0,0 -7,-3.18601 -12,-3.18601 -5,0 -12,3.18601 -12,3.18601 z"/>
</g>
<g id="arrow-up-pressed" transform="translate(15,-342.99298)">
<path style="opacity:0;fill:#fff" d="m -607.493,98 h 24 v 24 h -24 z " transform="rotate(-90)"/>
<path d="M 98,602.986 110,588 l 12,14.986 c 0,0 -7,-3.18601 -12,-3.18601 -5,0 -12,3.18601 -12,3.18601 z"/>
</g>
<g style="fill-rule:evenodd" id="menu-shadow-top" transform="translate(136,-298.75)">
<path style="opacity:.94;fill:#fafafa" d="m -104,1083.75 h 48 v 8 h -48 z"/>
<path style="opacity:.15;fill:url(#linearGradient6754)" d="m -104,1079.5 v 4.25 h 48 v -4.25 z"/>
</g>
<g style="fill-rule:evenodd" id="menu-shadow-left" transform="translate(136,-298.75)">
<path style="opacity:.94;fill:url(#linearGradient1609)" d="m -109,1091.75 h 5 v 48 h -5 z"/>
<path style="opacity:.25;fill:url(#linearGradient6752)" d="m -116.25,1091.75 v 48 h 7.25 v -48 z"/>
</g>
<g style="fill-rule:evenodd" id="menu-shadow-right" transform="translate(136,-298.75)">
<path style="opacity:.94;fill:url(#linearGradient1617)" d="m -56,1091.75 h 5 v 48 h -5 z"/>
<path style="opacity:.3;fill:url(#linearGradient6748)" d="m -51,1091.75 v 48 h 7.25 v -48 z"/>
</g>
<g style="fill-rule:evenodd" id="menu-shadow-bottom" transform="translate(136,-298.75)">
<path style="opacity:.94;fill:#e4e6e8" d="m -104,1139.75 h 48 v 5 h -48 z"/>
<path style="opacity:.4;fill:url(#linearGradient6750)" d="m -104,1144.75 v 7.25 h 48 v -7.25 z"/>
</g>
<g style="fill-rule:evenodd" id="menu-shadow-topleft" transform="translate(136,-298.75)">
<path style="opacity:.94;fill:#fafafa" d="m -104,1083.75 c -2.75,0 -5,2.25 -5,5 v 3 h 5 z"/>
<path style="opacity:.25;fill:url(#radialGradient6740)" d="m -116.25,1079.5 v 12.25 h 7.25 v -3 c 0,-2.75 2.25,-5 5,-5 v -4.25 z "/>
</g>
<g style="fill-rule:evenodd" id="menu-shadow-topright" transform="translate(136,-298.75)">
<path style="opacity:.94;fill:#fafafa" d="m -56,1083.75 v 8 h 5 v -3 c 0,-2.75 -2.25,-5 -5,-5 z"/>
<path style="opacity:.29;fill:url(#radialGradient6742)" d="m -56,1079.5 v 4.25 c 2.75,10e-5 5,2.25 5,5 v 3 h 7.25 v -12.25 z"/>
</g>
<g style="fill-rule:evenodd" id="menu-shadow-bottomleft" transform="translate(136,-298.75)">
<path style="opacity:.94;fill:#e4e6e8" d="m -109,1139.75 c 0,2.77 2.23,5 5,5 v -5 z"/>
<path style="opacity:.39;fill:url(#radialGradient6746)" d="M -116.25,1139.75 V 1152 h 12.25 v -7.25 c -2.77,0 -5,-2.23 -5,-5 z"/>
</g>
<g style="fill-rule:evenodd" id="menu-shadow-bottomright" transform="translate(136,-298.75)">
<path style="opacity:.94;fill:#e4e6e8" d="m -56,1139.75 v 5 c 2.77,0 5,-2.23 5,-5 z"/>
<path style="opacity:.39;fill:url(#radialGradient6744)" d="m -51,1139.75 c 0,2.77 -2.23,5 -5,5 v 7.25 h 12.25 v -12.25 z"/>
</g>
<path style="fill:#b74aff" id="menu-shadow-hint-bottom" d="m 56.25,846 h 2.5 v 7.25 h -2.5 z"/>
<path style="fill:#b74aff" id="menu-shadow-hint-top" d="m 55,780.75 h 2.5 v 4.25 h -2.5 z"/>
<path style="fill:#b74aff" id="menu-shadow-hint-right" d="m -815,85 h 2.5 v 7.25 h -2.5 z" transform="rotate(-90)"/>
<path style="fill:#b74aff" id="menu-shadow-hint-left" d="m -815,19.75 h 2.5 v 7.25 h -2.5 z" transform="rotate(-90)"/>
<g style="fill:#3daee9;fill-rule:evenodd" id="group-normal-left" transform="matrix(0.66666667,0,0,1,87.333231,-147.49986)">
<path style="fill-opacity:0" d="m -106,-1148.5 h 6 v 30 h -6 z" transform="scale(-1)"/>
<path style="opacity:.33;fill:#000" d="m 101.5,1118.5 h 1.5 v 30 h -1.5 z"/>
</g>
<g style="fill:#3daee9" id="group-normal-topleft" transform="matrix(0.66666667,0,0,0.66666667,87.333231,225.33347)">
<path style="fill-rule:evenodd;fill-opacity:0" d="m -106,-1118.5 h 6 v 6 h -6 z" transform="scale(-1)"/>
<path style="opacity:.33;fill:#000" d="m 106,1114 c -2.62485,0 -4.49985,1.875 -4.49985,4.5002 h 1.5 c 0,-1.6875 1.32993,-3 3,-3 z"/>
</g>
<circle cx="330" cy="743.5" style="fill:url(#radialGradient5109);fill-rule:evenodd;stroke:url(#linearGradient5114)" id="slidercursor-normal" r="8.5"/>
<circle cx="98" cy="1063" style="fill:url(#radialGradient5079);fill-rule:evenodd" r="5" id="dial-handle"/>
<path style="fill:url(#linearGradient6747);fill-rule:evenodd" id="slider-toggled-topleft" d="m 195,721.7499 c -6.648,0 -12,5.352 -12,12 h 12 v -12 z "/>
<path style="fill:url(#linearGradient5248);fill-rule:evenodd" id="slider-toggled-left" d="m 183,733.7499 0,16.4063 0,.094 12,0 0,-16.5 -12,0 z "/>
<g id="common-normal-left" transform="matrix(1.3333333,0,0,1,-55,5)">
<path style="fill:#a0a0a0" d="m 270.75,1170 h 0.75 v 30 h -0.75 Z "/>
<path style="fill:#fafafa" d="m 271.5,1170 v 30 h 1.5 v -30 z"/>
<path style="fill-rule:evenodd;fill-opacity:0" d="m 270,1170 v 30 h 1 v -30 z"/>
</g>
<g id="common-normal-topleft" transform="matrix(1.3333333,0,0,1.3333333,-55,-385)">
<path style="fill:#a0a0a0" d="m 309,1172 c -1.77359,0 -3,1.2453 -3,3 h 1 c 0,-1.2075 0.79245,-2 2,-2 v -1 z " transform="matrix(0.75,0,0,0.75,41.25,288.75)"/>
<path style="fill:#fafafa" d="m 273,1168.5 c -0.90566,0 -1.5,0.5944 -1.5,1.5 h 1.5 z"/>
<path style="fill-opacity:0" d="m 273,1167 h -3 v 3 h 1 c 0,-1.125 0.875,-2 2,-2 z"/>
</g>
<path style="fill:url(#linearGradient6749);fill-rule:evenodd" id="slider-toggled-topright" d="m 195,721.7499 c 6.648,0 12,5.352 12,12 h -12 v -12 z "/>
<path style="fill:url(#linearGradient5244);fill-rule:evenodd" id="slider-toggled-right" d="m 195,733.7499 0,16.4063 0,.094 12,0 0,-16.5 -12,0 z "/>
<use width="450" height="1230" xlink:href="#arrow-up-normal" id="arrow-down-normal" transform="matrix(1,0,0,-1,-0.29822494,539.00612)"/>
<use width="450" height="1230" xlink:href="#arrow-up-pressed" id="arrow-down-pressed" transform="matrix(1,0,0,-1,-0.19297794,538.807)"/>
<use width="450" height="1230" xlink:href="#arrow-up-normal" id="arrow-right-normal" transform="matrix(0,1,-1,0,547.50613,223.70176)"/>
<use width="450" height="1230" xlink:href="#arrow-up-normal" id="arrow-left-normal" transform="matrix(0,-1,1,0,42.107909,333.91226)"/>
<use width="450" height="1230" xlink:href="#arrow-up-pressed" id="arrow-right-pressed" transform="matrix(0,1,-1,0,634.80701,133.80701)"/>
<use width="450" height="1230" xlink:href="#arrow-up-pressed" id="arrow-left-pressed" transform="matrix(0,-1,1,0,129.80703,423.80701)"/>
<use width="450" height="1230" xlink:href="#group-normal-left" id="group-normal-top" transform="rotate(90,173,986)"/>
<use width="450" height="1230" xlink:href="#group-normal-topleft" id="group-normal-topright" transform="rotate(90,173,986)"/>
<use width="450" height="1230" xlink:href="#group-normal-left" id="group-normal-right" transform="rotate(180,173,986)"/>
<use width="450" height="1230" xlink:href="#group-normal-topleft" id="group-normal-bottomright" transform="rotate(180,173,986)"/>
<use width="450" height="1230" xlink:href="#group-normal-left" id="group-normal-bottom" transform="rotate(-90,173,986)"/>
<use width="450" height="1230" xlink:href="#group-normal-topleft" id="group-normal-bottomleft" transform="rotate(-90,173,986)"/>
<ellipse cx="68" cy="208" rx="7.5" ry="7.5" style="fill:#fafafa;stroke:#a0a0a0;color:#000" id="radio-focused"/>
<rect width="15" x="224.5" y="-215.5" height="15" style="fill:#fafafa;stroke:#a0a0a0;color:#000" id="checkbox-focused" transform="scale(1,-1)"/>
<g style="color:#000" id="checkbox-tristate-focused" transform="translate(38,-271)">
<rect width="15" x="354.5" y="-485" height="15" style="fill:#fcfcfc;stroke:#a0a0a0" transform="scale(1,-1)"/>
<path style="fill:#3176bf" d="m 357,482.5 h 10 v -10 z"/>
</g>
<g id="arrow-up-focused" transform="translate(59.807018,-341.68597)">
<path style="opacity:0;fill:#fff" d="m -607.493,8 h 24 v 24 h -24 z " transform="rotate(-90)"/>
<path style="fill:#646464" d="M 8,602.986 20,588 32,602.986 c 0,0 -7,-3.18601 -12,-3.18601 -5,0 -12,3.18601 -12,3.18601 z"/>
</g>
<use width="450" height="1230" xlink:href="#arrow-up-focused" id="arrow-down-focused" transform="matrix(1,0,0,-1,0,540.11402)"/>
<use width="450" height="1230" xlink:href="#arrow-up-focused" id="arrow-right-focused" transform="matrix(0,1,-1,0,591.11403,179)"/>
<use width="450" height="1230" xlink:href="#arrow-up-focused" id="arrow-left-focused" transform="matrix(0,-1,1,0,88.5,378.61403)"/>
<g id="menu-normal-top">
<path style="opacity:.94;fill:#fafafa;fill-rule:evenodd" d="m 170,789 v 3 h -48 v -3 z"/>
<path style="fill:#bebebe;color:#000" d="m 170,789 h -48 v 1 h 48 z"/>
</g>
<use width="450" height="1230" xlink:href="#menu-normal-topleft" id="menu-normal-topright" transform="rotate(90,146,816)"/>
<use width="450" height="1230" xlink:href="#menu-normal-left" id="menu-normal-right" transform="matrix(-1,0,0,1,292,0)"/>
<g id="menu-normal-bottom" transform="rotate(-90,188.75187,770.50514)">
<path style="opacity:.94;fill:#e4e6e8;fill-rule:evenodd;stroke-width:.775" d="m 116.257,703.753 h 3 v 48 h -3 z"/>
<path style="fill:#bebebe;color:#000;stroke-width:.707" d="m 116.257,703.753 v 48 h 1 v -48 z"/>
</g>
<g id="menu-normal-bottomleft">
<path style="opacity:.94;fill:#e4e6e8;fill-rule:evenodd" d="m 119,840 v 3 h 3 v -3 z"/>
<path style="fill:#bebebe;color:#000" d="m 119,840 v 3 h 3 v -1 h -2 v -2 z"/>
</g>
<use width="100%" height="100%" xlink:href="#menu-normal-bottomleft" id="menu-normal-bottomright" transform="matrix(-1,0,0,1,292,0)"/>
<use width="450" height="1230" xlink:href="#common-normal-left" id="common-normal-top" transform="matrix(0,1,-1,0,1514,866)"/>
<use width="450" height="1230" xlink:href="#common-normal-topleft" id="common-normal-topright" transform="matrix(0,1,-1,0,1514,866)"/>
<use width="450" height="1230" xlink:href="#common-normal-left" id="common-normal-right" transform="matrix(-1,0,0,1,648,0)"/>
<use width="450" height="1230" xlink:href="#common-normal-topleft" id="common-normal-bottomright" transform="matrix(-1,0,0,-1,648,2380)"/>
<use width="450" height="1230" xlink:href="#common-normal-left" id="common-normal-bottom" transform="matrix(0,-1,1,0,-866,1514)"/>
<use width="450" height="1230" xlink:href="#common-normal-topleft" id="common-normal-bottomleft" transform="matrix(0,-1,1,0,-866,1514)"/>
<path style="fill:url(#linearGradient5045)" id="titlebar-normal" d="m 397.5,622.5 0,32 32,0 0,-32 z"/>
<g id="mdi-maximize-focused" transform="translate(435.18428,-844.90994)">
<path style="opacity:0;fill-rule:evenodd" d="m -412,1414.8866 h 32 v 32 h -32 z"/>
<path style="fill:#379cff" d="m -406.2267,1440.9483 -4.9485,-4.9486 10.2267,-10.2267 4.9485,-4.9483 4.9485,4.9483 10.2267,10.2269 -4.9485,4.9484 L -396,1430.7215 Z"/>
</g>
<g id="mdi-close-focused" transform="translate(-157.32251,-965.51651)">
<path style="opacity:0;fill:#d2d2d2;fill-rule:evenodd" d="m 422.5067,1535.4932 h 32 v 32 h -32 z "/>
<path style="fill:#379cff" d="m 444.6943,1540.5245 -6.1875,6.2187 -6.1875,-6.1875 -4.7812,4.75 6.2188,6.1875 -6.1875,6.1875 4.75,4.7813 6.1875,-6.2188 6.1875,6.1875 4.7812,-4.75 -6.2188,-6.1875 6.1875,-6.1875 z"/>
</g>
<use width="450" height="1380" id="mdi-minimize-focused" xlink:href="#mdi-maximize-focused" transform="matrix(1,0,0,-1,164.81578,1175.9767)"/>
<use width="450" height="1380" id="mdi-shade-focused" xlink:href="#mdi-maximize-focused" transform="matrix(1,0,0,-1,315.64052,1171.09)"/>
<g id="button-default-indicator" transform="translate(-367.5,-23.75156)">
<path style="opacity:0;fill:#7b7b7b" d="m 375,87.5 h 25 v 25 h -25 z"/>
<path style="opacity:.4" d="m 400,92.5 -20,20 h 20 z"/>
</g>
<path style="fill:url(#linearGradient4969)" id="menubar-normal" d="m 305,805 h 20 v 20 h -20 z"/>
<path style="fill:url(#linearGradient5525)" id="menubar-normal-left" d="m 805,-305 h 20 v 5 h -20 z" transform="matrix(0,1,-1,0,0,0)"/>
<path style="fill:#f0f0f0" id="menubar-normal-topleft" d="m 800,-305 h 5 v 5 h -5 z" transform="matrix(0,1,-1,0,0,0)"/>
<path style="fill:#f0f0f0" id="menubar-normal-top" d="m 305,800 h 20 v 5 h -20 z"/>
<use width="450" height="1230" xlink:href="#menubar-normal-left" id="menubar-normal-right" transform="translate(25,0)"/>
<path style="fill:#005ab4" id="menubaritem-pressed-bottom" d="m 358.4998,828.5 h 20 v 5 h -20 z "/>
<path style="fill:#005ab4" id="menubaritem-toggled-bottom" d="m 408.4998,828.5 h 20 v 5 h -20 z "/>
<g style="opacity:.8;fill:#2d2d2d;fill-rule:evenodd" id="arrow-plus-normal" transform="matrix(1.2445079,1.2445079,-1.2445079,1.2445079,145.14121,339.31233)">
<rect width="2.840909" x="-6.8212047" y="57.29216" height="12.5" transform="rotate(45)"/>
<rect width="12.5" x="-11.650752" y="62.121708" height="2.8409076" transform="rotate(45)"/>
</g>
<g style="fill-rule:evenodd" id="arrow-plus-pressed" transform="matrix(1.2445079,1.2445079,-1.2445079,1.2445079,242.64121,336.81233)">
<rect width="2.840909" x="-6.8212047" y="57.29216" height="12.5" transform="rotate(45)"/>
<rect width="12.5" x="-11.650752" y="62.121708" height="2.8409076" transform="rotate(45)"/>
</g>
<g style="opacity:.8;fill:#d2d2d2;fill-rule:evenodd" id="arrow-minus-normal" transform="matrix(1.2445079,1.2445079,-1.2445079,1.2445079,400.14121,339.31233)">
<path style="fill:#2d2d2d" d="m -6.8212,57.2922 h 2.84091 v 12.5 h -2.84091 z " transform="rotate(45)"/>
<path style="opacity:0" d="m -11.6508,62.2922 h 12.5 v 2.5 h -12.5 Z " transform="rotate(45)"/>
</g>
<g style="fill:#d2d2d2;fill-rule:evenodd" id="arrow-minus-pressed" transform="matrix(1.2445079,1.2445079,-1.2445079,1.2445079,500.14121,339.31233)">
<path style="fill:#000" d="m -6.8212,57.2922 h 2.84091 v 12.5 h -2.84091 z " transform="rotate(45)"/>
<path style="opacity:0" d="m -11.6508,62.2922 h 12.5 v 2.5 h -12.5 Z " transform="rotate(45)"/>
</g>
<g style="opacity:.8;fill:#3c3c3c;fill-rule:evenodd" id="arrow-plus-focused" transform="matrix(1.2445079,1.2445079,-1.2445079,1.2445079,195.14121,336.81233)">
<rect width="2.840909" x="-6.8212047" y="57.29216" height="12.5" transform="rotate(45)"/>
<rect width="12.5" x="-11.650752" y="62.121708" height="2.8409076" transform="rotate(45)"/>
</g>
<g style="opacity:.8;fill:#d2d2d2;fill-rule:evenodd" id="arrow-minus-focused" transform="matrix(1.2445079,1.2445079,-1.2445079,1.2445079,455.14121,339.31233)">
<path style="fill:#3c3c3c" d="m -6.8212,57.2922 h 2.84091 v 12.5 h -2.84091 z " transform="rotate(45)"/>
<path style="opacity:0" d="m -11.6508,62.2922 h 12.5 v 2.5 h -12.5 Z " transform="rotate(45)"/>
</g>
<path style="fill:#f0f0f0" id="dock-normal" d="m 355,1170 h 30 v 30 h -30 z"/>
<path style="fill:#969696" id="dock-focused-left" d="m 399.5,1170 h 5 v 30 h -5 z"/>
<path style="fill:#969696" id="dock-focused-top" d="m -1167.5,407 h 5 v 30 h -5 z" transform="matrix(0,-1,1,0,0,0)"/>
<path style="fill:#969696" id="dock-focused-topleft" d="m 399.5,1162.5 h 5 v 5 h -5 z"/>
<path style="fill:#969696" id="dock-focused-topright" d="m 439.5,1162.5 h 5 v 5 h -5 z"/>
<path style="fill:#969696" id="dock-focused-right" d="m 439.5,1170 h 5 v 30 h -5 z"/>
<path style="fill:#969696" id="dock-focused-bottom" d="m -1207.5,407 h 5 v 30 h -5 z" transform="matrix(0,-1,1,0,0,0)"/>
<path style="fill:#969696" id="dock-focused-bottomright" d="m 439.5,1202.5 h 5 v 5 h -5 z"/>
<path style="fill:#969696" id="dock-focused-bottomleft" d="m 399.5,1202.5 h 5 v 5 h -5 z"/>
<path style="fill:#b4b4b4" id="dock-normal-left" d="m 347.5,1170 h 5 v 30 h -5 z"/>
<path style="fill:#b4b4b4" id="dock-normal-topleft" d="m 347.5,1162.5 h 5 v 5 h -5 z"/>
<path style="fill:#b4b4b4" id="dock-normal-top" d="m 1162.5,-385 h 5 v 30 h -5 z" transform="matrix(0,1,-1,0,0,0)"/>
<path style="fill:#b4b4b4" id="dock-normal-topright" d="m 387.5,1162.5 h 5 v 5 h -5 z"/>
<path style="fill:#b4b4b4" id="dock-normal-right" d="m 387.5,1170 h 5 v 30 h -5 z"/>
<path style="fill:#b4b4b4" id="dock-normal-bottomright" d="m 387.5,1202.5 h 5 v 5 h -5 z"/>
<path style="fill:#b4b4b4" id="dock-normal-bottom" d="m -1207.5,355 h 5 v 30 h -5 z" transform="matrix(0,-1,1,0,0,0)"/>
<path style="fill:#b4b4b4" id="dock-normal-bottomleft" d="m 347.5,1202.5 h 5 v 5 h -5 z"/>
<use width="450" height="1230" xlink:href="#menubar-normal-topleft" id="menubar-normal-topright" transform="translate(25,0)"/>
<use width="450" height="1230" xlink:href="#slider-toggled-topleft" id="slider-toggled-bottomleft" transform="matrix(1,0,0,-1,0,1484)"/>
<path style="opacity:.2" id="toolbar-handle" d="m 245,86.2484 a 5,5 0 0,1 -10,0 5,5 0 1,1 10,0 z "/>
<use width="450" height="1230" xlink:href="#slider-toggled-topright" id="slider-toggled-bottomright" transform="matrix(1,0,0,-1,0,1484)"/>
<path style="fill:#f0f0f0" id="dock-focused" d="m 407,1170 h 30 v 30 h -30 z"/>
<g id="radio-checked-focused" transform="translate(-2.5)">
<use width="450" height="1230" xlink:href="#radio-focused" transform="translate(80)"/>
<circle cx="148" cy="208" style="fill:#3176bf;color:#000" r="5"/>
</g>
<g id="radio-checked-normal">
<use width="450" height="1230" xlink:href="#radio-normal" transform="translate(75)"/>
<circle cx="105.5" cy="208" style="fill:#3176bf;color:#000" r="4"/>
</g>
<g id="checkbox-checked-normal" transform="translate(0,-2)">
<use width="450" height="1230" xlink:href="#checkbox-normal" transform="translate(80)"/>
<path style="fill:#3176bf;color:#000" d="m 276,-212 h 8 v 8 h -8 z" transform="scale(1,-1)"/>
</g>
<g id="checkbox-checked-focused">
<use width="450" height="1230" xlink:href="#checkbox-focused" transform="translate(88,-2)"/>
<path style="fill:#3176bf;color:#000" d="m 315,-211 h 10 v 10 h -10 z" transform="scale(1,-1)"/>
</g>
<g id="checkbox-tristate-normal">
<use width="450" height="1230" xlink:href="#checkbox-normal" transform="translate(155,-1.5)"/>
<path style="fill:#3176bf;color:#000" d="m 351,210.5 h 8 v -8 z"/>
</g>
<g id="button-normal-left" transform="matrix(1.3333333,0,0,0.98461538,-13.333313,-28.001642)">
<path style="fill:url(#linearGradient9495);fill-rule:evenodd" d="M 28.75,81.2514 V 48.7516 h -7.5 v 32.5 z"/>
<path style="fill:#aaa;color:#000" d="m 21.25,48.7516 v 32.5 h 1.5 v -32.5 z"/>
</g>
<g id="button-normal-topleft" transform="matrix(1.3333242,0,0,1.3333242,-13.333105,-45.001688)">
<path style="fill:url(#linearGradient9475);fill-rule:evenodd" d="m 28.75,41.2516 c -4.125,0 -7.5,3.37497 -7.5,7.5 h 7.5 z "/>
<path style="fill:url(#linearGradient9032);color:#000" d="m 28.75,41.2516 c -4.125,0 -7.5,3.37497 -7.5,7.5 h 1.5 c 0,-3.18752 2.8125,-6 6,-6 z "/>
</g>
<g id="button-normal-bottomleft" transform="matrix(0,-1.3333227,1.3333227,0,-40.001621,90.333107)">
<path style="fill:url(#linearGradient9723);fill-rule:evenodd" d="m 28.75,41.2516 c -4.12497,0 -7.5,3.37497 -7.5,7.5 h 7.5 z "/>
<path style="fill:url(#linearGradient9094);color:#000" d="m 28.75,41.2516 c -4.12497,0 -7.5,3.37497 -7.5,7.5 h 1.5 c 0,-3.18752 2.81253,-6 6,-6 z "/>
</g>
<g style="fill:url(#linearGradient8952)" id="button-normal-top" transform="matrix(0,1.3333333,-0.98461538,0,105.00154,-18.333426)">
<path style="fill:url(#linearGradient9245);fill-rule:evenodd" d="M 28.75,81.2514 V 48.7516 h -7.5 v 32.5 z"/>
<path style="fill:#bbb;color:#000" d="m 21.25,48.7516 v 32.5 h 1.5 v -32.5 z"/>
</g>
<g id="button-normal-right" transform="matrix(-1.3333333,0,0,0.98461538,95.333332,-28.001575)">
<path style="fill:url(#linearGradient10179);fill-rule:evenodd" d="M 28.75,81.2514 V 48.7516 h -7.5 v 32.5 z"/>
<path style="fill:#9d9d9d;color:#000" d="m 21.25,48.7516 v 32.5 h 1.5 v -32.5 z"/>
</g>
<g id="button-normal-bottom" transform="matrix(0,-1.3333333,0.98461538,0,-23.001575,90.333332)">
<path style="fill:url(#linearGradient9097);fill-rule:evenodd" d="M 28.75,81.2514 V 48.7516 h -7.5 v 32.5 z"/>
<path style="fill:#828282;color:#000" d="m 21.25,48.7516 v 32.5 h 1.5 v -32.5 z"/>
</g>
<path style="fill:url(#linearGradient8943);fill-rule:evenodd" id="button-normal" d="m 25,20 0,32 32,0 0,-32 -32,0 z"/>
<g id="button-normal-bottomright" transform="matrix(0,-1.3333227,-1.3333227,0,122.00162,90.333107)">
<path style="fill:url(#linearGradient9901);fill-rule:evenodd" d="m 28.75,41.2516 c -4.12497,0 -7.5,3.37497 -7.5,7.5 h 7.5 z "/>
<path style="fill:url(#linearGradient9120);color:#000" d="m 28.75,41.2516 c -4.12497,0 -7.5,3.37497 -7.5,7.5 h 1.5 c 0,-3.18752 2.81253,-6 6,-6 z "/>
</g>
<path style="fill:url(#linearGradient5004);fill-rule:evenodd" id="button-toggled-left" d="m 242.5,17.5002 0,32.4998 -7.5,0 0,-32.5 z "/>
<path style="fill:url(#linearGradient4996);fill-rule:evenodd" id="button-toggled-bottomleft" d="m 242.5,57.5 c -4.5,0 -7.5,-3 -7.5,-7.5 h 7.5 z"/>
<path style="fill:url(#linearGradient4988);fill-rule:evenodd" id="button-toggled-topleft" d="m 235,17.5 c 0,-4.5 3,-7.5 7.5,-7.5 v 7.5 z"/>
<path style="fill:url(#linearGradient4978);fill-rule:evenodd" id="button-toggled-bottom" d="m 242.5002,50 32.4998,0 0,7.5 -32.5,0 z"/>
<path style="fill:url(#linearGradient4970);fill-rule:evenodd" id="button-toggled-top" d="m 275,17.5001 -32.4998,0 0,-7.5 32.5,0 z"/>
<path style="fill:url(#linearGradient4962);fill-rule:evenodd" id="button-toggled" d="m 242.5,50 0,-32.5 32.5,0 0,32.5 -32.5,0 z"/>
<path style="fill:url(#linearGradient5207);fill-rule:evenodd" id="lineedit-normal" d="m 395,80 0,32 h 32 v -32 h -32 z "/>
<g id="lineedit-normal-bottom" transform="matrix(0,-1.3333333,0.98461538,0,346.99842,150.33333)">
<path style="fill:url(#linearGradient5074);fill-rule:evenodd" d="m 28.75,81.2516 v -32.5 h -7.5 v 32.5 z"/>
<path style="fill:#9d9d9d;color:#000" d="m 21.25,48.7516 v 32.5 h 1.5 v -32.5 z"/>
</g>
<g id="lineedit-normal-bottomright" transform="matrix(-1.3333242,0,0,-1.3333242,465.3331,177.00169)">
<path style="fill:url(#linearGradient5189);fill-rule:evenodd" d="m 28.75,41.2516 c -4.12501,0 -7.5,3.37497 -7.5,7.5 h 7.5 z "/>
<path style="fill:#9d9d9d;color:#000" d="m 28.75,41.2516 c -4.12501,0 -7.5,3.37497 -7.5,7.5 h 1.5 c 0,-3.18752 2.8125,-6 6,-6 z "/>
</g>
<g style="fill-rule:evenodd" id="menuitem-tearoff-focused" transform="translate(101.5,154.5)">
<rect width="7" x="686.5" y="-229.5" height="9" style="opacity:0;fill:#141414" transform="rotate(90)"/>
<path style="fill:#0078f0" d="m 227.2385,689 h -2.2462 v 2 h 2.2462 z m -4.4924,0 H 220.5 v 2 h 2.2461 z"/>
</g>
<rect width="5" x="275" y="1039" rx="2.5" height="32" style="fill:url(#linearGradient4622)" id="splitter-grip-normal"/>
<rect width="5" x="307.5" y="1039" rx="2.5" height="32" style="fill:url(#linearGradient5332)" id="splitter-grip-focused"/>
<use width="450" height="1380" id="splitter-grip-pressed" xlink:href="#splitter-grip-focused" transform="translate(35,0)"/>
<g style="fill:#fff" id="flat-arrow-down-normal" transform="rotate(180,28.75,489.9)">
<path style="opacity:0" d="m -607.493,8 h 24 v 24 h -24 z " transform="rotate(-90)"/>
<path d="M 8,602.986 20,588 32,602.986 c 0,0 -7,-3.18601 -12,-3.18601 -5,0 -12,3.18601 -12,3.18601 z"/>
</g>
<use width="450" height="1230" xlink:href="#arrow-up-focused" id="flat-arrow-down-focused" transform="matrix(1,0,0,-1,0.192982,636.30701)"/>
<use width="450" height="1230" xlink:href="#arrow-up-pressed" id="flat-arrow-down-pressed" transform="matrix(1,0,0,-1,2.5,635)"/>
<g id="flat-arrow-down-disabled" transform="matrix(1,0,0,-1,150,977.99298)">
<path style="opacity:0;fill:#fff" d="m -607.493,8 h 24 v 24 h -24 z " transform="rotate(-90)"/>
<path style="fill:#c8c8c8" d="M 8,602.986 20,588 32,602.986 c 0,0 -7,-3.18601 -12,-3.18601 -5,0 -12,3.18601 -12,3.18601 z"/>
</g>
<use width="450" height="1230" xlink:href="#flat-arrow-down-normal" id="flat-arrow-up-normal" transform="matrix(1,0,0,-1,2.5,794.30701)"/>
<use width="450" height="1230" xlink:href="#flat-arrow-down-focused" id="flat-arrow-up-focused" transform="matrix(1,0,0,-1,0,792.5)"/>
<use width="450" height="1230" xlink:href="#flat-arrow-down-pressed" id="flat-arrow-up-pressed" transform="matrix(1,0,0,-1,2.5,792.5)"/>
<use width="450" height="1230" xlink:href="#flat-arrow-down-disabled" id="flat-arrowup-disabled" transform="matrix(1,0,0,-1,-2.5,792.5)"/>
<use width="450" height="1230" xlink:href="#flat-arrow-down-normal" id="flat-arrow-right-normal" transform="matrix(0,-1,1,0,-106.80701,417.5)"/>
<use width="450" height="1230" xlink:href="#flat-arrow-down-focused" id="flat-arrow-right-focused" transform="matrix(0,-1,1,0,-62.5,458.19299)"/>
<use width="450" height="1230" xlink:href="#flat-arrow-down-pressed" id="flat-arrow-right-pressed" transform="matrix(0,-1,1,0,-15,505.69299)"/>
<use width="450" height="1230" xlink:href="#flat-arrow-down-disabled" id="flat-arrow-right-disabled" transform="rotate(-90,287.84649,260.34649)"/>
<use width="450" height="1230" xlink:href="#flat-arrow-down-normal" id="flat-arrow-left-normal" transform="matrix(0,1,-1,0,664.30701,376.80701)"/>
<use width="450" height="1230" xlink:href="#flat-arrow-down-focused" id="flat-arrow-left-focused" transform="matrix(0,1,-1,0,705,332.5)"/>
<use width="450" height="1230" xlink:href="#flat-arrow-down-pressed" id="flat-arrow-left-pressed" transform="matrix(0,1,-1,0,752.5,285)"/>
<use width="450" height="1230" xlink:href="#flat-arrow-down-disabled" id="flat-arrow-left-disabled" transform="rotate(90,276.25,518.75)"/>
<path style="fill:#5a5a5a;fill-rule:evenodd" id="slider-tick-normal" d="m 210,1069 h 5 v 1 h -5 z"/>
<g id="mdi-restore-normal" transform="translate(2.5,2.5)">
<path style="opacity:.2;fill-opacity:0" d="m 101.5,521.5 h 32 v 32 h -32 z"/>
<g style="fill:none;fill-rule:evenodd;stroke-width:4">
<path style="stroke-opacity:.784;stroke:#fff;fill-opacity:0" d="m -306.1769,458.2049 h 14.1421 v 14.1421 h -14.1421 z " transform="rotate(-45)"/>
<path style="stroke:#5a5a5a" d="m -304.0559,456.0839 h 14.1421 v 14.1421 h -14.1421 z " transform="rotate(-45)"/>
</g>
</g>
<g style="fill-rule:evenodd" id="mdi-maximize-normal" transform="translate(-2.5)">
<path style="fill:#fff;fill-opacity:0" d="m 29,524 h 32 v 32 H 29 Z"/>
<g style="fill:none;stroke-width:5">
<path style="stroke-opacity:.784;stroke:#fff" d="m 33.25,550.1057 11.971,-12.8169 11.5,12.8687"/>
<path style="stroke:#5a5a5a" d="m 33.25,547.1061 11.971,-12.8169 11.5,12.8687"/>
</g>
</g>
<g style="fill-rule:evenodd" id="mdi-minimize-normal" transform="matrix(1,0,0,-1,159.77895,1079.7888)">
<path style="fill:#fff;fill-opacity:0" d="m 29,524 h 32 v 32 H 29 Z"/>
<g style="fill:none;stroke-width:5">
<path style="stroke-opacity:.784;stroke:#fff" d="m 33.25,544.1057 11.971,-12.8169 11.5,12.8687"/>
<path style="stroke:#5a5a5a" d="m 33.25,547.1061 11.971,-12.8169 11.5,12.8687"/>
</g>
</g>
<use width="100%" height="100%" xlink:href="#mdi-minimize-normal" id="mdi-shade-normal" transform="translate(150,-0.49968)"/>
<g id="mdi-restore-focused" transform="translate(-2.87544,-5.86132)">
<path style="opacity:.2;fill-opacity:0" d="m 104,576.5 h 32 v 32 h -32 z"/>
<path style="fill:none;fill-rule:evenodd;stroke:#379cff;stroke-width:6" d="m -341.179,496.7425 h 14.1421 v 14.1421 h -14.1421 z " transform="rotate(-45)"/>
</g>
<g style="fill-rule:evenodd" id="mdi-close-normal">
<path style="fill:#fff;fill-opacity:0" d="m 267.8766,520.5641 h 32 v 32 h -32 z "/>
<g style="fill:none;stroke-width:5">
<g style="stroke-opacity:.784;stroke:#fff" transform="translate(35.0625,-5.125)">
<path d="m 240.4375,536.0622 17,17.0625"/>
<path d="m 240.1875,553.3122 17.125,-17.125"/>
</g>
<g style="stroke:#5a5a5a" transform="translate(35.0625,-5.125)">
<path d="m 240.4375,533.0625 17,17.0625"/>
<path d="m 240.1875,550.3125 17.125,-17.125"/>
</g>
</g>
</g>
<g id="mdi-menu-normal" transform="translate(2,131)">
<path style="opacity:0;paint-order:normal;fill-rule:evenodd" d="m 397,395 h 32 v 32 h -32 z"/>
<g style="fill:#fff;fill-opacity:.784">
<path d="m 426.5,410.25 v 4.5 h -27 v -4.5 z"/>
<path style="fill:#555;fill-opacity:1" d="m 426.5,408.25 v 4.5 h -27 v -4.5 z"/>
<path d="m 426.5,419 v 4.5 h -27 V 419 Z"/>
<path style="fill:#555;fill-opacity:1" d="m 426.5,417 v 4.5 h -27 V 417 Z"/>
<path d="m 426.5,401.5 v 4.5 h -27 v -4.5 z"/>
<path style="fill:#555;fill-opacity:1" d="m 426.5,399.5 v 4.5 h -27 v -4.5 z"/>
</g>
</g>
<use width="100%" height="100%" xlink:href="#mdi-close-normal" id="mdi-close-disabled" transform="translate(-4.0976998,134.14682)"/>
<use width="100%" height="100%" xlink:href="#mdi-restore-normal" id="mdi-restore-disabled" transform="translate(-2.7210489,132.71123)"/>
<use width="100%" height="100%" xlink:href="#mdi-maximize-normal" id="mdi-maximize-disabled" transform="translate(-2.7210489,132.71123)"/>
<use width="100%" height="100%" xlink:href="#mdi-minimize-normal" id="mdi-minimize-disabled" transform="translate(-2.7210489,132.71123)"/>
<use width="100%" height="100%" xlink:href="#mdi-minimize-normal" id="mdi-shade-disabled" transform="translate(144.77895,132.21089)"/>
<use width="100%" height="100%" xlink:href="#mdi-maximize-focused" id="mdi-maximize-pressed" transform="translate(-1.1842344,44.023346)"/>
<use width="100%" height="100%" xlink:href="#mdi-close-focused" id="mdi-close-pressed" transform="translate(-1.1842344,44.023346)"/>
<use width="100%" height="100%" xlink:href="#mdi-minimize-focused" id="mdi-minimize-pressed" transform="translate(-1.1842344,44.023346)"/>
<use width="100%" height="100%" xlink:href="#mdi-restore-focused" id="mdi-restore-pressed" transform="translate(-1.1842344,44.023346)"/>
<use width="100%" height="100%" xlink:href="#mdi-minimize-focused" id="mdi-shade-pressed" transform="translate(149.65872,40)"/>
<g style="fill-rule:evenodd" id="slider-normal-topleft">
<path style="fill-opacity:0" d="M 92,717.5 H 80 v 12 h 12 z"/>
<path style="fill:url(#linearGradient5743)" d="m 92,719.5 c -4.5,0 -8,4 -8,9 v 1 h 8 z"/>
</g>
<g style="fill-rule:evenodd" id="slider-normal-left">
<path style="fill-opacity:0" d="m 80,729.5002 v 16.4064 0.094 h 12 v -16.5 H 80 Z"/>
<path style="fill:url(#linearGradient5097)" d="m 84,729.5006 v 16.4058 0.094 h 8 V 729.501 h -8 z"/>
</g>
<g style="fill-rule:evenodd" id="slider-normal-topright" transform="matrix(-1,0,0,1,184,0)">
<path style="fill-opacity:0" d="M 92,717.5 H 80 v 12 h 12 z"/>
<path style="fill:url(#linearGradient5741)" d="m 92,719.5 c -4.5,0 -8,4 -8,9 v 1 h 8 z"/>
</g>
<g style="fill-rule:evenodd" id="slider-normal-right" transform="matrix(-1,0,0,1,184,0)">
<path style="fill-opacity:0" d="m 80,729.5002 v 16.4064 0.094 h 12 v -16.5 H 80 Z"/>
<path style="fill:url(#linearGradient5111)" d="m 84,729.5006 v 16.4058 0.094 h 8 V 729.501 h -8 z"/>
</g>
<use width="100%" height="100%" xlink:href="#slider-normal-topleft" id="slider-normal-bottomleft" transform="matrix(1,0,0,-1,0,1475.5)"/>
<use width="100%" height="100%" style="opacity:.68" xlink:href="#button-default-indicator" id="resize-grip-normal" transform="translate(325,-46.24844)"/>
<g id="resize-grip-focused" transform="translate(10,-70)">
<path style="opacity:0;fill:#7b7b7b" d="m 375,87.5 h 25 v 25 h -25 z"/>
<path style="fill:#3176bf" d="m 398.5859,91.0859 c -7.80469,7.80469 -15.6094,15.6094 -23.4141,23.4141 8.9427,0 17.8854,0 26.8281,0 0,-8.94271 0,-17.8854 0,-26.8281 -1.13802,1.13802 -2.27604,2.27604 -3.41406,3.41406 z"/>
</g>
<g id="button-normal-topright" transform="matrix(-1.3333242,0,0,1.3333242,95.333105,-45.001688)">
<path style="fill:url(#linearGradient10143);fill-rule:evenodd" d="m 28.75,41.2516 c -4.125,0 -7.5,3.37497 -7.5,7.5 h 7.5 z "/>
<path style="fill:url(#linearGradient9072);color:#000" d="m 28.75,41.2516 c -4.125,0 -7.5,3.37497 -7.5,7.5 h 1.5 c 0,-3.18752 2.8125,-6 6,-6 z "/>
</g>
<path style="fill:#386fa7;fill-rule:evenodd" id="itemview-pressed-top" d="m 52,1188 h 8 v 4 h -8 z"/>
<path style="fill:#438bd4;fill-rule:evenodd" id="itemview-pressed-bottom" d="m 52,1200 h 8 v 4 h -8 z"/>
<path style="fill:url(#linearGradient5190);fill-rule:evenodd" id="itemview-pressed" d="m 52,1192 8,0 0,8 -8,0 z"/>
<path style="fill:#386fa7;fill-rule:evenodd" id="itemview-pressed-topright" d="m 60,1188 c 2,0 4,2 4,4 h -4 z "/>
<path style="fill:#438bd4;fill-rule:evenodd" id="itemview-pressed-bottomright" d="m 60,1200 4,0 c 0,2 -2,4 -4,4 z"/>
<path style="fill:url(#linearGradient5071);fill-rule:evenodd" id="itemview-pressed-right" d="m 60,1192 h 4 v 8 h -4 z"/>
<path style="fill:url(#linearGradient5073);fill-rule:evenodd" id="itemview-pressed-left" d="m 48,1192 h 4 v 8 h -4 z"/>
<path style="fill:#386fa7;fill-rule:evenodd" id="itemview-pressed-topleft" d="m 52,1188 0,4 -4,0 c 0,-2 2,-4 4,-4 z"/>
<path style="fill:#438bd4;fill-rule:evenodd" id="itemview-pressed-bottomleft" d="m 48,1200 4,0 0,4 c -2,0 -4,-2 -4,-4 z"/>
<path style="fill:url(#linearGradient7413);fill-rule:evenodd" id="itemview-toggled-top" d="m 85,1188.5 h 8 v 4 h -8 z"/>
<path style="fill:url(#linearGradient7015);fill-rule:evenodd" id="itemview-toggled-bottom" d="m 85,1200.5 h 8 v 4 h -8 z"/>
<path style="fill:#7d8186;fill-rule:evenodd" id="itemview-toggled" d="m 85,1192.5 8,0 0,8 -8,0 z"/>
<path style="fill:#7d8186;fill-rule:evenodd" id="itemview-toggled-right" d="m 93,1192.5 h 4 v 8 h -4 z"/>
<path style="fill:url(#linearGradient7411);fill-rule:evenodd" id="itemview-toggled-topright" d="m 93,1188.5 c 2,0 4,2 4,4 h -4 z "/>
<path style="fill:url(#linearGradient7017);fill-rule:evenodd" id="itemview-toggled-bottomright" d="m 93,1200.5 4,0 c 0,2 -2,4 -4,4 z"/>
<path style="fill:#7d8186;fill-rule:evenodd" id="itemview-toggled-left" d="m 81,1192.5 h 4 v 8 h -4 z"/>
<path style="fill:url(#linearGradient7409);fill-rule:evenodd" id="itemview-toggled-topleft" d="m 85,1188.5 0,4 -4,0 c 0,-2 2,-4 4,-4 z"/>
<path style="fill:url(#linearGradient7013);fill-rule:evenodd" id="itemview-toggled-bottomleft" d="m 81,1200.5 4,0 0,4 c -2,0 -4,-2 -4,-4 z"/>
<use width="450" height="1230" style="opacity:.2" id="itemview-focused-top" xlink:href="#itemview-toggled-top" transform="translate(-62.5,0)"/>
<use width="450" height="1230" style="opacity:.2" id="itemview-focused-bottom" xlink:href="#itemview-toggled-bottom" transform="translate(-62.5,0)"/>
<use width="450" height="1230" style="opacity:.2" id="itemview-focused" xlink:href="#itemview-toggled" transform="translate(-62.5,0)"/>
<use width="450" height="1230" style="opacity:.2" id="itemview-focused-right" xlink:href="#itemview-toggled-right" transform="translate(-62.5,0)"/>
<use width="450" height="1230" style="opacity:.2" id="itemview-focused-topright" xlink:href="#itemview-toggled-topright" transform="translate(-62.5,0)"/>
<use width="450" height="1230" style="opacity:.2" id="itemview-focused-bottomright" xlink:href="#itemview-toggled-bottomright" transform="translate(-62.5,0)"/>
<use width="450" height="1230" style="opacity:.2" id="itemview-focused-left" xlink:href="#itemview-toggled-left" transform="translate(-62.5,0)"/>
<use width="450" height="1230" style="opacity:.2" id="itemview-focused-topleft" xlink:href="#itemview-toggled-topleft" transform="translate(-62.5,0)"/>
<use width="450" height="1230" style="opacity:.2" id="itemview-focused-bottomleft" xlink:href="#itemview-toggled-bottomleft" transform="translate(-62.5,0)"/>
<use width="100%" height="100%" xlink:href="#slider-normal-topright" id="slider-normal-bottomright" transform="matrix(1,0,0,-1,0,1475.5006)"/>
<path style="fill:url(#linearGradient4972)" id="window-normal" d="m 387.5,1035 h 40 v 40 h -40 z"/>
<circle cx="362.5" cy="743.5" style="fill:url(#radialGradient5503);fill-rule:evenodd;stroke:url(#linearGradient16960)" r="8.5" id="slidercursor-focused"/>
<use width="100%" height="100%" xlink:href="#slidercursor-focused" id="slidercursor-pressed" transform="translate(29.308819,0.3410387)"/>
<circle cx="425" cy="743.5" style="fill:url(#radialGradient6350);fill-rule:evenodd;stroke:url(#linearGradient6352)" r="8.5" id="slidercursor-disabled"/>
<g id="lineedit-normal-top" transform="matrix(0.98461478,0,0,1.3333333,6.0771169,-26.666627)">
<g transform="rotate(90,212.50079,263.75079)">
<path style="fill:url(#linearGradient4799);fill-rule:evenodd" d="m 28.75,81.2516 v -32.5 h -7.5 v 32.5 z"/>
<path style="fill:#9d9d9d;color:#000" d="m 21.25,48.7516 v 32.5 h 1.49961 v -32.5 z "/>
</g>
<path style="opacity:.08;fill:url(#linearGradient5100);fill-rule:evenodd" d="m 395,80 h 32.5 V 74 H 395 Z"/>
</g>
<g id="lineedit-normal-left" transform="matrix(1.3333244,0,0,0.98461517,-131.62189,1.2616049)">
<g id="lineedit-normal-left0" transform="translate(366.29025,31.217107)">
<path style="fill:url(#linearGradient9618);fill-rule:evenodd" d="m 28.6788,81.2516 v -32.5 H 21.25 v 32.5 z"/>
<path style="fill:#9d9d9d;color:#000" d="m 21.1788,48.7516 v 32.5 h 1.5 v -32.5 z "/>
</g>
<path style="opacity:.07;fill:url(#linearGradient5145);fill-rule:evenodd" d="m 394.969,112.4687 v -32.5 h -6 v 32.5 z "/>
</g>
<g id="lineedit-normal-topleft" transform="matrix(1.3333242,0,0,1.3333242,-131.71679,-26.624212)">
<g id="lineedit-normal-topleft0" transform="translate(366.29025,31.217107)">
<path style="fill:url(#linearGradient9544);fill-rule:evenodd" d="m 28.75,41.2516 c -4.12498,0 -7.5,3.37497 -7.5,7.5 h 7.5 z "/>
<path style="fill:#9d9d9d;color:#000" d="m 28.75,41.2516 c -4.12498,0 -7.5,3.37497 -7.5,7.5 h 1.5 c 0,-3.18752 2.81253,-6 6,-6 z "/>
</g>
<path style="opacity:.08;fill:url(#linearGradient5180);fill-rule:evenodd" d="m 395.0403,73.9683 c -3.18752,0 -6,2.81288 -6,6 h 6 z "/>
</g>
<g id="lineedit-normal-bottomleft" transform="matrix(1.3333242,0,0,1.3333242,-131.66311,-37.998946)">
<g transform="matrix(1,0,0,-1,366.25,161.25158)">
<path style="fill:url(#linearGradient5218);fill-rule:evenodd" d="m 28.75,41.2516 c -4.12499,0 -7.5,3.37497 -7.5,7.5 h 7.5 z "/>
<path style="fill:#9d9d9d;color:#000" d="m 28.75,41.2516 c -4.12499,0 -7.5,3.37497 -7.5,7.5 h 1.5 c 0,-3.18752 2.81252,-6 6,-6 z "/>
</g>
<path style="opacity:.07;fill:url(#linearGradient5197);fill-rule:evenodd" d="m 395,118.5 c -3.18748,0 -6,-2.8125 -6,-6 h 6 z"/>
</g>
<use width="100%" height="100%" xlink:href="#lineedit-normal-left0" id="lineedit-normal-right" transform="matrix(-1.3333244,0,0,0.98461538,953.62187,1.2615793)"/>
<g id="lineedit-normal-topright" transform="matrix(1.3333146,0,0,1.3333146,-142.99208,-26.665249)">
<use width="100%" height="100%" xlink:href="#lineedit-normal-topleft0" transform="matrix(-1,0,0,1,822.54025,0.03133855)"/>
<path style="opacity:.08;fill:url(#linearGradient5230);fill-rule:evenodd" d="m 427.5,74 c 3.18761,0 6,2.81252 6,6 h -6 z "/>
</g>
<path style="opacity:.17;fill-rule:evenodd" id="progress-pattern-disabled-topleft" d="M 154,142.5 V 135 c -4.25,0 -7.5,3.25 -7.5,7.5 z"/>
<path style="opacity:.17" id="progress-pattern-disabled-left" d="m 146.5,142.5 h 7.5 v 16 h -7.5 z"/>
<use width="450" height="1230" id="progress-pattern-disabled-top" xlink:href="#progress-pattern-disabled-left" transform="rotate(90,162,150.5)"/>
<use width="450" height="1230" id="progress-pattern-disabled-topright" xlink:href="#progress-pattern-disabled-topleft" transform="rotate(90,162,150.5)"/>
<use width="450" height="1230" id="progress-pattern-disabled-bottomright" xlink:href="#progress-pattern-disabled-topleft" transform="rotate(180,162,150.5)"/>
<use width="450" height="1230" id="progress-pattern-disabled-right" xlink:href="#progress-pattern-disabled-left" transform="translate(23.5)"/>
<use width="450" height="1230" id="progress-pattern-disabled-bottom" xlink:href="#progress-pattern-disabled-left" transform="rotate(-90,162,150.5)"/>
<use width="450" height="1230" id="progress-pattern-disabled-bottomleft" xlink:href="#progress-pattern-disabled-topleft" transform="rotate(-90,162,150.5)"/>
<use width="450" height="1230" id="progress-pattern-disabled" xlink:href="#progress-pattern-disabled-left" transform="matrix(2.1333333,0,0,1,-158.53324,0)"/>
<g id="progress-normal-left" transform="matrix(1.3333321,0,0,0.98461538,159.66673,91.998372)">
<path style="fill:url(#linearGradient1971);fill-rule:evenodd" d="M 28.75,81.2514 V 48.7516 h -7.5 v 32.5 z"/>
<path style="fill:#828282;fill-opacity:.408;color:#000" d="m 21.25,48.7516 v 32.5 h 1.5 v -32.5 z"/>
</g>
<g id="progress-normal-topleft" transform="matrix(1.3333098,0,0,1.3333098,159.66726,74.998961)">
<path style="fill:url(#linearGradient1969);fill-rule:evenodd" d="m 28.75,41.2515 c -4.12499,0 -7.5,3.37502 -7.5,7.5 h 7.5 z "/>
<path style="fill:#828282;fill-opacity:.408;color:#000" d="m 28.75,41.2516 c -4.12501,0 -7.5,3.37497 -7.5,7.5 h 1.5 c 0,-3.18752 2.81251,-6 6,-6 z "/>
</g>
<path style="fill:url(#linearGradient5293);fill-rule:evenodd" id="progress-normal" d="m 198,140 v 32 h 32 v -32 z"/>
<use width="100%" height="100%" id="progress-normal-right" xlink:href="#progress-normal-left" transform="matrix(-1,0,0,1,428,0)"/>
<use width="100%" height="100%" id="progress-normal-topright" xlink:href="#progress-normal-topleft" transform="matrix(-1,0,0,1,428,0)"/>
<g id="progress-normal-top" transform="matrix(0,1.3333333,-0.98461538,0,278.00148,101.66669)">
<path style="fill:url(#linearGradient5267);fill-rule:evenodd" d="M 28.75,81.2514 V 48.7516 h -7.5 v 32.5 z"/>
<path style="fill:#828282;fill-opacity:.408;color:#000" d="m 21.25,48.7516 v 32.5 h 1.5 v -32.5 z"/>
</g>
<g id="progress-normal-bottom" transform="matrix(0,-1.3333004,0.98461538,0,149.99842,210.33239)">
<path style="fill:url(#linearGradient5440);fill-rule:evenodd" d="M 28.75,81.2514 V 48.7516 h -7.500185 v 32.5 z"/>
<path style="fill:#828282;fill-opacity:.408;color:#000" d="m 21.2498,48.7516 v 32.5 h 1.50014 v -32.5 z "/>
</g>
<g id="progress-normal-bottomleft" transform="matrix(1.3333168,0,0,-1.3333168,159.66709,237.00138)">
<path style="fill:url(#linearGradient1967);fill-rule:evenodd" d="m 28.75,41.2515 c -4.12501,0 -7.5,3.37504 -7.5,7.5 h 7.5 z "/>
<path style="fill:#828282;fill-opacity:.408;color:#000" d="m 28.75,41.2516 c -4.12501,0 -7.5,3.37499 -7.5,7.5 h 1.5 c 0,-3.1875 2.8125,-6 6,-6 z "/>
</g>
<use width="100%" height="100%" id="progress-normal-bottomright" xlink:href="#progress-normal-bottomleft" transform="matrix(-1,0,0,1,428,0)"/>
<g style="fill-rule:evenodd" id="scrollbarslider-normal-topleft" transform="translate(-135.5,5.749757)">
<path style="fill:#969696;fill-opacity:0" d="m 155,1089 c -6.648,0 -12,5.3521 -12,12 h 12 z"/>
<path style="fill:#828282" d="m 155,1092.5 c -4,0.011 -4,2.7501 -4,8.4998 h 4 z"/>
</g>
<g style="fill-rule:evenodd" id="scrollbarslider-normal-left" transform="translate(-135.5,5.749757)">
<path style="fill:#969696;fill-opacity:0" d="m 143,1101 v 16.4064 0.094 h 12 v -16.5 h -12 z"/>
<path style="fill:#828282" d="m 151,1101 v 16.4064 0.094 h 4 v -16.5 h -4 z"/>
</g>
<use width="450" height="1230" xlink:href="#scrollbarslider-normal-left" id="scrollbarslider-normal-right" transform="matrix(-1,0,0,1,39,0)"/>
<use width="450" height="1230" xlink:href="#scrollbarslider-normal-topleft" id="scrollbarslider-normal-topright" transform="matrix(-1,0,0,1,39,0)"/>
<use width="450" height="1230" xlink:href="#scrollbarslider-normal-topleft" id="scrollbarslider-normal-bottomleft" transform="matrix(1,0,0,-1,0,2230)"/>
<use width="450" height="1230" xlink:href="#scrollbarslider-normal-topleft" id="scrollbarslider-normal-bottomright" transform="matrix(-1,0,0,-1,39,2230)"/>
<g id="scrollbarslider-focused-topright">
<path style="opacity:0" d="m 80,1090 h 12 v 12 H 80 Z"/>
<path style="fill:url(#linearGradient4984);fill-rule:evenodd" d="m 80,1091.5 v 10.5 h 4 4 v -2.5 c 0,-4.75 -3.25,-8 -8,-8 z "/>
</g>
<g id="scrollbarslider-focused-topleft">
<path style="opacity:0" d="m 68,1090 h 12 v 12 h -12 z "/>
<path style="fill:url(#linearGradient4989);fill-rule:evenodd" d="m 80,1091.5 c -4.75,0 -8,3.2501 -8,8 v 2.5 h 8 z"/>
</g>
<g id="scrollbarslider-focused-left">
<path style="opacity:0" d="m 68,1101.9996 12,0 v 23 H 68 Z"/>
<path style="fill:url(#linearGradient4986);fill-rule:evenodd" d="m 72,1102 .003,23 h 7.997 v -23 z "/>
</g>
<g id="scrollbarslider-focused-right">
<path style="opacity:0" d="m 80,1102 12,.003 v 22.993 h -11.9972 z "/>
<path style="fill:url(#linearGradient4981);fill-rule:evenodd" d="m 80,1102 v 23 h 8 v -23 z "/>
</g>
<use width="100%" height="100%" xlink:href="#scrollbarslider-focused-topright" id="scrollbarslider-focused-bottomright" transform="matrix(1,0,0,-1,0,2227)"/>
<use width="100%" height="100%" xlink:href="#scrollbarslider-focused-topleft" id="scrollbarslider-focused-bottomleft" transform="matrix(1,0,0,-1,0,2227)"/>
<use width="100%" height="100%" xlink:href="#scrollbarslider-focused-topright" id="scrollbarslider-pressed-topright" transform="translate(37.5,0)"/>
<use width="100%" height="100%" xlink:href="#scrollbarslider-focused-topleft" id="scrollbarslider-pressed-topleft" transform="translate(37.5,0)"/>
<use width="100%" height="100%" xlink:href="#scrollbarslider-focused-left" id="scrollbarslider-pressed-left" transform="translate(37.5,0)"/>
<use width="100%" height="100%" xlink:href="#scrollbarslider-focused-right" id="scrollbarslider-pressed-right" transform="translate(37.5,0)"/>
<use width="100%" height="100%" xlink:href="#scrollbarslider-focused-topright" id="scrollbarslider-pressed-bottomright" transform="matrix(1,0,0,-1,37.5,2227)"/>
<use width="100%" height="100%" xlink:href="#scrollbarslider-focused-topleft" id="scrollbarslider-pressed-bottomleft" transform="matrix(1,0,0,-1,37.5,2227)"/>
<use width="100%" height="100%" xlink:href="#flat-arrow-down-normal" id="arrow-down-toggled" transform="translate(5.5,75.692991)"/>
<use width="100%" height="100%" xlink:href="#flat-arrow-down-normal" id="arrow-up-toggled" transform="matrix(1,0,0,-1,5.5,874.30701)"/>
<use width="100%" height="100%" xlink:href="#flat-arrow-down-normal" id="arrow-right-toggled" transform="matrix(0,-1,1,0,-296.30701,498.5)"/>
<use width="100%" height="100%" xlink:href="#flat-arrow-down-normal" id="arrow-left-toggled" transform="matrix(0,1,-1,0,472.30701,452.5)"/>
<use width="100%" height="100%" xlink:href="#button-toggled-left" id="button-toggled-right" transform="matrix(-1,0,0,1,517.5,0)"/>
<use width="100%" height="100%" xlink:href="#button-toggled-bottomleft" id="button-toggled-bottomright" transform="matrix(-1,0,0,1,517.5,0)"/>
<use width="100%" height="100%" xlink:href="#button-toggled-topleft" id="button-toggled-topright" transform="matrix(-1,0,0,1,517.5,0)"/>
<path style="fill:url(#radialGradient5048);fill-rule:evenodd" id="menuitem-normal-left" d="m 252.5,802.5002 0,32.4998 -7.5,0 0,-32.5 z"/>
<path style="fill:url(#radialGradient5046);fill-rule:evenodd" id="menuitem-normal-bottomleft" d="m 252.5,842.5 c -3.80963,0 -7.5,-3.69037 -7.5,-7.5 h 7.5 v 7.5 z "/>
<path style="fill:url(#radialGradient5044);fill-rule:evenodd" id="menuitem-normal-topleft" d="m 245,802.5 c 0,-3.80963 3.69037,-7.5 7.5,-7.5 v 7.5 h -7.5 z "/>
<path style="fill:url(#radialGradient5042);fill-rule:evenodd" id="menuitem-normal-bottom" d="m 252.5002,835 32.4998,0 0,7.5 -32.5,0 z"/>
<path style="fill:url(#radialGradient5040);fill-rule:evenodd" id="menuitem-normal-top" d="m 285,802.5001 -32.4998,0 0,-7.5 32.5,0 z"/>
<path style="fill:url(#radialGradient5032);fill-rule:evenodd" id="menuitem-normal" d="m 252.5,835 0,-32.5 32.5,0 0,32.5 -32.5,0 z"/>
<path style="fill:url(#radialGradient5038);fill-rule:evenodd" id="menuitem-normal-right" d="m 285,802.5001 0,32.4998 7.5,0 0,-32.5 z"/>
<path style="fill:url(#radialGradient5036);fill-rule:evenodd" id="menuitem-normal-bottomright" d="m 285,842.5 c 3.80963,0 7.5,-3.69037 7.5,-7.5 h -7.5 v 7.5 z "/>
<path style="fill:url(#radialGradient5034);fill-rule:evenodd" id="menuitem-normal-topright" d="m 292.4998,802.5 c 0,-3.80963 -3.69037,-7.5 -7.5,-7.5 v 7.5 h 7.5 z "/>
<use width="100%" height="100%" xlink:href="#flat-arrow-down-normal" id="menuitem-right-focused" transform="matrix(0,-1,1,0,-249.30701,495.5)"/>
<use width="100%" height="100%" xlink:href="#flat-arrow-down-normal" id="menuitem-left-focused" transform="matrix(0,1,-1,0,520,452.5)"/>
<g id="tab-close-normal" transform="translate(55,20)">
<path style="opacity:0;fill-rule:evenodd" d="m 250,950 h 18 v 18 h -18 z"/>
<path style="fill-rule:evenodd;fill-opacity:.431" d="m 259,954 a 5,5 0 0 0 -5,5 5,5 0 0 0 5,5 5,5 0 0 0 5,-5 5,5 0 0 0 -5,-5 z m 0,2.5 a 2.5,2.5 0 0 1 2.5,2.5 2.5,2.5 0 0 1 -2.5,2.5 2.5,2.5 0 0 1 -2.5,-2.5 2.5,2.5 0 0 1 2.5,-2.5 z"/>
</g>
<path style="fill-rule:evenodd" id="expand-button-normal" d="M 0,10 H 10 V 20 H 0 Z"/>
<path style="fill-rule:evenodd" id="expand-lineedit-normal" d="m 285,72.5 h 10 v 10 h -10 z"/>
<use width="100%" height="100%" xlink:href="#button-normal-left" id="button-pressed-right" transform="matrix(-1,0,0,-1,217,71)"/>
<use width="100%" height="100%" xlink:href="#button-normal-topleft" id="button-pressed-bottomright" transform="matrix(-1,0,0,-1,217,71)"/>
<use width="100%" height="100%" xlink:href="#button-normal-bottomleft" id="button-pressed-topright" transform="matrix(-1,0,0,-1,217,72)"/>
<use width="100%" height="100%" xlink:href="#button-normal-top" id="button-pressed-bottom" transform="matrix(-1,0,0,-1,217,71)"/>
<use width="100%" height="100%" xlink:href="#button-normal-right" id="button-pressed-left" transform="matrix(-1,0,0,-1,217,71)"/>
<use width="100%" height="100%" xlink:href="#button-normal-bottom" id="button-pressed-top" transform="matrix(-1,0,0,-1,217,72)"/>
<use width="100%" height="100%" xlink:href="#button-normal" id="button-pressed" transform="matrix(-1,0,0,-1,217,72)"/>
<use width="100%" height="100%" xlink:href="#button-normal-bottomright" id="button-pressed-topleft" transform="matrix(-1,0,0,-1,217,72)"/>
<use width="100%" height="100%" xlink:href="#button-normal-topright" id="button-pressed-bottomleft" transform="matrix(-1,0,0,-1,217,71)"/>
<g id="button-focused-left" transform="matrix(1.3333333,0,0,0.98461538,56.666667,-28.001575)">
<path style="fill:#eaeaeb;fill-rule:evenodd" d="M 28.75,81.2514 V 48.7516 h -7.5 v 32.5 z"/>
<path style="fill:#9d9d9d;color:#000" d="m 21.25,48.7516 v 32.5 h 1.5 v -32.5 z"/>
</g>
<g id="button-focused-topleft" transform="matrix(1.3333242,0,0,1.3333242,56.666895,-45.001688)">
<path style="fill:#eaeaeb;fill-rule:evenodd" d="m 28.75,41.2516 c -4.125,0 -7.5,3.37497 -7.5,7.5 h 7.5 z "/>
<path style="fill:#9d9d9d;color:#000" d="m 28.75,41.2516 c -4.125,0 -7.5,3.37497 -7.5,7.5 h 1.5 c 0,-3.18752 2.8125,-6 6,-6 z "/>
</g>
<use width="100%" height="100%" xlink:href="#button-focused-left" id="button-focused-top" transform="matrix(0,1,-1,0,147,-75)"/>
<use width="100%" height="100%" xlink:href="#button-focused-topleft" id="button-focused-topright" transform="matrix(-1,0,0,1,222,0)"/>
<use width="100%" height="100%" xlink:href="#button-focused-left" id="button-focused-right" transform="matrix(-1,0,0,1,222,0)"/>
<use width="100%" height="100%" xlink:href="#button-focused-topleft" id="button-focused-bottomleft" transform="matrix(1,0,0,-1,0,72)"/>
<use width="100%" height="100%" xlink:href="#button-focused-left" id="button-focused-bottom" transform="matrix(0,-1,1,0,75,147)"/>
<use width="100%" height="100%" xlink:href="#button-focused-topleft" id="button-focused-bottomright" transform="matrix(-1,0,0,-1,222,72)"/>
<path style="fill:#eaeaeb;fill-rule:evenodd" id="button-focused" d="m 95,20 0,32 32,0 0,-32 -32,0 z"/>
<g id="lineedit-focused-left" transform="matrix(1.3333333,0,0,0.98461538,286.66666,31.998425)">
<path style="fill:#fff;fill-rule:evenodd" d="M 28.75,81.2514 V 48.7516 h -7.5 v 32.5 z"/>
<path style="fill:#639bd7;color:#000" d="m 21.25,48.7516 v 32.5 h 3 v -32.5 z"/>
</g>
<g id="lineedit-focused-topleft" transform="matrix(1.3333242,0,0,1.3333242,286.66692,14.998282)">
<path style="fill:#fff;fill-rule:evenodd" d="m 28.75,41.2516 c -4.12502,0 -7.5,3.37499 -7.5,7.5 h 7.5 z "/>
<path style="fill:#639bd7;color:#000" d="m 28.75,41.2516 c -4.12502,0 -7.5,3.37499 -7.5,7.5 h 3 c 0,-2.6249 1.875,-4.5 4.5,-4.5 z "/>
</g>
<use width="100%" height="100%" xlink:href="#lineedit-focused-left" id="lineedit-focused-top" transform="matrix(0,1,-1,0,437,-245)"/>
<use width="100%" height="100%" xlink:href="#lineedit-focused-topleft" id="lineedit-focused-bottomleft" transform="matrix(1,0,0,-1,0,192)"/>
<use width="100%" height="100%" xlink:href="#lineedit-focused-topleft" id="lineedit-focused-topright" transform="matrix(-1,0,0,1,682,0)"/>
<use width="100%" height="100%" xlink:href="#lineedit-focused-left" id="lineedit-focused-right" transform="matrix(-1,0,0,1,682,0)"/>
<use width="100%" height="100%" xlink:href="#lineedit-focused-topleft" id="lineedit-focused-bottomright" transform="matrix(-1,0,0,-1,682,192)"/>
<use width="100%" height="100%" xlink:href="#lineedit-focused-left" id="lineedit-focused-bottom" transform="matrix(0,-1,1,0,245,437)"/>
<path style="fill:#fff;fill-rule:evenodd" id="lineedit-focused" d="m 325,80 0,32 32,0 0,-32 -32,0 z"/>
<use width="100%" height="100%" xlink:href="#button-toggled-left" id="progress-pattern-normal-left" transform="translate(-225,122.5001)"/>
<use width="100%" height="100%" xlink:href="#button-toggled-bottomleft" id="progress-pattern-normal-bottomleft" transform="translate(-225,122.5001)"/>
<use width="100%" height="100%" xlink:href="#button-toggled-topleft" id="progress-pattern-normal-topleft" transform="translate(-225,122.5001)"/>
<use width="100%" height="100%" xlink:href="#button-toggled-bottom" id="progress-pattern-normal-bottom" transform="translate(-225,122.5001)"/>
<use width="100%" height="100%" xlink:href="#button-toggled-top" id="progress-pattern-normal-top" transform="translate(-225,122.5001)"/>
<use width="100%" height="100%" xlink:href="#button-toggled" id="progress-pattern-normal" transform="translate(-225,122.5001)"/>
<use width="100%" height="100%" xlink:href="#button-toggled-left" id="progress-pattern-normal-right" transform="matrix(-1,0,0,1,292.5,122.5002)"/>
<use width="100%" height="100%" xlink:href="#button-toggled-bottomleft" id="progress-pattern-normal-bottomright" transform="matrix(-1,0,0,1,292.5,122.5002)"/>
<use width="100%" height="100%" xlink:href="#button-toggled-topleft" id="progress-pattern-normal-topright" transform="matrix(-1,0,0,1,292.5,122.5002)"/>
<g id="common-focused-left" transform="matrix(1.3333333,0,0,1,-55,-33)">
<path style="fill:#639bd7" d="m 270.75,1170 h 0.75 v 30 h -0.75 z"/>
<path style="fill:#fafafa" d="m 271.5,1170 v 30 h 1.5 v -30 z"/>
<path style="fill-rule:evenodd;fill-opacity:0" d="m 270,1170 v 30 h 1 v -30 z"/>
</g>
<g id="common-focused-topleft" transform="matrix(1.3333333,0,0,1.3333333,-55,-423)">
<path style="fill:#639bd7" d="m 309,1172 c -1.77359,0 -3,1.2453 -3,3 h 1 c 0,-1.2075 0.79245,-2 2,-2 z" transform="matrix(0.75,0,0,0.75,41.25,288.75)"/>
<path style="fill:#fafafa" d="m 273,1168.5 c -0.90566,0 -1.5,0.5944 -1.5,1.5 h 1.5 z"/>
<path style="fill-opacity:0" d="m 273,1167 h -3 v 3 h 1 c 0,-1.125 0.875,-2 2,-2 z"/>
</g>
<use width="100%" height="100%" xlink:href="#common-focused-left" id="common-focused-top" transform="rotate(90,324,1152)"/>
<use width="100%" height="100%" xlink:href="#common-focused-left" id="common-focused-right" transform="matrix(-1,0,0,1,648,0)"/>
<use width="100%" height="100%" xlink:href="#common-focused-topleft" id="common-focused-topright" transform="matrix(-1,0,0,1,648,0)"/>
<use width="100%" height="100%" xlink:href="#common-focused-left" id="common-focused-bottom" transform="rotate(-90,324,1152)"/>
<use width="100%" height="100%" xlink:href="#common-focused-topleft" id="common-focused-bottomleft" transform="rotate(-90,324,1152)"/>
<use width="100%" height="100%" xlink:href="#common-focused-topleft" id="common-focused-bottomright" transform="rotate(-180,324,1152)"/>
<path style="fill-rule:evenodd" id="expand-itemview-normal" d="m 105,1192.5 h 10 v 10 h -10 z"/>
<g style="color:#000" id="focus-top" transform="translate(79,1073.5)">
<path style="fill-opacity:0" d="m 90,109.5 h 20 v -2 H 90 Z"/>
<g style="fill-opacity:.137">
<path style="opacity:.8;fill:#aaa;fill-opacity:1" d="m 91.25,109.5 h 2.5 v -2 h -2.5 z"/>
<path style="opacity:.8;fill:#aaa;fill-opacity:1" d="m 96.25,109.5 h 2.5 v -2 h -2.5 z"/>
<path style="opacity:.8;fill:#aaa;fill-opacity:1" d="m 101,109.5 h 2.5 v -2 H 101 Z"/>
<path style="opacity:.8;fill:#aaa;fill-opacity:1" d="m 106.25,109.5 h 2.5 v -2 h -2.5 z"/>
</g>
</g>
<use width="100%" height="100%" id="focus-right" xlink:href="#focus-top" transform="rotate(90,179,1193)"/>
<use width="100%" height="100%" id="focus-bottom" xlink:href="#focus-top" transform="rotate(180,179,1193)"/>
<use width="100%" height="100%" id="focus-left" xlink:href="#focus-top" transform="rotate(-90,179,1193)"/>
<use width="100%" height="100%" style="opacity:.29" xlink:href="#arrow-up-pressed" id="arrow-up-disabled" transform="translate(40)"/>
<use width="100%" height="100%" style="opacity:.29" xlink:href="#arrow-up-pressed" id="arrow-down-disabled" transform="matrix(1,0,0,-1,40,539)"/>
<use width="100%" height="100%" style="opacity:.29" xlink:href="#arrow-up-pressed" id="arrow-right-disabled" transform="rotate(90,270,403.5)"/>
<use width="100%" height="100%" style="opacity:.29" xlink:href="#arrow-up-pressed" id="arrow-left-disabled" transform="rotate(-90,296,127.5)"/>
<use width="100%" height="100%" style="opacity:.3" xlink:href="#arrow-plus-pressed" id="arrow-plus-disabled" transform="translate(40)"/>
<use width="100%" height="100%" style="opacity:.3" xlink:href="#arrow-minus-pressed" id="arrow-minus-disabled" transform="translate(40)"/>
<path style="opacity:0" id="button-separator-normal" d="m 77.5,907.5 h 10 v 10 h -10 z"/>
<g id="tabframe-normal-left" transform="matrix(1.3333333,0,0,1,-105,5)">
<path style="opacity:.65;fill:#fff;stroke-width:.577" d="m 271.5,1170 h 0.75 v 30 h -0.75 z"/>
<path style="opacity:.001;fill:#030303;stroke-width:.707" d="m 272.25,1170 v 30 H 273 v -30 z"/>
<path style="opacity:.2;fill-rule:evenodd;stroke-width:1.225" d="m 270,1170 v 30 h 1.5 v -30 z"/>
</g>
<g id="tabframe-normal-topleft">
<path style="opacity:.65;fill:#fff" d="m 259,1173 c -1.24998,0 -2,0.75 -2,2 h 1 c 0,-0.6132 0.39842,-1 1,-1 z"/>
<path style="opacity:.2" d="m 259,1171 c -2.25,0 -4,1.75 -4,4 h 2 c 0,-1.25 0.75,-2 2,-2 Z "/>
</g>
<use width="100%" height="100%" xlink:href="#tabframe-normal-left" id="tabframe-normal-right" transform="matrix(-1,0,0,1,548,0)"/>
<use width="100%" height="100%" xlink:href="#tabframe-normal-left" id="tabframe-normal-top" transform="rotate(90,274,1190)"/>
<use width="100%" height="100%" xlink:href="#tabframe-normal-left" id="tabframe-normal-bottom" transform="rotate(-90,274,1190)"/>
<use width="100%" height="100%" xlink:href="#tabframe-normal-topleft" id="tabframe-normal-topright" transform="matrix(-1,0,0,1,548,0)"/>
<use width="100%" height="100%" xlink:href="#tabframe-normal-topleft" id="tabframe-normal-bottomright" transform="rotate(-180,274,1190)"/>
<use width="100%" height="100%" xlink:href="#tabframe-normal-topleft" id="tabframe-normal-bottomleft" transform="rotate(-90,274,1190)"/>
<g id="tab-close-toggled" transform="translate(-21,20)">
<path style="opacity:0;fill-rule:evenodd" d="m 250,950 h 18 v 18 h -18 z"/>
<path style="opacity:.75;fill:#fff;fill-rule:evenodd" d="m 259,954 a 5,5 0 0 0 -5,5 5,5 0 0 0 5,5 5,5 0 0 0 5,-5 5,5 0 0 0 -5,-5 z m 0,2.5 a 2.5,2.5 0 0 1 2.5,2.5 2.5,2.5 0 0 1 -2.5,2.5 2.5,2.5 0 0 1 -2.5,-2.5 2.5,2.5 0 0 1 2.5,-2.5 z"/>
</g>
<path style="fill:#323232;fill-rule:evenodd;stroke-width:.5" id="tab-close-pressed" d="m 364,971 a 8,8 0 0 0 -8,8 8,8 0 0 0 8,8 8,8 0 0 0 8,-8 8,8 0 0 0 -8,-8 z m -2.8281,3.7578 2.8281,2.8281 2.8281,-2.8281 1.4141,1.4141 -2.8281,2.8281 2.8281,2.8281 -1.4141,1.4141 -2.8281,-2.8281 -2.8281,2.8281 -1.4141,-1.4141 2.8281,-2.8281 -2.8281,-2.8281 z"/>
<path style="fill:#fafafa;fill-rule:evenodd;stroke-width:.5" id="tab-close-toggledPressed" d="m 288,971 a 8,8 0 0 0 -8,8 8,8 0 0 0 8,8 8,8 0 0 0 8,-8 8,8 0 0 0 -8,-8 z m -2.8281,3.7578 2.8281,2.8281 2.8281,-2.8281 1.4141,1.4141 -2.8281,2.8281 2.8281,2.8281 -1.4141,1.4141 -2.8281,-2.8281 -2.8281,2.8281 -1.4141,-1.4141 2.8281,-2.8281 -2.8281,-2.8281 z"/>
<use width="100%" height="100%" style="opacity:.8" id="tab-close-toggledFocused" xlink:href="#tab-close-toggledPressed" transform="translate(-25)"/>
<use width="100%" height="100%" style="opacity:.68" id="tab-close-focused" xlink:href="#tab-close-pressed" transform="translate(-24)"/>
<use width="100%" height="100%" style="opacity:.55" xlink:href="#tab-close-normal" id="tab-close-disabled" transform="translate(78)"/>
<path style="fill:url(#linearGradient5212);fill-rule:evenodd" id="button-toggled-inactive-left" d="M 92.5,89 V 121.5 H 85 V 89 Z"/>
<path style="fill:url(#linearGradient5214);fill-rule:evenodd" id="button-toggled-inactive-bottomleft" d="m 92.5,129 c -4.5,0 -7.5,-3 -7.5,-7.5 h 7.5 z"/>
<path style="fill:url(#linearGradient5216);fill-rule:evenodd" id="button-toggled-inactive-topleft" d="m 85,89 c 0,-4.5 3,-7.5 7.5,-7.5 V 89 Z"/>
<path style="fill:url(#linearGradient5219);fill-rule:evenodd" id="button-toggled-inactive-bottom" d="M 92.5,121.5 H 125 V 129 H 92.5 Z"/>
<path style="fill:url(#linearGradient5221);fill-rule:evenodd" id="button-toggled-inactive-top" d="M 125,89 H 92.5 v -7.5 h 32.5 z"/>
<path style="fill:url(#linearGradient5224);fill-rule:evenodd" id="button-toggled-inactive" d="M 92.5,121.5 V 89 H 125 v 32.5 z"/>
<use width="100%" height="100%" xlink:href="#button-toggled-inactive-left" id="button-toggled-inactive-right" transform="matrix(-1,0,0,1,217.5,0)"/>
<use width="100%" height="100%" xlink:href="#button-toggled-inactive-bottomleft" id="button-toggled-inactive-bottomright" transform="matrix(-1,0,0,1,217.5,0)"/>
<use width="100%" height="100%" xlink:href="#button-toggled-inactive-topleft" id="button-toggled-inactive-topright" transform="matrix(-1,0,0,1,217.5,-10e-5)"/>
<g id="menubar-normal-bottomleft">
<rect width="5" x="825" y="-305" height="5" style="opacity:0" transform="matrix(0,1,-1,0,0,0)"/>
<path style="fill:url(#linearGradient1549)" d="m 825,-305 h 4 v 5 h -4 z" transform="rotate(90)"/>
</g>
<use width="100%" height="100%" xlink:href="#menubar-normal-bottomleft" id="menubar-normal-bottom" transform="translate(5)"/>
<use width="100%" height="100%" xlink:href="#menubar-normal-bottomleft" id="menubar-normal-bottomright" transform="translate(10)"/>
<use width="100%" height="100%" xlink:href="#button-toggled-inactive-left" id="progress-pattern-normal-inactive-left" transform="translate(0,50)"/>
<use width="100%" height="100%" xlink:href="#button-toggled-inactive-bottomleft" id="progress-pattern-normal-inactive-bottomleft" transform="translate(0,50)"/>
<use width="100%" height="100%" xlink:href="#button-toggled-inactive-topleft" id="progress-pattern-normal-inactive-topleft" transform="translate(0,50)"/>
<use width="100%" height="100%" xlink:href="#button-toggled-inactive-bottom" id="progress-pattern-normal-inactive-bottom" transform="translate(0,50)"/>
<use width="100%" height="100%" xlink:href="#button-toggled-inactive-top" id="progress-pattern-normal-inactive-top" transform="translate(0,50)"/>
<use width="100%" height="100%" xlink:href="#button-toggled-inactive" id="progress-pattern-normal-inactive" transform="translate(0,50)"/>
<use width="100%" height="100%" xlink:href="#button-toggled-inactive-left" id="progress-pattern-normal-inactive-right" transform="matrix(-1,0,0,1,217.5,50)"/>
<use width="100%" height="100%" xlink:href="#button-toggled-inactive-bottomleft" id="progress-pattern-normal-inactive-bottomright" transform="matrix(-1,0,0,1,217.5,50)"/>
<use width="100%" height="100%" xlink:href="#button-toggled-inactive-topleft" id="progress-pattern-normal-inactive-topright" transform="matrix(-1,0,0,1,217.5,50)"/>
<g id="radio-checked-normal-inactive" transform="translate(0,18)">
<use width="450" height="1230" xlink:href="#radio-normal" transform="translate(75)"/>
<circle cx="105.5" cy="208" style="fill:#828282;color:#000" r="4"/>
</g>
<g id="checkbox-checked-normal-inactive" transform="translate(0,16.5)">
<use width="450" height="1230" xlink:href="#checkbox-normal" transform="translate(80)"/>
<path style="fill:#828282;color:#000" d="m 276,-212 h 8 v 8 h -8 z" transform="scale(1,-1)"/>
</g>
<g id="checkbox-tristate-normal-inactive" transform="translate(0,18)">
<use width="450" height="1230" xlink:href="#checkbox-normal" transform="translate(155,-1.5)"/>
<path style="fill:#828282;color:#000" d="m 351,210.5 h 8 v -8 z"/>
</g>
<path style="fill:url(#linearGradient4390);fill-rule:evenodd" id="slider-toggled-inactive-topleft" d="m 221,721.75 c -6.648,0 -12,5.352 -12,12 h 12 z"/>
<path style="fill:url(#linearGradient1594);fill-rule:evenodd" id="slider-toggled-inactive-left" d="m 209,733.75 v 16.4063 0.094 h 12 v -16.5 h -12 z"/>
<path style="fill:url(#linearGradient4388);fill-rule:evenodd" id="slider-toggled-inactive-topright" d="m 221,721.75 c 6.648,0 12,5.352 12,12 h -12 z"/>
<path style="fill:url(#linearGradient1598);fill-rule:evenodd" id="slider-toggled-inactive-right" d="m 221,733.75 v 16.4063 0.094 h 12 v -16.5 h -12 z"/>
<use width="100%" height="100%" xlink:href="#slider-toggled-inactive-topleft" id="slider-toggled-inactive-bottomleft" transform="matrix(1,0,0,-1,0,1484)"/>
<use width="100%" height="100%" xlink:href="#slider-toggled-inactive-topright" id="slider-toggled-inactive-bottomright" transform="matrix(1,0,0,-1,0,1484)"/>
<circle cx="110" cy="1063" style="fill:url(#radialGradient4394);fill-rule:evenodd" id="dial-handle-inactive" r="5"/>
<g id="button-focus-bottom">
<path style="opacity:0;paint-order:normal;fill-rule:evenodd" d="m 135,865 h 30 v 3 h -30 z"/>
<path style="opacity:.43;paint-order:normal;fill:#fff;fill-rule:evenodd" d="m 135,865 h 30 c 0,0 -8.75,1 -15,1 -6.25,0 -15,-1 -15,-1 z"/>
</g>
<g style="opacity:.7" id="arrow-restore" transform="translate(-41,354)">
<path style="opacity:0" d="m 358,554 h 32 v 32 h -32 z"/>
<g style="fill:#fff">
<path style="opacity:1;fill:#000;color-interpolation-filters:linearRGB" d="m 368.75,559.75 15.5,15.5 v -15.5 z"/>
<path style="opacity:1;fill:#000;color-interpolation-filters:linearRGB" d="m 379.25,580.25 -15.5,-15.5 v 15.5 z"/>
</g>
</g>
<g style="opacity:.7;fill-rule:evenodd" id="arrow-close" transform="translate(150,524)">
<path style="opacity:0" d="m 209,384 h 32 v 32 h -32 z"/>
<g transform="matrix(0.5,0,0,0.5,112.5,170)">
<path style="opacity:1" d="m 225,391.5 a 8.5,8.5 0 0 0 -8.5,8.5 8.5,8.5 0 0 0 8.5,8.5 8.5,8.5 0 0 0 8.5,-8.5 8.5,8.5 0 0 0 -8.5,-8.5 z m 0,4 a 4.5,4.5 0 0 1 4.5,4.5 4.5,4.5 0 0 1 -4.5,4.5 4.5,4.5 0 0 1 -4.5,-4.5 4.5,4.5 0 0 1 4.5,-4.5 z" transform="matrix(2,0,0,2,-225,-340)"/>
</g>
</g>
<g id="item-checkbox-checked-focused-inactive" transform="translate(0,18.5)">
<use width="450" height="1230" xlink:href="#checkbox-focused" transform="translate(88,-2)"/>
<path style="fill:#828282;color:#000" d="m 315,-211 h 10 v 10 h -10 z" transform="scale(1,-1)"/>
</g>
<g style="color:#000" id="item-checkbox-tristate-focused-inactive" transform="translate(38,-253)">
<rect width="15" x="354.5" y="-485" height="15" style="fill:#fcfcfc;stroke:#a0a0a0" transform="scale(1,-1)"/>
<path style="fill:#828282" d="m 357,482.5 h 10 v -10 z"/>
</g>
<use width="100%" height="100%" xlink:href="#checkbox-checked-focused" id="item-checkbox-checked-focused" transform="translate(-20,18.5)"/>
<use width="100%" height="100%" xlink:href="#checkbox-tristate-focused" id="item-checkbox-tristate-focused" transform="translate(-20,18)"/>
<path style="fill:#969696" id="expand-eprogress-pattern-disabled-topleft" d="M 309,163.5 V 156 c -4.25,0 -7.5,3.25 -7.5,7.5 z"/>
<path style="fill:#969696" id="expand-eprogress-pattern-disabled-top" d="m 325,156 v 7.5 H 309 V 156 Z"/>
<use width="450" height="1230" id="expand-eprogress-pattern-disabled-topright" xlink:href="#expand-eprogress-pattern-disabled-topleft" transform="rotate(90,317,171.5)"/>
<use width="450" height="1230" id="expand-eprogress-pattern-disabled-bottomright" xlink:href="#expand-eprogress-pattern-disabled-topleft" transform="rotate(180,317,163.5)"/>
<path style="fill:#969696" id="expand-eprogress-pattern-disabled-bottom" d="m 309,171 v -7.5 h 16 v 7.5 z"/>
<path style="fill:#969696" id="expand-eprogress-pattern-disabled-bottomleft" d="m 309,163.5 h -7.5 c 0,4.25 3.25,7.5 7.5,7.5 z"/>
<g id="expand-eprogress-normal-top" transform="translate(49,-11)">
<path style="opacity:.7;fill:url(#linearGradient2103);stroke-width:1.072" d="m 320,176 h 32 v -8.75002 h -32 z"/>
<path style="fill:#828282;line-height:normal;fill-opacity:.408;color:#000;stroke-width:.906" d="m 352,166 h -32 v 1.25 h 32 z"/>
</g>
<g id="expand-eprogress-normal-bottom" transform="translate(49,-11)">
<path style="opacity:.7;fill:url(#linearGradient2307);stroke-width:1.072" d="m 352,176 h -32 v 8.74987 h 32 z"/>
<path style="fill:#828282;line-height:normal;fill-opacity:.408;color:#000;stroke-width:.906" d="m 320,186 h 32 v -1.25 h -32 z"/>
</g>
<path style="fill:url(#linearGradient4324)" id="expand-eprogress-pattern-normal-bottom" d="M 308.5002,143 H 341 v 7.5 h -32.5 z"/>
<path style="fill:url(#linearGradient4330)" id="expand-eprogress-pattern-normal-top" d="m 341,143 h -32.5 v -7.5 H 341 Z"/>
<g id="expand-eprogress-normal-topleft" transform="translate(144,-450)">
<path style="fill:#828282;fill-opacity:.408;stroke-width:11.375" d="m 225,605 a 10,10 0 0 0 -10,10 h 1.25 a 8.75,8.75 0 0 1 8.75,-8.75 z"/>
<path style="opacity:.7;fill:url(#linearGradient4314);stroke-width:9.953" d="M 225,606.25 A 8.75,8.75 0 0 0 216.25,615 H 225 Z"/>
</g>
<g id="expand-eprogress-normal-bottomleft" transform="matrix(1,0,0,-1,144,780)">
<path style="fill:#828282;fill-opacity:.408;stroke-width:11.375" d="m 225,605 a 10,10 0 0 0 -10,10 h 1.25 a 8.75,8.75 0 0 1 8.75,-8.75 z"/>
<path style="opacity:.7;fill:url(#linearGradient4316);stroke-width:9.953" d="M 225,606.25 A 8.75,8.75 0 0 0 216.25,615 H 225 Z"/>
</g>
<use width="100%" height="100%" xlink:href="#expand-eprogress-normal-topleft" id="expand-eprogress-normal-topright" transform="matrix(-1,0,0,1,770,0)"/>
<use width="100%" height="100%" xlink:href="#expand-eprogress-normal-bottomleft" id="expand-eprogress-normal-bottomright" transform="matrix(-1,0,0,1,770,0)"/>
<path style="fill:url(#linearGradient4722)" id="expand-eprogress-pattern-normal-topleft" d="m 308.5,143 v -7.5 c -4.25,0 -7.5,3.25 -7.5,7.5 z"/>
<path style="fill:url(#linearGradient4720)" id="expand-eprogress-pattern-normal-bottomleft" d="M 308.5,143 H 301 c 0,4.25 3.25,7.5 7.5,7.5 z"/>
<use width="100%" height="100%" xlink:href="#expand-eprogress-pattern-normal-topleft" id="expand-eprogress-pattern-normal-topright" transform="matrix(-1,0,0,1,649.5,0)"/>
<use width="100%" height="100%" xlink:href="#expand-eprogress-pattern-normal-bottomleft" id="expand-eprogress-pattern-normal-bottomright" transform="matrix(-1,0,0,1,649.5,0)"/>
<path style="fill:url(#linearGradient4822)" id="expand-eprogress-pattern-normal-inactive-bottom" d="m 380,140.5 h 8 v 4 h -8 z"/>
<path style="fill:url(#linearGradient4820)" id="expand-eprogress-pattern-normal-inactive-top" d="m 380,136.5 h 8 v 4 h -8 z"/>
<path style="fill:url(#linearGradient4818)" id="expand-eprogress-pattern-normal-inactive-topleft" d="m 380,136.5 v 4 h -4 c 0,-2 2,-4 4,-4 z"/>
<path style="fill:url(#linearGradient4816)" id="expand-eprogress-pattern-normal-inactive-bottomleft" d="m 376,140.5 h 4 v 4 c -2,0 -4,-2 -4,-4 z"/>
<use width="100%" height="100%" xlink:href="#expand-eprogress-pattern-normal-inactive-topleft" id="expand-eprogress-pattern-normal-inactive-topright" transform="matrix(-1,0,0,1,768,0)"/>
<use width="100%" height="100%" xlink:href="#expand-eprogress-pattern-normal-inactive-bottomleft" id="expand-eprogress-pattern-normal-inactive-bottomright" transform="matrix(-1,0,0,1,768,0)"/>
<path style="fill-rule:evenodd" id="expand-progress-pattern-disabled" d="m 255,135 h 10 v 10 h -10 z"/>
<path style="fill-rule:evenodd" id="expand-progress-pattern-normal" d="m 255,145 h 10 v 10 h -10 z"/>
<path style="fill-rule:evenodd" id="expand-progress-normal" d="m 255,155 h 10 v 10 h -10 z"/>
</svg>

Before

Width:  |  Height:  |  Size: 98 KiB

View File

@ -1,2 +0,0 @@
[General]
theme=KvAdaptaDark

View File

@ -1 +0,0 @@
// Empty

View File

@ -1,73 +0,0 @@
{
"workbench.colorTheme": "Community Material Theme Darker High Contrast",
"workbench.iconTheme": "eq-material-theme-icons-darker",
"editor.fontFamily": "Source Code Pro, FluentSystemIcons-Regular",
"python.languageServer": "Jedi",
"python.devOptions": ["DEBUG_ON_STARTUP"],
"python.analysis.logLevel": "Trace",
"git.enableSmartCommit": true,
"git.autofetch": true,
"ltex.language": "en-GB",
"[latex]": {
"editor.defaultFormatter": "James-Yu.latex-workshop"
},
"latex-workshop.latex.tools": [
{
"name": "latexmk",
"command": "latexmk",
"args": [
"-synctex=1",
"-interaction=nonstopmode",
"-file-line-error",
"--shell-escape",
"-pdf",
"%DOC%"
]
},
{
"name": "pdflatex",
"command": "pdflatex",
"args": [
"--shell-escape",
"-synctex=1",
"-interaction=nonstopmode",
"-file-line-error",
"%DOC%"
]
},
{
"name": "bibtex",
"command": "bibtex",
"args": [
"%DOCFILE%"
],
"env": {}
}
],
"[vue]": {
"editor.defaultFormatter": "Vue.volar"
},
"redhat.telemetry.enabled": false,
"editor.defaultFormatter": "vscode.typescript-language-features",
"[html]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"cSpell.userWords": [
"fulfillable",
"libreǝvent",
"unsatisfiable"
],
"[java]": {
"editor.defaultFormatter": "redhat.java"
},
"[xml]": {
"editor.defaultFormatter": "redhat.vscode-xml"
},
"cSpell.language": "en-GB",
"git.openRepositoryInParentFolders": "never",
"[lua]": {
"editor.defaultFormatter": "yinfei.luahelper"
},
"diffEditor.ignoreTrimWhitespace": false,
}

View File

@ -1,22 +0,0 @@
{
// Place your global snippets here. Each snippet is defined under a snippet name and has a scope, prefix, body and
// description. Add comma separated ids of the languages where the snippet is applicable in the scope field. If scope
// is left empty or omitted, the snippet gets applied to all languages. The prefix is what is
// used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders.
// Placeholders with the same ids are connected.
// Example:
// "Print to console": {
// "scope": "javascript,typescript",
// "prefix": "log",
// "body": [
// "console.log('$1');",
// "$2"
// ],
// "description": "Log output to console"
// }
"docTitle": {
"prefix": "prepareDoc",
"body": "$BLOCK_COMMENT_START\n*\t\t\t\t$WORKSPACE_NAME - $TM_FILENAME\n*\n*\tCreated by Janis Hutz $CURRENT_MONTH/$CURRENT_DATE/$CURRENT_YEAR, Licensed under ${1|the GPL V3,the MIT,a proprietary,the BSD,the LGPL V3,the Apache|} License\n*\t\t\thttps://janishutz.com, development@janishutz.com\n*\n*\n$BLOCK_COMMENT_END"
}
}

View File

@ -1,58 +0,0 @@
{
// Place your snippets for html here. Each snippet is defined under a snippet name and has a prefix, body and
// description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the
// same ids are connected.
// Example:
// "Print to console": {
// "prefix": "log",
// "body": [
// "console.log('$1');",
// "$2"
// ],
// "description": "Log output to console"
// }
"impress": {
"prefix": "impress",
"body": [
"<!DOCTYPE html>",
"<html>",
"\t<head>\n\t\t<title>$1</title>\n\t\t<link rel=\"stylesheet\" href=\"style.css\">\n\t</head>",
"\t<body class=\"impress-not-supported\">",
"\t\t<div class=\"fallback-message\">\n\t\t\t<p>Your browser <b>doesn't support the features required</b> by impress.js, so you are presented with a simplified version of this presentation.</p>\n\t\t\t<p>For the best experience please use the latest <b>Chrome</b>, <b>Safari</b> or <b>Firefox</b> browser.</p>\n\t\t</div>",
"\t\t<div id=\"impress\" data-width=\"1920\" data-height=\"1080\">",
"\t\t\t<div id=\"title\" class=\"step\">\n\t\t\t\t<div class=\"content\">",
"\t\t\t\t\t<h1>$2</h1>\n\t\t\t\t</div>",
"\t\t\t</div>\n\t\t</div>",
"\n\t\t<script src=\"https://cdn.jsdelivr.net/gh/impress/impress.js@2.0.0/js/impress.js\">\n\t\t</script><script>impress().init()</script>\n\t</body>",
"</html>"
]
},
"impress-step": {
"prefix": "impressStep",
"body": [
"\n<div id=\"$1\" class=\"step\">",
"\t<div class=\"content\">",
"\t\t<h2>$2</h2>\n\t</div>",
"</div>\n"
]
},
"html-basic": {
"prefix": "basic",
"body": [
"<!DOCTYPE html>",
"<html>",
"\t<head>\n\t\t<title>$1</title>\n\t\t<link rel=\"stylesheet\" href=\"/css/style.css\">\n\t\t<meta charset=\"utf-8\">\n\t\t<meta name=\"description\" content=\"$2\">\n\t</head>",
"\t<body>\n\t\t<h1>$3</h1>",
"\t</body>\n</html>"
]
},
"impress-notes": {
"prefix": "impressNotes",
"body": "<div class=\"notes\">\n\t$1\n</div>"
},
"impress-substep": {
"prefix": "impressSubstep",
"body": "<div class=\"substep\">\n\t$1\n</div>"
}
}

View File

@ -1,106 +0,0 @@
{
// Place your snippets for javascript here. Each snippet is defined under a snippet name and has a prefix, body and
// description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the
// same ids are connected.
// Example:
// "Print to console": {
// "prefix": "log",
// "body": [
// "console.log('$1');",
// "$2"
// ],
// "description": "Log output to console"
// }
"JS-Class": {
"prefix": "jsSetupClass",
"body": "class $1 { \n\tconstructor () {} \n\n \t$2 () {\n\t$3\n\t}\n}",
"description": "Setup the basic structure of a class in JS"
},
"ExpressJS": {
"prefix": "jsExpressSetup",
"body": [
"const express = require( 'express' );",
"let app = express();",
"const path = require( 'path' );",
"const expressSession = require( 'express-session' );",
"const fs = require( 'fs' );",
"const bodyParser = require( 'body-parser' );",
"const cookieParser = require( 'cookie-parser' )",
"const favicon = require( 'serve-favicon' );",
"\napp.use( expressSession ( {\n\tsecret: $1,\n\tresave: true,\n\tsaveUninitialized: true\n} ) );",
"app.use( bodyParser.urlencoded( { extended: false } ) );",
"app.use( bodyParser.json() );",
"app.use( cookieParser() );",
"app.use( favicon( path.join( __dirname + '$2' ) ) );\n",
"app.use( ( request, response, next ) => {\n\tresponse.sendFile( path.join( __dirname + '$3' ) ) \n} );",
"\n\napp.get( '/', ( request, response ) => {\n$4\n} );",
"\n\nconst PORT = process.env.PORT || 8080;",
"http.createServer( app ).listen( PORT );"
]
},
"ExpressJS-Route": {
"prefix": "jsEjsRoute",
"body": "\n\napp.get( '$1', ( request, response ) => {\n$4\n} );"
},
"JSAsync": {
"prefix": "jsAsync",
"body": "(async () => {\n$1\n} ) ();"
},
"JSpromiseReturnFunc": {
"prefix": "jsPromise",
"body": "function $1 () {\n\treturn new Promise( ( resolve, reject ) => {\n\t$2\n\t} );\n}"
},
"fetch from other url": {
"prefix": "remoteURL",
"body": [
"localStorage.getItem( 'url' ) + '/$1'",
],
"description": "remote URL fetching (get from base address from local storage)"
},
"fetch post": {
"prefix": "fetchPost",
"body": [
"const fetchOptions = {",
"\tmethod: 'post',",
"\tbody: JSON.stringify( $1 ),",
"\tcredentials: 'include',",
"\theaders: {",
"\t\t'Content-Type': 'application/json',",
"\t\t'charset': 'utf-8'",
"\t}",
"};",
"fetch( $2, fetchOptions ).then( res => {",
"\tif ( res.status === 200 ) {",
"\t\tres.json().then( json => {",
"\t\t\t$3",
"\t\t} );",
"\t}",
"} );",
"$4"
],
"description": "POST request using fetch"
},
"fetch get": {
"prefix": "fetchGet",
"body": [
"fetch( $2, { credentials: 'include' } ).then( res => {",
"\tif ( res.status === 200 ) {",
"\t\tres.json().then( json => {",
"\t\t\t$3",
"\t\t} );",
"\t}",
"} );",
"$4"
],
"description": "POST request using fetch"
},
"promise": {
"prefix": "promise",
"body": [
"return new Promise( ( resolve, reject ) => {",
"\t",
"} );"
]
}
}

View File

@ -1,361 +0,0 @@
{
// Place your snippets for latex here. Each snippet is defined under a snippet name and has a prefix, body and
// description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the
// same ids are connected.
// Example:
// "Print to console": {
// "prefix": "log",
// "body": [
// "console.log('$1');",
// "$2"
// ],
// "description": "Log output to console"
// }
// Place your snippets for tex here. Each snippet is defined under a snippet name and has a prefix, body and
// description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the
// same ids are connected.
// Example:
// "Print to console": {
// "prefix": "log",
// "body": [
// "console.log('$1');",
// "$2"
// ],
// "description": "Log output to console"
// }
"Formula (old)": {
"prefix": "formulaBare",
"body": [
"\\begin{tcolorbox}[colback=red!5!white,colframe=red!75!black,title=Formula: $1]",
"\t$2",
"\\end{tcolorbox}",
],
"description": "Red tcolorbox to provide a formula (without the default setup)"
},
"Prepare Latex doc (old)": {
"prefix": "LaTeX-Prepare-Old",
"body": [
"\\documentclass{article}\n",
"% Imports %",
"\\usepackage{amsmath}",
"\\usepackage{graphicx}",
"\\usepackage{subcaption}",
"\\usepackage[export]{adjustbox}",
"\\usepackage{tcolorbox}",
"\\usepackage{xcolor}",
"\\usepackage{cancel}",
"\\usepackage{dsfont}",
"\\usepackage{amssymb}",
"\\usepackage[a4paper]{geometry}",
"\\usepackage{parskip}\n",
"% Setup %",
"\\title{\\Huge \\textbf{$1}}",
"\\author{Janis Hutz}\n",
"% Configuring %",
"\\addtolength{\\oddsidemargin}{-0.75in}",
"\\addtolength{\\textwidth}{1.5in}",
"\\addtolength{\\evensidemargin}{-0.75in}",
"\\addtolength{\\topmargin}{-1in}",
"\\addtolength{\\textheight}{2in}\n",
"% Main doc %",
"\\begin{document}",
"\\maketitle",
"$2",
"\\end{document}",
],
"description": "Prepare a LaTeX Document with all relevant imports"
},
"prepare LaTeX Document (New)": {
"prefix": "latex-prepare",
"body": [
"\\documentclass{article}\n",
"\\input{~/projects/generalSchool/helpers.tex}\n",
"\\setup{$1}\n",
"\\begin{document}",
"\\maketitle",
"\\pagestyle{fancy}",
"\\thispagestyle{fancy}\n\n",
"$2\n\n",
"\\end{document}"
],
"description": "Prepares a full LaTeX Document for use and compiling"
},
"Fancy table": {
"prefix": "table",
"body": [
"\\begin{tabular}[h!]{|$1|}",
"\t\\hline",
"\t\\rowcolor{$2}\\multicolumn{$3}{|c|}{$4}\\",
"\t\\hline",
"\t$5\\\\\\",
"\t\\hline",
"\\end{tabular}"
],
"description": "Inserts a tcolorbox to provide a formula (red)"
},
"Formula (new)": {
"prefix": "formula",
"body": [
"\\begin{formula}[]{$1}",
"\t$2",
"\\end{formula}"
],
"description": "Inserts a tcolorbox to provide a formula (red)"
},
"Definition (new)": {
"prefix": "definition",
"body": [
"\\begin{definition}[]{$1}",
"\t$2",
"\\end{definition}"
],
"description": "Inserts a tcolorbox to provide a definition (blue)"
},
"Recall (new)": {
"prefix": "recall",
"body": [
"\\begin{recall}[]{$1}",
"\t$2",
"\\end{recall}"
],
"description": "Inserts a tcolorbox to provide a recall / revision of previous knowledge (yellow)"
},
"Important Remarks (new)": {
"prefix": "remarks",
"body": [
"\\begin{remarks}[]{$1}",
"\t$2",
"\\end{remarks}"
],
"description": "Inserts a tcolorbox to provide remarks (green)"
},
"Guides (new)": {
"prefix": "guides",
"body": [
"\\begin{guides}[]{$1}{${2:Usage}}",
"\t$2",
"\\end{guides}"
],
"description": "Inserts a tcolorbox to provide guides / instructions on how to use (purple)"
},
"Properties (new)": {
"prefix": "properties",
"body": [
"\\begin{properties}[]{$1}",
"\t$2",
"\\end{properties}"
],
"description": "Inserts a tcolorbox to inform about properties / restrictions / limitations"
},
"Restrictions (new)": {
"prefix": "restrictions",
"body": [
"\\begin{restrictions}[]{$1}",
"\t$2",
"\\end{restrictions}"
],
"description": "Inserts a tcolorbox to inform about restrictions"
},
"Limitations (new)": {
"prefix": "limitations",
"body": [
"\\begin{limitations}[]{$1}",
"\t$2",
"\\end{limitations}"
],
"description": "Inserts a tcolorbox to inform about limitations"
},
"Theorem (new)": {
"prefix": "theorem",
"body": [
"\\begin{theorem}[]{$1}",
"\t$2",
"\\end{theorem}"
],
"description": "Inserts a tcolorbox to inform about theorems"
},
"Lemma (new)": {
"prefix": "lemma",
"body": [
"\\begin{lemma}[]{$1}",
"\t$2",
"\\end{lemma}"
],
"description": "Inserts a tcolorbox to inform about lemmas"
},
"Corollary (new)": {
"prefix": "corollary",
"body": [
"\\begin{corollary}[]{$1}",
"\t$2",
"\\end{corollary}"
],
"description": "Inserts a tcolorbox to inform about corollaries"
},
"Terms (new)": {
"prefix": "terms",
"body": [
"\\begin{terms}[]{$1}",
"\t$2",
"\\end{terms}"
],
"description": "Inserts a tcolorbox to inform about terms"
},
"Proof (new)": {
"prefix": "proof",
"body": [
"\\begin{proof}[]{$1}",
"\t$2",
"\\end{proof}"
],
"description": "Inserts a tcolorbox to show a proof"
},
"Axiom (new)": {
"prefix": "axiom",
"body": [
"\\begin{axiom}[]{$1}",
"\t$2",
"\\end{axiom}"
],
"description": "Inserts a tcolorbox to show an axiom"
},
"Notation (new)": {
"prefix": "notation",
"body": [
"\\begin{notation}[]{$1}",
"\t$2",
"\\end{notation}"
],
"description": "Inserts a tcolorbox to show notation"
},
"Example (new)": {
"prefix": "example",
"body": [
"\\begin{example}[]{$1}",
"\t$2",
"\\end{example}"
],
"description": "Inserts a tcolorbox to show example"
},
"Usage (languages, new)": {
"prefix": "usage",
"body": [
"\\begin{usage}[]{$1}",
"\t$2",
"\\end{usage}"
],
"description": "Inserts a tcolorbox to inform about usage in a language context"
},
"Conjugation (languages, new)": {
"prefix": "conjugation",
"body": [
"\\begin{conjugation}[]{$1}",
"\t$2",
"\\end{conjugation}"
],
"description": "Inserts a tcolorbox to inform about conjugation"
},
"Forms (languages, new)": {
"prefix": "forms",
"body": [
"\\begin{forms}[]{$1}",
"\t$2",
"\\end{forms}"
],
"description": "Inserts a tcolorbox to inform about forms of e.g. grammatical structures"
},
"General-Tcolorbox (new)": {
"prefix": "general-tcb",
"body": [
"\\begin{general}[]{${1:title}}{${2:second title}}{${3|red,green,blue,cyan,magenta,yellow,black,gray,white,darkgray,lightgray,brown,lime,olive,orange,pink,purple,teal,violet|}}",
"\t$4",
"\\end{general}"
],
"description": "Inserts a tcolorbox for general purposes. First bracket is title, second one is second title, third one colour"
},
"Derivative": {
"prefix": "derivative",
"body": [
"\\frac{\\mbox{d}}{\\mbox{d}x}$1"
]
},
"Example (inline)": {
"prefix": "example-inline",
"body": [
"\\inlineex"
]
},
"bold": {
"prefix": "#bold",
"body": [
"\\textbf{$1}"
]
},
"italic": {
"prefix": "#i",
"body": [
"\\textit{$1}"
]
},
"bolditalic": {
"prefix": "#bi",
"body": [
"\\textbf{\\textit{$1}}"
]
},
"underlinie": {
"prefix": "#u",
"body": [
"\\underbar{$1}"
]
},
"algebra": {
"prefix": "algebra",
"body": [
"\\langle $1 \\rangle"
]
},
"fill-width": {
"prefix": "#fill",
"body": [
"\\hspace{\\fill}$1"
]
},
"Latex-Colour": {
"prefix": "colour",
"body": [
"${1|red,green,blue,cyan,magenta,yellow,black,gray,white,darkgray,lightgray,brown,lime,olive,orange,pink,purple,teal,violet|}"
]
},
"Latex-Text-Colour": {
"prefix": "colour-text",
"body": [
"\\color{${1|red,green,blue,cyan,magenta,yellow,black,gray,white,darkgray,lightgray,brown,lime,olive,orange,pink,purple,teal,violet|}}"
]
},
"German doc": {
"prefix": "latex-german",
"body": [
"\\usepackage[ngerman]{babel}",
"\\setcounter{lang}{2} % Move below \\begin{document}",
]
},
"Letter": {
"prefix": "latex-letter",
"body": [
"\\documentclass[12pt,a4paper]{scrlttr2}\n",
"\\input{~/projects/generalSchool/letter-helpers.tex}\n",
"% Subject",
"\\setkomavar{subject}{$1}",
"\\begin{document}\\raggedright",
"\t\\begin{letter}{Company \\\\\\ Name \\\\\\ Address \\\\\\ CH-Place}",
"\t\t\\opening{Intro}\n",
"\t\t$2\n",
"\t\t\\closing{Mit freundlichen Grüssen}",
"\t\\end{letter}",
"\\end{document}",
]
},
}

View File

@ -1,124 +0,0 @@
{
// Place your snippets for tex here. Each snippet is defined under a snippet name and has a prefix, body and
// description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the
// same ids are connected.
// Example:
// "Print to console": {
// "prefix": "log",
// "body": [
// "console.log('$1');",
// "$2"
// ],
// "description": "Log output to console"
// }
"Formula (old)": {
"prefix": "formulaBare",
"body": [
"\\begin{tcolorbox}[colback=red!5!white,colframe=red!75!black,title=Formula: $1]",
"\t$2",
"\\end{tcolorbox}",
],
"description": "Red tcolorbox to provide a formula (without the default setup)"
},
"Prepare Latex doc (old)": {
"prefix": "LaTeX-Prepare-Old",
"body": [
"\\documentclass{article}\n",
"% Imports %",
"\\usepackage{amsmath}",
"\\usepackage{graphicx}",
"\\usepackage{subcaption}",
"\\usepackage[export]{adjustbox}",
"\\usepackage{tcolorbox}",
"\\usepackage{xcolor}",
"\\usepackage{cancel}",
"\\usepackage{dsfont}",
"\\usepackage{amssymb}",
"\\usepackage[a4paper]{geometry}",
"\\usepackage{parskip}\n",
"% Setup %",
"\\title{\\Huge \\textbf{$1}}",
"\\author{Janis Hutz}\n",
"% Configuring %",
"\\addtolength{\\oddsidemargin}{-0.75in}",
"\\addtolength{\\textwidth}{1.5in}",
"\\addtolength{\\evensidemargin}{-0.75in}",
"\\addtolength{\\topmargin}{-1in}",
"\\addtolength{\\textheight}{2in}\n",
"% Main doc %",
"\\begin{document}",
"\\maketitle",
"$2",
"\\end{document}"
],
"description": "Prepare a LaTeX Document with all relevant imports"
},
"prepare LaTeX Document (New)": {
"prefix": "latex-prepare",
"body": [
"\\documentclass{article}\n",
"\\input{~/projects/generalSchool/helpers.tex}\n",
"\\setup{$1}\n",
"\\begin{document}",
"\\maketitle\n\n",
"$2\n\n",
"\\end{document}"
],
"description": "Prepares a full LaTeX Document for use and compiling"
},
"Formula (new)": {
"prefix": "formula",
"body": [
"\\begin{formula}[]{$1}",
"\t$2",
"\\end{formula}"
],
"description": "Inserts a tcolorbox to provide a formula (red)"
},
"Definition (new)": {
"prefix": "definition",
"body": [
"\\begin{definition}[]{$1}",
"\t$2",
"\\end{definition}"
],
"description": "Inserts a tcolorbox to provide a definition (blue)"
},
"Recall (new)": {
"prefix": "recall",
"body": [
"\\begin{recall}[]{$1}",
"\t$2",
"\\end{recall}"
],
"description": "Inserts a tcolorbox to provide a recall / revision of previous knowledge (yellow)"
},
"Important Remarks (new)": {
"prefix": "remarks",
"body": [
"\\begin{remarks}[]{$1}",
"\t$2",
"\\end{remarks}"
],
"description": "Inserts a tcolorbox to provide remarks (green)"
},
"Guides (new)": {
"prefix": "guides",
"body": [
"\\begin{guides}[]{$1}",
"\t$2",
"\\end{guides}"
],
"description": "Inserts a tcolorbox to provide guides / instructions on how to use (purple)"
},
"Properties / Restrictions (new)": {
"prefix": "properties",
"body": [
"\\begin{properties}[]{$1}",
"\t$2",
"\\end{properties}"
],
"description": "Inserts a tcolorbox to inform about properties / restrictions / limitations"
}
}

View File

@ -1,106 +0,0 @@
{
// Place your snippets for javascript here. Each snippet is defined under a snippet name and has a prefix, body and
// description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the
// same ids are connected.
// Example:
// "Print to console": {
// "prefix": "log",
// "body": [
// "console.log('$1');",
// "$2"
// ],
// "description": "Log output to console"
// }
"JS-Class": {
"prefix": "jsSetupClass",
"body": "class $1 { \n\tconstructor () {} \n\n \t$2 () {\n\t$3\n\t}\n}",
"description": "Setup the basic structure of a class in JS"
},
"ExpressJS": {
"prefix": "jsExpressSetup",
"body": [
"const express = require( 'express' );",
"let app = express();",
"const path = require( 'path' );",
"const expressSession = require( 'express-session' );",
"const fs = require( 'fs' );",
"const bodyParser = require( 'body-parser' );",
"const cookieParser = require( 'cookie-parser' )",
"const favicon = require( 'serve-favicon' );",
"\napp.use( expressSession ( {\n\tsecret: $1,\n\tresave: true,\n\tsaveUninitialized: true\n} ) );",
"app.use( bodyParser.urlencoded( { extended: false } ) );",
"app.use( bodyParser.json() );",
"app.use( cookieParser() );",
"app.use( favicon( path.join( __dirname + '$2' ) ) );\n",
"app.use( ( request, response, next ) => {\n\tresponse.sendFile( path.join( __dirname + '$3' ) ) \n} );",
"\n\napp.get( '/', ( request, response ) => {\n$4\n} );",
"\n\nconst PORT = process.env.PORT || 8080;",
"http.createServer( app ).listen( PORT );"
]
},
"ExpressJS-Route": {
"prefix": "jsEjsRoute",
"body": "\n\napp.get( '$1', ( request: express.Request, response: express.Response ) => {\n$4\n} );"
},
"JSAsync": {
"prefix": "jsAsync",
"body": "(async () => {\n$1\n} ) ();"
},
"JSpromiseReturnFunc": {
"prefix": "jsPromise",
"body": "function $1 () {\n\treturn new Promise( ( resolve, reject ) => {\n\t$2\n\t} );\n}"
},
"fetch from other url": {
"prefix": "remoteURL",
"body": [
"localStorage.getItem( 'url' ) + '/$1'",
],
"description": "remote URL fetching (get from base address from local storage)"
},
"fetch post": {
"prefix": "fetchPost",
"body": [
"const fetchOptions = {",
"\tmethod: 'post',",
"\tbody: JSON.stringify( $1 ),",
"\tcredentials: 'include',",
"\theaders: {",
"\t\t'Content-Type': 'application/json',",
"\t\t'charset': 'utf-8'",
"\t}",
"};",
"fetch( $2, fetchOptions ).then( res => {",
"\tif ( res.status === 200 ) {",
"\t\tres.json().then( json => {",
"\t\t\t$3",
"\t\t} );",
"\t}",
"} );",
"$4"
],
"description": "POST request using fetch"
},
"fetch get": {
"prefix": "fetchGet",
"body": [
"fetch( $2, { credentials: 'include' } ).then( res => {",
"\tif ( res.status === 200 ) {",
"\t\tres.json().then( json => {",
"\t\t\t$3",
"\t\t} );",
"\t}",
"} );",
"$4"
],
"description": "POST request using fetch"
},
"promise": {
"prefix": "promise",
"body": [
"return new Promise( ( resolve, reject ) => {",
"\t",
"} );"
]
}
}

View File

@ -1,24 +0,0 @@
{
// Place your snippets for vue here. Each snippet is defined under a snippet name and has a prefix, body and
// description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the
// same ids are connected.
// Example:
// "Print to console": {
// "prefix": "log",
// "body": [
// "console.log( '$1' );",
// "$2"
// ],
// "description": "Log output to console"
// },
"script:setup": {
"prefix": "script:setup",
"body": [
"<script setup lang=\"ts\">",
"\t$1",
"</script>"
],
"description": "Setup the basic structure of a class in JS"
},
}

View File

@ -1,36 +0,0 @@
{
"ignoreUploadFiles": [
"state.*",
"syncLocalSettings.json",
".DS_Store",
"sync.lock",
"projects.json",
"projects_cache_vscode.json",
"projects_cache_git.json",
"projects_cache_svn.json",
"gpm_projects.json",
"gpm-recentItems.json"
],
"ignoreUploadFolders": [
"workspaceStorage"
],
"ignoreExtensions": [],
"gistDescription": "Visual Studio Code Settings Sync Gist",
"version": 343,
"token": "",
"downloadPublicGist": false,
"supportedFileExtensions": [
"json",
"code-snippets"
],
"openTokenLink": true,
"disableUpdateMessage": false,
"lastUpload": null,
"lastDownload": null,
"githubEnterpriseUrl": null,
"askGistDescription": false,
"customFiles": {},
"hostName": null,
"universalKeybindings": false,
"autoUploadDelay": 20
}

View File

@ -1,8 +0,0 @@
{
"extensionsGallery": {
"serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery",
"itemUrl": "https://marketplace.visualstudio.com/items",
"cacheUrl": "https://vscode.blob.core.windows.net/gallery/index",
"controlUrl": ""
}
}

View File

@ -1,58 +0,0 @@
[global]
follow = mouse
indicate_hidden = yes
offset = 10x10
notification_height = 0
separator_height = 2
padding = 8
horizontal_padding = 8
text_icon_padding = 0
frame_width = 2
frame_color = "#a6f7ad"
separator_color = frame
sort = yes
idle_threshold = 120
font = monospace 10
line_height = 0
markup = full
alignment = left
vertical_alignment = center
show_age_threshold = 60
word_wrap = yes
stack_duplicates = true
hide_duplicate_count = false
show_indicators = yes
min_icon_size = 0
max_icon_size = 64
icon_path = /usr/share/icons/candy-icons/16x16/status/:/usr/share/icons/candy-icons/16x16/devices/:/usr/share/icons/candy-icons/16x16/actions/:/usr/share/icons/candy-icons/16x16/animations/:/usr/share/icons/candy-icons/16x16/apps/:/usr/share/icons/candy-icons/16x16/categories/:/usr/share/icons/candy-icons/16x16/emblems/:/usr/share/icons/candy-icons/16x16/emotes/:/usr/share/icons/candy-icons/16x16/devices/mimetypes:/usr/share/icons/candy-icons/16x16/panel/:/usr/share/icons/candy-icons/16x16/places/
dmenu = /usr/bin/wofi -p dunst:
browser = /usr/bin/firefox --new-tab
title = Dunst
class = Dunst
corner_radius = 10
timeout = 5
[urgency_low]
background = "#00003a"
foreground = "#CDD6F4"
[urgency_normal]
background = "#00003a"
foreground = "#CDD6F4"
[urgency_critical]
background = "#00003a"
foreground = "#CDD6F4"
frame_color = "#6c0000"

View File

@ -1,58 +0,0 @@
[global]
follow = mouse
indicate_hidden = yes
offset = 10x10
notification_height = 0
separator_height = 2
padding = 8
horizontal_padding = 8
text_icon_padding = 0
frame_width = 2
frame_color = "#cc5c00"
separator_color = frame
sort = yes
idle_threshold = 120
font = monospace 10
line_height = 0
markup = full
alignment = left
vertical_alignment = center
show_age_threshold = 60
word_wrap = yes
stack_duplicates = true
hide_duplicate_count = false
show_indicators = yes
min_icon_size = 0
max_icon_size = 64
icon_path = /usr/share/icons/candy-icons/16x16/status/:/usr/share/icons/candy-icons/16x16/devices/:/usr/share/icons/candy-icons/16x16/actions/:/usr/share/icons/candy-icons/16x16/animations/:/usr/share/icons/candy-icons/16x16/apps/:/usr/share/icons/candy-icons/16x16/categories/:/usr/share/icons/candy-icons/16x16/emblems/:/usr/share/icons/candy-icons/16x16/emotes/:/usr/share/icons/candy-icons/16x16/devices/mimetypes:/usr/share/icons/candy-icons/16x16/panel/:/usr/share/icons/candy-icons/16x16/places/
dmenu = /usr/bin/wofi -p dunst:
browser = /usr/bin/firefox --new-tab
title = Dunst
class = Dunst
corner_radius = 10
timeout = 5
[urgency_low]
background = "#000000"
foreground = "#CDD6F4"
[urgency_normal]
background = "#000000"
foreground = "#CDD6F4"
[urgency_critical]
background = "#000000"
foreground = "#CDD6F4"
frame_color = "#6c0000"

View File

@ -1,13 +0,0 @@
/** Basic config file **/
configuration {
show-icons: true;
icon-theme: "Candy";
display-drun: "";
display-run: "🏃🏽‍♂️ ";
display-window: "🗔 ";
display-combi: "🔎 ";
dpi: 160;
}
@theme "themes/mcLarenTheme.rasi"

View File

@ -1,107 +0,0 @@
## rofi: *spotlight*
A spotlight-like rofi. Supports file and web search.
<p align='center'>
<img alt='rofi: spotlight' src='scrot.webp'/>
<br/>
<i>
rofi: spotlight
</i>
</p>
#### Dependencies
+ `rofi-git master branch`
+ `python3`
+ `bash`
+ `fd (optional)`
+ `an icon theme (optional)`
#### Icon themes used:
+ Papirus
+ Tela Blue
#### Run it by:
```bash
$ rofi -modi "Global Search":"rofi-spotlight/rofi-spotlight.sh" -show "Global Search" \
-config rofi-spotlight/rofi.rasi
```
#### Recommendation
+ Install `fd` for faster file searching. Defaults to `find` if not installed.
#### Configuration:
You can change the following variables in the `rofi-spotlight.sh`
+ Terminal Emulator
+ File Manager
+ Bluetooth sender
You can change the following variables in the `web-search.py`
+ Search engine
+ Web browser
+ Terminal Emulator
#### Available commands:
Just type them on rofi search bar:
+ **`:help`** to print the help message
+ **`:h`** or **`:hidden`** to show hidden files/directories
+ **`:xdg XDGDIR`** to jump to an xdg directory
Examples:
```
:xdg DOCUMENTS
:xdg DOWNLOADS
# Also supports incomplete path. Examples:
:xdg doc # Same as :xdg DOCUMENTS
:xdg down # Same as :xdg DOWNLOADS
# For more info about XDG dirs, see:
# man xdg-user-dir
```
**File search syntaxes:**
+ **`!<search_query>`** to search for a file and web suggestions
+ **`?<search_query>`** to search parent directories
Examples:
```
!half-life 3
?portal 3
```
**Web search syntaxes:**
+ **`!<search_query>`** to get a search suggestions
+ **`:web <search_query>`** to also to gets search suggestions
+ **`:webbro <search_query>`** to search directly from your browser
Examples:
```
!how to install archlinux
:web how to install gentoo
:webbro how to install wine in windowsxp
```
#### TODOs:
- [x] Web search support
- [x] Cleaner bash script
#### Notes:
+ This is not a file manager nor a web browser. This is a file/web-searching rofi. Nothing else.
+ Default rofi design is better with blur. Rofi's appearance can be change in `rofi.rasi`. It uses CSS syntax. More info by executing `man rofi-theme` in your terminal emulator.
#### Credits to [these people](https://github.com/manilarome/rofi-spotlight/graphs/contributors)

View File

@ -1,615 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="svg2"
width="240"
height="240"
viewBox="0 0 240 240"
sodipodi:docname="ddg.svg"
inkscape:version="0.92.4 5da689c313, 2019-01-14">
<metadata
id="metadata8">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs6" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1321"
inkscape:window-height="740"
id="namedview4"
showgrid="false"
inkscape:pagecheckerboard="true"
inkscape:zoom="0.4609375"
inkscape:cx="296.6541"
inkscape:cy="256"
inkscape:window-x="45"
inkscape:window-y="28"
inkscape:window-maximized="0"
inkscape:current-layer="svg2" />
<image
width="230.37288"
height="230.37288"
preserveAspectRatio="none"
xlink:href="data:image/png;base64,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
RU5ErkJggg==
"
id="image10"
x="4.8135605"
y="4.8135605" />
</svg>

Before

Width:  |  Height:  |  Size: 43 KiB

View File

@ -1,365 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="svg2"
width="240"
height="240"
viewBox="0 0 240 240"
sodipodi:docname="google.svg"
inkscape:version="0.92.4 5da689c313, 2019-01-14">
<metadata
id="metadata8">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs6" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1321"
inkscape:window-height="740"
id="namedview4"
showgrid="false"
inkscape:pagecheckerboard="true"
inkscape:zoom="0.49166667"
inkscape:cx="-87.457627"
inkscape:cy="240"
inkscape:window-x="45"
inkscape:window-y="28"
inkscape:window-maximized="0"
inkscape:current-layer="svg2" />
<image
width="200"
height="200"
preserveAspectRatio="none"
xlink:href="data:image/png;base64,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
6HBxqQyct9XIGLbXSE1RnYnaroPeGB7g3b+2p6h97XT/xid46RA5TM+2MQAAAtJJREFUCQuYHO2J
eSMn10nvH/aaKeN3GhntQ5yqtrQsLSx76bXlnfT6pfme4BNnTdqwWHUmokThwYhc48V5vTIbEbik
UgZ+sdtIH1xspAVMvgWUSoGBXp6a2s56w8qO3oaXBnfb8I/evRFSnYsoGXj0Idd6YtHA9qGGwK8b
hOeUvUbq0GIzLTfCEXJCpYmIPEKvq87XQ+sKRdO84d6y/xt84t5y1bmIVODBhuhbRc9NSMlvX3t+
vek9o8b0jdgrUzuWGwEPb4vTNjokOusN4Y5aw65cT/DzdjL4Vn7K+jkTJyKqOhuRFbCAiQ7jH3MG
dq3XfWfUIGX8fsM3pMr0d90nU1Kjkpcgf1+qiKK91tiUq4VKskRkY56naWlf1L5y9Ek7t6vORmRV
LGCiVipaNCGlfbD6+KgUxzdI34ga09+7SvralRuBVKffXtGvRWV70dSUrwX3Zonw5gw9tCxgyvd/
efLaT4SAqTofkZ2wgIniRUI8/MGIfnoURxtSG9oET58m03NEvfQU1ElfZq30+hpNr6Xfc5laWOaI
UDBTRGrSRLQsVYvu8GuRjX6J1aaMLLv0lK+3qs5I5BSWPhgQOc0/3x2cE/VovetNvXcUWreoQJeQ
4etgSOQaQsuKAukRqaWFoXlD0uNvkh5dAiIqNT0iNQEhBQA0SY/4bgW3XxjS8+3gM0UYhgYpBSBT
hBEFAE3KSECLhP0w6/zCrPVqZqUPxj5dmuUeYZZqArt0KbZnaaFN505Zx5sWEBERERERERERERER
ERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERER
ERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERER
ERERERERERERERERERERERERERERERERxeD/A07OTjCrltYIAAAAAElFTkSuQmCC
"
id="image10"
x="20"
y="20" />
</svg>

Before

Width:  |  Height:  |  Size: 24 KiB

View File

@ -1,75 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
id="Capa_1"
enable-background="new 0 0 515.556 515.556"
height="240"
viewBox="0 0 240 240"
width="240"
class=""
version="1.1"
sodipodi:docname="history.svg"
inkscape:version="0.92.4 5da689c313, 2019-01-14">
<metadata
id="metadata13">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs11" />
<sodipodi:namedview
pagecolor="#252525"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="1"
inkscape:pageshadow="2"
inkscape:window-width="1321"
inkscape:window-height="740"
id="namedview9"
showgrid="false"
inkscape:zoom="0.4609375"
inkscape:cx="-322.41898"
inkscape:cy="256"
inkscape:window-x="45"
inkscape:window-y="28"
inkscape:window-maximized="0"
inkscape:current-layer="Capa_1"
inkscape:pagecheckerboard="true" />
<g
id="g6"
style="opacity:0.8"
transform="matrix(0.3879307,0,0,0.3879307,20,20)">
<path
d="m 290,32.222 c -113.405,0 -207.262,84.222 -222.981,193.333 H 0 l 96.667,96.667 96.667,-96.667 H 132.146 C 147.118,152.111 212.202,96.666 290,96.666 c 88.832,0 161.111,72.28 161.111,161.111 0,88.831 -72.279,161.112 -161.111,161.112 -51.684,0 -100.6,-25.079 -130.84,-67.056 l -52.298,37.635 c 42.323,58.78 110.78,93.866 183.138,93.866 124.373,0 225.556,-101.198 225.556,-225.556 C 515.556,133.42 414.373,32.222 290,32.222 Z"
data-original="#000000"
class="active-path"
data-old_color="#000000"
id="path2"
style="fill:#ffffff"
inkscape:connector-curvature="0" />
<path
d="M 257.778,161.111 V 292.14 l 96.195,57.711 33.166,-55.256 -64.917,-38.956 v -94.527 z"
data-original="#000000"
class="active-path"
data-old_color="#000000"
id="path4"
style="fill:#ffffff"
inkscape:connector-curvature="0" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.5 KiB

View File

@ -1,57 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
width="240"
height="240"
viewBox="0 0 24 24"
id="svg4"
sodipodi:docname="result.svg"
inkscape:version="0.92.4 5da689c313, 2019-01-14">
<metadata
id="metadata10">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs8" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1321"
inkscape:window-height="740"
id="namedview6"
showgrid="false"
inkscape:zoom="0.98333333"
inkscape:cx="-43.728814"
inkscape:cy="120"
inkscape:window-x="45"
inkscape:window-y="28"
inkscape:window-maximized="0"
inkscape:current-layer="svg4"
inkscape:pagecheckerboard="true" />
<path
d="m 9.428571,2 a 7.4285714,7.4285714 0 0 1 7.428572,7.4285714 c 0,1.8399996 -0.674286,3.5314286 -1.782857,4.8342856 l 0.308571,0.308572 h 0.902857 L 22,20.285714 20.285714,22 14.571429,16.285714 V 15.382857 L 14.262857,15.074286 C 12.96,16.182857 11.268571,16.857143 9.428571,16.857143 A 7.4285714,7.4285714 0 0 1 2,9.4285714 7.4285714,7.4285714 0 0 1 9.428571,2 m 0,2.2857143 c -2.8571424,0 -5.1428567,2.2857143 -5.1428567,5.1428571 0,2.8571426 2.2857143,5.1428576 5.1428567,5.1428576 2.857143,0 5.142858,-2.285715 5.142858,-5.1428576 0,-2.8571428 -2.285715,-5.1428571 -5.142858,-5.1428571 z"
id="path2"
inkscape:connector-curvature="0"
style="fill:#ffffff;stroke-width:1.14285707" />
</svg>

Before

Width:  |  Height:  |  Size: 2.2 KiB

View File

@ -1,692 +0,0 @@
#!/usr/bin/env bash
TMP_DIR="/tmp/rofi/${USER}/"
PREV_LOC_FILE="${TMP_DIR}rofi_fb_prevloc"
CURRENT_FILE="${TMP_DIR}rofi_fb_current_file"
MY_PATH="$(realpath "$0" | xargs dirname)"
HIST_FILE="${MY_PATH}/history.txt"
OPENER=xdg-open
TERM_EMU=kitty
TEXT_EDITOR=$EDITOR
FILE_MANAGER=y
BLUETOOTH_SEND=blueman-sendto
CUR_DIR=$PWD
NEXT_DIR=""
FD_INSTALLED=$(command -v fd)
SHOW_HIDDEN=false
# Setup menu options
declare -a OPEN_FILE_LOCATION=(
"Open file location in ${TERM_EMU}"
"Open file location in ${FILE_MANAGER}"
)
declare -a RUN_COMMANDS=(
"Run"
"Execute in ${TERM_EMU}"
)
declare -a STANDARD_CONTROLS=(
"Move to trash"
"Delete"
"Back"
)
declare -a SHELL_NO_X_OPTIONS=(
"Edit"
"${OPEN_FILE_LOCATION[@]}"
"${STANDARD_CONTROLS[@]}"
)
declare -a SHELL_OPTIONS=(
"${RUN_COMMANDS[@]}"
"${SHELL_NO_X_OPTIONS[@]}"
)
declare -a BIN_NO_X_OPTIONS=(
"${OPEN_FILE_LOCATION[@]}"
"Back"
)
declare -a BIN_OPTIONS=(
"${RUN_COMMANDS[@]}"
"${BIN_NO_X_OPTIONS[@]}"
)
declare -a TEXT_OPTIONS=("${SHELL_NO_X_OPTIONS[@]}")
declare -a HTML_OPTIONS=(
"Open"
"Edit"
"${OPEN_FILE_LOCATION[@]}"
"${STANDARD_CONTROLS[@]}"
)
declare -a XCF_SVG_OPTIONS=(
"Open"
"${OPEN_FILE_LOCATION[@]}"
"${STANDARD_CONTROLS[@]}"
)
declare -a IMAGE_OPTIONS=(
"Open"
"Send via Bluetooth"
"${OPEN_FILE_LOCATION[@]}"
"${STANDARD_CONTROLS[@]}"
)
declare -a ALL_OPTIONS=()
# Combine all context menu
COMBINED_OPTIONS=(
"${SHELL_OPTIONS[@]}"
"${IMAGE_OPTIONS[@]}"
)
# Remove duplicates
ALL_OPTIONS=("$(printf '%s\n' "${COMBINED_OPTIONS[@]}" | sort -u)")
# Create tmp dir for rofi
[ ! -d "${TMP_DIR}" ] && mkdir -p "${TMP_DIR}";
# Create hist file if it doesn't exist
[ ! -f "${HIST_FILE}" ] && touch "${HIST_FILE}"
# Help message
if [ -n "$*" ] && [[ "$*" = ":help" ]]
then
echo -en "Rofi Spotlight
A Rofi with file and web searching functionality
Commands:
:help to print this help message
:h or :hidden to show hidden files/dirs
:sh or :show_hist to show search history
:ch or :clear_hist to clear search history
:xdg to jump to an xdg directory
Examples:
:xdg DOCUMENTS
:xdg DOWNLOADS
Also supports incomplete path:
Examples:
:xdg doc
:xdg down
For more info about XDG dirs, see:
\`man xdg-user-dir\`
File search syntaxes:
!<search_query> to search for a file and web suggestions
?<search_query> to search parent directories
Examples:
!half-life 3
?portal 3
Web search syntaxes:
!<search_query> to gets search suggestions
:web/:w <search_query> to also to gets search suggestions
:webbro/:wb <search_query> to search directly from your browser
Examples:
!how to install archlinux
:web how to install gentoo
:w how to make a nuclear fission
:webbro how to install wine in windowsxp
Back\0icon\x1fdraw-arrow-back\n"
exit
fi
# Return the icon string
function icon_file_type(){
icon_name=""
mime_type=$(file --mime-type -b "${1}")
case "${mime_type}" in
"inode/directory")
case "${1}" in
"Desktop/" )
icon_name='folder-blue-desktop'
;;
"Documents/" )
icon_name='folder-blue-documents'
;;
"Downloads/" )
icon_name='folder-blue-downloads'
;;
"Music/" )
icon_name='folder-blue-music'
;;
"Pictures/" )
icon_name='folder-blue-pictures'
;;
"Public/" )
icon_name='folder-blue-public'
;;
"Templates/" )
icon_name='folder-blue-templates'
;;
"Videos/" )
icon_name='folder-blue-videos'
;;
"root/" )
icon_name='folder-root'
;;
"home/" | "${USER}/")
icon_name='folder-home'
;;
*"$" )
icon_name='folder-blue'
;;
*)
icon_name='folder-blue'
;;
esac
;;
"inode/symlink" )
icon_name='inode-symlink'
;;
"audio/flac" | "audio/mpeg" )
icon_name='music'
;;
"video/mp4" )
icon_name='video-mp4'
;;
"video/x-matroska" )
icon_name=video-x-matroska
;;
"image/x-xcf" )
# notify-send '123'
icon_name='image-x-xcf'
;;
"image/jpeg" | "image/png" | "image/svg+xml")
icon_name="${CUR_DIR}/${1}"
;;
"image/gif" )
icon_name='gif'
;;
"image/vnd.adobe.photoshop" )
icon_name='image-vnd.adobe.photoshop'
;;
"image/webp" )
icon_name='gif'
;;
"application/x-pie-executable" )
icon_name='binary'
;;
"application/pdf" )
icon_name='pdf'
;;
"application/zip" )
icon_name='application-zip'
;;
"application/x-xz" )
icon_name='application-x-xz-compressed-tar'
;;
"application/x-7z-compressed" )
icon_name='application-x-7zip'
;;
"application/x-rar" )
icon_name='application-x-rar'
;;
"application/octet-stream" | "application/x-iso9660-image" )
icon_name='application-x-iso'
;;
"application/x-dosexec" )
icon_name='application-x-ms-dos-executable'
;;
"text/plain" )
icon_name='application-text'
;;
"text/x-shellscript" )
icon_name='application-x-shellscript'
;;
"text/html" )
icon_name='text-html'
;;
"font/sfnt" | "application/vnd.ms-opentype" )
icon_name='application-x-font-ttf'
;;
* )
case "${1}" in
*."docx" | *".doc" )
icon_name='application-msword'
;;
*."apk" )
icon_name='android-package-archive'
;;
* )
icon_name='unknown'
;;
esac
;;
esac
echo -en "$1\0icon\x1f$icon_name\n"
}
export -f icon_file_type
# Pass the argument to python script
function web_search() {
# Pass the search query to web-search script
"${MY_PATH}/web-search.py" "${1}"
exit;
}
# Handles the web search method
if [ ! -z "$@" ] && ([[ "$@" == ":webbro"* ]] || [[ "$@" == ":wb"* ]])
then
remove=''
[[ "$*" = ":webbro"* ]] && remove=":webbro" || remove=":wb"
# Search directly from your web browser
web_search "$(printf '%s\n' "${1//$remove/}")"
exit;
elif [ ! -z "$@" ] && ([[ "$@" == ":web"* ]] || [[ "$@" == ":w"* ]])
then
remove=''
[[ "$*" = ":web"* ]] && remove=":web" || remove=":w"
# Get search suggestions
web_search "!$(printf '%s\n' "${1//$remove/}")"
exit;
fi
function find_query() {
QUERY=${1}
if [[ ! "${QUERY}" =~ ( |\') ]]
then
if [ -z "$FD_INSTALLED" ];
then
find "${HOME}" -iname *"${QUERY}"* | sed "s/\/home\/$USER/\~/" |
awk -v MY_PATH="${MY_PATH}" '{print $0"\0icon\x1f"MY_PATH"/icons/result.svg\n"}'
else
fd -H ${QUERY} ${HOME} | sed "s/\/home\/$USER/\~/" |
awk -v MY_PATH="${MY_PATH}" '{print $0"\0icon\x1f"MY_PATH"/icons/result.svg\n"}'
fi
fi
}
# File and calls to the web search
if [ ! -z "$@" ] && ([[ "$@" == ?(\~)/* ]] || [[ "$@" == \?* ]] || [[ "$@" == \!* ]])
then
QUERY=$@
echo "${QUERY}" >> "${HIST_FILE}"
if [[ "$@" == ?(\~)/* ]]
then
[[ "$*" = \~* ]] && QUERY="${QUERY//"~"/"$HOME"}"
coproc ${OPENER} "${QUERY}" > /dev/null 2>&1
exec 1>&-
exit
elif [[ "$@" == \?* ]]
then
find_query ${QUERY#\?}
else
# Find the file
find_query ${QUERY#!}
# Web search
web_search "! ${QUERY#!}"
fi
exit;
fi
# Create notification if there's an error
function create_notification() {
case "${1}" in
"denied" )
notify-send -a "Global Search" "Permission denied!" \
'You have no permission to access '"${CUR_DIR}!"
;;
"deleted" )
notify-send -a "Global Search" "Success!" \
'File deleted!'
;;
"trashed" )
notify-send -a "Global Search" "Success!" \
'The file has been moved to trash!'
;;
"cleared" )
notify-send -a "Global Search" "Success!" \
'Search history has been successfully cleared!'
;;
* )
notify-send -a "Global Search" "Somethings wrong I can feel it!" \
'This incident will be reported!'
;;
esac
}
# Show the files in the current directory
function navigate_to() {
# process current dir.
if [ -n "${CUR_DIR}" ]
then
CUR_DIR=$(readlink -e "${CUR_DIR}")
if [ ! -d "${CUR_DIR}" ] || [ ! -r "${CUR_DIR}" ]
then
create_notification "denied"
CUR_DIR=$(realpath ${CUR_DIR} | xargs dirname)
echo "${CUR_DIR}" > "${PREV_LOC_FILE}"
else
echo "${CUR_DIR}/" > "${PREV_LOC_FILE}"
fi
pushd "${CUR_DIR}" >/dev/null || exit
fi
printf "..\0icon\x1fup\n"
if [[ -z "$FD_INSTALLED" ]]
then
#Group directories
if [[ ${SHOW_HIDDEN} == true ]]
then
for i in .*/
do
[[ -d "${i}" ]] && ([[ "${i}" != "./" ]] && [[ "${i}" != "../"* ]]) && icon_file_type "${i}"
done
fi
for i in */
do
[[ -d "${i}" ]] && icon_file_type "${i}"
done
#Group files
if [[ ${SHOW_HIDDEN} = true ]]
then
for i in .*
do
[[ -f "${i}" ]] && icon_file_type "${i}"
done
fi
for i in *
do
[[ -f "${i}" ]] && icon_file_type "${i}"
done
else
THREADS=$(getconf _NPROCESSORS_ONLN)
export CUR_DIR
if [[ ${SHOW_HIDDEN} == true ]]
then
fd -Ht d -d 1 -x bash -c 'icon_file_type "$1/"' _ {} \ | sort -V --parallel=$THREADS
fd -Ht f -d 1 -x bash -c 'icon_file_type "$1"' _ {} \ | sort -V --parallel=$THREADS
else
fd -t d -d 1 -x bash -c 'icon_file_type "$1/"' _ {} \ | sort -V --parallel=$THREADS
fd -t f -d 1 -x bash -c 'icon_file_type "$1"' _ {} \ | sort -V --parallel=$THREADS
fi
fi
}
# Set XDG dir
function return_xdg_dir() {
target_dir=${1^^}
if [[ "HOME" == *"${target_dir}"* ]]
then
CUR_DIR=$(xdg-user-dir)
elif [[ "DESKTOP" == *"${target_dir}"* ]]
then
CUR_DIR=$(xdg-user-dir DESKTOP)
elif [[ "DOCUMENTS" == *"${target_dir}"* ]]
then
CUR_DIR=$(xdg-user-dir DOCUMENTS)
elif [[ "DOWNLOADS" == *"${target_dir}"* ]]
then
CUR_DIR=$(xdg-user-dir DOWNLOAD)
elif [[ "MUSIC" == *"${target_dir}"* ]]
then
CUR_DIR=$(xdg-user-dir MUSIC)
elif [[ "PICTURES" == *"${target_dir}"* ]]
then
CUR_DIR=$(xdg-user-dir PICTURES)
elif [[ "PUBLICSHARE" == *"${target_dir}"* ]]
then
CUR_DIR=$(xdg-user-dir PUBLICSHARE)
elif [[ "TEMPLATES" == *"${target_dir}"* ]]
then
CUR_DIR=$(xdg-user-dir TEMPLATES)
elif [[ "VIDEOS" == *"${target_dir}"* ]]
then
CUR_DIR=$(xdg-user-dir VIDEOS)
elif [[ "ROOT" == *"${target_dir}"* ]]
then
CUR_DIR="/"
else
CUR_DIR="${HOME}"
fi
navigate_to
exit;
}
# Show and Clear History
if [ ! -z "$@" ] && ([[ "$@" == ":sh" ]] || [[ "$@" == ":show_hist" ]])
then
hist=$(tac "${HIST_FILE}")
echo -en "Back\0icon\x1fdraw-arrow-back\n"
[ -z "${hist}" ] && echo -en "No History Yet\0icon\x1ftext-plain\n"
while IFS= read -r line;
do
echo -en "${line}\0icon\x1f${MY_PATH}/icons/history.svg\n";
done <<< "${hist}"
exit;
elif [ ! -z "$@" ] && ([[ "$@" == ":ch" ]] || [[ "$@" == ":clear_hist" ]])
then
:> "${HIST_FILE}"
create_notification "cleared"
CUR_DIR="${HOME}"
navigate_to
exit;
fi
# Accepts XDG command
if [[ ! -z "$@" ]] && [[ "$@" == ":xdg"* ]]
then
NEXT_DIR=${*//":xdg "/}
[[ -n "$NEXT_DIR" ]] && return_xdg_dir "${NEXT_DIR}" || return_xdg_dir "${HOME}"
fi
# Read last location, otherwise we default to PWD.
[ -f "${PREV_LOC_FILE}" ] && CUR_DIR=$(< "${PREV_LOC_FILE}")
if [[ ! -z "$@" ]] && ([[ "$@" == ":h" ]] || [[ "$@" == ":hidden" ]])
then
SHOW_HIDDEN=true
navigate_to
exit;
fi
# Handle argument.
[ -n "$*" ] && CUR_DIR="${CUR_DIR}/$*"
# Context Menu
if [ -n "$*" ] && [[ "${ALL_OPTIONS[*]} " = *"$*"* ]]
then
case "${1}" in
"Run" )
coproc ( eval "$(< ${CURRENT_FILE})" & > /dev/null 2>&1 )
kill -9 $(pgrep rofi)
;;
"Execute in ${TERM_EMU}" )
coproc ( eval "${TERM_EMU} \"$(< ${CURRENT_FILE})\"" & > /dev/null 2>&1 )
kill -9 $(pgrep rofi)
;;
"Open" )
coproc ( eval "${OPENER} \"$(< ${CURRENT_FILE})\"" & > /dev/null 2>&1 )
kill -9 $(pgrep rofi)
;;
"Open file location in ${TERM_EMU}" )
file_path="$(< ${CURRENT_FILE})"
coproc ( ${TERM_EMU} bash -c "cd ${file_path%/*} ; ${SHELL}" & > /dev/null 2>&1 )
kill -9 $(pgrep rofi)
;;
"Open file location in ${FILE_MANAGER}" )
file_path="$(< "${CURRENT_FILE}")"
coproc ( eval "${FILE_MANAGER} "${file_path%/*}"" & > /dev/null 2>&1 )
kill -9 $(pgrep rofi)
;;
"Edit" )
coproc ( eval "${TERM_EMU} ${TEXT_EDITOR} \"$(< ${CURRENT_FILE})\"" & > /dev/null 2>&1 )
kill -9 $(pgrep rofi)
;;
"Move to trash" )
coproc( gio trash "$(< ${CURRENT_FILE})" & > /dev/null 2>&1 )
create_notification "trashed"
CUR_DIR="$(dirname "$(< ${CURRENT_FILE})")"
navigate_to
;;
"Delete" )
shred "$(< ${CURRENT_FILE})"
rm "$(< ${CURRENT_FILE})"
create_notification "deleted"
CUR_DIR="$(dirname "$(< ${CURRENT_FILE})")"
navigate_to
;;
"Send via Bluetooth" )
rfkill unblock bluetooth && bluetoothctl power on
sleep 1
blueman-sendto "$(< ${CURRENT_FILE})" & > /dev/null 2>&1
kill -9 $(pgrep rofi)
;;
"Back" )
CUR_DIR="$(< ${PREV_LOC_FILE})"
navigate_to
;;
esac
exit;
fi
function context_menu_icons() {
if [[ "${1}" == "Run" ]]
then
echo '\0icon\x1fsystem-run\n'
elif [[ "${1}" == "Execute in ${TERM_EMU}" ]]
then
echo "\0icon\x1f${TERM_EMU}\n"
elif [[ "${1}" == "Open" ]]
then
echo "\0icon\x1futilities-x-terminal\n"
elif [[ "${1}" == "Open file location in ${TERM_EMU}" ]]
then
echo "\0icon\x1f${TERM_EMU}\n"
elif [[ "${1}" == "Open file location in ${FILE_MANAGER}" ]]
then
echo "\0icon\x1fblue-folder-open\n"
elif [[ "${1}" == "Edit" ]]
then
echo "\0icon\x1faccessories-text-editor\n"
elif [[ "${1}" == "Move to trash" ]]
then
echo "\0icon\x1fapplication-x-trash\n"
elif [[ "${1}" == "Delete" ]]
then
echo "\0icon\x1findicator-trashindicator\n"
elif [[ "${1}" == "Send via Bluetooth" ]]
then
echo "\0icon\x1fbluetooth\n"
elif [[ "${1}" == "Back" ]]
then
echo "\0icon\x1fback\n"
fi
}
function print_context_menu() {
declare -a arg_arr=("${!1}")
for menu in "${arg_arr[@]}"
do
printf "$menu$(context_menu_icons "${menu}")\n"
done
}
function context_menu() {
type="$(file --mime-type -b "${CUR_DIR}")"
if [ -w "${CUR_DIR}" ] && [[ "${type}" == "text/x-shellscript" ]]
then
if [ -x "${CUR_DIR}" ];
then
print_context_menu SHELL_OPTIONS[@]
else
print_context_menu SHELL_NO_X_OPTIONS[@]
fi
elif [[ "${type}" == "application/x-executable" ]] || [[ "${type}" == "application/x-pie-executable" ]]
then
if [ -x "${CUR_DIR}" ]
then
print_context_menu BIN_OPTIONS[@]
else
print_context_menu BIN_NO_X_OPTIONS[@]
fi
elif [[ "${type}" == "text/plain" ]]
then
print_context_menu TEXT_OPTIONS[@]
elif [[ "${type}" == "text/html" ]]
then
print_context_menu HTML_OPTIONS[@]
elif [[ "${type}" == "image/jpeg" ]] || [[ "${type}" == "image/png" ]]
then
print_context_menu IMAGE_OPTIONS[@]
elif [[ "${type}" == "image/x-xcf" ]] || [[ "${type}" == "image/svg+xml" ]]
then
print_context_menu XCF_SVG_OPTIONS[@]
elif [ ! -w "${CUR_DIR}" ] && [[ "${type}" == "text/x-shellscript" ]]
then
coproc ( exec "${CUR_DIR}" & > /dev/null 2>&1 )
else
if [ ! -d "${CUR_DIR}" ] && [ ! -f "${CUR_DIR}" ]
then
QUERY="${CUR_DIR//*\/\//}"
echo "${QUERY}" >> "${HIST_FILE}"
find_query "${QUERY#!}"
web_search "!${QUERY}"
else
coproc ( ${OPENER} "${CUR_DIR}" & > /dev/null 2>&1 )
fi
fi
exit;
}
# If argument is not a directory/folder
if [ ! -d "${CUR_DIR}" ]
then
echo "${CUR_DIR}" > "${CURRENT_FILE}"
context_menu
exit;
fi
navigate_to

View File

@ -1,152 +0,0 @@
configuration {
font: "Inter Regular 10";
show-icons: true;
drun-display-format: "{name}";
fullscreen: false;
threads: 0;
matching: "fuzzy";
scroll-method: 0;
disable-history: false;
fullscreen: false;
window-thumbnail: true;
}
* {
transparent: #00000000;
foreground: #F2F2F2EE;
background-selected: #F2F2F245;
background-active: #F2F2F230;
background-white: #F2F2F211;
background-black: #00000066;
urgent: #E91E6366;
urgent-selected: #E91E6377;
}
window {
transparency: "real";
background-color: @transparent;
location: center;
anchor: center;
x-offset: 0px;
height: 500px;
width: 750px;
orientation: vertical;
border-radius: 12px;
}
prompt {
enabled: false;
}
button {
action: "ok";
str: " ";
font: "FantasqueSansMono Nerd Font 11";
expand: false;
text-color: @foreground;
background-color: @transparent;
vertical-align: 0.7;
horizontal-align: 0.5;
}
entry {
font: "Inter Regular 11";
background-color: @transparent;
text-color: @foreground;
expand: true;
vertical-align: 0.5;
horizontal-align: 0.5;
placeholder: "Type to search";
placeholder-color: @foreground;
blink: true;
}
case-indicator {
background-color: @transparent;
text-color: @foreground;
vertical-align: 0.5;
horizontal-align: 0.5;
}
entry-wrapper {
orientation: horizontal;
vertical-align: 0.5;
spacing: 4px;
background-color: @transparent;
children: [ button, entry, case-indicator ];
}
inputbar {
background-color: @background-white;
text-color: @foreground;
expand: false;
border-radius: 24px;
margin: 0px 225px 0px 225px;
padding: 10px 10px 10px 10px;
position: north;
children: [ entry-wrapper ];
}
listview {
background-color: @transparent;
columns: 2;
spacing: 5px;
cycle: false;
dynamic: true;
layout: vertical;
}
mainbox {
background-color: @background-black;
children: [ inputbar, listview ];
spacing: 25px;
padding: 40px 25px 25px 25px;
}
element {
background-color: @transparent;
text-color: @foreground;
orientation: horizontal;
border-radius: 6px;
padding: 5px 10px 5px 10px;
}
element-icon {
size: 36px;
border: 0;
}
element-text {
expand: true;
horizontal-align: 0;
vertical-align: 0.5;
margin: 0 10px 0 10px;
}
element normal.urgent,
element alternate.urgent {
background-color: @urgent;
text-color: @foreground;
border-radius: 9px;
}
element normal.active,
element alternate.active {
background-color: @background-active;
text-color: @foreground;
}
element selected {
background-color: @background-selected;
text-color: @foreground;
}
element selected.urgent {
background-color: @urgent-selected;
text-color: @foreground;
}
element selected.active {
background-color: @background-active;
color: @foreground-selected;
}

View File

@ -1,167 +0,0 @@
#!/usr/bin/env python3
# MIT License
# Copyright (c) 2019 Paolo Donadeo
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
# The above copyright notice and this permission notice shall be included in all
# copies or substantial portions of the Software.
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
import json
import re
import urllib.parse
import urllib.request
import sys
import os
import datetime
import gzip
import subprocess as sp
import html
################################################################################
##### C O N F I G U R A T I O N ######
################################################################################
SEARCH_ENGINE = 'duckduckgo' # or 'duckduckgo'
BROWSER = 'firefox' # or 'firefox', 'chromium', 'brave', 'lynx'
TERMINAL = ['kitty', '--'] # or ['st', '-e'] or something like that
################################################################################
CONFIG = {
'BROWSER_PATH' : {
'chrome' : ['google-chrome-stable'],
'firefox' : ['firefox'],
'chromium' : ['chromium-browser'],
'brave' : ['brave-browser'],
'lynx' : TERMINAL + ['lynx']
},
'USER_AGENT' : {
'chrome' : 'Mozilla/5.0 (X11; Fedora; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36',
'firefox' : 'Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:69.0) Gecko/20100101 Firefox/69.0',
'chromium' : 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/76.0.3809.100 Chrome/76.0.3809.100 Safari/537.36',
'brave' : 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36',
'lynx' : 'Lynx/2.8.9rel.1 libwww-FM/2.14 SSL-MM/1.4.1 OpenSSL/1.1.1d'
},
'SEARCH_ENGINE_NAME' : {
'google' : 'Google',
'duckduckgo' : 'DuckDuckGo'
},
'SEARCH_URL' : {
'google' : 'https://www.google.com/search?q=',
'duckduckgo' : 'https://duckduckgo.com/?q='
},
'SUGGESTION_URL' : {
'google' : 'https://www.google.com/complete/search?',
'duckduckgo' : 'https://duckduckgo.com/ac/?'
}
}
def cleanhtml(txt):
return re.sub(r'<.*?>', '', txt)
def fetch_suggestions(search_string):
if SEARCH_ENGINE == 'google':
r = {
'q' : search_string,
'cp' : '11',
'client' : 'psy-ab',
'xssi' : 't',
'gs_ri' : 'gws-wiz',
'hl' : 'en-IT',
'authuser' : '0'
}
url = CONFIG['SUGGESTION_URL'][SEARCH_ENGINE] + urllib.parse.urlencode(r)
headers = {
'sec-fetch-mode' : 'cors',
'dnt' : '1',
'accept-encoding' : 'gzip',
'accept-language' : 'en-US;q=0.9,en;q=0.8',
'pragma' : 'no-cache',
'user-agent' : CONFIG['USER_AGENT'][BROWSER],
'accept' : '*/*',
'cache-control' : 'no-cache',
'authority' : 'www.google.com',
'referer' : 'https://www.google.com/',
'sec-fetch-site' : 'same-origin'
}
req = urllib.request.Request(url, headers=headers, method='GET')
reply_data = gzip.decompress(urllib.request.urlopen(req).read()).split(b'\n')[1]
reply_data = json.loads(reply_data)
return [ cleanhtml(res[0]).strip() for res in reply_data[0] ]
else: # 'duckduckgo'
if search_string.startswith('!'):
bang_search = True
search_string = search_string.lstrip('!')
else:
bang_search = False
r = {
'q' : search_string,
'callback' : 'autocompleteCallback',
'kl' : 'wt-wt',
'_' : str(int((datetime.datetime.now().timestamp())*1000))
}
url = CONFIG['SUGGESTION_URL'][SEARCH_ENGINE] + urllib.parse.urlencode(r)
if bang_search:
url = url.replace('?q=', '?q=!')
headers = {
'pragma' : 'no-cache',
'dnt' : '1',
'accept-encoding' : 'gzip',
'accept-language' : 'en-US;q=0.9,en;q=0.8',
'user-agent' : CONFIG['USER_AGENT'][BROWSER],
'sec-fetch-mode' : 'no-cors',
'accept' : '*/*',
'cache-control' : 'no-cache',
'authority' : 'duckduckgo.com',
'referer' : 'https://duckduckgo.com/',
'sec-fetch-site' : 'same-origin',
}
req = urllib.request.Request(url, headers=headers, method='GET')
reply_data = gzip.decompress(urllib.request.urlopen(req).read()).decode('utf8')
reply_data = json.loads(re.match(r'autocompleteCallback\((.*)\);', reply_data).group(1))
return [ cleanhtml(res['phrase']).strip() for res in reply_data ]
def main():
search_string = html.unescape((' '.join(sys.argv[1:])).strip())
path_str = os.path.dirname(os.path.realpath(__file__)) + '/'
icon_path_str = path_str + 'icons/'
icon_name = icon_path_str
if SEARCH_ENGINE == 'google':
icon_name += 'google.svg'
else:
icon_name += 'ddg.svg'
if search_string.startswith('!'):
search_string = search_string.rstrip('!').strip()
results = fetch_suggestions(search_string)
for r in results:
print(":wb " + html.unescape(r) + "\0icon\x1f"+icon_name+"\n")
else:
url = CONFIG['SEARCH_URL'][SEARCH_ENGINE] + urllib.parse.quote_plus(search_string)
sp.Popen(CONFIG['BROWSER_PATH'][BROWSER] + [url], stdout=sp.DEVNULL, stderr=sp.DEVNULL, shell=False)
if __name__ == "__main__":
try:
main()
except Exception as e:
if e:
sys.exit(1)

View File

@ -1,34 +0,0 @@
/*******************************************************
* ROFI Arch Dark Transparent colors for EndeavourOS
* Maintainer: joekamprad <joekamprad@endeavouros.com>
*******************************************************/
* {
selected-normal-foreground: rgba ( 255, 147, 5, 100 % );
foreground: rgba ( 196, 203, 212, 100 % );
normal-foreground: @foreground;
alternate-normal-background: rgba ( 45, 48, 59, 1 % );
red: rgba ( 220, 50, 47, 100 % );
selected-urgent-foreground: rgba ( 249, 249, 249, 100 % );
blue: rgba ( 38, 139, 210, 100 % );
urgent-foreground: rgba ( 204, 102, 102, 100 % );
alternate-urgent-background: rgba ( 75, 81, 96, 90 % );
active-foreground: rgba ( 101, 172, 255, 100 % );
lightbg: rgba ( 238, 232, 213, 100 % );
selected-active-foreground: rgba ( 249, 249, 249, 100 % );
alternate-active-background: rgba ( 45, 48, 59, 88 % );
background: rgba ( 45, 48, 59, 88 % );
alternate-normal-foreground: @foreground;
normal-background: rgba ( 45, 48, 59, 1 % );
lightfg: rgba ( 88, 104, 117, 100 % );
selected-normal-background: rgba ( 24, 26, 32, 100 % );
border-color: rgba ( 124, 131, 137, 100 % );
spacing: 2;
separatorcolor: rgba ( 45, 48, 59, 1 % );
urgent-background: rgba ( 45, 48, 59, 15 % );
selected-urgent-background: rgba ( 165, 66, 66, 100 % );
alternate-urgent-foreground: @urgent-foreground;
background-color: rgba ( 0, 0, 0, 0 % );
alternate-active-foreground: @active-foreground;
active-background: rgba ( 29, 31, 33, 17 % );
selected-active-background: rgba ( 26, 28, 35, 100 % );
}

View File

@ -1,78 +0,0 @@
* {
background: rgba(0, 30, 50, 1);
foreground: #ffffff;
border-color: @background;
bg-selected: #282c34;
grey: #565c64;
spacing: 2;
width: 30em;
margin: 0;
padding: 0;
}
#window {
background-color: @background;
border: 0;
padding: 0;
location: west;
anchor: west;
height: 70%;
margin: 0;
}
#mainbox {
background-color: @background;
spacing: 10px;
margin: 10px 0 0 0;
width: 200px;
}
#inputbar {
children: [prompt,entry];
background-color: @background;
}
#listview {
background-color: @background;
fixed-height: true;
margin: 5px 0 0 10px;
}
#element {
padding: 5px;
background-color: @background;
text-color: @foreground;
}
element selected {
background-color: @bg-selected;
text-color: @foreground;
}
element-text {
background-color: inherit;
text-color: inherit;
}
element-icon {
background-color: inherit;
margin: 0 4px 0 0;
size: 25px;
}
#entry {
background-color: @background;
text-color: @foreground;
placeholder: "Search";
placeholder-color: @grey;
font: "Sora Regular 20";
}
#prompt {
background-color: @background;
padding: 0 4px;
margin: 0 5px 0 0;
text-color: @foreground;
font: "Sora Regular 20";
}

View File

@ -1,82 +0,0 @@
* {
background: rgba(0, 0, 0, 1);
foreground: #ffffff;
mclaren: #cc5c00;
border-color: @mclaren;
bg-selected: #282c34;
grey: #565c64;
spacing: 2;
width: 30em;
margin: 0;
padding: 0;
}
#window {
background-color: @background;
border-color: @mclaren;
border: 1px;
border-radius: 10px;
padding: 0;
location: west;
anchor: west;
margin: 0;
}
#mainbox {
background-color: @background;
spacing: 10px;
margin: 10px 0 0 0;
width: 200px;
}
#inputbar {
children: [prompt,entry];
background-color: @background;
}
#listview {
background-color: @background;
fixed-height: true;
margin: 5px 0 0 10px;
}
#element {
padding: 5px;
background-color: @background;
text-color: @foreground;
}
element selected {
background-color: @bg-selected;
text-color: @mclaren;
border: 1px;
border-radius: 5px;
}
element-text {
background-color: inherit;
text-color: inherit;
}
element-icon {
background-color: inherit;
margin: 0 4px 0 0;
size: 25px;
}
#entry {
background-color: @background;
text-color: @mclaren;
placeholder: "Search";
placeholder-color: @grey;
font: "Sora Regular 20";
}
#prompt {
background-color: @background;
padding: 0 4px;
margin: 0 5px 0 0;
text-color: @foreground;
font: "Sora Regular 20";
}

View File

@ -1,127 +0,0 @@
/**
* Nordic rofi theme
* Adapted by undiabler <undiabler@gmail.com>
*
* Nord Color palette imported from https://www.nordtheme.com/
*
*/
* {
nord0: #2e3440;
nord1: #3b4252;
nord2: #434c5e;
nord3: #4c566a;
nord4: #d8dee9;
nord5: #e5e9f0;
nord6: #eceff4;
nord7: #8fbcbb;
nord8: #88c0d0;
nord9: #81a1c1;
nord10: #5e81ac;
nord11: #bf616a;
nord12: #d08770;
nord13: #ebcb8b;
nord14: #a3be8c;
nord15: #b48ead;
foreground: @nord9;
backlight: #ccffeedd;
background-color: transparent;
highlight: underline bold #eceff4;
transparent: rgba(46,52,64,0);
}
window {
location: center;
anchor: center;
transparency: "screenshot";
padding: 10px;
border: 0px;
border-radius: 6px;
background-color: @transparent;
spacing: 0;
children: [mainbox];
orientation: horizontal;
}
mainbox {
spacing: 0;
children: [ inputbar, message, listview ];
}
message {
color: @nord0;
padding: 5;
border-color: @foreground;
border: 0px 2px 2px 2px;
background-color: @nord7;
}
inputbar {
color: @nord6;
padding: 11px;
background-color: #3b4252;
border: 1px;
border-radius: 6px 6px 0px 0px;
border-color: @nord10;
}
entry, prompt, case-indicator {
text-font: inherit;
text-color:inherit;
}
prompt {
margin: 0px 1em 0em 0em ;
}
listview {
padding: 8px;
border-radius: 0px 0px 6px 6px;
border-color: @nord10;
border: 0px 1px 1px 1px;
background-color: rgba(46,52,64,0.9);
dynamic: false;
}
element {
padding: 3px;
vertical-align: 0.5;
border-radius: 4px;
background-color: transparent;
color: @foreground;
text-color: rgb(216, 222, 233);
}
element selected.normal {
background-color: @nord7;
text-color: #2e3440;
}
element-text, element-icon {
background-color: inherit;
text-color: inherit;
}
button {
padding: 6px;
color: @foreground;
horizontal-align: 0.5;
border: 2px 0px 2px 2px;
border-radius: 4px 0px 0px 4px;
border-color: @foreground;
}
button selected normal {
border: 2px 0px 2px 2px;
border-color: @foreground;
}

View File

@ -1,78 +0,0 @@
* {
background: rgba(0, 30, 50, 1);
foreground: #ffffff;
border-color: @background;
bg-selected: #282c34;
grey: #565c64;
spacing: 2;
width: 20em;
margin: 0;
padding: 0;
}
#window {
background-color: @background;
border: 0;
padding: 0;
location: west;
anchor: west;
height: 40%;
margin: 0;
}
#mainbox {
background-color: @background;
spacing: 10px;
margin: 10px 0 0 0;
width: 200px;
}
#inputbar {
children: [prompt,entry];
background-color: @background;
}
#listview {
background-color: @background;
fixed-height: true;
margin: 5px 0 0 10px;
}
#element {
padding: 5px;
background-color: @background;
text-color: @foreground;
}
element selected {
background-color: @bg-selected;
text-color: @foreground;
}
element-text {
background-color: inherit;
text-color: inherit;
}
element-icon {
background-color: inherit;
margin: 0 4px 0 0;
size: 25px;
}
#entry {
background-color: @background;
text-color: @foreground;
placeholder: "Search";
placeholder-color: @grey;
font: "Sora Regular 20";
}
#prompt {
background-color: @background;
padding: 0 4px;
margin: 0 5px 0 0;
text-color: @foreground;
font: "Sora Regular 20";
}

View File

@ -1,78 +0,0 @@
* {
background: rgba(0, 30, 50, 1);
foreground: #ffffff;
border-color: @background;
bg-selected: #282c34;
grey: #565c64;
spacing: 2;
width: 30em;
margin: 0;
padding: 0;
}
#window {
background-color: @background;
border: 0;
padding: 0;
location: west;
anchor: west;
height: 70%;
margin: 0;
}
#mainbox {
background-color: @background;
spacing: 10px;
margin: 10px 0 0 0;
width: 200px;
}
#inputbar {
children: [prompt,entry];
background-color: @background;
}
#listview {
background-color: @background;
fixed-height: true;
margin: 5px 0 0 10px;
}
#element {
padding: 5px;
background-color: @background;
text-color: @foreground;
}
element selected {
background-color: @bg-selected;
text-color: @foreground;
}
element-text {
background-color: inherit;
text-color: inherit;
}
element-icon {
background-color: inherit;
margin: 0 4px 0 0;
size: 25px;
}
#entry {
background-color: @background;
text-color: @foreground;
placeholder: "Search";
placeholder-color: @grey;
font: "Sora Regular 20";
}
#prompt {
background-color: @background;
padding: 0 4px;
margin: 0 5px 0 0;
text-color: @foreground;
font: "Sora Regular 20";
}

View File

@ -1,78 +0,0 @@
* {
background: #1e222a;
foreground: #E5E9F0;
border-color: @background;
bg-selected: #282c34;
grey: #565c64;
spacing: 2;
width: 30em;
margin: 0;
padding: 0;
}
#window {
background-color: @background;
border: 0;
padding: 0;
location: west;
anchor: west;
height: 100%;
margin: 0;
}
#mainbox {
background-color: @background;
spacing: 10px;
margin: 10px 0 0 0;
width: 200px;
}
#inputbar {
children: [prompt,entry];
background-color: @background;
}
#listview {
background-color: @background;
fixed-height: true;
margin: 5px 0 0 10px;
}
#element {
padding: 5px;
background-color: @background;
text-color: @foreground;
}
element selected {
background-color: @bg-selected;
text-color: @foreground;
}
element-text {
background-color: inherit;
text-color: inherit;
}
element-icon {
background-color: inherit;
margin: 0 4px 0 0;
size: 25px;
}
#entry {
background-color: @background;
text-color: @foreground;
placeholder: "Search";
placeholder-color: @grey;
font: "Sora Regular 20";
}
#prompt {
background-color: @background;
padding: 0 4px;
margin: 0 5px 0 0;
text-color: @foreground;
font: "Sora Regular 20";
}

View File

@ -1,135 +0,0 @@
/*******************************************************
* ROFI configs i3 Apps menu for EndeavourOS
* Maintainer: joekamprad <joekamprad@endeavouros.com>
*******************************************************/
configuration {
font: "Sourcecode Pro Regular 10";
show-icons: true;
icon-theme: "Arc-X-D";
display-drun: "Apps";
drun-display-format: "{name}";
scroll-method: 0;
disable-history: false;
sidebar-mode: false;
}
@import "~/.config/rofi/arc_dark_transparent_colors.rasi"
window {
background-color: @background;
border: 0;
padding: 30;
}
listview {
lines: 10;
columns: 3;
}
mainbox {
border: 0;
padding: 0;
}
message {
border: 2px 0px 0px ;
border-color: @separatorcolor;
padding: 1px ;
}
textbox {
text-color: @foreground;
}
listview {
fixed-height: 0;
border: 8px 0px 0px ;
border-color: @separatorcolor;
spacing: 8px ;
scrollbar: false;
padding: 2px 0px 0px ;
}
element {
border: 0;
padding: 1px ;
}
element-text {
background-color: inherit;
text-color: inherit;
}
element.normal.normal {
background-color: @normal-background;
text-color: @normal-foreground;
}
element.normal.urgent {
background-color: @urgent-background;
text-color: @urgent-foreground;
}
element.normal.active {
background-color: @active-background;
text-color: @active-foreground;
}
element.selected.normal {
background-color: @selected-normal-background;
text-color: @selected-normal-foreground;
}
element.selected.urgent {
background-color: @selected-urgent-background;
text-color: @selected-urgent-foreground;
}
element.selected.active {
background-color: @selected-active-background;
text-color: @selected-active-foreground;
}
element.alternate.normal {
background-color: @alternate-normal-background;
text-color: @alternate-normal-foreground;
}
element.alternate.urgent {
background-color: @alternate-urgent-background;
text-color: @alternate-urgent-foreground;
}
element.alternate.active {
background-color: @alternate-active-background;
text-color: @alternate-active-foreground;
}
scrollbar {
width: 4px ;
border: 0;
handle-color: @normal-foreground;
handle-width: 8px ;
padding: 0;
}
mode-switcher {
border: 2px 0px 0px ;
border-color: @separatorcolor;
}
button {
spacing: 0;
text-color: @normal-foreground;
}
button.selected {
background-color: @selected-normal-background;
text-color: @selected-normal-foreground;
}
inputbar {
spacing: 0;
text-color: @normal-foreground;
padding: 1px ;
}
case-indicator {
spacing: 0;
text-color: @normal-foreground;
}
entry {
spacing: 0;
text-color: @normal-foreground;
}
prompt {
spacing: 0;
text-color: @normal-foreground;
}
inputbar {
children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
}
textbox-prompt-colon {
expand: false;
str: ":";
margin: 0px 0.3em 0em 0em ;
text-color: @normal-foreground;
}

View File

@ -1,21 +0,0 @@
[global_config]
[keybindings]
[profiles]
[[default]]
background_darkness = 0.9
background_type = transparent
font = Source Code Pro 10
foreground_color = "#cc5c00"
custom_command = fish
use_system_font = False
title_transmit_fg_color = "#000000"
title_transmit_bg_color = "#cc5c00"
[layouts]
[[default]]
[[[window0]]]
type = Window
parent = ""
[[[child1]]]
type = Terminal
parent = window0
[plugins]

View File

@ -1,60 +0,0 @@
window {
font-family: monospace;
font-size: 14pt;
color: #ffffff; /* text */
background-color: rgba(1, 9, 36, 0.5);
}
button {
background-repeat: no-repeat;
background-position: center;
background-size: 25%;
border: none;
background-color: rgba(30, 30, 46, 0);
margin: 5px;
transition: box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
button:hover {
background-color: rgba(0, 94, 31, 0.2);
}
button:focus {
background-color: rgba(0, 94, 31, 1);
color: #1e1e2e;
}
#lock {
background-image: image(url("./lock.png"));
}
#lock:focus {
background-image: image(url("./lock-hover.png"));
}
#logout {
background-image: image(url("./logout.png"));
}
#logout:focus {
background-image: image(url("./logout-hover.png"));
}
#suspend {
background-image: image(url("./sleep.png"));
}
#suspend:focus {
background-image: image(url("./sleep-hover.png"));
}
#shutdown {
background-image: image(url("./power.png"));
}
#shutdown:focus {
background-image: image(url("./power-hover.png"));
}
#reboot {
background-image: image(url("./restart.png"));
}
#reboot:focus {
background-image: image(url("./restart-hover.png"));
}

View File

@ -1,30 +0,0 @@
{
"label" : "lock",
"action" : "hyprlock",
"text" : "Lock",
"keybind" : "l"
}
{
"label" : "reboot",
"action" : "systemctl reboot",
"text" : "Reboot",
"keybind" : "r"
}
{
"label" : "shutdown",
"action" : "systemctl poweroff",
"text" : "Shutdown",
"keybind" : "s"
}
{
"label" : "logout",
"action" : "hyprctl dispatch exit 0",
"text" : "Logout",
"keybind" : "e"
}
{
"label" : "suspend",
"action" : "systemctl suspend",
"text" : "Suspend",
"keybind" : "u"
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.6 KiB

View File

@ -1,60 +0,0 @@
window {
font-family: monospace;
font-size: 14pt;
color: #ffffff; /* text */
background-color: rgba(0, 0, 0, 0.6);
}
button {
background-repeat: no-repeat;
background-position: center;
background-size: 25%;
border: none;
background-color: rgba(30, 30, 46, 0);
margin: 5px;
transition: box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
button:hover {
background-color: rgba(204, 92, 0, 0.3);
}
button:focus {
background-color: #cc5c00;
color: #1e1e2e;
}
#lock {
background-image: image(url("./lock.png"));
}
#lock:focus {
background-image: image(url("./lock-hover.png"));
}
#logout {
background-image: image(url("./logout.png"));
}
#logout:focus {
background-image: image(url("./logout-hover.png"));
}
#suspend {
background-image: image(url("./sleep.png"));
}
#suspend:focus {
background-image: image(url("./sleep-hover.png"));
}
#shutdown {
background-image: image(url("./power.png"));
}
#shutdown:focus {
background-image: image(url("./power-hover.png"));
}
#reboot {
background-image: image(url("./restart.png"));
}
#reboot:focus {
background-image: image(url("./restart-hover.png"));
}

View File

@ -1,3 +0,0 @@
{
"data-root": "/mnt/storage/docker"
}

View File

@ -1,14 +0,0 @@
(defcfg
input (device-file "/dev/input/event4")
fallthrough true)
(defsrc
esc f1 f2 f3 f4 f5 f6 f7 f8 f9 f10 f11 f12 ptsc del
)
(deflayer main
(switchesc capslock escape)
(switchcaps escape capslock))
(defoutput uinput-sink)

View File

@ -1,73 +0,0 @@
# vim:set ft=sh
# MODULES
# The following modules are loaded before any boot hooks are
# run. Advanced users may wish to specify all system modules
# in this array. For instance:
# MODULES=(usbhid xhci_hcd)
MODULES=()
# BINARIES
# This setting includes any additional binaries a given user may
# wish into the CPIO image. This is run last, so it may be used to
# override the actual binaries included by a given hook
# BINARIES are dependency parsed, so you may safely ignore libraries
BINARIES=()
# FILES
# This setting is similar to BINARIES above, however, files are added
# as-is and are not parsed in any way. This is useful for config files.
FILES=()
# HOOKS
# This is the most important setting in this file. The HOOKS control the
# modules and scripts added to the image, and what happens at boot time.
# Order is important, and it is recommended that you do not change the
# order in which HOOKS are added. Run 'mkinitcpio -H <hook name>' for
# help on a given hook.
# 'base' is _required_ unless you know precisely what you are doing.
# 'udev' is _required_ in order to automatically load modules
# 'filesystems' is _required_ unless you specify your fs modules in MODULES
# Examples:
## This setup specifies all modules in the MODULES setting above.
## No RAID, lvm2, or encrypted root is needed.
# HOOKS=(base)
#
## This setup will autodetect all modules for your system and should
## work as a sane default
# HOOKS=(base udev autodetect modconf block filesystems fsck)
#
## This setup will generate a 'full' image which supports most systems.
## No autodetection is done.
# HOOKS=(base udev modconf block filesystems fsck)
#
## This setup assembles a mdadm array with an encrypted root file system.
## Note: See 'mkinitcpio -H mdadm_udev' for more information on RAID devices.
# HOOKS=(base udev modconf keyboard keymap consolefont block mdadm_udev encrypt filesystems fsck)
#
## This setup loads an lvm2 volume group.
# HOOKS=(base udev modconf block lvm2 filesystems fsck)
#
## NOTE: If you have /usr on a separate partition, you MUST include the
# usr and fsck hooks.
HOOKS=(base udev autodetect modconf kms keyboard keymap consolefont block filesystems fsck plymouth)
# COMPRESSION
# Use this to compress the initramfs image. By default, zstd compression
# is used. Use 'cat' to create an uncompressed image.
#COMPRESSION="zstd"
#COMPRESSION="gzip"
#COMPRESSION="bzip2"
#COMPRESSION="lzma"
#COMPRESSION="xz"
#COMPRESSION="lzop"
#COMPRESSION="lz4"
# COMPRESSION_OPTIONS
# Additional options for the compressor
#COMPRESSION_OPTIONS=()
# MODULES_DECOMPRESS
# Decompress kernel modules during initramfs creation.
# Enable to speedup boot process, disable to save RAM
# during early userspace. Switch (yes/no).
#MODULES_DECOMPRESS="yes"

View File

@ -1,100 +0,0 @@
#
# /etc/pacman.conf
#
# See the pacman.conf(5) manpage for option and repository directives
#
# GENERAL OPTIONS
#
[options]
# The following paths are commented out with their default values listed.
# If you wish to use different paths, uncomment and update the paths.
#RootDir = /
#DBPath = /var/lib/pacman/
#CacheDir = /var/cache/pacman/pkg/
#LogFile = /var/log/pacman.log
#GPGDir = /etc/pacman.d/gnupg/
#HookDir = /etc/pacman.d/hooks/
HoldPkg = pacman glibc
#XferCommand = /usr/bin/curl -L -C - -f -o %o %u
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
#CleanMethod = KeepInstalled
Architecture = auto
ILoveCandy
# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
#IgnorePkg =
#IgnoreGroup =
#NoUpgrade =
#NoExtract =
# Misc options
#UseSyslog
Color
#NoProgressBar
CheckSpace
#VerbosePkgLists
ParallelDownloads = 5
# By default, pacman accepts packages signed by keys that its local keyring
# trusts (see pacman-key and its man page), as well as unsigned packages.
SigLevel = Required DatabaseOptional
LocalFileSigLevel = Optional
#RemoteFileSigLevel = Required
# NOTE: You must run `pacman-key --init` before first using pacman; the local
# keyring can then be populated with the keys of all official Arch Linux
# packagers with `pacman-key --populate archlinux`.
#
# REPOSITORIES
# - can be defined here or included from another file
# - pacman will search repositories in the order defined here
# - local/custom mirrors can be added here or in separate files
# - repositories listed first will take precedence when packages
# have identical names, regardless of version number
# - URLs will have $repo replaced by the name of the current repo
# - URLs will have $arch replaced by the name of the architecture
#
# Repository entries are of the format:
# [repo-name]
# Server = ServerName
# Include = IncludePath
#
# The header [repo-name] is crucial - it must be present and
# uncommented to enable the repo.
#
# The testing repositories are disabled by default. To enable, uncomment the
# repo name header and Include lines. You can add preferred servers immediately
# after the header, and they will be used before the default mirrors.
#[testing]
#Include = /etc/pacman.d/mirrorlist
[core]
Include = /etc/pacman.d/mirrorlist
[extra]
Include = /etc/pacman.d/mirrorlist
#[extra-testing]
#Include = /etc/pacman.d/mirrorlist
# If you want to run 32 bit applications on your x86_64 system,
# enable the multilib repositories as required here.
#[multilib-testing]
#Include = /etc/pacman.d/mirrorlist
[multilib]
Include = /etc/pacman.d/mirrorlist
[arch4edu]
Server = https://de.arch4edu.mirror.kescher.at/$arch
# An example of a custom package repository. See the pacman manpage for
# tips on creating your own repositories.
#[custom]
#SigLevel = Optional TrustAll
#Server = file:///home/custompkgs

View File

@ -1,59 +0,0 @@
#!/usr/bin/env bash
connect() {
read -sp $'Please type in your Encryption Password:\n' encpass
TOKEN=$(cat ~/.local/share/ethz-vpn-connect/ethzvpntoken.secret | openssl enc -aes-256-cbc -pbkdf2 -d -a -k $encpass)
PASSWORD=$(cat ~/.local/share/ethz-vpn-connect/ethzvpnpass.secret | openssl enc -aes-256-cbc -pbkdf2 -d -a -k $encpass)
USERNAME=$(cat ~/.local/share/ethz-vpn-connect/ethzvpnusername.txt)
echo $PASSWORD | sudo openconnect -b -u $USERNAME@student-net.ethz.ch -g student-net --useragent=AnyConnect --passwd-on-stdin --token-mode=totp --token-secret=sha1:base32:$TOKEN sslvpn.ethz.ch
encpass=""
PASSWORD=""
TOKEN=""
}
disconnect() {
sudo killall -v -SIGINT openconnect #add -i option to ask for confirmation, usefull if running multible openconnect.
}
setup() {
echo 'You are about to overwrite your secrets. Press ctrl + C to cancel.'
read -p $'Please type in your Username: ' USERNAME
echo 'Ok!'
read -sp $'Please type in your Encryption Password: ' encpass
echo 'Ok!'
read -sp $'Please type in your ETHZ WLAN Password: ' PASSWORD
echo 'Ok!'
read -sp $'Please type in your ETHZ OTP Secret: ' TOKEN
mkdir ~/.local/share/ethz-vpn-connect
echo $PASSWORD | openssl enc -aes-256-cbc -pbkdf2 -a -k $encpass >~/.local/share/ethz-vpn-connect/ethzvpnpass.secret
echo $TOKEN | openssl enc -aes-256-cbc -pbkdf2 -a -k $encpass >~/.local/share/ethz-vpn-connect/ethzvpntoken.secret
echo $USERNAME >~/.local/share/ethz-vpn-connect/ethzvpnusername.txt
encpass=""
PASSWORD=""
TOKEN=""
echo $'Secrets set\n'
}
case "$1" in
'connect')
connect
;;
c)
connect
;;
'disconnect')
disconnect
;;
d)
disconnect
;;
dc)
disconnect
;;
setup)
setup
;;
*)
echo -e 'Usage: ethz-vpn [Option] \n [Option]: \n connect, c: Connect VPN \n disconnect, d, dc: Disconnect VPN \n setup: set secrets and eth-Kürzel.\n'
;;
esac

View File

@ -1,49 +0,0 @@
aaron-bond.better-comments
abusaidm.html-snippets
bmewburn.vscode-intelephense-client
bungcip.better-toml
dbaeumer.vscode-eslint
dlasagno.rasi
donjayamanne.jquerysnippets
ecmel.vscode-html-css
equinusocio.vsc-community-material-theme
equinusocio.vsc-material-theme
equinusocio.vsc-material-theme-icons
eww-yuck.yuck
fivethree.vscode-hugo-snippets
formulahendry.auto-rename-tag
gitlab.gitlab-workflow
golang.go
hollowtree.vue-snippets
ionic.ionic
james-yu.latex-workshop
lllllllqw.jsdoc
mads-hartmann.bash-ide-vscode
mathematic.vscode-latex
mathiasfrohlich.kotlin
mechatroner.rainbow-csv
ms-python.debugpy
ms-python.python
ms-vscode.cpptools
nadim-vscode.html-meta-tags-hero
nilssoderman.sitemap-generator
pwabuilder.pwa-studio
quicktype.quicktype
redhat.java
redhat.vscode-xml
rust-lang.rust-analyzer
sbsnippets.pytorch-snippets
spences10.robots-txt
streetsidesoftware.code-spell-checker
streetsidesoftware.code-spell-checker-german
svelte.svelte-vscode
tecosaur.latex-utilities
valentjn.vscode-ltex
vitest.explorer
vscjava.vscode-java-debug
vscjava.vscode-java-test
vscodevim.vim
vue.volar
wayou.vscode-todo-highlight
xdebug.php-debug
yinfei.luahelper

4
install Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
# Read platform to install on (only if no platform file present in ~/.config/)
read -p "Choose the configs to install, Laptop or Desktop (l/D): " platform

View File

@ -1,58 +0,0 @@
echo "Welcome!"
currentDir=pwd
sudo pacman-key --recv-keys 7931B6D628C8D3BA
sudo pacman-key --finger 7931B6D628C8D3BA
sudo pacman-key --lsign-key 7931B6D628C8D3BA
curl -O https://mirrors.tuna.tsinghua.edu.cn/arch4edu/any/arch4edu-keyring-20200805-1-any.pkg.tar.zst
pacman -U arch4edu-keyring-20200805-1-any.pkg.tar.zst
echo "
Installed arch4edu keyring, running reflector to update pacman mirrorlist...
"
sudo pacman -Syu base-devel git reflector
sudo reflector -c 'Switzerland, Germany' --sort 'rate' --protocol https --latest 10 --save /etc/pacman.d/mirrorlist
echo "
Mirrorlist created, installing yay
"
cd /tmp
git clone https://aur.archlinux.org/yay.git
cd yay && makepkg -si
echo "
yay installed, updating & installing
"
yay -Syu
# Hyprland
yay -S hyprland hypridle hyprfreeze hyprlock plymouth dunst rofi wlogout waybar xdg-desktop-portal-hyprland pipewire pipewire-alsa pipewire-pulse pipewire-jack mesa thunar yazi wireplumber grimblast wl-clipboard wget ttf-fantasque-nerd ttf-jetbrains-mono-nerd ttf-fluentui-system-icons ttf-comfortaa
# Core
yay -S fish adobe-source-code-pro-fonts gnome-font-viewer gnome-characters gnome-tweaks lxappearance kvantum gnome-keyring smartmontools ffmpeg polkit-gnome swaybg network-manager-applet polkit-kde-agent cpupower-gui
# Programming
yay -S meld docker vscodium kitty fish docker terminator ghex nodejs npm python-pip git-credential-manager-core-bin wine kate rustup cargo filezilla typescript-language-server php jdk vscode-css-languageserver vscode-html-languageserver bash-language-server lazygit
sudo npm i -g @vue/typescript-plugin
# nvim
yay -S neovim lua lua-language-server tree-sitter texlab stylua luarocks jdtls perl julia autojump pyright
# Internet
yay -S librewolf-bin webcord-bin thunderbird rustdesk brave-bin
# Utilities
yay -S okular vlc nextcloud-client p7zip zip unzip gnome-keyring noto-fonts thunderbird pamixer pavucontrol light neofetch bashtop hugo sddm uxplay upower
# LaTeX
yay -S texlive biber

View File

@ -1,30 +0,0 @@
echo "Welcome!"
file="/home/janis/projects/dotfiles/pc/vscode-extensions"
while read line; do
vscodium --install-extension "${line}"
done < "${file}"
echo "\n==> VSCode Extensions installed\n"
cp -r ./pc/.config/* ~/.config
cp ./pc/.bashrc ~/.bashrc
cp ./pc/.bash_history ~/.bash_history
sudo cp ./pc/mkinitcpio.conf /etc/mkinitcpio.conf
sudo cp ./pc/environment /etc/environment
sudo cp ./pc/grub /etc/default/grub
sudo plymouth-set-default-theme -R bgrt
sudo mkinitcpio -P
cd /tmp
git clone https://github.com/rtlewis1/GTK
cd GTK/
git checkout Material-Black-Colors-Desktop
sudo cp -r ./Material-Black-Blueberry /usr/share/themes
cd /tmp
git clone https://github.com/sandesh236/monterey-grub-theme
cd monterey-grub-theme/
sudo ./install.sh

View File

@ -1,359 +0,0 @@
#
# ~/.bashrc
#
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
export PATH="/home/janis/.local/share/gem/ruby/3.0.0/bin: $PATH"
export PATH="/home/janis/.local/bin: $PATH"
alias editHyprlandConf='nano ~/.config/hypr/hyprland.conf'
alias ls='ls -l --color=auto'
alias ll='ls -la --color=auto'
alias sl='ls --color=auto'
alias start-httpd='sudo systemctl start httpd'
PS1='[\u@\h \W]\$ '
################################################################################
## FUNCTIONS ##
################################################################################
##
## ARRANGE $PWD AND STORE IT IN $NEW_PWD
## * The home directory (HOME) is replaced with a ~
## * The last pwdmaxlen characters of the PWD are displayed
## * Leading partial directory names are striped off
## /home/me/stuff -> ~/stuff (if USER=me)
## /usr/share/big_dir_name -> ../share/big_dir_name (if pwdmaxlen=20)
##
## Original source: WOLFMAN'S color bash promt
## https://wiki.chakralinux.org/index.php?title=Color_Bash_Prompt#Wolfman.27s
##
bash_prompt_command() {
# How many characters of the $PWD should be kept
local pwdmaxlen=25
# Indicate that there has been dir truncation
local trunc_symbol=".."
# Store local dir
local dir=${PWD##*/}
# Which length to use
pwdmaxlen=$(( ( pwdmaxlen < ${#dir} ) ? ${#dir} : pwdmaxlen ))
NEW_PWD=${PWD/#$HOME/\~}
local pwdoffset=$(( ${#NEW_PWD} - pwdmaxlen ))
# Generate name
if [ ${pwdoffset} -gt "0" ]
then
NEW_PWD=${NEW_PWD:$pwdoffset:$pwdmaxlen}
NEW_PWD=${trunc_symbol}/${NEW_PWD#*/}
fi
}
##
## GENERATE A FORMAT SEQUENCE
##
format_font()
{
## FIRST ARGUMENT TO RETURN FORMAT STRING
local output=$1
case $# in
2)
eval $output="'\[\033[0;${2}m\]'"
;;
3)
eval $output="'\[\033[0;${2};${3}m\]'"
;;
4)
eval $output="'\[\033[0;${2};${3};${4}m\]'"
;;
*)
eval $output="'\[\033[0m\]'"
;;
esac
}
##
## COLORIZE BASH PROMT
##
bash_prompt() {
############################################################################
## COLOR CODES ##
## These can be used in the configuration below ##
############################################################################
## FONT EFFECT
local NONE='0'
local BOLD='1'
local DIM='2'
local UNDERLINE='4'
local BLINK='5'
local INVERT='7'
local HIDDEN='8'
## COLORS
local DEFAULT='9'
local BLACK='0'
local RED='1'
local GREEN='2'
local YELLOW='3'
local BLUE='4'
local MAGENTA='5'
local CYAN='6'
local L_GRAY='7'
local D_GRAY='60'
local L_RED='61'
local L_GREEN='62'
local L_YELLOW='63'
local L_BLUE='64'
local L_MAGENTA='65'
local L_CYAN='66'
local WHITE='67'
## TYPE
local RESET='0'
local EFFECT='0'
local COLOR='30'
local BG='40'
## 256 COLOR CODES
local NO_FORMAT="\[\033[0m\]"
local ORANGE_BOLD="\[\033[1;38;5;208m\]"
local TOXIC_GREEN_BOLD="\[\033[1;38;5;118m\]"
local RED_BOLD="\[\033[1;38;5;1m\]"
local CYAN_BOLD="\[\033[1;38;5;87m\]"
local BLACK_BOLD="\[\033[1;38;5;0m\]"
local WHITE_BOLD="\[\033[1;38;5;15m\]"
local GRAY_BOLD="\[\033[1;90m\]"
local BLUE_BOLD="\[\033[1;38;5;74m\]"
## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ##
## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ##
## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ##
## CONFIGURE HERE ##
############################################################################
## CONFIGURATION ##
## Choose your color combination here ##
############################################################################
local FONT_COLOR_1=$WHITE
local BACKGROUND_1=$RED
local TEXTEFFECT_1=$BOLD
local FONT_COLOR_2=$WHITE
local BACKGROUND_2=$YELLOW
local TEXTEFFECT_2=$BOLD
local FONT_COLOR_3=$D_GRAY
local BACKGROUND_3=$WHITE
local TEXTEFFECT_3=$BOLD
local PROMT_FORMAT=$BLUE_BOLD
############################################################################
## EXAMPLE CONFIGURATIONS ##
## I use them for different hosts. Test them out ;) ##
############################################################################
## CONFIGURATION: BLUE-WHITE
if [ "$HOSTNAME" = dell ]; then
FONT_COLOR_1=$WHITE; BACKGROUND_1=$BLUE; TEXTEFFECT_1=$BOLD
FONT_COLOR_2=$WHITE; BACKGROUND_2=$L_BLUE; TEXTEFFECT_2=$BOLD
FONT_COLOR_3=$D_GRAY; BACKGROUND_3=$WHITE; TEXTEFFECT_3=$BOLD
PROMT_FORMAT=$CYAN_BOLD
fi
## CONFIGURATION: BLACK-RED
if [ "$HOSTNAME" = giraff6 ]; then
FONT_COLOR_1=$WHITE; BACKGROUND_1=$BLACK; TEXTEFFECT_1=$BOLD
FONT_COLOR_2=$WHITE; BACKGROUND_2=$D_GRAY; TEXTEFFECT_2=$BOLD
FONT_COLOR_3=$WHITE; BACKGROUND_3=$RED; TEXTEFFECT_3=$BOLD
PROMT_FORMAT=$RED_BOLD
fi
## CONFIGURATION: RED-BLACK
#FONT_COLOR_1=$WHITE; BACKGROUND_1=$RED; TEXTEFFECT_1=$BOLD
#FONT_COLOR_2=$WHITE; BACKGROUND_2=$D_GRAY; TEXTEFFECT_2=$BOLD
#FONT_COLOR_3=$WHITE; BACKGROUND_3=$BLACK; TEXTEFFECT_3=$BOLD
#PROMT_FORMAT=$RED_BOLD
## CONFIGURATION: CYAN-BLUE
if [ "$HOSTNAME" = sharkoon ]; then
FONT_COLOR_1=$BLACK; BACKGROUND_1=$L_CYAN; TEXTEFFECT_1=$BOLD
FONT_COLOR_2=$WHITE; BACKGROUND_2=$L_BLUE; TEXTEFFECT_2=$BOLD
FONT_COLOR_3=$WHITE; BACKGROUND_3=$BLUE; TEXTEFFECT_3=$BOLD
PROMT_FORMAT=$CYAN_BOLD
fi
## CONFIGURATION: GRAY-SCALE
if [ "$HOSTNAME" = giraff ]; then
FONT_COLOR_1=$WHITE; BACKGROUND_1=$BLACK; TEXTEFFECT_1=$BOLD
FONT_COLOR_2=$WHITE; BACKGROUND_2=$D_GRAY; TEXTEFFECT_2=$BOLD
FONT_COLOR_3=$WHITE; BACKGROUND_3=$L_GRAY; TEXTEFFECT_3=$BOLD
PROMT_FORMAT=$BLACK_BOLD
fi
## CONFIGURATION: GRAY-CYAN
if [ "$HOSTNAME" = light ]; then
FONT_COLOR_1=$WHITE; BACKGROUND_1=$BLACK; TEXTEFFECT_1=$BOLD
FONT_COLOR_2=$WHITE; BACKGROUND_2=$D_GRAY; TEXTEFFECT_2=$BOLD
FONT_COLOR_3=$BLACK; BACKGROUND_3=$L_CYAN; TEXTEFFECT_3=$BOLD
PROMT_FORMAT=$CYAN_BOLD
fi
## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ##
## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ##
## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ##
############################################################################
## TEXT FORMATING ##
## Generate the text formating according to configuration ##
############################################################################
## CONVERT CODES: add offset
FC1=$(($FONT_COLOR_1+$COLOR))
BG1=$(($BACKGROUND_1+$BG))
FE1=$(($TEXTEFFECT_1+$EFFECT))
FC2=$(($FONT_COLOR_2+$COLOR))
BG2=$(($BACKGROUND_2+$BG))
FE2=$(($TEXTEFFECT_2+$EFFECT))
FC3=$(($FONT_COLOR_3+$COLOR))
BG3=$(($BACKGROUND_3+$BG))
FE3=$(($TEXTEFFECT_3+$EFFECT))
FC4=$(($FONT_COLOR_4+$COLOR))
BG4=$(($BACKGROUND_4+$BG))
FE4=$(($TEXTEFFECT_4+$EFFECT))
## CALL FORMATING HELPER FUNCTION: effect + font color + BG color
local TEXT_FORMAT_1
local TEXT_FORMAT_2
local TEXT_FORMAT_3
local TEXT_FORMAT_4
format_font TEXT_FORMAT_1 $FE1 $FC1 $BG1
format_font TEXT_FORMAT_2 $FE2 $FC2 $BG2
format_font TEXT_FORMAT_3 $FC3 $FE3 $BG3
format_font TEXT_FORMAT_4 $FC4 $FE4 $BG4
# GENERATE PROMT SECTIONS
local PROMT_USER=$"$TEXT_FORMAT_1 \u "
local PROMT_HOST=$"$TEXT_FORMAT_2 \h "
local PROMT_PWD=$"$TEXT_FORMAT_3 \${NEW_PWD} "
local PROMT_INPUT=$"$PROMT_FORMAT "
############################################################################
## SEPARATOR FORMATING ##
## Generate the separators between sections ##
## Uses background colors of the sections ##
############################################################################
## CONVERT CODES
TSFC1=$(($BACKGROUND_1+$COLOR))
TSBG1=$(($BACKGROUND_2+$BG))
TSFC2=$(($BACKGROUND_2+$COLOR))
TSBG2=$(($BACKGROUND_3+$BG))
TSFC3=$(($BACKGROUND_3+$COLOR))
TSBG3=$(($DEFAULT+$BG))
## CALL FORMATING HELPER FUNCTION: effect + font color + BG color
local SEPARATOR_FORMAT_1
local SEPARATOR_FORMAT_2
local SEPARATOR_FORMAT_3
format_font SEPARATOR_FORMAT_1 $TSFC1 $TSBG1
format_font SEPARATOR_FORMAT_2 $TSFC2 $TSBG2
format_font SEPARATOR_FORMAT_3 $TSFC3 $TSBG3
# GENERATE SEPARATORS WITH FANCY TRIANGLE
local TRIANGLE=$'\uE0B0'
local SEPARATOR_1=$SEPARATOR_FORMAT_1$TRIANGLE
local SEPARATOR_2=$SEPARATOR_FORMAT_2$TRIANGLE
local SEPARATOR_3=$SEPARATOR_FORMAT_3$TRIANGLE
############################################################################
## WINDOW TITLE ##
## Prevent messed up terminal-window titles ##
############################################################################
case $TERM in
xterm*|rxvt*)
local TITLEBAR='\[\033]0;\u:${NEW_PWD}\007\]'
;;
*)
local TITLEBAR=""
;;
esac
############################################################################
## BASH PROMT ##
## Generate promt and remove format from the rest ##
############################################################################
PS1="$TITLEBAR\n${PROMT_USER}${SEPARATOR_1}${PROMT_HOST}${SEPARATOR_2}${PROMT_PWD}${SEPARATOR_3}${PROMT_INPUT}"
## For terminal line coloring, leaving the rest standard
none="$(tput sgr0)"
trap 'echo -ne "${none}"' DEBUG
}
################################################################################
## MAIN ##
################################################################################
## Bash provides an environment variable called PROMPT_COMMAND.
## The contents of this variable are executed as a regular Bash command
## just before Bash displays a prompt.
## We want it to call our own command to truncate PWD and store it in NEW_PWD
PROMPT_COMMAND=bash_prompt_command
## Call bash_promnt only once, then unset it (not needed any more)
## It will set $PS1 with colors and relative to $NEW_PWD,
## which gets updated by $PROMT_COMMAND on behalf of the terminal
bash_prompt
unset bash_prompt
### EOF ###

View File

@ -1,349 +0,0 @@
#░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
#░ ░░░░ ░░░░░░░░░░░░░░░░░░░░░░░░░░░░ ░░░░░░░░░░░░░░░░░░░░░░░░░░░ ░░░░░░░░░░░░ ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ ░░░░░░░░░░░░░░
#▒ ▒▒▒▒ ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ ▒▒▒▒▒▒▒▒▒ ▒▒▒ ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ ▒▒▒▒▒▒ ▒▒▒▒▒▒▒▒▒
#▒ ▒▒▒▒ ▒ ▒▒▒ ▒ ▒ ▒▒▒ ▒ ▒ ▒▒▒▒ ▒▒▒▒▒ ▒ ▒▒▒▒▒▒▒▒ ▒▒▒▒▒▒▒▒ ▒▒▒▒▒▒▒▒▒▒▒ ▒▒▒▒▒ ▒ ▒▒▒ ▒ ▒▒▒▒▒▒▒ ▒▒
#▓ ▓▓ ▓ ▓▓ ▓▓ ▓▓▓ ▓▓▓▓ ▓▓ ▓▓ ▓▓▓ ▓▓ ▓▓ ▓ ▓▓▓▓▓▓▓▓ ▓▓▓▓▓▓▓▓▓ ▓▓ ▓▓▓ ▓▓ ▓▓▓ ▓▓▓▓ ▓ ▓▓
#▓ ▓▓▓▓ ▓▓▓▓ ▓▓▓ ▓▓▓ ▓▓ ▓▓▓▓ ▓ ▓▓▓ ▓▓▓ ▓▓ ▓ ▓▓▓ ▓▓▓▓▓▓▓▓ ▓▓▓▓▓▓▓▓ ▓▓▓▓ ▓▓ ▓▓ ▓▓▓ ▓▓▓▓ ▓ ▓▓▓
#▓ ▓▓▓▓ ▓▓▓▓▓ ▓▓▓ ▓ ▓▓▓ ▓▓▓▓ ▓ ▓▓▓ ▓▓▓ ▓▓ ▓ ▓▓▓ ▓▓▓▓▓▓▓▓▓ ▓▓▓ ▓▓ ▓▓ ▓▓▓ ▓▓ ▓▓▓ ▓▓▓▓ ▓ ▓
#█ ████ ████ ████ ██████ ████ ███ █ █ ██ ██ █ ███████████ ██████ █████ ██ ███ ████ █████ █
#██████████████ █████ ██████████████████████████████████████████████████████████████████████████████████████████████████████ ██
#----------#
# MONITORS #
#----------#
monitor=eDP-1, 2880x1800@60, 0x0, 1.5
# monitor=,highres highrr, auto, 1
#-----------------------#
# LAUNCHING OF PROGRAMS #
#-----------------------#
exec-once = dunst
# exec-once = wl-clipboard-history -t
exec-once = ~/.config/hypr/xdg-portal-hyprland
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP XAUTHORITY DISPLAY
exec-once = systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
exec-once = waybar
exec-once = hypridle
# exec-once = openrgb --startminimized
# exec-once = polychromatic-tray-applet
# exec-once = blueman-applet
exec-once = nm-applet
exec-once = nextcloud
exec = swaybg -m fill -i /home/janis/Pictures/arch-bg.png
exec = hyprctl setcursor oreo_spark_blue_cursors 36
env = QT_QPA_PLATFORM,wayland
env = QT_QPA_PLATFORM_THEME,qt6ct
# env = GDK_SCALE,2
# env = GDK_DPI_SCALE,0.75
env = HYPRCURSOR_THEME, Oreo_spark_blue_cursor
env = X_CURSOR_THEME, Oreo_spark_blue_cursor
env = XCURSOR_SIZE,24
# env = ELECTRON_OZONE_PLATFORM_HINT,wayland
#-------#
# INPUT #
#-------#
input {
kb_layout = ch
natural_scroll = true
numlock_by_default = true
follow_mouse = 2
mouse_refocus = true
touchpad {
disable_while_typing = true
natural_scroll = true
}
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
}
#----------------#
# GENERAL CONFIG #
#----------------#
general {
# See https://wiki.hyprland.org/Configuring/Variables/ for more
gaps_in = 3
gaps_out = 10
border_size = 1
col.active_border = rgba(2288ffee) rgba(a6f7adff) 45deg
col.inactive_border = rgba(595959aa)
layout = master
no_border_on_floating = false
}
decoration {
# See https://wiki.hyprland.org/Configuring/Variables/ for more
inactive_opacity = 1
rounding = 10
shadow {
enabled = false
range = 4
color = rgba(1a1a1aee)
}
blur {
enabled = false
xray = true
new_optimizations = true
size = 1
passes = 2
}
dim_inactive = true
dim_strength = 0.1
}
animations {
enabled = yes
# Some default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more
bezier = myBezier, 0.05, 0.9, 0.1, 1.05
animation = windows, 1, 7, myBezier
animation = windowsOut, 1, 7, default, popin 80%
animation = border, 1, 10, default
animation = fade, 1, 7, default
animation = workspaces, 1, 6, default
}
misc {
disable_hyprland_logo = true
disable_splash_rendering = false
vrr = 2
vfr = 1
allow_session_lock_restore = true
}
dwindle {
# See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more
pseudotile = yes # master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
preserve_split = yes # you probably want this
}
master {
# See https://wiki.hyprland.org/Configuring/Master-Layout/ for more
}
gestures {
# See https://wiki.hyprland.org/Configuring/Variables/ for more
workspace_swipe = true
workspace_swipe_distance = 300
}
cursor {
no_warps = false
inactive_timeout = 60
}
xwayland {
force_zero_scaling = true
}
# Display full sized (without gaps), if only window on screen
workspace = w[tv1], gapsout:0, gapsin:0
workspace = f[1], gapsout:0, gapsin:0
windowrulev2 = bordersize 0, floating:0, onworkspace:w[tv1]
windowrulev2 = rounding 0, floating:0, onworkspace:w[tv1]
windowrulev2 = bordersize 0, floating:0, onworkspace:f[1]
windowrulev2 = rounding 0, floating:0, onworkspace:f[1]
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
$mainMod = SUPER
# WINDOW RULES
windowrule = float, title:^(.*)(rofi)(.*)$
# windowrule = size 800 900, title:^(.*)(rofi)(.*)$
windowrule = animation popin, title:^(.*)(rofi)(.*)$
windowrule = center, title:^(.*)(rofi)(.*)$
windowrule = move 1450 50, title:^(.*)(Power menu)$
windowrule = workspace 2, evince
windowrule = workspace 2, okular
windowrule = fullscreen, title:wlogout
windowrule = workspace 2, title:^(.*)(LibreWolf)(.*)$
windowrule = workspace 2, title:^(.*)(WebCord)(.*)$
windowrule = workspace 3, title:^(Steam)(.*)$
windowrule = workspace 1, title:^(.*)(VSCodium)$
windowrule = workspace 3, minecraft-launcher
windowrule = tile, minecraft-launcher
windowrule = fullscreen, title:^(.*)Minecraft*(.*)$
windowrule = workspace 3, title:^(.*)Minecraft*(.*)$
# Hide terminator
windowrule = float, title:^(.*)hidden-terminator(.*)$
windowrule = size 0 0, title:^(.*)hidden-terminator(.*)$
windowrule = move 3000 0, title:^(.*)hidden-terminator(.*)$
windowrule = workspace 1, title:^(.*)hidden-terminator(.*)$
windowrule = float, file_progress
windowrule = float, confirm
windowrule = float, dialog
windowrule = float, download
windowrule = float, notification
windowrule = float, error
windowrule = float, splash
windowrule = float, confirmreset
windowrule = float, title:Open File
windowrule = float, title:branchdialog
windowrule = float, Lxappearance
windowrule = float, title:^(Media viewer)$
windowrule = float, title:^(Volume Control)$
windowrule = float, title:^(Picture-in-Picture)$
windowrule = float, title:^(Loading)(.*)$
windowrule = float, pavucontrol-qt
windowrule = float, pavucontrol
windowrule = float, file-roller
windowrule = idleinhibit always, ^(Steam)$
windowrule = idleinhibit focus, ^(Rocket League)(.*)$
windowrule = fullscreen, ^(Steam Big Picture)$
windowrule = idleinhibit always, steam
windowrule = idleinhibit always, lutris
windowrule = idleinhibit focus, vlc
windowrule = idleinhibit focus, supertuxkart
windowrule = idleinhibit fullscreen, title:^(.*)(WebCord)(.*)$
windowrule = idleinhibit fullscreen, title:^(.*)(~)(.*)$
windowrule = idleinhibit focus, title:^(.*)(~)(.*)$
windowrule = idleinhibit focus, title:^(.*)(LibreWolf)(.*)$
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
bind = $mainMod, Q, killactive
bind = $mainMod SHIFT, Q, exit
bind = $mainMod, Return, exec, kitty
# bind = $mainMod, Return, exec, terminator
bind = $mainMod, C, killactive,
bind = $mainMod, E, exec, thunar
bind = $mainMod, V, togglefloating,
bind = $mainMod, F, fullscreen,
# Launch commands
bind = $mainMod SHIFT, L, exec, librewolf
bind = $mainMod SHIFT, K, exec, librewolf http://localhost:8080/admin && librewolf http://localhost:8081/test/login
bind = $mainMod SHIFT, D, exec, terminator --title "hidden-terminator" -e "GDK_SCALE=2 webcord && exit"
# bind = $mainMod SHIFT, D, exec, webcord
# bind = $mainMod SHIFT, V, exec, terminator --title "hidden-terminator" -e "GDK_SCALE=2 codium && exit"
bind = $mainMod SHIFT, V, exec, codium
bind = $mainMod SHIFT, T, exec, thunderbird
bind = $mainMod SHIFT, M, exec, systemctl start docker && terminator -e "sudo docker run -it --network=host --device=/dev/kfd --device=/dev/dri --ipc=host --shm-size 16G --group-add video --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -v /home/janis/projects:/mnt rocm/pytorch:latest"
# bind = $mainMod SHIFT, G, exec, notify-send 'Preparing system for gaming...' && /usr/lib/polkit-kde-authentication-agent-1 && notify-send 'Starting CoreCtrl...' && corectrl
bind = $mainMod SHIFT, G, exec, notify-send 'Preparing system for gaming...' && corectrl
bind = $mainMod SHIFT, P, exec, notify-send 'Steam is launching...' && steam
bind = $mainMod SHIFT, R, exec, notify-send 'START CORECTRL! (Super + Shift + G twice). Launching in Remoteplay optimised session' && steam -pipewire
bind = $mainMod CTRL, K, exec, notify-send 'Insta-Kill activated' && hyprctl kill
# Screenshots
bind = $mainMod SHIFT, S, exec, grimblast --notify copy area
bind = $mainMod CTRL, S, exec, grimblast --notify copysave area
bind = $mainMod ALT, S, exec, grimblast --notify save area
bind = , PRINT, exec, grimblast --notify copy screen
bind = CTRL, PRINT, exec, grimblast --notify copysave screen
bind = SHIFT, PRINT, exec, grimblast --notify save screen
# Rofi commands
bind = $mainMod, Space, exec, killall rofi || rofi -show combi -modes combi -combi-modes "window,drun,run"
bind = $mainMod SHIFT, Space, exec, rofi -modi "Global Search":"~/.config/rofi/spotlight/rofi-spotlight.sh" -show "Global Search" -config ~/.config/rofi/spotlight/rofi.rasi
bind = $mainMod, P, exec, killall rofi || rofi -show p -modi p:rofi-power-menu -theme ~/.config/rofi/themes/power.rasi
# Logout commands
bind = $mainMod, escape, exec, wlogout
bind = $mainMod, L, exec, hyprlock
#bind = $mainMod, L, exec, swaylock --screenshots --clock --indicator --grace 10 --fade-in 2 --effect-blur 10x10 --indicator-radius 200 --ring-color ff0202 --show-failed-attempts --effect-greyscale --effect-vignette 0.6:0.6
# Move focus with mainMod + arrow keys
bind = $mainMod, left, movefocus, l
bind = $mainMod, right, movefocus, r
bind = $mainMod, up, movefocus, u
bind = $mainMod, down, movefocus, d
# Switch workspaces with mainMod + [0-9]
bind = $mainMod, 1, workspace, 1
bind = $mainMod, 2, workspace, 2
bind = $mainMod, 3, workspace, 3
bind = $mainMod, 4, workspace, 4
bind = $mainMod, 5, workspace, 5
bind = $mainMod, 6, workspace, 6
bind = $mainMod, 7, workspace, 7
bind = $mainMod, 8, workspace, 8
bind = $mainMod, 9, workspace, 9
bind = $mainMod, 0, workspace, 10
bind = $mainMod ALT, left, workspace, e-1
bind = $mainMod ALT, right, workspace, e+1
# Move active window to a workspace with mainMod + SHIFT + [0-9]
bind = $mainMod SHIFT, 1, movetoworkspace, 1
bind = $mainMod SHIFT, 2, movetoworkspace, 2
bind = $mainMod SHIFT, 3, movetoworkspace, 3
bind = $mainMod SHIFT, 4, movetoworkspace, 4
bind = $mainMod SHIFT, 5, movetoworkspace, 5
bind = $mainMod SHIFT, 6, movetoworkspace, 6
bind = $mainMod SHIFT, 7, movetoworkspace, 7
bind = $mainMod SHIFT, 8, movetoworkspace, 8
bind = $mainMod SHIFT, 9, movetoworkspace, 9
bind = $mainMod SHIFT, 0, movetoworkspace, 10
bind = $mainMod SHIFT, left, movetoworkspace, e-1
bind = $mainMod SHIFT, right, movetoworkspace, e+1
# Scroll through existing workspaces with mainMod + scroll
bind = $mainMod, mouse_down, workspace, e+1
bind = $mainMod, mouse_up, workspace, e-1
# Tile window to a part of the screen
bind = $mainMod CTRL, left, movewindow, left
bind = $mainMod CTRL, right, movewindow, right
# move to next window / previous window with ALT + Tab / SHIFT + ALT + Tab
bind = ALT SHIFT, tab, cyclenext, prev
# bind = ALT, tab, cyclenext, next
# bind = ALT CTRL, tab, focusurgentorlast
bind = ALT, tab, focusurgentorlast
# Master layout commands
bind = $mainMod CTRL, M, layoutmsg, swapwithmaster
bind = $mainMod SHIFT, A, layoutmsg, addmaster
bind = $mainMod SHIFT CTRL, right, layoutmsg, orientationnext
bind = $mainMod SHIFT CTRL, left, layoutmsg, orientationprev
# Move/resize windows with mainMod + LMB/RMB and dragging
bindm = $mainMod, mouse:272, movewindow
bindm = $mainMod, mouse:273, resizewindow
# Freeze
bind = $mainMod SHIFT, escape, exec, hyprfreeze -a
# Volume control
bind = ,code:123, exec, pamixer -i 5
bind = ,code:122, exec, pamixer -d 5
bind = ,code:121, exec, pamixer -t
# Brightness-Control
bind = ,code:232, exec, light -U 5 && notify-send 'Display brightness decreased by 5%'
bind = ,code:233, exec, light -A 5 && notify-send 'Display brightness increased by 5%'
# Monitor config binds
bind = $mainMod CTRL, D, exec, hyprctl keyword monitor HDMI-A-1, 1920x1080@60, 1920x0, 1, mirror, eDP-1 && notify-send 'Set to mirror internal display'
bind = $mainMod CTRL, E, exec, hyprctl keyword monitor HDMI-A-1, 1920x1080@60, 1920x0, 1 && notify-send 'Set to expand external display'
# Internal display controls
bind = $mainMod ALT, E, exec, hyprctl keyword monitor eDP-1, 2880x1800@60, 0x0, 1.5 && notify-send 'Set to battery optimized display settings'
bind = $mainMod ALT, P, exec, hyprctl keyword monitor eDP-1, preferred, 0x0, 1.5 && notify-send 'Set to performance optimized display settings'

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