Regenerated

This commit is contained in:
2026-04-23 11:56:57 +02:00
parent 15712267d6
commit 3de57e0786
4 changed files with 452 additions and 392 deletions
+21 -3
View File
@@ -10,8 +10,7 @@
/*******************************************************************/
"modules-left": [
"group/connections"
,"group/hardware"
"group/hardware"
],
"modules-center": [
@@ -24,7 +23,7 @@
"modules-right": [
"group/audio"
,"tray"
,"group/tray"
,"clock"
,"idle_inhibitor"
,"custom/notifications"
@@ -61,6 +60,25 @@
"tooltip": false
},
/*******************************************************************/
"group/tray": {
"orientation": "horizontal",
"drawer": {
"transition-duration": 500,
"transition-left-to-right": true
},
"modules": [
"custom/hardware-anchor",
"tray",
]
},
"custom/tray-anchor": {
"format": "TTRAY",
"tooltip": false
},
/*************************/