updated replay command
This commit is contained in:
@@ -15,8 +15,10 @@ start() {
|
|||||||
video_path="$HOME/Videos/replay/"
|
video_path="$HOME/Videos/replay/"
|
||||||
mkdir -p "$video_path"
|
mkdir -p "$video_path"
|
||||||
notify-send -u low "$PROGRAM_NAME" "$PROGRAM_NAME is starting ..."
|
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" &
|
gpu-screen-recorder -w screen -f 120 -a default_output -a default_input -fm vfr \
|
||||||
echo $! > "$PID_FILE"
|
-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() {
|
stop() {
|
||||||
|
@@ -13,7 +13,6 @@
|
|||||||
"custom/pixelbuds",
|
"custom/pixelbuds",
|
||||||
"custom/anc",
|
"custom/anc",
|
||||||
"network",
|
"network",
|
||||||
"custom/gpu-usage",
|
|
||||||
"cpu",
|
"cpu",
|
||||||
"memory",
|
"memory",
|
||||||
"custom/gpu-usage",
|
"custom/gpu-usage",
|
||||||
|
@@ -96,7 +96,8 @@ window#waybar.hidden {
|
|||||||
|
|
||||||
#custom-gpu-screen-recorder,
|
#custom-gpu-screen-recorder,
|
||||||
#custom-gamemode {
|
#custom-gamemode {
|
||||||
border-bottom: 3px solid @text;
|
color: @teal;
|
||||||
|
border-bottom: 3px solid @teal;
|
||||||
}
|
}
|
||||||
|
|
||||||
#custom-power {
|
#custom-power {
|
||||||
|
Reference in New Issue
Block a user