Make the bar clock open AGS quick settings again
Claude-Session: https://claude.ai/code/session_014ADhvRXuiTvrXSbConxUey
This commit is contained in:
+8
-5
@@ -7,7 +7,7 @@
|
||||
"bar": {
|
||||
"position": "top",
|
||||
"transparent": false,
|
||||
"centerAnchor": "omarchy.clock",
|
||||
"centerAnchor": "blob.clock",
|
||||
"layout": {
|
||||
"left": [
|
||||
{
|
||||
@@ -19,10 +19,13 @@
|
||||
],
|
||||
"center": [
|
||||
{
|
||||
"id": "omarchy.clock",
|
||||
"format": "dddd d MMMM HH:mm",
|
||||
"formatAlt": "d MMMM 'W'ww yyyy",
|
||||
"verticalFormat": "HH\n—\nmm"
|
||||
"id": "blob.clock",
|
||||
"type": "command",
|
||||
"exec": "date '+%A %d %B %H:%M'",
|
||||
"interval": 15,
|
||||
"onClick": "ags toggle quick-settings",
|
||||
"onMiddleClick": "omarchy-shell shell toggle omarchy.clock",
|
||||
"onRightClick": "omarchy-menu-timezone"
|
||||
},
|
||||
{
|
||||
"id": "omarchy.system-update"
|
||||
|
||||
Reference in New Issue
Block a user