You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(calendarium@kami911): auto-detect primary location from system timezone
When "Use manual location" is off, the desklet no longer hard-codes
Budapest. It resolves the computer's system IANA timezone (via
GLib.TimeZone, /etc/timezone or the /etc/localtime symlink) and looks up
approximate coordinates for it in tzdata's zone1970.tab / zone.tab.
Budapest remains the fallback when the timezone cannot be resolved.
The settings panel wording is updated accordingly, and the result is
cached for the desklet's lifetime.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01PNasJnrStmVjJgJ8MULzcG
Copy file name to clipboardExpand all lines: calendarium@kami911/files/calendarium@kami911/settings-schema.json
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -354,7 +354,8 @@
354
354
"use-manual-location": {
355
355
"type": "checkbox",
356
356
"default": false,
357
-
"description": "Use manual location (default: Budapest, Hungary)"
357
+
"description": "Use manual location",
358
+
"tooltip": "When off, the location is detected automatically from the computer's system timezone (falling back to Budapest, Hungary if it cannot be determined)."
0 commit comments