Set font to OpenSans & adjusted time format
This commit is contained in:
parent
b14c6c668a
commit
8ec7dad658
|
@ -209,7 +209,9 @@ 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 %l:%M:%S %p'; do sleep 1; done
|
||||
status_command while date +'%Y-%m-%d %H:%M:%S'; do sleep 1; done
|
||||
|
||||
font OpenSans 10
|
||||
|
||||
colors {
|
||||
statusline #ffffff
|
||||
|
|
Loading…
Reference in a new issue