temp fix glance

This commit is contained in:
mjallen18
2026-01-03 09:27:24 -06:00
parent 56154fe941
commit 4a6a68dad4

View File

@@ -47,7 +47,7 @@ let
{
name = "Startpage";
width = "default";
tab = "First";
# tab = "First";
hide-desktop-navigation = true;
center-vertically = true;
columns = [
@@ -86,7 +86,7 @@ let
}
{
size = "full";
tab = "First";
# tab = "First";
widgets = [
{
type = "search";
@@ -176,7 +176,7 @@ let
}
{
type = "bookmarks";
tab = "First";
# tab = "First";
groups = [
{
title = "General";
@@ -239,25 +239,25 @@ let
}
];
}
{
name = "test";
width = "default";
hide-desktop-navigation = true;
center-vertically = true;
columns = [
{
size = "small";
widgets = [
{
type = "adguard";
url = "http://pi4.local:3000";
username = "mjallen";
password = "BogieDudie1";
}
];
}
];
}
# {
# name = "test";
# width = "default";
# hide-desktop-navigation = true;
# center-vertically = true;
# columns = [
# {
# size = "small";
# widgets = [
# {
# type = "adguard";
# url = "http://pi4.local:3000";
# username = "mjallen";
# password = "BogieDudie1";
# }
# ];
# }
# ];
# }
];
};
};