Compare commits

..

12 Commits

Author SHA1 Message Date
coja
076975d384 [Opencode] fail fix 2026-04-20 00:36:06 +02:00
coja
d18a799be3 [Opencode] update 2026-04-20 00:34:26 +02:00
3ced0b13d9 [Gitignore] update 2026-04-19 01:26:13 +02:00
68d6cc3109 [Opencode] init 2026-04-19 01:25:09 +02:00
8f73757604 [Nvim] snacks 2026-04-19 01:24:37 +02:00
dad966c3be [Keybinds] browsers 2026-04-19 01:24:24 +02:00
7b2a2e5447 [Aichat] models update 2026-04-19 01:24:06 +02:00
6cd73dc865 [AIchat] fix 2026-04-18 22:53:32 +02:00
coja
63c9bc520a [Fish] llm api key todo 2026-04-18 10:25:13 +02:00
coja
3c336fa1b3 [Swaylock] remove 2026-04-18 10:24:52 +02:00
coja
2a5d020110 [Pyradio] stations update 2026-04-18 09:06:25 +02:00
coja
c6f63eb958 [Pyradio] stations update 2026-04-17 04:05:07 +02:00
10 changed files with 250 additions and 342 deletions

1
.config/.gitignore vendored
View File

@@ -1 +1,2 @@
greet.txt
fish_variables

View File

@@ -1,13 +1,30 @@
# see https://github.com/sigoden/aichat/blob/main/config.example.yaml
keybindings: vi
editor: nvim
model: local:Qwen3-Coder-30B-Instruct-IQ4_XS
model: duskadiy:Qwen3-Coder-30B-Instruct-IQ4_XS
clients:
- type: openai-compatible
name: local
api_base: http://192.168.0.204:11343/v1
models:
- name: Qwen3.5-27B-UD-Q3_K_XL
- name: Qwen3.5-9B-Q8_0
- name: Qwen3-Coder-30B-Instruct-IQ4_XS
- name: Qwen3-Coder-30B-A3B-Instruct-UD-Q3_K_XL
- name: llama-3.1-8b-instruct
- name: GLM-4.7-Flash-UD-Q3_K_XL
- name: llama-3.1-8b-instruct
- name: DeepSeek-Coder-V2-Lite-Instruct-Q8_0
- name: gemma-4-E4B-it-UD-Q8_K_XL
- name: gemma-4-26B-A4B-it-UD-IQ4_XS
- type: openai-compatible
name: duskadiy
api_base: https://llm.duskadiy.com/api/v1
api_key: ${LLM_API_KEY}
models:
- name: Qwen3.5-27B-UD-Q3_K_XL
- name: Qwen3.5-9B-Q8_0
- name: Qwen3-Coder-30B-Instruct-IQ4_XS
- name: GLM-4.7-Flash-UD-Q3_K_XL
- name: llama-3.1-8b-instruct
- name: DeepSeek-Coder-V2-Lite-Instruct-Q8_0
- name: gemma-4-E4B-it-UD-Q8_K_XL
- name: gemma-4-26B-A4B-it-UD-IQ4_XS

View File

@@ -12,7 +12,7 @@ set -gx FNM_RESOLVE_ENGINES "true";
set -gx FNM_ARCH "x64";
set -Ux MANPAGER "nvim +Man!"
set -x NEWT_COLORS 'root=black,black;window=black,black;border=white,black;listbox=white,black;label=blue,black;checkbox=red,black;title=green,black;button=white,red;actsellistbox=white,red;actlistbox=white,gray;compactbutton=white,gray;actcheckbox=white,blue;entry=lightgray,black;textbox=blue,black' nmtui
# set -gx BAT_THEME "Catppuccin Mocha"
#set -Ux LLM_API_KEY "api_key"
alias dmz="cat ~/.config/fish/dmz.txt"
alias matrix="~/projects/random-clones/matrix/matrix"

View File

@@ -40,6 +40,8 @@ bind = $mainMod+Ctrl, T, exec, tilix # launch tilix terminal emulator
bind = $mainMod, E, exec, $file # launch file manager
bind = $mainMod, F, exec, $yt # launch yt alternative
bind = $mainMod, B, exec, $browser # launch web browser
bind = $mainMod + Shift, B, exec, chromium
bind = $mainMod + Ctrl, B, exec, thorium-browser
bind = $mainMod, G, exec, gajim # launch messanger
bind = $mainMod, K, exec, keepassxc # launch password manager
bind = $mainMod, Escape, exec, dunstctl close
@@ -50,7 +52,6 @@ bindd = $mainMod, O, $d runners, exec, kitty --session ~/.config/kitty/runners.c
bindd = Ctrl+Shift, Escape, Btop, exec, kitty -e btop
bindd = Ctrl+Alt, Delete, Btop, exec, kitty -e btop
# bind = Ctrl+Shift, Escape, exec, $scrPath/sysmonlaunch.sh # launch system monitor (htop/btop or fallback to top)
# bind = $mainMod+Shift, B, exec, $browser, title: ^(LibreWolf Private Browsing)$ # launch private web browser
# Rofi menus

View File

@@ -1,16 +1,16 @@
{
"LuaSnip": { "branch": "master", "commit": "a62e1083a3cfe8b6b206e7d3d33a51091df25357" },
"NvChad": { "branch": "v2.5", "commit": "f437558f23c8f50c36cd09748121ab2c822e8ec9" },
"NvChad": { "branch": "v2.5", "commit": "d042cc975247c2aa55fcb228e5d146dc1dc6c648" },
"base46": { "branch": "v2.5", "commit": "fde7a2cd54599e148d376f82980407c2d24b0fa2" },
"cmp-async-path": { "branch": "main", "commit": "f8af3f726e07f2e9d37672eaa9102581aefce149" },
"cmp-buffer": { "branch": "main", "commit": "b74fab3656eea9de20a9b8116afa3cfc4ec09657" },
"cmp-nvim-lsp": { "branch": "main", "commit": "cbc7b02bb99fae35cb42f514762b89b5126651ef" },
"cmp-nvim-lua": { "branch": "main", "commit": "e3a22cb071eb9d6508a156306b102c45cd2d573d" },
"cmp_luasnip": { "branch": "master", "commit": "98d9cb5c2c38532bd9bdb481067b20fea8f32e90" },
"codecompanion.nvim": { "branch": "main", "commit": "83f5c9c99d9c0687cc94197976d81ce619727986" },
"codecompanion.nvim": { "branch": "main", "commit": "680c445eb357c72129d175ea5d481aa9e92ae6a5" },
"conform.nvim": { "branch": "master", "commit": "086a40dc7ed8242c03be9f47fbcee68699cc2395" },
"friendly-snippets": { "branch": "main", "commit": "6cd7280adead7f586db6fccbd15d2cac7e2188b9" },
"gitsigns.nvim": { "branch": "main", "commit": "0d797daee85366bc242580e352a4f62d67557b84" },
"gitsigns.nvim": { "branch": "main", "commit": "8d82c240f190fc33723d48c308ccc1ed8baad69d" },
"indent-blankline.nvim": { "branch": "master", "commit": "d28a3f70721c79e3c5f6693057ae929f3d9c0a03" },
"lazy.nvim": { "branch": "main", "commit": "306a05526ada86a7b30af95c5cc81ffba93fef97" },
"mason.nvim": { "branch": "main", "commit": "b03fb0f20bc1d43daf558cda981a2be22e73ac42" },
@@ -18,13 +18,14 @@
"minty": { "branch": "main", "commit": "aafc9e8e0afe6bf57580858a2849578d8d8db9e0" },
"nvim-autopairs": { "branch": "master", "commit": "59bce2eef357189c3305e25bc6dd2d138c1683f5" },
"nvim-cmp": { "branch": "main", "commit": "a1d504892f2bc56c2e79b65c6faded2fd21f3eca" },
"nvim-lspconfig": { "branch": "master", "commit": "bedca8b426b2fee0ccac596d167d71bbe971253f" },
"nvim-lspconfig": { "branch": "master", "commit": "8a9378a822719346a0288fa004dab302ca3c0a8f" },
"nvim-tree.lua": { "branch": "master", "commit": "509962f21ab7289d8dcd28568af539be39a8c01e" },
"nvim-treesitter": { "branch": "main", "commit": "4916d6592ede8c07973490d9322f187e07dfefac" },
"nvim-web-devicons": { "branch": "master", "commit": "95b7a002d5dba1a42eb58f5fac5c565a485eefd0" },
"plenary.nvim": { "branch": "master", "commit": "b9fd5226c2f76c951fc8ed5923d85e4de065e509" },
"render-markdown.nvim": { "branch": "main", "commit": "4ae2f2e8e8c66d070f33cfb57cb6f867e3baf5d9" },
"telescope.nvim": { "branch": "master", "commit": "7ef4d6dccb78ee71e552bbd866176762ad328afa" },
"nvim-web-devicons": { "branch": "master", "commit": "c72328a5494b4502947a022fe69c0c47e53b6aa6" },
"plenary.nvim": { "branch": "master", "commit": "74b06c6c75e4eeb3108ec01852001636d85a932b" },
"render-markdown.nvim": { "branch": "main", "commit": "0fd43fb4b1f073931c4b481f5f3b7cea3749e190" },
"snacks.nvim": { "branch": "main", "commit": "ad9ede6a9cddf16cedbd31b8932d6dcdee9b716e" },
"telescope.nvim": { "branch": "master", "commit": "f7c673b8e46e8f233ff581d3624a517d33a7e264" },
"ui": { "branch": "v3.0", "commit": "cb75908a86720172594b30de147272c1b3a7f452" },
"volt": { "branch": "main", "commit": "620de1321f275ec9d80028c68d1b88b409c0c8b1" },
"which-key.nvim": { "branch": "main", "commit": "3aab2147e74890957785941f0c1ad87d0a44c15a" }

View File

@@ -31,6 +31,29 @@ return {
return require "configs.render-markdown"
end,
},
{
"folke/snacks.nvim",
priority = 1000,
lazy = false,
---@type snacks.Config
opts = {
-- your configuration comes here
-- or leave it empty to use the default settings
-- refer to the configuration section below
bigfile = { enabled = false },
dashboard = { enabled = false },
explorer = { enabled = true },
indent = { enabled = true },
input = { enabled = true },
picker = { enabled = false },
notifier = { enabled = true },
quickfile = { enabled = true },
scope = { enabled = true },
scroll = { enabled = true },
statuscolumn = { enabled = true },
words = { enabled = true },
},
},
-- {
-- "jacob411/Ollama-Copilot",

View File

@@ -0,0 +1,129 @@
{
"$schema": "https://opencode.ai/config.json",
"permission": {
"bash": {
"rm *": "deny",
"cat .env*": "deny",
"grep .env*": "deny",
"grep -r --exclude-dir={node_modules,.git} *": "allow",
"grep *": "allow",
"mkdir *": "allow",
"touch *": "allow",
"npm list": "allow",
"npm help": "allow",
"npm version": "allow",
"pnpm list": "allow",
"pnpm help": "allow",
"npx --version": "allow",
"tsc *": "allow",
"which *": "allow",
"ls *": "allow",
"cat *": "allow",
"git status": "allow",
"git diff": "allow",
"git log": "allow",
"git *": "ask",
"npm install": "deny",
"npm i": "deny",
"pnpm i": "deny",
"pnpm install": "deny",
"npm *": "ask",
"pnpm *": "ask",
"npx *": "ask",
"*": "ask"
},
"edit": {
"*": "deny"
}
},
"provider": {
"duskadiy": {
"npm": "@ai-sdk/openai-compatible",
"name": "DuskaDIY",
"options": {
"baseURL": "https://llm.duskadiy.com/api/v1"
},
"models": {
"gemma-4-26B-A4B-it-UD-IQ4_XS" : {
"name": "llama.cpp/gemma-4-26B-A4B-it-UD-IQ4_XS",
"limit": {
"context": 81920,
"output": 8192
}
},
"DeepSeek-Coder-V2-Lite-Instruct-Q8_0": {
"name": "llama.cpp/DeepSeek-Coder-V2-Lite-Instruct-Q8_0",
"limit": {
"context": 81920,
"output": 8192
}
},
"Qwen3-Coder-30B-Instruct-IQ4_XS" : {
"name": "llama.cpp/Qwen3-Coder-30B-Instruct-IQ4_XS",
"limit": {
"context": 8192,
"output": 8192
}
}
}
}
},
"agent" : {
"plan" : {
"mode" : "primary",
"model": "duskadiy/gemma-4-26B-A4B-it-UD-IQ4_XS",
"permissions" : {
"edit": "deny",
"bash": "ask"
}
},
"build" : {
"mode" : "primary",
"model": "duskadiy/gemma-4-26B-A4B-it-UD-IQ4_XS",
"permissions" : {
"edit": "allow",
"bash": "ask"
}
}
"code-reviewer": {
"description": "Reviews code for best practices and potential issues",
"prompt": "You are a code reviewer. Focus on security, performance, and maintainability.",
"mode": "subagent",
"model": "duskadiy/DeepSeek-Coder-V2-Lite-Instruct-Q8_0",
"permission": {
"edit": "deny",
"bash": "ask"
}
},
"test-runner": {
"description": "Runs and interprets test suites",
"prompt": "You are a test runner. Focus on identifying failing tests and providing clear reproduction steps.",
"mode": "subagent",
"model": "duskadiy/DeepSeek-Coder-V2-Lite-Instruct-Q8_0",
"permission": {
"edit": "deny",
"bash": "ask"
}
},
"doc-writer": {
"description": "Maintains project documentation and docstrings",
"prompt": "You are a technical writer. Focus on clarity, accuracy, and keeping documentation in sync with code changes.",
"mode": "subagent",
"model": "duskadiy/gemma-4-26B-A4B-it-UD-IQ4_XS",
"permission": {
"edit": "allow",
"bash": "ask"
}
},
"security-auditor": {
"description": "Scans for security vulnerabilities and hardcoded secrets",
"prompt": "You are a security auditor. Focus on OWASP principles, secret detection, and dependency vulnerabilities.",
"mode": "subagent",
"model": "duskadiy/DeepSeek-Coder-V2-Lite-Instruct-Q8_0",
"permission": {
"edit": "deny",
"bash": "ask"
}
}
}
}

View File

@@ -1,61 +1,65 @@
psyradio * fm - chillout,http://streamer.psyradio.org:8020/;listen.mp3,,
Caprice - Suomisaundi,http://79.120.77.11:8004/suomisaundi,,
Chillout (Groove Salad - SomaFM),http://somafm.com/startstream=groovesalad.pls,,
Soma FM Space,http://ice.somafm.com/spacestation,,
Soma FM Deep Space, http://ice.somafm.com/deepspaceone,,
SomaFM: Goa Psychill,http://ice3.somafm.com/suburbsofgoa-128-mp3,,
Caprice Liquid funk, http://79.111.119.111:9115/,,
Dubplate.fm,https://sc2.dubplate.fm/radio/8030/dnb/uhifi,,
Liqui Radio,https://stream-162.zeno.fm/ug59eq099yzuv?zs=zaqVusVSQuWMN3O5gnh8xA,,
Boris Brejcha,https://live.radiospinner.com/brsbrjch-96,,
Acid Techno,https://radiorecord.hostingradio.ru/techno96.aacp,,
ToXoRs minimalRADIO (320k),http://95.216.245.239:8000/stream/1/,,
minimalradio.de,https://azurafallback.de:8010/320.mp3,,
Technolovers - minimal,https://stream.technolovers.fm/minimal,,
Full-on psytrance,http://79.111.14.76:9019/,,
Magnathospere Morning,https://listen7.myradio24.com/magnatos,,
PsyndoraTrance,http://cast.magicstreams.gr:9111/stream/,,
Hirschmilch Psytrance,https://hirschmilch.de:7001/psytrance.mp3,,
Bluffphonica,http://bluffphonica.stream.laut.fm/bluffphonica?pl=m3u&t302=2024-09-17_23-09-40&uuid=ce6a1b0b-1654-4d08-afbc-31b028f8f23b,,
1.FM - BOM Psytrance Radio,http://strm112.1.fm/psytrance_mobile_mp3,,
Vasilis Cfu psy trance,https://stream-40.zeno.fm/c2t7d9p6mf9uv?zs=_D-E0xBPQcGB_V9n7LLuqA,,
TL_Psytrance,https://stream.technolovers.fm/psytrance,,
Record Goa Psy,https://radiorecord.hostingradio.ru/goa96.aacp,,
Anima Amoris [Goa Psy Trance],http://amoris.sknt.ru/goa.mp3,,
DMT FM Psytrance 24/7,https://dc1.serverse.com/proxy/ywycfrxn/live,,
radiOzora Trance,http://trance.out.airtime.pro:8000/trance_a,,
Psyndora Psytrance,http://cast.magicstreams.gr:9111/stream,,
Alternative (BAGeL Radio),https://ais-sa3.cdnstream1.com/2606_128.aac,,
Celtic (ThistleRadio - SomaFM),http://somafm.com/thistle.pls,,
Groove Salad Classic (Early 2000s Ambient),https://somafm.com/gsclassic.pls,,
n5MD Radio (Ambient and Experimental),https://somafm.com/n5md.pls,,
Ambient Psychill [1.FM],http://strm112.1.fm/ambientpsy_mobile_mp3,,
Goa Psychill [SomaFM],http://ice3.somafm.com/suburbsofgoa-128-mp3,,
Chilltrax,http://server1.chilltrax.com:9000/,,
Chillout [psyradio*fm],http://streamer.psyradio.org:8020/;listen.mp3,,
Chillout [Psyndora],http://cast.magicstreams.gr:9125/stream,,
Chillout (Groove Salad) [SomaFM],http://somafm.com/startstream=groovesalad.pls,,
Chilli Zet,https://ch.cdn.eurozet.pl/chi-net.mp3,,
Ambient and Experimental [n5MD],https://somafm.com/n5md.pls,,
Groove Salad Classic (Early 2000s Ambient),https://somafm.com/gsclassic.pls,,
Suomisaundi [Caprice],http://79.120.77.11:8004/suomisaundi,,
Vaporwaves [SomaFM],https://somafm.com/vaporwaves.pls,,
Cliq Hop [SomaFM],http://somafm.com/startstream=cliqhop.pls,,
Lounge (Illinois Street) [SomaFM],http://somafm.com/illstreet.pls,,
Space [SomaFM],http://ice.somafm.com/spacestation,,
Space Music [Synphaera],https://somafm.com/synphaera.pls,,
Deep Space [SomaFM], http://ice.somafm.com/deepspaceone,,
Downtempo (Secret Agent) [SomaFM],http://somafm.com/secretagent.pls,,
Dub Step (Beyond) [SomaFM],http://somafm.com/dubstep.pls,,
Dub Techno [Schizoid], http://94.130.113.214:8000/dubtechno,,
Dubplate.fm,https://sc2.dubplate.fm/radio/8030/dnb/uhifi,,
Liquid funk [Caprice], http://79.111.119.111:9115/,,
Liquid funk,https://radiorecord.hostingradio.ru/liquidfunk96.aacp,,
Liqui Radio,https://stream-162.zeno.fm/ug59eq099yzuv?zs=zaqVusVSQuWMN3O5gnh8xA,,
Liquid DnB,http://95.47.244.172:8000/live,,
Acid Techno,https://radiorecord.hostingradio.ru/techno96.aacp,,
Dark Techno [Caprice],http://79.111.14.76:8000/darktechno,,
Deep Techno/House [1.FM],http://strm112.1.fm/deeptech_mobile_mp3,,
90s90s Techno,http://streams.90s90s.de/techno/mp3-192/radiode/,,
The Trip: [SomaFM],https://somafm.com/thetrip.pls,,
ToXoRs minimalRADIO,http://95.216.245.239:8000/stream/1/,,
Minimalradio.de,https://azurafallback.de:8010/320.mp3,,
Minimal [Technolovers],https://stream.technolovers.fm/minimal,,
Suomisaundi / Freeform Psytrance / Spugedelic Trance [Caprice],http://79.120.77.11:8000/suomisaundi,,
Psychedelic Secret,https://solid48.streamupsolutions.com/proxy/bglsokon?mp=/=stream,,
Full-on psytrance [Caprice],http://79.111.14.76:9019/,,
Magnathospere Morning,https://listen7.myradio24.com/magnatos,,
Psytrance [Psyndora],https://cast.magicstreams.gr/sc/psyndora/stream,,
Hirschmilch Psytrance,https://hirschmilch.de:7001/psytrance.mp3,,
Bluffphonica,http://bluffphonica.stream.laut.fm/bluffphonica?pl=m3u&t302=2024-09-17_23-09-40&uuid=ce6a1b0b-1654-4d08-afbc-31b028f8f23b,,
BOM Psytrance [1.FM],http://strm112.1.fm/psytrance_mobile_mp3,,
TL_Psytrance,https://stream.technolovers.fm/psytrance,,
Record Goa Psy,https://radiorecord.hostingradio.ru/goa96.aacp,,
Psytrance 24/7 [DMT FM],https://dc1.serverse.com/proxy/ywycfrxn/live,,
Trance [RadiOzora],http://trance.out.airtime.pro:8000/trance_a,,
Alternative [BAGeL],https://ais-sa3.cdnstream1.com/2606_128.aac,,
Celtic (ThistleRadio) [SomaFM],http://somafm.com/thistle.pls,,
Commodore 64 Remixes [Slay],http://www.slayradio.org/tune_in.php/128kbps/listen.m3u,,
Covers [SomaFM],http://somafm.com/covers.pls,,
Indie Pop [SomaFM],http://somafm.com/indiepop130.pls,,
Jazz (Sonic Universe) [SomaFM],http://somafm.com/startstream=sonicuniverse.pls,,
Pop (PopTron) [SomaFM],http://somafm.com/poptron.pls,,
Pop/Rock/Urban (Frequence 3 - Paris),http://streams.frequence3.net/hd-mp3.m3u,,
Progressive (Tags Trance Trip) [SomaFM],http://somafm.com/tagstrance.pls,,
Public Radio (NPR National Public Radio Stream),https://npr-ice.streamguys1.com/live.mp3,,
Heavyweight Reggae,https://somafm.com/reggae.pls,,
Rock (Digitalis) [SomaFM],http://somafm.com/digitalis.pls,,
Metal Detector,https://somafm.com/metal.pls,,
JazzGroove,https://www.internet-radio.com/servers/tools/playlistgenerator/?u=http://199.180.72.2:8015/listen.pls?sid=1&t=.pls,,
Main Mix [Paradise],http://stream.radioparadise.com/aac-128,,
Mellow Mix [Paradise] ,http://stream.radioparadise.com/mellow-128,,
Rock Mix [Paradise],http://stream.radioparadise.com/rock-128,,
Eclectic Mix [Paradise],http://stream.radioparadise.com/eclectic-128,,
Echoes of Bluemars,http://streams.echoesofbluemars.org:8000/bluemars.m3u,,
Cryosleep [Echoes of Bluemars] ,http://streams.echoesofbluemars.org:8000/cryosleep.m3u,,
Voices from Within [Echoes of Bluemars],http://streams.echoesofbluemars.org:8000/voicesfromwithin.m3u,,
1 psyradio * fm - chillout Ambient Psychill [1.FM] http://streamer.psyradio.org:8020/;listen.mp3 http://strm112.1.fm/ambientpsy_mobile_mp3
2 Caprice - Suomisaundi Goa Psychill [SomaFM] http://79.120.77.11:8004/suomisaundi http://ice3.somafm.com/suburbsofgoa-128-mp3
3 Chillout (Groove Salad - SomaFM) Chilltrax http://somafm.com/startstream=groovesalad.pls http://server1.chilltrax.com:9000/
4 Soma FM Space Chillout [psyradio*fm] http://ice.somafm.com/spacestation http://streamer.psyradio.org:8020/;listen.mp3
5 Soma FM Deep Space Chillout [Psyndora] http://ice.somafm.com/deepspaceone http://cast.magicstreams.gr:9125/stream
6 SomaFM: Goa Psychill Chillout (Groove Salad) [SomaFM] http://ice3.somafm.com/suburbsofgoa-128-mp3 http://somafm.com/startstream=groovesalad.pls
7 Caprice Liquid funk Chilli Zet http://79.111.119.111:9115/ https://ch.cdn.eurozet.pl/chi-net.mp3
8 Dubplate.fm Ambient and Experimental [n5MD] https://sc2.dubplate.fm/radio/8030/dnb/uhifi https://somafm.com/n5md.pls
9 Liqui Radio Groove Salad Classic (Early 2000s Ambient) https://stream-162.zeno.fm/ug59eq099yzuv?zs=zaqVusVSQuWMN3O5gnh8xA https://somafm.com/gsclassic.pls
10 Boris Brejcha Suomisaundi [Caprice] https://live.radiospinner.com/brsbrjch-96 http://79.120.77.11:8004/suomisaundi
11 Acid Techno Vaporwaves [SomaFM] https://radiorecord.hostingradio.ru/techno96.aacp https://somafm.com/vaporwaves.pls
12 ToXoRs minimalRADIO (320k) Cliq Hop [SomaFM] http://95.216.245.239:8000/stream/1/ http://somafm.com/startstream=cliqhop.pls
13 minimalradio.de Lounge (Illinois Street) [SomaFM] https://azurafallback.de:8010/320.mp3 http://somafm.com/illstreet.pls
14 Technolovers - minimal Space [SomaFM] https://stream.technolovers.fm/minimal http://ice.somafm.com/spacestation
15 Full-on psytrance Space Music [Synphaera] http://79.111.14.76:9019/ https://somafm.com/synphaera.pls
16 Magnathospere Morning Deep Space [SomaFM] https://listen7.myradio24.com/magnatos http://ice.somafm.com/deepspaceone
17 PsyndoraTrance Downtempo (Secret Agent) [SomaFM] http://cast.magicstreams.gr:9111/stream/ http://somafm.com/secretagent.pls
18 Hirschmilch Psytrance Dub Step (Beyond) [SomaFM] https://hirschmilch.de:7001/psytrance.mp3 http://somafm.com/dubstep.pls
19 Bluffphonica Dub Techno [Schizoid] http://bluffphonica.stream.laut.fm/bluffphonica?pl=m3u&t302=2024-09-17_23-09-40&uuid=ce6a1b0b-1654-4d08-afbc-31b028f8f23b http://94.130.113.214:8000/dubtechno
20 1.FM - BOM Psytrance Radio Dubplate.fm http://strm112.1.fm/psytrance_mobile_mp3 https://sc2.dubplate.fm/radio/8030/dnb/uhifi
21 Vasilis Cfu psy trance Liquid funk [Caprice] https://stream-40.zeno.fm/c2t7d9p6mf9uv?zs=_D-E0xBPQcGB_V9n7LLuqA http://79.111.119.111:9115/
22 TL_Psytrance Liquid funk https://stream.technolovers.fm/psytrance https://radiorecord.hostingradio.ru/liquidfunk96.aacp
23 Record Goa Psy Liqui Radio https://radiorecord.hostingradio.ru/goa96.aacp https://stream-162.zeno.fm/ug59eq099yzuv?zs=zaqVusVSQuWMN3O5gnh8xA
24 Anima Amoris [Goa Psy Trance] Liquid DnB http://amoris.sknt.ru/goa.mp3 http://95.47.244.172:8000/live
25 DMT FM Psytrance 24/7 Acid Techno https://dc1.serverse.com/proxy/ywycfrxn/live https://radiorecord.hostingradio.ru/techno96.aacp
26 radiOzora Trance Dark Techno [Caprice] http://trance.out.airtime.pro:8000/trance_a http://79.111.14.76:8000/darktechno
27 Psyndora Psytrance Deep Techno/House [1.FM] http://cast.magicstreams.gr:9111/stream http://strm112.1.fm/deeptech_mobile_mp3
28 Alternative (BAGeL Radio) 90s90s Techno https://ais-sa3.cdnstream1.com/2606_128.aac http://streams.90s90s.de/techno/mp3-192/radiode/
29 Celtic (ThistleRadio - SomaFM) The Trip: [SomaFM] http://somafm.com/thistle.pls https://somafm.com/thetrip.pls
30 Groove Salad Classic (Early 2000s Ambient) ToXoRs minimalRADIO https://somafm.com/gsclassic.pls http://95.216.245.239:8000/stream/1/
31 n5MD Radio (Ambient and Experimental) Minimalradio.de https://somafm.com/n5md.pls https://azurafallback.de:8010/320.mp3
32 Vaporwaves [SomaFM] Minimal [Technolovers] https://somafm.com/vaporwaves.pls https://stream.technolovers.fm/minimal
33 Commodore 64 Remixes (Slay Radio) Suomisaundi / Freeform Psytrance / Spugedelic Trance [Caprice] http://www.slayradio.org/tune_in.php/128kbps/listen.m3u http://79.120.77.11:8000/suomisaundi
34 Covers (SomaFM) Psychedelic Secret http://somafm.com/covers.pls https://solid48.streamupsolutions.com/proxy/bglsokon?mp=/=stream
35 Downtempo (Secret Agent - SomaFM) Full-on psytrance [Caprice] http://somafm.com/secretagent.pls http://79.111.14.76:9019/
36 Dub Step (Dub Step Beyond - SomaFM) Magnathospere Morning http://somafm.com/dubstep.pls https://listen7.myradio24.com/magnatos
37 Electronic/Dance (Electronic Culture) Psytrance [Psyndora] http://www.shouted.fm/tunein/electro-dsl.m3u https://cast.magicstreams.gr/sc/psyndora/stream
38 House (Beat Blender - SomaFM) Hirschmilch Psytrance http://somafm.com/startstream=beatblender.pls https://hirschmilch.de:7001/psytrance.mp3
39 Indie Pop (Indie Pop Rocks! - SomaFM) Bluffphonica http://somafm.com/indiepop130.pls http://bluffphonica.stream.laut.fm/bluffphonica?pl=m3u&t302=2024-09-17_23-09-40&uuid=ce6a1b0b-1654-4d08-afbc-31b028f8f23b
40 Intelligent dance music (Cliq Hop - SomaFM) BOM Psytrance [1.FM] http://somafm.com/startstream=cliqhop.pls http://strm112.1.fm/psytrance_mobile_mp3
41 Jazz (Sonic Universe - SomaFM) TL_Psytrance http://somafm.com/startstream=sonicuniverse.pls https://stream.technolovers.fm/psytrance
42 Lounge (Illinois Street Lounge - SomaFM) Record Goa Psy http://somafm.com/illstreet.pls https://radiorecord.hostingradio.ru/goa96.aacp
43 The Trip: [SomaFM] Psytrance 24/7 [DMT FM] https://somafm.com/thetrip.pls https://dc1.serverse.com/proxy/ywycfrxn/live
44 Pop (PopTron! - SomaFM) Trance [RadiOzora] http://somafm.com/poptron.pls http://trance.out.airtime.pro:8000/trance_a
45 Pop/Rock/Urban (Frequence 3 - Paris) Alternative [BAGeL] http://streams.frequence3.net/hd-mp3.m3u https://ais-sa3.cdnstream1.com/2606_128.aac
46 Progressive (Tags Trance Trip - SomaFM) Celtic (ThistleRadio) [SomaFM] http://somafm.com/tagstrance.pls http://somafm.com/thistle.pls
47 Public Radio (NPR National Public Radio Stream) Commodore 64 Remixes [Slay] https://npr-ice.streamguys1.com/live.mp3 http://www.slayradio.org/tune_in.php/128kbps/listen.m3u
48 Reggae Dancehall (Ragga Kings) Covers [SomaFM] https://raggakings.radio:8443/stream.ogg http://somafm.com/covers.pls
49 Heavyweight Reggae Indie Pop [SomaFM] https://somafm.com/reggae.pls http://somafm.com/indiepop130.pls
50 Rock (Digitalis - SomaFM) Jazz (Sonic Universe) [SomaFM] http://somafm.com/digitalis.pls http://somafm.com/startstream=sonicuniverse.pls
51 Metal Detector Pop (PopTron) [SomaFM] https://somafm.com/metal.pls http://somafm.com/poptron.pls
52 DanceUK Pop/Rock/Urban (Frequence 3 - Paris) https://www.internet-radio.com/servers/tools/playlistgenerator/?u=http://uk2.internet-radio.com:8024/listen.pls&t=.pls http://streams.frequence3.net/hd-mp3.m3u
53 JazzGroove Progressive (Tags Trance Trip) [SomaFM] https://www.internet-radio.com/servers/tools/playlistgenerator/?u=http://199.180.72.2:8015/listen.pls?sid=1&t=.pls http://somafm.com/tagstrance.pls
54 Radio Paradise - Main Mix Public Radio (NPR National Public Radio Stream) http://stream.radioparadise.com/aac-128 https://npr-ice.streamguys1.com/live.mp3
55 Radio Paradise - Mellow Mix Heavyweight Reggae http://stream.radioparadise.com/mellow-128 https://somafm.com/reggae.pls
56 Radio Paradise - Rock Mix Rock (Digitalis) [SomaFM] http://stream.radioparadise.com/rock-128 http://somafm.com/digitalis.pls
57 Radio Paradise - Eclectic Mix Metal Detector http://stream.radioparadise.com/eclectic-128 https://somafm.com/metal.pls
58 Echoes of Bluemars JazzGroove http://streams.echoesofbluemars.org:8000/bluemars.m3u https://www.internet-radio.com/servers/tools/playlistgenerator/?u=http://199.180.72.2:8015/listen.pls?sid=1&t=.pls
59 Echoes of Bluemars - Cryosleep Main Mix [Paradise] http://streams.echoesofbluemars.org:8000/cryosleep.m3u http://stream.radioparadise.com/aac-128
60 Echoes of Bluemars - Voices from Within Mellow Mix [Paradise] http://streams.echoesofbluemars.org:8000/voicesfromwithin.m3u http://stream.radioparadise.com/mellow-128
61 Synphaera Radio (Space Music) Rock Mix [Paradise] https://somafm.com/synphaera.pls http://stream.radioparadise.com/rock-128
62 Eclectic Mix [Paradise] http://stream.radioparadise.com/eclectic-128
63 Echoes of Bluemars http://streams.echoesofbluemars.org:8000/bluemars.m3u
64 Cryosleep [Echoes of Bluemars] http://streams.echoesofbluemars.org:8000/cryosleep.m3u
65 Voices from Within [Echoes of Bluemars] http://streams.echoesofbluemars.org:8000/voicesfromwithin.m3u

View File

@@ -1,37 +0,0 @@
daemonize
show-failed-attempts
clock
effect-blur=10x10
effect-vignette=1:1
color=6c2430
font="Inter"
indicator
indicator-radius=200
indicator-thickness=20
line-color=1f1d2e
ring-color=191724
inside-color=1f1d2e
key-hl-color=eb6f92
separator-color=00000000
text-color=e0def4
text-caps-lock-color=""
line-ver-color=eb6f92
ring-ver-color=eb6f92
inside-ver-color=1f1d2e
text-ver-color=e0def4
ring-wrong-color=31748f
text-wrong-color=31748f
inside-wrong-color=1f1d2e
inside-clear-color=1f1d2e
text-clear-color=e0def4
ring-clear-color=9ccfd8
line-clear-color=1f1d2e
line-wrong-color=1f1d2e
bs-hl-color=31748f
grace=2
grace-no-mouse
grace-no-touch
datestr=%a, %B %e
timestr=%H:%M
fade-in=0.5
ignore-empty-password

View File

@@ -1,231 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="1920"
height="1080"
viewBox="0 0 1920 1080"
version="1.1"
id="svg1"
inkscape:version="1.4 (e7c3feb100, 2024-10-09)"
sodipodi:docname="wall.svg"
inkscape:export-filename="../png/blob.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
xml:space="preserve"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"><sodipodi:namedview
id="namedview1"
pagecolor="#505050"
bordercolor="#eeeeee"
borderopacity="1"
inkscape:showpageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#505050"
inkscape:document-units="px"
inkscape:zoom="0.72158227"
inkscape:cx="960.38946"
inkscape:cy="540.47891"
inkscape:window-width="1920"
inkscape:window-height="1050"
inkscape:window-x="0"
inkscape:window-y="30"
inkscape:window-maximized="1"
inkscape:current-layer="svg1" /><defs
id="defs1" /><g
inkscape:label="base"
inkscape:groupmode="layer"
id="layer1"
style="display:inline"><path
id="rect1"
style="fill:#223333;fill-opacity:1;stroke:none;stroke-width:0.132296;stroke-dasharray:none;stroke-opacity:1"
inkscape:label="bg"
sodipodi:type="inkscape:offset"
inkscape:radius="0"
inkscape:original="M -1919.9473 0 L -1919.9473 1080 L 0.052734375 1080 L 0.052734375 0 L -1919.9473 0 z "
d="M -1919.9473,0 V 1080 H 0.05273437 V 0 Z"
transform="matrix(-1,0,0,1,0.05273437,0)" /></g><g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="grid"
style="display:inline;fill:#B5D900;fill-opacity:1"><path
style="fill:#B5D900;fill-opacity:1;stroke:none;stroke-width:0.132283;stroke-dasharray:none"
d="m 1902.9475,47 v 29 h -3 V 50 h -26 v -3"
id="path6"
sodipodi:nodetypes="cccccc"
inkscape:label="tl" /><path
style="fill:#B5D900;fill-opacity:1;stroke:none;stroke-width:0.132283;stroke-dasharray:none"
d="m 1902.9475,1063 v -29 h -3 v 26 h -26 v 3"
id="path6-6"
sodipodi:nodetypes="cccccc"
inkscape:label="bl" /><path
style="fill:#B5D900;fill-opacity:1;stroke:none;stroke-width:0.132283;stroke-dasharray:none"
d="m 961.9475,47 v 29.000001 h 3 V 50 h 26 v -3"
id="path6-6-2"
sodipodi:nodetypes="cccccc"
inkscape:label="tml" /><path
style="fill:#B5D900;fill-opacity:1;stroke:none;stroke-width:0.132283;stroke-dasharray:none"
d="m 957.9475,47 v 29 h -3 V 50 h -26 v -3"
id="path6-6-2-3"
sodipodi:nodetypes="cccccc"
inkscape:label="tmr" /><path
style="fill:#B5D900;fill-opacity:1;stroke:none;stroke-width:0.132283;stroke-dasharray:none"
d="m 16.94749,47 v 29 h 3 V 50 h 26 v -3"
id="path6-6-2-3-2"
sodipodi:nodetypes="cccccc"
inkscape:label="tr" /><path
style="fill:#B5D900;fill-opacity:1;stroke:none;stroke-width:0.132283;stroke-dasharray:none"
d="m 961.9475,1063 v -29 h 3 v 26 h 26 v 3"
id="path6-6-2-9"
sodipodi:nodetypes="cccccc"
inkscape:label="bml" /><path
style="fill:#B5D900;fill-opacity:1;stroke:none;stroke-width:0.132283;stroke-dasharray:none"
d="m 957.9475,557 v 29 h -3 v -26 h -26 v -3"
id="path6-6-2-3-7"
sodipodi:nodetypes="cccccc"
inkscape:label="mbr" /><path
style="fill:#B5D900;fill-opacity:1;stroke:none;stroke-width:0.132283;stroke-dasharray:none"
d="m 957.9475,553 v -29 h -3 v 26 h -26 v 3"
id="path6-6-2-3-7-2"
sodipodi:nodetypes="cccccc"
inkscape:label="mtr" /></g><g
inkscape:groupmode="layer"
id="layer4"
inkscape:label="stripes"
style="display:inline"><rect
style="display:inline;fill:none;fill-opacity:1;stroke:#B5D900;stroke-width:1.99433;stroke-dasharray:none;stroke-opacity:1"
id="rect10-0-9"
width="10"
height="50"
x="-64.862267"
y="244.1246"
transform="scale(-1,1)"
inkscape:label="bottom" /><rect
style="display:inline;fill:none;fill-opacity:1;stroke:#B5D900;stroke-width:1.99433;stroke-dasharray:none;stroke-opacity:1"
id="rect10-0"
width="10"
height="50"
x="-64.950287"
y="165.06091"
transform="scale(-1,1)"
inkscape:label="middle" /><rect
style="fill:none;fill-opacity:1;stroke:#B5D900;stroke-width:1.99433;stroke-dasharray:none;stroke-opacity:1"
id="rect10"
width="10"
height="50"
x="-64.774261"
y="85.997215"
transform="scale(-1,1)"
inkscape:label="top" /></g><g
id="g141"
inkscape:label="barcode"
transform="matrix(-0.31914079,0,0,0.31914079,2692.5631,33.471493)"
style="fill:#B5D900;fill-opacity:1"><path
id="path92"
d="m 4960.1305,2682.9599 h 14.5254 v 51.44 h -14.5254 v -51.44"
style="fill:#B5D900;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" /><path
id="path93"
d="m 4908.9439,2682.9599 h 38.736 v 51.44 h -38.736 v -51.44"
style="fill:#B5D900;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" /><path
id="path94"
d="m 4284.3372,2682.9599 h 14.5254 v 51.44 h -14.5254 v -51.44"
style="fill:#B5D900;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" /><path
id="path95"
d="m 4233.1506,2682.9599 h 38.736 v 51.44 h -38.736 v -51.44"
style="fill:#B5D900;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" /><path
id="path96"
d="m 4098.9599,2682.9599 h 60.8707 v 51.44 h -60.8707 v -51.44"
style="fill:#B5D900;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" /><path
id="path97"
d="m 4034.6319,2682.9599 h 40.1187 v 51.44 h -40.1187 v -51.44"
style="fill:#B5D900;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" /><path
id="path98"
d="m 4573.2386,2682.9599 h 38.7346 v 51.44 h -38.7346 v -51.44"
style="fill:#B5D900;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" /><path
id="path99"
d="m 4446.6559,2682.9599 h 78.624 v 51.44 h -78.624 v -51.44"
style="fill:#B5D900;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" /><path
id="path100"
d="m 4739.1319,2682.9599 h 3.804 v 51.44 h -3.804 v -51.44"
style="fill:#B5D900;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" /><path
id="path101"
d="m 4557.2132,2682.9599 h 3.8054 v 51.44 h -3.8054 v -51.44"
style="fill:#B5D900;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" /><path
id="path102"
d="m 4537.4999,2682.9599 h 7.4933 v 51.44 h -7.4933 v -51.44"
style="fill:#B5D900;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" /><path
id="path103"
d="m 4720.1092,2682.9599 h 10.0307 v 51.44 h -10.0307 v -51.44"
style="fill:#B5D900;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" /><path
id="path104"
d="m 4685.5239,2682.9599 h 20.06 v 51.44 h -20.06 v -51.44"
style="fill:#B5D900;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" /><path
id="path105"
d="m 4404.3466,2682.9599 h 3.8053 v 51.44 h -3.8053 v -51.44"
style="fill:#B5D900;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" /><path
id="path106"
d="m 4385.3252,2682.9599 h 10.0294 v 51.44 h -10.0294 v -51.44"
style="fill:#B5D900;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" /><path
id="path107"
d="m 4350.7399,2682.9599 h 20.06 v 51.44 h -20.06 v -51.44"
style="fill:#B5D900;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" /><path
id="path108"
d="m 4774.7545,2682.9599 h 102.372 v 51.44 h -102.372 v -51.44"
style="fill:#B5D900;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333" /></g><g
inkscape:groupmode="layer"
id="layer6"
inkscape:label="blob"
transform="matrix(0.92789232,0,0,0.92789232,-25.44431,97.68614)"><g
id="g7"
transform="matrix(-1.4724076,0,0,1.4724076,2705.8149,-90.935334)"
inkscape:label="blobShadow"
style="fill:#22AA22;fill-opacity:1;stroke:none"><path
id="path7-3"
style="fill:#22AA22;fill-opacity:1;stroke:none;stroke-width:3"
d="m 1319.875,319.66769 -40.2566,40.25649 v 359.38173 l 240.0757,-239.34377 h 434.5261 V 359.92429 H 1480 l -40,-40.2566 z"
inkscape:label="topBlob"
sodipodi:nodetypes="ccccccccc" /><path
style="fill:#22AA22;fill-opacity:1;stroke:none;stroke-width:3;stroke-dasharray:none;stroke-opacity:1"
d="m 1171.2916,872.28098 360.1135,-360.11356 h 434.0393 v 360.11356 z"
id="path7"
sodipodi:nodetypes="ccccc"
inkscape:label="bottomBlob" /></g><g
id="g7-0"
transform="matrix(-1.4724076,0,0,1.4724076,2737.1245,-174.94402)"
inkscape:label="blobBody"><path
id="path7-3-7"
style="fill:none;fill-opacity:0.2;stroke:#B5D900;stroke-width:2.19581;stroke-dasharray:none"
d="m 1319.875,319.66769 -40.2566,40.25649 v 359.38173 l 240.0757,-239.34377 h 434.5261 V 359.92429 H 1480 l -40,-40.2566 z"
inkscape:label="topBlob"
sodipodi:nodetypes="ccccccccc" /><path
style="fill:none;fill-opacity:1;stroke:#B5D900;stroke-width:2.19581;stroke-dasharray:none;stroke-opacity:1"
d="m 1171.2916,872.28098 360.1135,-360.11356 h 434.0393 v 360.11356 z"
id="path7-8"
sodipodi:nodetypes="ccccc"
inkscape:label="bottomBlob" /></g></g><g
inkscape:groupmode="layer"
id="layer8"
inkscape:label="line"
transform="translate(-242)"><path
style="fill:none;fill-opacity:1;stroke:#B5D900;stroke-width:3;stroke-dasharray:none;stroke-opacity:1"
d="m 1731.8957,1163.8483 v -157.4509 l -70.4868,-70.48678 H 1198.8475 L 1008.058,745.46435"
id="path9"
sodipodi:nodetypes="ccccc" /><path
style="fill:none;fill-opacity:1;stroke:#B5D900;stroke-width:3;stroke-dasharray:none;stroke-opacity:1"
d="M 690.27389,427.56586 590.07549,327.36749 V -51.651298"
id="path10"
sodipodi:nodetypes="ccc" /></g><g
id="g1"
inkscape:label="logo"
transform="translate(38,12)"><path
id="path2"
style="fill:#22AA22;fill-opacity:1;stroke:none;stroke-width:3.15901;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
d="m 1470.6146,183.27896 a 52.662275,52.821568 0 0 0 -52.6606,52.82014 52.662275,52.821568 0 0 0 52.6606,52.82298 52.662275,52.821568 0 0 0 28.6606,-8.59257 l 138.1852,137.97117 a 52.662275,52.821568 0 0 0 -7.2878,19.56819 h -107.6914 a 52.662275,52.821568 0 0 0 -51.8666,-44.07853 52.662275,52.821568 0 0 0 -51.2819,44.07853 h -107.1976 a 52.662275,52.821568 0 0 0 -51.8667,-44.07853 52.662275,52.821568 0 0 0 -52.6609,52.82325 52.662275,52.821568 0 0 0 52.6609,52.81986 52.662275,52.821568 0 0 0 51.2578,-43.92047 H 1419.36 a 52.662275,52.821568 0 0 0 39.5456,42.06034 l -0.1396,108.4457 a 52.662275,52.821568 0 0 0 -40.8215,50.94169 52.662275,52.821568 0 0 0 52.6607,52.82014 52.662275,52.821568 0 0 0 52.6637,-52.82014 52.662275,52.821568 0 0 0 -10.9635,-32.17284 l 136.9763,-136.658 a 52.662275,52.821568 0 0 0 32.1666,11.30358 52.662275,52.821568 0 0 0 52.6612,-52.81986 52.662275,52.821568 0 0 0 -52.6612,-52.82325 52.662275,52.821568 0 0 0 -32.2303,11.36754 L 1512.2166,268.37849 a 52.662275,52.821568 0 0 0 11.0516,-32.27939 52.662275,52.821568 0 0 0 -52.6639,-52.82014 z m 51.2575,272.23402 H 1630.2 a 52.662275,52.821568 0 0 0 7.3001,19.48927 l -138.1154,137.79793 a 52.662275,52.821568 0 0 0 -23.0154,-8.33421 l 0.1395,-105.96541 a 52.662275,52.821568 0 0 0 45.3768,-42.98758 z"
inkscape:label="logo-shadow" /><path
id="path2-2"
style="fill:none;fill-opacity:1;stroke:#B5D900;stroke-width:3.15901;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
d="m 1488.6708,160.72107 a 52.662275,52.821568 0 0 0 -52.6606,52.82014 52.662275,52.821568 0 0 0 52.6606,52.82298 52.662275,52.821568 0 0 0 28.6606,-8.59257 l 138.1852,137.97118 a 52.662275,52.821568 0 0 0 -7.2878,19.56818 h -107.6914 a 52.662275,52.821568 0 0 0 -51.8666,-44.07853 52.662275,52.821568 0 0 0 -51.282,44.07853 h -107.1975 a 52.662275,52.821568 0 0 0 -51.8666,-44.07853 52.662275,52.821568 0 0 0 -52.661,52.82325 52.662275,52.821568 0 0 0 52.661,52.81986 52.662275,52.821568 0 0 0 51.2577,-43.92047 h 107.8338 a 52.662275,52.821568 0 0 0 39.5456,42.06034 l -0.1396,108.4457 a 52.662275,52.821568 0 0 0 -40.8215,50.94169 52.662275,52.821568 0 0 0 52.6606,52.82014 52.662275,52.821568 0 0 0 52.6638,-52.82014 52.662275,52.821568 0 0 0 -10.9635,-32.17285 l 136.9763,-136.65799 a 52.662275,52.821568 0 0 0 32.1666,11.30358 52.662275,52.821568 0 0 0 52.6611,-52.81986 52.662275,52.821568 0 0 0 -52.6611,-52.82325 52.662275,52.821568 0 0 0 -32.2304,11.36754 L 1530.2727,245.8206 a 52.662275,52.821568 0 0 0 11.0517,-32.27939 52.662275,52.821568 0 0 0 -52.6639,-52.82014 z m 51.2575,272.23402 h 108.3279 a 52.662275,52.821568 0 0 0 7.3001,19.48928 l -138.1154,137.79792 a 52.662275,52.821568 0 0 0 -23.0154,-8.33421 l 0.1394,-105.9654 a 52.662275,52.821568 0 0 0 45.3768,-42.98759 z"
inkscape:label="logo" /></g></svg>

Before

Width:  |  Height:  |  Size: 13 KiB