Moving bar config to host-specific areas
This commit is contained in:
parent
00eac98928
commit
c444fd5c46
|
@ -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
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue