glance: fix config

This commit is contained in:
Dennis Schoepf 2025-11-14 23:30:41 +01:00
parent e41c1a0554
commit 962e39b1a5

View file

@ -63,7 +63,7 @@
groups = [
{
title = "Hosting";
color = 187 56.6 47.8;
color = "hsl(187 56.6% 47.8%)";
links = [
{
title = "Porkbun";
@ -85,7 +85,7 @@
}
{
title = "Dev";
color = 319 37.6 63.5;
color = "hsl(319 37.6% 63.5%)";
links = [
{
title = "Codeberg";
@ -195,7 +195,7 @@
type = "weather";
units = "metric";
hour-format = "24h";
location = "Munich, Germany"
location = "Munich, Germany";
}
];
}