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
+18 -18
View File
@@ -7,58 +7,58 @@
"bar": {
"position": "top",
"transparent": false,
"centerAnchor": "clock",
"centerAnchor": "Clock",
"layout": {
"left": [
{
"id": "omarchy"
"id": "Omarchy"
},
{
"id": "workspaces"
"id": "Workspaces"
}
],
"center": [
{
"id": "clock",
"id": "Clock",
"format": "dddd HH:mm",
"formatAlt": "dd MMMM 'W'ww yyyy",
"verticalFormat": "HH\n\u2014\nmm"
},
{
"id": "weather"
"id": "Weather"
},
{
"id": "indicators",
"id": "Indicators",
"items": [
"dnd",
"nightlight",
"stayAwake",
"screenrecording",
"dictation"
"Dnd",
"NightLight",
"StayAwake",
"ScreenRecording",
"Dictation"
]
},
{
"id": "systemUpdate"
"id": "SystemUpdate"
}
],
"right": [
{
"id": "tray"
"id": "Tray"
},
{
"id": "bluetoothPanel"
"id": "BluetoothPanel"
},
{
"id": "networkPanel"
"id": "NetworkPanel"
},
{
"id": "audioPanel"
"id": "AudioPanel"
},
{
"id": "monitorPanel"
"id": "MonitorPanel"
},
{
"id": "powerPanel"
"id": "PowerPanel"
}
]
}