mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2025-12-05 22:26:16 +00:00
Merge branch 'main' of https://github.com/noctalia-dev/noctalia-shell
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,4 +1,3 @@
|
||||
.qmlls.ini
|
||||
.zed
|
||||
Bin/battery-manager/uninstall-battery-manager.sh
|
||||
.idea
|
||||
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user