Replace calendar widget with daytime label

This commit is contained in:
David Heinemeier Hansson
2026-05-20 16:59:38 +02:00
parent 532db800d7
commit 4941fe4bf9
11 changed files with 127 additions and 230 deletions
+3 -3
View File
@@ -41,10 +41,10 @@ ShellRoot {
bar: {
position: "top",
transparent: false,
centerAnchor: "calendar",
centerAnchor: "daytime",
layout: {
left: [{ id: "omarchy" }, { id: "workspaces" }],
center: [{ id: "calendar", format: "dddd HH:mm" }],
center: [{ id: "daytime", format: "dddd HH:mm" }],
right: [{ id: "audioPanel" }]
}
},
@@ -488,7 +488,7 @@ ShellRoot {
// Mirror plugin registry state into BarWidgetRegistry whenever it changes.
// Each enabled plugin with kind "bar-widget" gets a Component created from
// its manifest entry point and registered under its plain manifest id.
// First-party widget ids (calendar, weather, etc.) are short and don't
// First-party widget ids (daytime, weather, etc.) are short and don't
// collide with namespaced plugin ids, so we don't need a separate
// "plugin:" namespace anymore.
Connections {