Skip to content

Commit bff991d

Browse files
mattfbaconemersion
authored andcommitted
Use locale time format for default bar command
1 parent 9d666a0 commit bff991d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ bar {
205205

206206
# When the status_command prints a new line to stdout, swaybar updates.
207207
# The default just shows the current date and time.
208-
status_command while date +'%Y-%m-%d %I:%M:%S %p'; do sleep 1; done
208+
status_command while date +'%Y-%m-%d %X'; do sleep 1; done
209209

210210
colors {
211211
statusline #ffffff

0 commit comments

Comments
 (0)