chore: Update flake inputs and package upstream

This commit is contained in:
ulic-youthlic 2026-03-18 20:53:27 +08:00
parent 912e8ff921
commit 7af904f92f
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
11 changed files with 345 additions and 335 deletions

View file

@ -1,8 +1,8 @@
{
"hideInactive": true,
"enableToast": false,
"iconSpacing": 4,
"removeMargins": false,
"activeColor": "primary",
"inactiveColor": "none"
"enableToast": true,
"hideInactive": true,
"iconSpacing": 4,
"inactiveColor": "none",
"removeMargins": false
}

View file

@ -1,15 +1,21 @@
{
"audioCodec": "opus",
"audioSource": "default_output",
"colorRange": "full",
"copyToClipboard": false,
"filenamePattern": "recording_yyyy-MM-dd_HH:mm:ss",
"frameRate": "custom",
"hideInactive": false,
"iconColor": "none",
"filenamePattern": "recording_yyyy-MM-dd_HH:mm:ss",
"frameRate": "165",
"audioCodec": "opus",
"videoCodec": "hevc",
"quality": "ultra",
"colorRange": "full",
"resolution": "2560x1440",
"showCursor": true,
"copyToClipboard": false,
"audioSource": "default_output",
"videoCodec": "hevc",
"videoSource": "portal",
"resolution": "2560x1440"
"customFrameRate": "170",
"restorePortalSession": false,
"replayEnabled": false,
"replayDuration": "30",
"customReplayDuration": "30",
"replayStorage": "ram"
}

View file

@ -0,0 +1,5 @@
{
"compactMode": false,
"iconColor": "none",
"textColor": "none"
}