aboutsummaryrefslogtreecommitdiff
path: root/scripts/record.nix
diff options
context:
space:
mode:
authorop <[email protected]>2024-04-27 21:31:35 +0100
committerop <[email protected]>2024-04-27 21:31:35 +0100
commit3dc736f1fac7a8ece7dcda8d497a6e274e187dc0 (patch)
tree1984de24306ee62b1eff2584270c63009322a530 /scripts/record.nix
parent002cb50ba3bff816beffc0a679217738d0d8fea9 (diff)
laurel: add conduit homeserver
Diffstat (limited to 'scripts/record.nix')
-rw-r--r--scripts/record.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/record.nix b/scripts/record.nix
index d5bfff5..a86d4cd 100644
--- a/scripts/record.nix
+++ b/scripts/record.nix
@@ -1,11 +1,11 @@
1{ pkgs, ...}: 1{ pkgs, ... }:
2 2
3let 3let
4 name = "record"; 4 name = "record";
5 slop = "${pkgs.slop}/bin/slop"; 5 slop = "${pkgs.slop}/bin/slop";
6 ffmpeg = "${pkgs.ffmpeg}/bin/ffmpeg"; 6 ffmpeg = "${pkgs.ffmpeg}/bin/ffmpeg";
7in 7in
8 pkgs.writeScriptBin name 8pkgs.writeScriptBin name
9 '' 9 ''
10 echo starting recording ... 10 echo starting recording ...
11 coords=$(${slop} -f "%x %y %w %h %g %i") || exit 1 11 coords=$(${slop} -f "%x %y %w %h %g %i") || exit 1