mirror of
https://github.com/tuxdotrs/tpanel.git
synced 2025-10-10 21:01:54 +05:30
refactor: move system info to control center
This commit is contained in:
@@ -5,7 +5,7 @@ export const Time = () => {
|
||||
const time = createPoll(
|
||||
"",
|
||||
1000,
|
||||
() => GLib.DateTime.new_now_local().format("%a %b %d - %I:%M:%S %p")!,
|
||||
() => GLib.DateTime.new_now_local().format("%I:%M %p")!,
|
||||
);
|
||||
|
||||
return <label cssClasses={["pill"]} label={time} />;
|
||||
|
Reference in New Issue
Block a user