.dotfiles/sway/config.d/20-bar.conf

18 lines
542 B
Plaintext

# Status Bar:
# Read `man 5 sway-bar` for more information about this section.
bar {
swaybar_command waybar
# 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 %I:%M:%S %p'; do sleep 1; done
#
# colors {
# statusline #ffffff
# background #323232
# #inactive_workspace #32323200 #32323200 #5c5c5c
# inactive_workspace #323232 #323232 #5c5c5c
# }
}