use svg icons on dashboard to improve asset quality at higher resolutions

This commit is contained in:
wi11-holdsworth 2025-07-31 10:45:48 +10:00
parent 3bc03cc13e
commit 293305263f

View file

@ -45,7 +45,7 @@ in
{ {
"Lidarr" = { "Lidarr" = {
"description" = "Music collection manager"; "description" = "Music collection manager";
"icon" = "lidarr.png"; "icon" = "lidarr.svg";
"href" = "https://lidarr.fi33.buzz/"; "href" = "https://lidarr.fi33.buzz/";
"widget" = { "widget" = {
"type" = "lidarr"; "type" = "lidarr";
@ -58,7 +58,7 @@ in
{ {
"Prowlarr" = { "Prowlarr" = {
"description" = "Indexer management tool"; "description" = "Indexer management tool";
"icon" = "prowlarr.png"; "icon" = "prowlarr.svg";
"href" = "https://prowlarr.fi33.buzz/"; "href" = "https://prowlarr.fi33.buzz/";
"widget" = { "widget" = {
"type" = "prowlarr"; "type" = "prowlarr";
@ -70,7 +70,7 @@ in
{ {
"Radarr" = { "Radarr" = {
"description" = "Movie collection manager"; "description" = "Movie collection manager";
"icon" = "radarr.png"; "icon" = "radarr.svg";
"href" = "https://radarr.fi33.buzz/"; "href" = "https://radarr.fi33.buzz/";
"widget" = { "widget" = {
"type" = "radarr"; "type" = "radarr";
@ -83,7 +83,7 @@ in
{ {
"Sonarr" = { "Sonarr" = {
"description" = "TV show collection manager"; "description" = "TV show collection manager";
"icon" = "sonarr.png"; "icon" = "sonarr.svg";
"href" = "https://sonarr.fi33.buzz/"; "href" = "https://sonarr.fi33.buzz/";
"widget" = { "widget" = {
"type" = "sonarr"; "type" = "sonarr";
@ -100,7 +100,7 @@ in
{ {
"Immich" = { "Immich" = {
"description" = "Photo backup"; "description" = "Photo backup";
"icon" = "immich.png"; "icon" = "immich.svg";
"href" = "https://immich.fi33.buzz/"; "href" = "https://immich.fi33.buzz/";
"widget" = { "widget" = {
"type" = "immich"; "type" = "immich";
@ -119,7 +119,7 @@ in
{ {
"Jellyfin" = { "Jellyfin" = {
"description" = "Media streaming"; "description" = "Media streaming";
"icon" = "jellyfin.png"; "icon" = "jellyfin.svg";
"href" = "https://jellyfin.fi33.buzz/"; "href" = "https://jellyfin.fi33.buzz/";
"widget" = { "widget" = {
"type" = "jellyfin"; "type" = "jellyfin";
@ -136,7 +136,7 @@ in
{ {
"Miniflux" = { "Miniflux" = {
"description" = "RSS aggregator"; "description" = "RSS aggregator";
"icon" = "miniflux.png"; "icon" = "miniflux.svg";
"href" = "https://miniflux.fi33.buzz/"; "href" = "https://miniflux.fi33.buzz/";
"widget" = { "widget" = {
"type" = "miniflux"; "type" = "miniflux";
@ -148,7 +148,7 @@ in
{ {
"Paperless" = { "Paperless" = {
"description" = "Digital filing cabinet"; "description" = "Digital filing cabinet";
"icon" = "paperless.png"; "icon" = "paperless.svg";
"href" = "https://paperless.fi33.buzz/"; "href" = "https://paperless.fi33.buzz/";
"widget" = { "widget" = {
"type" = "paperlessngx"; "type" = "paperlessngx";
@ -165,35 +165,35 @@ in
{ {
"copyparty" = { "copyparty" = {
"description" = "Cloud file manager"; "description" = "Cloud file manager";
"icon" = "sh-copyparty.png"; "icon" = "sh-copyparty.svg";
"href" = "https://copyparty.fi33.buzz/"; "href" = "https://copyparty.fi33.buzz/";
}; };
} }
{ {
"CouchDB" = { "CouchDB" = {
"description" = "Obsidian sync database"; "description" = "Obsidian sync database";
"icon" = "couchdb.png"; "icon" = "couchdb.svg";
"href" = "https://couchdb.fi33.buzz/_utils/"; "href" = "https://couchdb.fi33.buzz/_utils/";
}; };
} }
{ {
"ntfy" = { "ntfy" = {
"description" = "Notification service"; "description" = "Notification service";
"icon" = "ntfy.png"; "icon" = "ntfy.svg";
"href" = "https://ntfy-sh.fi33.buzz/"; "href" = "https://ntfy-sh.fi33.buzz/";
}; };
} }
{ {
"qBittorrent" = { "qBittorrent" = {
"description" = "BitTorrent client"; "description" = "BitTorrent client";
"icon" = "qbittorrent.png"; "icon" = "qbittorrent.svg";
"href" = "https://qbittorrent.fi33.buzz/"; "href" = "https://qbittorrent.fi33.buzz/";
}; };
} }
{ {
"Vaultwarden" = { "Vaultwarden" = {
"description" = "Password manager"; "description" = "Password manager";
"icon" = "vaultwarden.png"; "icon" = "vaultwarden.svg";
"href" = "https://vaultwarden.fi33.buzz/"; "href" = "https://vaultwarden.fi33.buzz/";
}; };
} }