Merge branch 'upstream-custom' into dev

This commit is contained in:
Yingjie Wang 2024-06-04 16:52:47 -04:00
commit 1331fab4fb
2 changed files with 14 additions and 1 deletions

View File

@ -47,7 +47,7 @@
"battery", "battery",
"battery#charging", "battery#charging",
"tray", "tray",
"custom/exit" "group/power"
] ]
}, { }, {
// General Settings // General Settings

View File

@ -347,6 +347,19 @@
] ]
}, },
"group/power": {
"orientation": "inherit",
"drawer": {
"transition-duration": 300,
"children-class": "not-memory",
"transition-left-to-right": false
},
"modules": [
"custom/exit",
"idle_inhibitor"
]
},
// Group Settings // Group Settings
"group/settings": { "group/settings": {
"orientation": "horizontal", "orientation": "horizontal",