This commit is contained in:
Ly-sec
2025-11-30 17:08:01 +01:00
2 changed files with 8 additions and 3 deletions

1
.gitignore vendored
View File

@@ -1,4 +1,3 @@
.qmlls.ini
.zed
Bin/battery-manager/uninstall-battery-manager.sh
.idea

View File

@@ -166,7 +166,13 @@ Singleton {
widgets: JsonObject {
property list<var> left: [
{
"id": "ControlCenter"
"icon": "rocket",
"id": "CustomButton",
"leftClickExec": "qs -c noctalia-shell ipc call launcher toggle"
},
{
"id": "Clock",
"usePrimaryColor": false
},
{
"id": "SystemMonitor"
@@ -203,7 +209,7 @@ Singleton {
"id": "Brightness"
},
{
"id": "Clock"
"id": "ControlCenter"
}
]
}