mirror of
https://github.com/prdlk/glance.git
synced 2026-08-02 17:31:40 +00:00
18 lines
531 B
YAML
18 lines
531 B
YAML
# Left rail — weather corner, work agenda, world clocks
|
|
- size: small
|
|
widgets:
|
|
- type: weather
|
|
location: Ashburn, Virginia, United States
|
|
units: imperial # alternatively "metric"
|
|
hour-format: 12h # alternatively "24h"
|
|
- $include: ./widgets/ical-work.yml
|
|
- type: clock
|
|
hour-format: 12h
|
|
timezones:
|
|
- timezone: America/Los_Angeles
|
|
label: Los Angeles
|
|
- timezone: Asia/Singapore
|
|
label: Singapore
|
|
- timezone: Europe/London
|
|
label: London
|