forked from nico/dots
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 = [
|
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";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue