2022-04-15 12:51:19 +02:00
|
|
|
# Uncommented sections come from i3-selenized-dark.conf
|
|
|
|
#
|
|
|
|
# Status Bar:
|
|
|
|
#
|
|
|
|
# Read `man 5 sway-bar` for more information about this section.
|
|
|
|
bar {
|
2023-02-14 13:23:27 +01:00
|
|
|
position top
|
2022-04-15 12:51:19 +02:00
|
|
|
|
2023-02-14 13:23:27 +01:00
|
|
|
# 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 +'%z/%Z: %G-W%V-%u / %Y-%j / %a %d. %B %Y | %F %H:%M:%S';do sleep 1; done
|
2022-04-15 12:51:19 +02:00
|
|
|
|
2023-02-14 13:23:27 +01:00
|
|
|
colors {
|
|
|
|
#statusline #ffffff
|
|
|
|
statusline $br_white
|
|
|
|
#background #323232
|
|
|
|
background $bg
|
|
|
|
#inactive_workspace #32323200 #32323200 #5c5c5c
|
|
|
|
inactive_workspace $black $black $fg
|
|
|
|
}
|
2022-04-15 12:51:19 +02:00
|
|
|
}
|