diff options
| author | Daniel <[email protected]> | 2024-07-24 18:06:23 -0400 |
|---|---|---|
| committer | Daniel <[email protected]> | 2024-07-24 18:06:23 -0400 |
| commit | e861789a8af37585459bad31bb6d455c2e1ae6b7 (patch) | |
| tree | c18083963986d7ee1c906a9c40397dc56957c137 | |
| parent | 3c46297433a699570a1ed25a38d28e5a05030031 (diff) | |
better window size
| -rwxr-xr-x | bin/.local/bin/scripts/perl/radar | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/.local/bin/scripts/perl/radar b/bin/.local/bin/scripts/perl/radar index df1a222..b967675 100755 --- a/bin/.local/bin/scripts/perl/radar +++ b/bin/.local/bin/scripts/perl/radar @@ -17,7 +17,7 @@ if (is_success($status)) { print "Download successful. Saved to $gif_path\n"; # Play the GIF with MPV - my $mpv_command = "mpv --loop-file=inf --no-osc --no-input-default-bindings --autofit=120x480 $gif_path"; + my $mpv_command = "mpv --loop-file=inf --no-osc --no-input-default-bindings --autofit=400x480 $gif_path"; system($mpv_command); } else { die "Failed to download GIF: $status\n"; |
