Swapping time and date positions

This commit is contained in:
Siina Mashek 2023-12-21 13:23:52 +02:00
parent dd274e108d
commit 0db6729b47

View File

@ -4,7 +4,7 @@ output HDMI-A-1 resolution 1920x1080@72.038hz pos 1920 0 transform 90
bar {
position top
status_command while date +'%d.%m.%Y %H.%M.%S '; do sleep 1; done
status_command while date +'%H.%M.%S %d.%m.%Y'; do sleep 1; done
colors {
statusline #ffffff
background #323232