# NOTE(Krey): See `man 5 sway-bar` for more info bar { position top # 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 +'%d/%m/%Y %H:%M:%S %Z'; do sleep 1; done colors { statusline #ffffff background #000000 inactive_workspace #32323200 #32323200 #5c5c5c } }