updated replay command
This commit is contained in:
@@ -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() {
|
||||
|
@@ -13,7 +13,6 @@
|
||||
"custom/pixelbuds",
|
||||
"custom/anc",
|
||||
"network",
|
||||
"custom/gpu-usage",
|
||||
"cpu",
|
||||
"memory",
|
||||
"custom/gpu-usage",
|
||||
|
@@ -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 {
|
||||
|
Reference in New Issue
Block a user