Skip to content

Commit 8a91a29

Browse files
committed
i3status: Fix datetime not showed
remove 'format_time' it's not working since v2.14 i3/i3status#465 description about tztime: https://i3wm.org/docs/i3status.html#_tztime
1 parent a88938c commit 8a91a29

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

config/i3status/config

+1-3
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,5 @@ volume master {
4848
}
4949

5050
tztime local {
51-
format = "%time"
52-
format_time = "  %a %-d %b  %H:%M "
51+
format = "  %a %-d %b  %H:%M "
5352
}
54-

0 commit comments

Comments
 (0)