mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
settings-search: added missing hooks
This commit is contained in:
@@ -578,6 +578,78 @@
|
||||
"subTab": 0,
|
||||
"subTabLabel": "common.general"
|
||||
},
|
||||
{
|
||||
"labelKey": "panels.hooks.noctalia-started-label",
|
||||
"descriptionKey": "panels.hooks.noctalia-started-description",
|
||||
"widget": "HookRow",
|
||||
"tab": 19,
|
||||
"tabLabel": "panels.hooks.title",
|
||||
"subTab": 1,
|
||||
"subTabLabel": "panels.hooks.title"
|
||||
},
|
||||
{
|
||||
"labelKey": "panels.hooks.wallpaper-changed-label",
|
||||
"descriptionKey": "panels.hooks.wallpaper-changed-description",
|
||||
"widget": "HookRow",
|
||||
"tab": 19,
|
||||
"tabLabel": "panels.hooks.title",
|
||||
"subTab": 1,
|
||||
"subTabLabel": "panels.hooks.title"
|
||||
},
|
||||
{
|
||||
"labelKey": "panels.hooks.theme-changed-label",
|
||||
"descriptionKey": "panels.hooks.theme-changed-description",
|
||||
"widget": "HookRow",
|
||||
"tab": 19,
|
||||
"tabLabel": "panels.hooks.title",
|
||||
"subTab": 1,
|
||||
"subTabLabel": "panels.hooks.title"
|
||||
},
|
||||
{
|
||||
"labelKey": "panels.hooks.screen-lock-label",
|
||||
"descriptionKey": "panels.hooks.screen-lock-description",
|
||||
"widget": "HookRow",
|
||||
"tab": 19,
|
||||
"tabLabel": "panels.hooks.title",
|
||||
"subTab": 1,
|
||||
"subTabLabel": "panels.hooks.title"
|
||||
},
|
||||
{
|
||||
"labelKey": "panels.hooks.screen-unlock-label",
|
||||
"descriptionKey": "panels.hooks.screen-unlock-description",
|
||||
"widget": "HookRow",
|
||||
"tab": 19,
|
||||
"tabLabel": "panels.hooks.title",
|
||||
"subTab": 1,
|
||||
"subTabLabel": "panels.hooks.title"
|
||||
},
|
||||
{
|
||||
"labelKey": "panels.hooks.performance-mode-enabled-label",
|
||||
"descriptionKey": "panels.hooks.performance-mode-enabled-description",
|
||||
"widget": "HookRow",
|
||||
"tab": 19,
|
||||
"tabLabel": "panels.hooks.title",
|
||||
"subTab": 1,
|
||||
"subTabLabel": "panels.hooks.title"
|
||||
},
|
||||
{
|
||||
"labelKey": "panels.hooks.performance-mode-disabled-label",
|
||||
"descriptionKey": "panels.hooks.performance-mode-disabled-description",
|
||||
"widget": "HookRow",
|
||||
"tab": 19,
|
||||
"tabLabel": "panels.hooks.title",
|
||||
"subTab": 1,
|
||||
"subTabLabel": "panels.hooks.title"
|
||||
},
|
||||
{
|
||||
"labelKey": "panels.hooks.session-label",
|
||||
"descriptionKey": "panels.hooks.session-description",
|
||||
"widget": "HookRow",
|
||||
"tab": 19,
|
||||
"tabLabel": "panels.hooks.title",
|
||||
"subTab": 1,
|
||||
"subTabLabel": "panels.hooks.title"
|
||||
},
|
||||
{
|
||||
"labelKey": "panels.launcher.settings-clipboard-history-label",
|
||||
"descriptionKey": "panels.launcher.settings-clipboard-history-description",
|
||||
|
||||
@@ -32,6 +32,7 @@ WIDGET_TYPES = (
|
||||
"NTextInput",
|
||||
"NCheckbox",
|
||||
"NLabel",
|
||||
"HookRow",
|
||||
)
|
||||
|
||||
# Regex patterns
|
||||
|
||||
Reference in New Issue
Block a user