Add Quickshell bar

This commit is contained in:
Ryan Hughes
2026-05-14 02:21:47 -04:00
parent 6b074c7a17
commit 30dc9fddde
21 changed files with 1812 additions and 24 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"position": "top",
"fontFamily": "JetBrainsMono Nerd Font",
"centerAnchor": "clock",
"layout": {
"left": ["omarchy", "workspaces"],
"center": ["clock", "weather", "update", "voxtype", "screenRecording", "idle", "notifications"],
"right": ["tray", "bluetooth", "network", "audio", "cpu", "battery"]
},
"modules": {
"clock": {
"format": "dddd HH:mm",
"formatAlt": "dd MMMM 'W'ww yyyy",
"verticalFormat": "HH\n—\nmm"
}
}
}