Moving bar config to host-specific areas

This commit is contained in:
David Thurstenson 2020-07-03 13:19:37 -05:00
parent 00eac98928
commit c444fd5c46
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
# Sway config: Bar
#
# Reference: `man 5 sway-bar`
bar {
position bottom
status_command py3status -c ~/.config/sway/$hostname/py3status.py
colors {
statusline #ffffff
background #323232
inactive_workspace #32323200 #32323200 #5c5c5c
}
}