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