feat: Add new plugin for noctalia
This commit is contained in:
parent
b26d949c2a
commit
6b9f84b5b8
3 changed files with 50 additions and 9 deletions
|
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
"hideInactive": true,
|
||||||
|
"enableToast": false,
|
||||||
|
"iconSpacing": 4,
|
||||||
|
"removeMargins": false,
|
||||||
|
"activeColor": "primary",
|
||||||
|
"inactiveColor": "none"
|
||||||
|
}
|
||||||
|
|
@ -7,6 +7,10 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"states": {
|
"states": {
|
||||||
|
"privacy-indicator": {
|
||||||
|
"enabled": true,
|
||||||
|
"sourceUrl": "https://github.com/noctalia-dev/noctalia-plugins"
|
||||||
|
},
|
||||||
"screen-recorder": {
|
"screen-recorder": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"sourceUrl": "https://github.com/noctalia-dev/noctalia-plugins"
|
"sourceUrl": "https://github.com/noctalia-dev/noctalia-plugins"
|
||||||
|
|
|
||||||
|
|
@ -44,6 +44,17 @@
|
||||||
"useMonospaceFont": true,
|
"useMonospaceFont": true,
|
||||||
"usePadding": false
|
"usePadding": false
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"defaultSettings": {
|
||||||
|
"activeColor": "primary",
|
||||||
|
"enableToast": true,
|
||||||
|
"hideInactive": false,
|
||||||
|
"iconSpacing": 4,
|
||||||
|
"inactiveColor": "none",
|
||||||
|
"removeMargins": false
|
||||||
|
},
|
||||||
|
"id": "plugin:privacy-indicator"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"compactMode": false,
|
"compactMode": false,
|
||||||
"compactShowAlbumArt": true,
|
"compactShowAlbumArt": true,
|
||||||
|
|
@ -79,7 +90,6 @@
|
||||||
"labelMode": "index",
|
"labelMode": "index",
|
||||||
"occupiedColor": "secondary",
|
"occupiedColor": "secondary",
|
||||||
"pillSize": 0.6,
|
"pillSize": 0.6,
|
||||||
"reverseScroll": false,
|
|
||||||
"showApplications": true,
|
"showApplications": true,
|
||||||
"showBadge": true,
|
"showBadge": true,
|
||||||
"showLabelsOnlyWhenOccupied": true,
|
"showLabelsOnlyWhenOccupied": true,
|
||||||
|
|
@ -96,14 +106,24 @@
|
||||||
"id": "plugin:timer"
|
"id": "plugin:timer"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
"defaultSettings": {
|
||||||
|
"audioCodec": "opus",
|
||||||
|
"audioSource": "default_output",
|
||||||
|
"colorRange": "limited",
|
||||||
|
"copyToClipboard": false,
|
||||||
|
"directory": "",
|
||||||
|
"filenamePattern": "recording_yyyyMMdd_HHmmss",
|
||||||
|
"frameRate": "60",
|
||||||
|
"hideInactive": false,
|
||||||
|
"iconColor": "none",
|
||||||
|
"quality": "very_high",
|
||||||
|
"resolution": "original",
|
||||||
|
"showCursor": true,
|
||||||
|
"videoCodec": "h264",
|
||||||
|
"videoSource": "portal"
|
||||||
|
},
|
||||||
"id": "plugin:screen-recorder"
|
"id": "plugin:screen-recorder"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"displayMode": "onhover",
|
|
||||||
"iconColor": "none",
|
|
||||||
"id": "Brightness",
|
|
||||||
"textColor": "none"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"hideWhenZero": false,
|
"hideWhenZero": false,
|
||||||
"hideWhenZeroUnread": false,
|
"hideWhenZeroUnread": false,
|
||||||
|
|
@ -171,6 +191,7 @@
|
||||||
"allowPasswordWithFprintd": false,
|
"allowPasswordWithFprintd": false,
|
||||||
"clockStyle": "digital",
|
"clockStyle": "digital",
|
||||||
"clockFormat": "hh\\nmm",
|
"clockFormat": "hh\\nmm",
|
||||||
|
"passwordChars": false,
|
||||||
"lockScreenMonitors": [],
|
"lockScreenMonitors": [],
|
||||||
"lockScreenBlur": 0.7000000000000001,
|
"lockScreenBlur": 0.7000000000000001,
|
||||||
"lockScreenTint": 0,
|
"lockScreenTint": 0,
|
||||||
|
|
@ -182,7 +203,8 @@
|
||||||
"keyEnter": ["Return"],
|
"keyEnter": ["Return"],
|
||||||
"keyEscape": ["Esc"],
|
"keyEscape": ["Esc"],
|
||||||
"keyRemove": ["Del"]
|
"keyRemove": ["Del"]
|
||||||
}
|
},
|
||||||
|
"reverseScroll": false
|
||||||
},
|
},
|
||||||
"ui": {
|
"ui": {
|
||||||
"fontDefault": "Source Han Serif SC",
|
"fontDefault": "Source Han Serif SC",
|
||||||
|
|
@ -366,6 +388,7 @@
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
"position": "bottom",
|
"position": "bottom",
|
||||||
"displayMode": "auto_hide",
|
"displayMode": "auto_hide",
|
||||||
|
"dockType": "floating",
|
||||||
"backgroundOpacity": 1,
|
"backgroundOpacity": 1,
|
||||||
"floatingRatio": 1,
|
"floatingRatio": 1,
|
||||||
"size": 1,
|
"size": 1,
|
||||||
|
|
@ -373,10 +396,14 @@
|
||||||
"monitors": [],
|
"monitors": [],
|
||||||
"pinnedApps": [],
|
"pinnedApps": [],
|
||||||
"colorizeIcons": false,
|
"colorizeIcons": false,
|
||||||
|
"showLauncherIcon": false,
|
||||||
|
"launcherPosition": "end",
|
||||||
"pinnedStatic": false,
|
"pinnedStatic": false,
|
||||||
"inactiveIndicators": false,
|
"inactiveIndicators": false,
|
||||||
"deadOpacity": 0.6,
|
"deadOpacity": 0.6,
|
||||||
"animationSpeed": 1
|
"animationSpeed": 1,
|
||||||
|
"sitOnFrame": false,
|
||||||
|
"showFrameIndicator": true
|
||||||
},
|
},
|
||||||
"network": {
|
"network": {
|
||||||
"wifiEnabled": false,
|
"wifiEnabled": false,
|
||||||
|
|
@ -450,6 +477,7 @@
|
||||||
},
|
},
|
||||||
"notifications": {
|
"notifications": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
|
"enableMarkdown": false,
|
||||||
"density": "default",
|
"density": "default",
|
||||||
"monitors": [],
|
"monitors": [],
|
||||||
"location": "bottom_right",
|
"location": "bottom_right",
|
||||||
|
|
@ -459,6 +487,7 @@
|
||||||
"lowUrgencyDuration": 3,
|
"lowUrgencyDuration": 3,
|
||||||
"normalUrgencyDuration": 8,
|
"normalUrgencyDuration": 8,
|
||||||
"criticalUrgencyDuration": 15,
|
"criticalUrgencyDuration": 15,
|
||||||
|
"clearDismissed": true,
|
||||||
"saveToHistory": {
|
"saveToHistory": {
|
||||||
"low": true,
|
"low": true,
|
||||||
"normal": true,
|
"normal": true,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue