This commit is contained in:
2026-02-11 18:08:29 -06:00
parent 112ff5c88e
commit e9f3ab00a7
6 changed files with 69 additions and 15 deletions

View File

@@ -24,5 +24,5 @@
"sourceUrl": "https://github.com/noctalia-dev/noctalia-plugins"
}
},
"version": 1
"version": 2
}

View File

@@ -201,6 +201,22 @@ ColumnLayout {
label: pluginApi.tr("settings.video.frame-rate")
description: pluginApi.tr("settings.video.frame-rate-desc")
model: [
{
"key": "5",
"name": "5 FPS"
},
{
"key": "10",
"name": "10 FPS"
},
{
"key": "15",
"name": "15 FPS"
},
{
"key": "20",
"name": "20 FPS"
},
{
"key": "30",
"name": "30 FPS"

View File

@@ -1,7 +1,7 @@
{
"id": "screen-recorder",
"name": "Screen Recorder",
"version": "1.1.6",
"version": "1.1.7",
"minNoctaliaVersion": "3.6.0",
"author": "Noctalia Team",
"official": true,

View File

@@ -6,12 +6,14 @@
"clipboardWrapText": true,
"customLaunchPrefix": "",
"customLaunchPrefixEnabled": false,
"density": "default",
"enableClipPreview": true,
"enableClipboardHistory": true,
"enableSettingsSearch": true,
"enableWindowsSearch": true,
"iconMode": "tabler",
"ignoreMouseInput": false,
"overviewLayer": false,
"pinnedApps": [
],
"position": "center",
@@ -262,7 +264,7 @@
},
{
"deviceNativePath": "",
"displayMode": "alwaysShow",
"displayMode": "icon-always",
"hideIfIdle": false,
"hideIfNotDetected": true,
"id": "Battery",
@@ -362,6 +364,9 @@
},
{
"id": "Bluetooth"
},
{
"id": "WallpaperSelector"
}
],
"right": [
@@ -407,7 +412,6 @@
],
"onlySameOutput": false,
"pinnedApps": [
"firefox"
],
"pinnedStatic": true,
"position": "bottom",
@@ -429,9 +433,34 @@
"enableShadows": true,
"forceBlackScreenCorners": false,
"iRadiusRatio": 1,
"keybinds": {
"keyDown": [
"Down"
],
"keyEnter": [
"Return"
],
"keyEscape": [
"Esc"
],
"keyLeft": [
"Left"
],
"keyRight": [
"Right"
],
"keyUp": [
"Up"
]
},
"language": "",
"lockOnSuspend": true,
"lockScreenAnimations": true,
"lockScreenBlur": 0.5,
"lockScreenCountdownDuration": 10000,
"lockScreenMonitors": [
],
"lockScreenTint": 0,
"radiusRatio": 1,
"scaleRatio": 1,
"screenRadiusRatio": 1,
@@ -474,7 +503,7 @@
"bluetoothHideUnnamedDevices": false,
"bluetoothRssiPollIntervalMs": 10000,
"bluetoothRssiPollingEnabled": false,
"wifiDetailsViewMode": "grid",
"wifiDetailsViewMode": "list",
"wifiEnabled": true
},
"nightLight": {
@@ -544,43 +573,49 @@
"action": "lock",
"command": "",
"countdownEnabled": false,
"enabled": true
"enabled": true,
"keybind": ""
},
{
"action": "suspend",
"command": "",
"countdownEnabled": true,
"enabled": true
"enabled": true,
"keybind": ""
},
{
"action": "hibernate",
"command": "",
"countdownEnabled": true,
"enabled": true
"enabled": true,
"keybind": ""
},
{
"action": "reboot",
"command": "",
"countdownEnabled": true,
"enabled": true
"enabled": true,
"keybind": ""
},
{
"action": "logout",
"command": "",
"countdownEnabled": true,
"enabled": true
"enabled": true,
"keybind": ""
},
{
"action": "shutdown",
"command": "",
"countdownEnabled": true,
"enabled": true
"enabled": true,
"keybind": ""
}
],
"showHeader": true,
"showNumberLabels": true
},
"settingsVersion": 49,
"settingsVersion": 51,
"systemMonitor": {
"batteryCriticalThreshold": 5,
"batteryWarningThreshold": 20,
@@ -665,7 +700,9 @@
"wallpaper": ""
}
],
"overviewBlur": 0.4,
"overviewEnabled": false,
"overviewTint": 0.6,
"panelPosition": "follow_bar",
"randomIntervalSec": 600,
"setWallpaperOnAllMonitors": false,