# # Status Bar: # # Read `man 5 sway-bar` for more information about this section. # include ~/.cache/wal/colors-sway # 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 +'%Y-%m-%d %H:%M:%S %p'; do sleep 1; done # colors { # statusline $background # background $color2 # inactive_workspace $color2 $color2 $background # focused_workspace $color2 $background $foreground # } # }