mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2026-01-07 08:12:49 +00:00
feat: update system
This commit is contained in:
@@ -4,6 +4,10 @@ import options from "./options.js";
|
||||
|
||||
const intval = options.systemFetchInterval;
|
||||
|
||||
export const clock = Variable(GLib.DateTime.new_now_local(), {
|
||||
poll: [1000, () => GLib.DateTime.new_now_local()],
|
||||
});
|
||||
|
||||
export const uptime = Variable("", {
|
||||
poll: [
|
||||
60_000,
|
||||
|
||||
Reference in New Issue
Block a user