diff --git a/hypr/scripts/replay-ctrl.sh b/hypr/scripts/replay-ctrl.sh index 3ba5504..9714f51 100755 --- a/hypr/scripts/replay-ctrl.sh +++ b/hypr/scripts/replay-ctrl.sh @@ -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() { diff --git a/waybar/config.jsonc b/waybar/config.jsonc index a0e4c45..5a87a4a 100644 --- a/waybar/config.jsonc +++ b/waybar/config.jsonc @@ -13,7 +13,6 @@ "custom/pixelbuds", "custom/anc", "network", - "custom/gpu-usage", "cpu", "memory", "custom/gpu-usage", diff --git a/waybar/style.css b/waybar/style.css index b91d0cc..0e8151c 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -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 {