glance: fix config
This commit is contained in:
parent
e41c1a0554
commit
962e39b1a5
1 changed files with 3 additions and 3 deletions
|
|
@ -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";
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue