diff --git a/modules/services/glance.nix b/modules/services/glance.nix index 60a525d..6ba7c28 100644 --- a/modules/services/glance.nix +++ b/modules/services/glance.nix @@ -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";