Added more widgets to home sidebar.

This commit is contained in:
2026-09-18 12:35:50 -05:00
parent 499590adc9
commit 98e2a007f2
6 changed files with 42 additions and 0 deletions
+7
View File
@@ -12,3 +12,10 @@
- size: full
widgets:
- $include: ../widgets/search.yml
- size: small
widgets:
- $include: ../widgets/clock.yml
- $include: ../widgets/calendar.yml
- $include: ../widgets/weather-quito.yml
- $include: ../widgets/weather-seoul.yml
- $include: ../widgets/releases-followed.yml
+3
View File
@@ -0,0 +1,3 @@
- type: calendar
title: 📅 Calendar
first-day-of-week: monday
+12
View File
@@ -0,0 +1,12 @@
- type: clock
title: ⏰ Clock
hour-format: 12h
timezones:
- timezone: America/Los_Angeles
label: Los Angeles
- timezone: America/New_York
label: New York
- timezone: Europe/Paris
label: Paris
- timezone: Asia/Seoul
label: Seoul
+8
View File
@@ -0,0 +1,8 @@
- type: releases
title: 🆕 Releases
token: ${GITHUB_TOKEN}
show-source-icon: true
limit: 25
collapse-after: 10
repositories:
- glanceapp/glance
+6
View File
@@ -0,0 +1,6 @@
- type: weather
title: 🌦️ Weather [Quito]
units: metric
hour-format: 12h
hide-location: false
location: Quito, Ecuador
+6
View File
@@ -0,0 +1,6 @@
- type: weather
title: 🌦️ Weather [Seoul]
units: metric
hour-format: 12h
hide-location: false
location: Seoul, South Korea