sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit bff991dfdc63ca3785a810ff4d913ddfd71677a1
parent 9d666a08e1ec77680890a08f63e71ce6bb53b9a9
Author: Matt Fellenz <matt@felle.nz>
Date:   Mon, 23 Oct 2023 18:49:50 -0700

Use locale time format for default bar command

Diffstat:
Mconfig.in | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.in b/config.in @@ -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