Skip to content

Commit

Permalink
i3status: Fix datetime not showed
Browse files Browse the repository at this point in the history
remove 'format_time'

it's not working since v2.14
i3/i3status#465

description about tztime:
https://i3wm.org/docs/i3status.html#_tztime
  • Loading branch information
iiey committed Aug 23, 2024
1 parent a88938c commit 8a91a29
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions config/i3status/config
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,5 @@ volume master {
}

tztime local {
format = "%time"
format_time = "  %a %-d %b  %H:%M "
format = "  %a %-d %b  %H:%M "
}

0 comments on commit 8a91a29

Please sign in to comment.