Swapping time and date positions
This commit is contained in:
parent
dd274e108d
commit
0db6729b47
|
@ -4,7 +4,7 @@ output HDMI-A-1 resolution 1920x1080@72.038hz pos 1920 0 transform 90
|
||||||
|
|
||||||
bar {
|
bar {
|
||||||
position top
|
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 {
|
colors {
|
||||||
statusline #ffffff
|
statusline #ffffff
|
||||||
background #323232
|
background #323232
|
||||||
|
|
Loading…
Reference in New Issue