mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2025-12-05 22:26:16 +00:00
Settings: added a launcher button for the default/new user settings. + gitignore cleanup
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,4 +1,3 @@
|
|||||||
.qmlls.ini
|
.qmlls.ini
|
||||||
.zed
|
.zed
|
||||||
Bin/battery-manager/uninstall-battery-manager.sh
|
|
||||||
.idea
|
.idea
|
||||||
@@ -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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user