sync
This commit is contained in:
@@ -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)!)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user