diff --git a/ags/scripts/sh/recording.sh b/ags/scripts/sh/recording.sh deleted file mode 100644 index 0b0ba02..0000000 --- a/ags/scripts/sh/recording.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/usr/bin/env bash - -wf-recorder $@ & -echo "PID: $!" -exit 0 diff --git a/ags/scripts/time.ts b/ags/scripts/time.ts index 9ca846b..cdb804a 100644 --- a/ags/scripts/time.ts +++ b/ags/scripts/time.ts @@ -1,6 +1,6 @@ import { GLib, Variable } from "astal"; -const time = new Variable(GLib.DateTime.new_now_local()).poll(600, () => +const time = new Variable(GLib.DateTime.new_now_local()).poll(500, () => GLib.DateTime.new_now_local())(); export const getDateTime = () => time;