idk
This commit is contained in:
@@ -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";
|
||||
}
|
||||
];
|
||||
}
|
||||
];
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user