From c7f947d235bcffe547686f97da951d0ab965da4a Mon Sep 17 00:00:00 2001 From: ItsLemmy Date: Sun, 30 Nov 2025 10:36:17 -0500 Subject: [PATCH] Settings: added a launcher button for the default/new user settings. + gitignore cleanup --- .gitignore | 1 - Commons/Settings.qml | 10 ++++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 61d3f782..5fb2b4a0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ .qmlls.ini .zed -Bin/battery-manager/uninstall-battery-manager.sh .idea \ No newline at end of file diff --git a/Commons/Settings.qml b/Commons/Settings.qml index dad92b87..33b69c54 100644 --- a/Commons/Settings.qml +++ b/Commons/Settings.qml @@ -166,7 +166,13 @@ Singleton { widgets: JsonObject { property list 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" } ] }