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 = [
{
name = "Home";
width = "slim";
hide-desktop-navigation = true;
center-vertically = true;
columns = [
{
size = "full";
@ -18,39 +20,7 @@
{
type = "search";
search-engine = "duckduckgo";
}
{
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";
}
];
autofocus = true;
}
{
type = "bookmarks";