glance: make homepage more focused
This commit is contained in:
parent
39e4884e9a
commit
6f7ac91657
1 changed files with 3 additions and 33 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue