updated replay command

This commit is contained in:
2025-08-09 17:18:32 +02:00
parent eb3c74373d
commit b0783e09e5
3 changed files with 6 additions and 4 deletions

View File

@@ -15,8 +15,10 @@ start() {
video_path="$HOME/Videos/replay/"
mkdir -p "$video_path"
notify-send -u low "$PROGRAM_NAME" "$PROGRAM_NAME is starting ..."
gpu-screen-recorder -w screen -f 60 -a default_output -c mkv -bm qp -cr full -tune quality -k av1_10bit -q high -r 120 -replay-storage ram -ab 320 -o "$video_path" &
echo $! > "$PID_FILE"
gpu-screen-recorder -w screen -f 120 -a default_output -a default_input -fm vfr \
-c mkv -bm qp -cr full -tune quality -k av1_10bit -q very_high -r 120 \
-replay-storage ram -ab 320 -cursor yes -keyint 2 -o "$video_path" &
echo $! > "$PID_FILE"
}
stop() {

View File

@@ -13,7 +13,6 @@
"custom/pixelbuds",
"custom/anc",
"network",
"custom/gpu-usage",
"cpu",
"memory",
"custom/gpu-usage",

View File

@@ -96,7 +96,8 @@ window#waybar.hidden {
#custom-gpu-screen-recorder,
#custom-gamemode {
border-bottom: 3px solid @text;
color: @teal;
border-bottom: 3px solid @teal;
}
#custom-power {