diff options
author | op <[email protected]> | 2024-04-27 21:31:35 +0100 |
---|---|---|
committer | op <[email protected]> | 2024-04-27 21:31:35 +0100 |
commit | 3dc736f1fac7a8ece7dcda8d497a6e274e187dc0 (patch) | |
tree | 1984de24306ee62b1eff2584270c63009322a530 /scripts | |
parent | 002cb50ba3bff816beffc0a679217738d0d8fea9 (diff) |
laurel: add conduit homeserver
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/record.nix | 4 |
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 | ||
3 | let | 3 | let |
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"; |
7 | in | 7 | in |
8 | pkgs.writeScriptBin name | 8 | pkgs.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 |