glance: make homepage more focused

This commit is contained in:
Nico 2025-05-03 16:16:04 +10:00
parent 39e4884e9a
commit 6f7ac91657

View file

@ -10,7 +10,9 @@
pages = [ pages = [
{ {
name = "Home"; name = "Home";
width = "slim";
hide-desktop-navigation = true; hide-desktop-navigation = true;
center-vertically = true;
columns = [ columns = [
{ {
size = "full"; size = "full";
@ -18,39 +20,7 @@
{ {
type = "search"; type = "search";
search-engine = "duckduckgo"; search-engine = "duckduckgo";
} autofocus = true;
{
type = "group";
widgets = [
{
type = "clock";
hour-format = "24h";
timezones = [
{
timezone = "Australia/Sydney";
label = "Sydney";
}
{
timezone = "Europe/London";
label = "London";
}
{
timezone = "Europe/Moscow";
label = "Moscow";
}
];
}
{
type = "weather";
location = "Sydney, Australia";
units = "metric"; # alternatively "imperial"
hour-format = "12h"; # alternatively "24h"
}
{
type = "calendar";
first-day-of-week = "monday";
}
];
} }
{ {
type = "bookmarks"; type = "bookmarks";