Recording improvements (more options + better audio control)#1
Open
devalentineomonya wants to merge 425 commits into
Open
Recording improvements (more options + better audio control)#1devalentineomonya wants to merge 425 commits into
devalentineomonya wants to merge 425 commits into
Conversation
Author
|
@atdma Kindly check this out |
MateusAquino
reviewed
Jan 8, 2026
Owner
|
I do like this PR, I'll check it out. I will also note this is not the official repo, though if it works well and code is good style and reliability is high. I will attempt to merge this into the main repo. Thanks for sending the code this way. |
Author
|
I’d really appreciate your time to review this and see it merged into the main repo. I know this isn’t the main repo, but I really liked the feature you implemented and decided to add it here. |
The window mask regions followed the panel positions exactly, so when they overshoot due to the open anim there will be a gap at the top.
* [CI] chore: update flake * [CI] chore: update flake * [CI] chore: update flake * [CI] chore: update flake * audio: added default audio output cycle IPC * fix format --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
The panels are ignored if they are closed, so they don't produce bulges. This does remove the sink effect on overshoot, but that didn't work anyways. (also that change was part of the previous commit)
Async launcher makes anim worse cause height gets recalculated during anim, removing overshoot and slowing down curve
Basically only affects utilities panel cause it's in the corner
Basically make sidebar and utilities exclude each other from merging and manually animate corner radius Also format c++
Don't exclude each other when not flush to fix close overshoot not looking right Also increase sidebar height by 2 instead of 1 to fix gap
Also better sync utils width with sidebar width
…ots#1347) * fix: YouTube thumbnail fallback for missing mpris:artUrl * fix --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
…-image-provider Use QQuickAsyncImageProvider for image caching
Sorry for putting this off for so long foxxed T_T
…wappy is launched.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
recording_20260107_00-49-11.mp4
This PR adds more flexibility to recording. You can now pick different video modes and choose exactly which audio sources to record; system, microphone, or both together.
What’s new
new recording config for:
settings are saved, not one-time
record:
UI shows clear status and errors
controls disable while recording to avoid weird states
Video modes
Why this is useful
Works together with CLI
This PR pairs with:
➡️ caelestia-dots/cli#72