dotfiles/private_dot_config/sway/config.d/display/bar.conf
2023-07-27 22:39:59 +02:00

15 lines
343 B
Text

# Swaybar settings
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 %I:%M:%S %p'; do sleep 1; done
colors {
statusline #ffffff
background #323232
inactive_workspace #32323200 #32323200 #5c5c5c
}
}