List of pages to be present on the dashboard.
See https://github.com/glanceapp/glance/blob/main/docs/configuration.md#pages--columns.
Declarations
Type
YAML value
Default
[
{
columns = [
{
size = "full";
widgets = [
{
type = "calendar";
}
];
}
];
name = "Calendar";
}
]
Example
[
{
columns = [
{
size = "full";
widgets = [
{
type = "calendar";
}
{
location = "Nivelles, Belgium";
type = "weather";
}
];
}
];
name = "Home";
}
]