This commit is contained in:
biscuit
2025-05-15 10:35:33 -05:00
parent 2574f4935f
commit 3a1ce68ccf
8 changed files with 342 additions and 1 deletions
+1 -1
View File
@@ -122,7 +122,7 @@ function FocusedClient() {
</box>
}
function Time({ format = "%H:%M - %A %e." }) {
function Time({ format = "%H:%M - %A %e" }) {
const time = Variable<string>("").poll(1000, () =>
GLib.DateTime.new_now_local().format(format)!)