Files
startpage-onedark/config.json
2025-10-27 15:21:18 +01:00

67 lines
2.0 KiB
JSON

{
"squares": [
{ "name": "media",
"color": "#61afef",
"links": [
{ "name": "Youtube", "url": "https://youtube.com" },
{ "name": "Jellyfin", "url": "https://stream.kawa.zip/" },
{ "name": "KawaMusic", "url": "https://music.kawawete.xyz/" },
{ "name": "Tidal", "url": "https://tidal.com" },
{ "name": "Tidal", "url": "https://zic.kawa.zip" }
]
},
{ "name": "homelab",
"color": "#e06c75",
"links": [
{ "name": "Front 1 Portainer", "url": "https://port.team4kw.fr" },
{ "name": "Front 2 Portainer", "url": "https://port.azuze.fr/" },
{ "name": "IIRIAM Dockge", "url": "https://yacht.iiriam.fr/" }
]
},
{ "name": "social",
"color": "#e5c07b",
"links": [
{ "name": "Reddit", "url": "https://reddit.com" },
{ "name": "9GAG", "url": "https://9gag.com" },
{ "name": "Twitter", "url": "https://x.com/" },
{ "name": "Instagram", "url": "https://instagram.com/" }
]
},
{
"name": "tools",
"color": "#98c379",
"links": [
{"name": "PDF", "url": "https://pdf.larrache.fr/"},
{"name": "YT DL", "url": "https://ytdl.kawa.zip/"},
{"name": "OmniTools", "url": "https://tools.larrache.fr/"},
{"name": "Penpot", "url": "https://id.larrache.fr"}
]
}
],
"searchEngine":"FindShit",
"user": "Kawa",
"disableMessage": false,
"disableDate": false,
"disableSearchBar": false,
"disable24Hour": false,
"disableWeather": false,
"timeZone": "Europe/Paris",
"weatherConf": {
"location": "Melun",
"unit": "cel"
},
"settingsIcon": false,
"style": {
"backgroundColor": "#282c34",
"messageColor": "#fff",
"dateColor": "#c8ccd4",
"lineColor": "#fff",
"weatherColor": "#c8ccd4",
"searchColor": "#c8ccd4",
"searchBackgroundColor": "#1e222a",
"squareColor": "#abb2bf",
"squareBackgroundColor": "#1e222a",
"autocompleteHighlightBackgroundColor": "#3e4451"
}
}