This commit is contained in:
mjallen18
2025-12-23 18:41:22 -06:00
parent 74e772582d
commit 8f08f24761
6 changed files with 73 additions and 24 deletions

View File

@@ -47,6 +47,7 @@ let
{
name = "Startpage";
width = "default";
tab = "First";
hide-desktop-navigation = true;
center-vertically = true;
columns = [
@@ -59,7 +60,7 @@ let
}
{
type = "weather";
units = "metric";
units = "imperial";
hour-format = "12h";
location = "Saint Paul, Minnesota, United States";
}
@@ -85,11 +86,12 @@ let
}
{
size = "full";
tab = "First";
widgets = [
{
type = "search";
autofocus = true;
search-engine = "duckduckgo";
search-engine = "google";
bangs = [
{
title = "YouTube";
@@ -142,7 +144,7 @@ let
{
title = "Manyfold";
url = "http://10.0.1.3:3214/collections";
icon = "sh:Manyfold";
icon = "sh:manyfold";
allow-insecure = true;
}
{
@@ -174,6 +176,7 @@ let
}
{
type = "bookmarks";
tab = "First";
groups = [
{
title = "General";
@@ -236,6 +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";
}
];
}
];
}
];
};
};