Configuration written to a yaml file that is read by glance. See https://github.com/glanceapp/glance/blob/main/docs/configuration.md for more.
Declarations
Type
YAML value
Default
{
pages = [
{
columns = [
{
size = "full";
widgets = [
{
type = "calendar";
}
];
}
];
name = "Calendar";
}
];
}
Example
{
pages = [
{
columns = [
{
size = "full";
widgets = [
{
type = "calendar";
}
{
location = "London, United Kingdom";
type = "weather";
}
];
}
];
name = "Home";
}
];
server = {
port = 5678;
};
}