diff --git a/home/ags/files/Bar.tsx b/home/ags/files/Bar.tsx index 98c37932..4d122998 100644 --- a/home/ags/files/Bar.tsx +++ b/home/ags/files/Bar.tsx @@ -71,7 +71,7 @@ function Date({ format = "%Y-%m-%d" }): JSX.Element { } function Time({ format = "%H:%M:%S" }): JSX.Element { - const time = createPoll("", 10000, () => GLib.DateTime.new_now_local().format(format)!) + const time = createPoll("", 1000, () => GLib.DateTime.new_now_local().format(format)!) return