Use capitalized camel for all classes

This commit is contained in:
David Heinemeier Hansson
2026-05-20 22:00:10 +02:00
parent ac859b5157
commit f9a2685aab
42 changed files with 129 additions and 135 deletions
+4 -4
View File
@@ -44,11 +44,11 @@ ShellRoot {
bar: {
position: "top",
transparent: false,
centerAnchor: "clock",
centerAnchor: "Clock",
layout: {
left: [{ id: "omarchy" }, { id: "workspaces" }],
center: [{ id: "clock", format: "dddd HH:mm" }],
right: [{ id: "audioPanel" }]
left: [{ id: "Omarchy" }, { id: "Workspaces" }],
center: [{ id: "Clock", format: "dddd HH:mm" }],
right: [{ id: "AudioPanel" }]
}
},
plugins: []