Settings: added a launcher button for the default/new user settings. + gitignore cleanup

This commit is contained in:
ItsLemmy
2025-11-30 10:36:17 -05:00
parent a81205f444
commit c7f947d235
2 changed files with 8 additions and 3 deletions

1
.gitignore vendored
View File

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

View File

@@ -166,7 +166,13 @@ Singleton {
widgets: JsonObject { widgets: JsonObject {
property list<var> left: [ 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" "id": "SystemMonitor"
@@ -203,7 +209,7 @@ Singleton {
"id": "Brightness" "id": "Brightness"
}, },
{ {
"id": "Clock" "id": "ControlCenter"
} }
] ]
} }