sway-config/bar/status.sway
Jacob Hrbek 55ee7f23f0 File hierarcy management
Signed-off-by: Jacob Hrbek <kreyren@fsfe.org>
2021-06-08 19:40:52 +02:00

14 lines
395 B
Plaintext

# 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
}
}