🗑️ remove: sh/recording.sh script, not needed anymore
This commit is contained in:
@@ -1,5 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
wf-recorder $@ &
|
|
||||||
echo "PID: $!"
|
|
||||||
exit 0
|
|
||||||
+1
-1
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user