minor updates
This commit is contained in:
parent
cad4e125f4
commit
5d78105b52
6 changed files with 73 additions and 21 deletions
|
|
@ -10,6 +10,18 @@
|
|||
"kaomoji-provider": {
|
||||
"enabled": true,
|
||||
"sourceUrl": "https://github.com/noctalia-dev/noctalia-plugins"
|
||||
},
|
||||
"keybind-cheatsheet": {
|
||||
"enabled": true,
|
||||
"sourceUrl": "https://github.com/noctalia-dev/noctalia-plugins"
|
||||
},
|
||||
"pomodoro": {
|
||||
"enabled": true,
|
||||
"sourceUrl": "https://github.com/noctalia-dev/noctalia-plugins"
|
||||
},
|
||||
"tailscale": {
|
||||
"enabled": true,
|
||||
"sourceUrl": "https://github.com/noctalia-dev/noctalia-plugins"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
|
|
|
|||
|
|
@ -134,8 +134,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"iconColor": "none",
|
||||
"id": "WallpaperSelector"
|
||||
"id": "plugin:pomodoro"
|
||||
},
|
||||
{
|
||||
"hideWhenZero": false,
|
||||
|
|
@ -145,6 +144,44 @@
|
|||
"showUnreadBadge": true,
|
||||
"unreadBadgeColor": "primary"
|
||||
},
|
||||
{
|
||||
"colorizeSystemIcon": "none",
|
||||
"enableColorization": false,
|
||||
"hideMode": "alwaysExpanded",
|
||||
"icon": "clipboard-search",
|
||||
"id": "CustomButton",
|
||||
"ipcIdentifier": "",
|
||||
"leftClickExec": "qs -c noctalia-shell ipc call launcher clipboard",
|
||||
"leftClickUpdateText": false,
|
||||
"maxTextLength": {
|
||||
"horizontal": 10,
|
||||
"vertical": 10
|
||||
},
|
||||
"middleClickExec": "",
|
||||
"middleClickUpdateText": false,
|
||||
"parseJson": false,
|
||||
"rightClickExec": "",
|
||||
"rightClickUpdateText": false,
|
||||
"showIcon": true,
|
||||
"textCollapse": "",
|
||||
"textCommand": "",
|
||||
"textIntervalMs": 3000,
|
||||
"textStream": false,
|
||||
"wheelDownExec": "",
|
||||
"wheelDownUpdateText": false,
|
||||
"wheelExec": "",
|
||||
"wheelMode": "unified",
|
||||
"wheelUpExec": "",
|
||||
"wheelUpUpdateText": false,
|
||||
"wheelUpdateText": false
|
||||
},
|
||||
{
|
||||
"iconColor": "none",
|
||||
"id": "WallpaperSelector"
|
||||
},
|
||||
{
|
||||
"id": "plugin:tailscale"
|
||||
},
|
||||
{
|
||||
"displayMode": "onhover",
|
||||
"iconColor": "none",
|
||||
|
|
@ -269,6 +306,16 @@
|
|||
},
|
||||
{
|
||||
"id": "NightLight"
|
||||
},
|
||||
{
|
||||
"enableOnStateLogic": false,
|
||||
"generalTooltipText": "Keybind Cheatsheet",
|
||||
"icon": "keyboard",
|
||||
"id": "CustomButton",
|
||||
"onClicked": "qs -c noctalia-shell ipc call plugin:keybind-cheatsheet toggle",
|
||||
"onMiddleClicked": "",
|
||||
"onRightClicked": "",
|
||||
"stateChecksJson": "[]"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue