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 = [
|
groups = [
|
||||||
{
|
{
|
||||||
title = "Hosting";
|
title = "Hosting";
|
||||||
color = 187 56.6 47.8;
|
color = "hsl(187 56.6% 47.8%)";
|
||||||
links = [
|
links = [
|
||||||
{
|
{
|
||||||
title = "Porkbun";
|
title = "Porkbun";
|
||||||
|
|
@ -85,7 +85,7 @@
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
title = "Dev";
|
title = "Dev";
|
||||||
color = 319 37.6 63.5;
|
color = "hsl(319 37.6% 63.5%)";
|
||||||
links = [
|
links = [
|
||||||
{
|
{
|
||||||
title = "Codeberg";
|
title = "Codeberg";
|
||||||
|
|
@ -195,7 +195,7 @@
|
||||||
type = "weather";
|
type = "weather";
|
||||||
units = "metric";
|
units = "metric";
|
||||||
hour-format = "24h";
|
hour-format = "24h";
|
||||||
location = "Munich, Germany"
|
location = "Munich, Germany";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue