From 85828a6d14ce27faa601cc06c6cabe81c7b8aa89 Mon Sep 17 00:00:00 2001 From: kisfenyo Date: Fri, 23 Jan 2026 12:30:33 +0100 Subject: [PATCH] added frequent links, changed events calendar to english --- glance-system/glance-orsi.yaml | 38 +++++++++++++++++++++++++--------- 1 file changed, 28 insertions(+), 10 deletions(-) diff --git a/glance-system/glance-orsi.yaml b/glance-system/glance-orsi.yaml index 8edeefc..8fee846 100644 --- a/glance-system/glance-orsi.yaml +++ b/glance-system/glance-orsi.yaml @@ -416,6 +416,28 @@ data: {{ end }} + # Quick Links - Frequently used + - type: bookmarks + title: Frequently used + groups: + - title: "" + links: + - title: Youtube + url: https://youtube.com + icon: si:youtube + - title: Facebook + url: https://facebook.com + icon: si:facebook + - title: Spotify + url: https://spotify.com + icon: si:spotify + - title: Gmail + url: https://gmail.com + icon: si:gmail + - title: Yahoo Mail + url: https://mail.yahoo.com + icon: https://web.dooplex.hu/static/white-icons/yahoo.png + # Quick Links - Productivity - type: bookmarks title: Productivity @@ -554,7 +576,7 @@ data: # Outline Notes iframe - type: iframe source: https://outline.dooplex.hu/collection/notes-VVby8kTDMn/recent - height: 500 + height: 800 title: Recent Notes # ---------- RIGHT COLUMN ---------- @@ -562,7 +584,7 @@ data: widgets: # Calendar Events Widget (Órák & Családi) - type: custom-api - title: Naptár + title: Next Events cache: 5m url: http://glance-helper.glance-system.svc.cluster.local:8000/calendar/events parameters: @@ -636,12 +658,8 @@ data:
-
- Következő események ({{ $count }}) -
- {{ if lt $count 1 }} -
Nincs közelgő esemény.
+
No events in near future
{{ else }} {{ if $hasMore }}{{ end }}
@@ -661,7 +679,7 @@ data:
{{ $startDate }}
{{ if $isAllDay }} -
Egész nap
+
Whole day
{{ else }}
{{ $startTime }}
{{ end }} @@ -670,8 +688,8 @@ data: {{ end }}
{{ if $hasMore }} - - + + {{ end }} {{ end }}