From 08b38bf11c91bebb2cafa867de43fb9ec6fc6bec Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Thu, 29 Aug 2024 19:08:47 -0400 Subject: [PATCH] phone: Include weekday and time in video filenames --- hosts/phone/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/phone/configuration.nix b/hosts/phone/configuration.nix index 267af306..a0fa7a7e 100644 --- a/hosts/phone/configuration.nix +++ b/hosts/phone/configuration.nix @@ -70,7 +70,7 @@ in -c:v libx264 \ -preset ultrafast \ -qp 23 \ - "$(date -I)-$(uuidgen).mp4" + "$(date '+%x(%a)%R').mp4" ''; man.generateCaches = mkForce false;