Use capitalized camel for all classes
This commit is contained in:
+18
-18
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user