#
# Status Bar:
#
# Read `man 5 sway-bar` for more information about this section.
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 %l:%M:%S %p'; do sleep 1; done
    status_command i3status
    colors {
        # text color
        statusline #DEDEE0
        background #892243
        inactive_workspace #444444 #444444 #DEDEE0
        focused_workspace #799A91 #799A91 #444444
    }
}

# Colors
client.focused #97A2A3 #799A91 #DEDEE0 #D5C9AD
client.unfocused #C6AE8B #D5C9AD #444444 #C6AE8B
client.focused_inactive #C6AE8B #7A9CA7 #DEDEE0 #C6AE8B
client.urgent #C6AE8B #892243 #DEDEE0
