🗑️ remove: sh/recording.sh script, not needed anymore

This commit is contained in:
retrozinndev
2025-04-10 16:30:54 -03:00
parent 4a2fd5f827
commit 65d6ef3c89
2 changed files with 1 additions and 6 deletions
-5
View File
@@ -1,5 +0,0 @@
#!/usr/bin/env bash
wf-recorder $@ &
echo "PID: $!"
exit 0
+1 -1
View File
@@ -1,6 +1,6 @@
import { GLib, Variable } from "astal"; import { GLib, Variable } from "astal";
const time = new Variable<GLib.DateTime>(GLib.DateTime.new_now_local()).poll(600, () => const time = new Variable<GLib.DateTime>(GLib.DateTime.new_now_local()).poll(500, () =>
GLib.DateTime.new_now_local())(); GLib.DateTime.new_now_local())();
export const getDateTime = () => time; export const getDateTime = () => time;