Skip to content

Commit

Permalink
Use locale time format for default bar command
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfbacon authored and emersion committed Nov 21, 2023
1 parent 9d666a0 commit bff991d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.in
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ bar {

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

colors {
statusline #ffffff
Expand Down

0 comments on commit bff991d

Please sign in to comment.