aboutsummaryrefslogtreecommitdiff
path: root/.local/share/bin/screenrecord
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2025-08-27 16:33:00 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2025-08-27 16:33:03 +0200
commit836ffd451db92c47d3200f0a4f4e7ab0234d67f7 (patch)
tree613be2fe3a329fcc0f26f5fc7784ae7897256286 /.local/share/bin/screenrecord
parent904a9d5c1aa5755bc6c6812b3df39aeb3f473715 (diff)
update from work dotfiles
Diffstat (limited to '.local/share/bin/screenrecord')
-rwxr-xr-x.local/share/bin/screenrecord6
1 files changed, 3 insertions, 3 deletions
diff --git a/.local/share/bin/screenrecord b/.local/share/bin/screenrecord
index d595cc8..1045a6e 100755
--- a/.local/share/bin/screenrecord
+++ b/.local/share/bin/screenrecord
@@ -1,8 +1,8 @@
#!/bin/sh
exec giph "$@" \
- --framerate=60 \
+ --framerate 60 \
--select \
- --bordersize=4 \
- --color=255,255,255 \
+ --bordersize 4 \
+ --color 255,255,255 \
"$(date +'%Y-%m-%d_%H-%M-%S.mp4')"