glance: Fine tune icons

This commit is contained in:
SebastianStork 2026-03-09 23:23:47 +01:00
parent e15485a60e
commit b3a1a8bb41
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q
4 changed files with 4 additions and 4 deletions

View file

@ -103,7 +103,7 @@ in
meta.services.${cfg.domain} = {
name = "Alertmanager";
icon = "di:alertmanager";
icon = "sh:alertmanager";
};
};
};

View file

@ -51,7 +51,7 @@ in
meta.services.${cfg.domain} = {
name = "File Browser";
icon = "sh:filebrowser";
icon = "sh:file-browser";
};
};
};

View file

@ -32,7 +32,7 @@ in
meta.services.${cfg.domain} = {
name = "Blog";
icon = "sh:ghost";
icon = "sh:zola";
};
};
};

View file

@ -31,7 +31,7 @@ in
meta.services.${cfg.domain} = {
name = "Screego";
icon = "sh:screego";
icon = "mdi:projector-screen-outline";
};
};
};