mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-05 11:40:00 +00:00
feat: add on state logic
This commit is contained in:
@@ -25,8 +25,13 @@ Singleton {
|
||||
"CustomButton": {
|
||||
"allowUserSettings": true,
|
||||
"icon": "heart",
|
||||
"exec": "",
|
||||
"tooltipText": "Custom Button"
|
||||
"onStateIcon": "heart",
|
||||
"onClicked": "",
|
||||
"onRightClicked": "",
|
||||
"onMiddleClicked": "",
|
||||
"onStateCommand": "",
|
||||
"generalTooltipText": "Custom Button",
|
||||
"enableOnStateLogic": false
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user