Sway: Fix tabbed indicator bg.
This commit is contained in:
parent
158d31ed2b
commit
19dedda270
|
@ -10,7 +10,7 @@
|
||||||
in {
|
in {
|
||||||
text = ''
|
text = ''
|
||||||
output * bg ${config.module.wallpaper.path} fill
|
output * bg ${config.module.wallpaper.path} fill
|
||||||
client.focused "#${accent}" "#${bg}" "#${fg}" "#${accent}" "#${accent}"
|
client.focused "#${accent}" "#${accent}" "#${fg}" "#${accent}" "#${accent}"
|
||||||
client.focused_inactive "#${border}" "#${bg}" "#${fg}" "#${border}" "#${border}"
|
client.focused_inactive "#${border}" "#${bg}" "#${fg}" "#${border}" "#${border}"
|
||||||
client.unfocused "#${border}" "#${bg}" "#${fg}" "#${border}" "#${border}"
|
client.unfocused "#${border}" "#${bg}" "#${fg}" "#${border}" "#${border}"
|
||||||
client.urgent "#${border}" "#${bg}" "#${fg}" "#${border}" "#${border}"
|
client.urgent "#${border}" "#${bg}" "#${fg}" "#${border}" "#${border}"
|
||||||
|
|
Loading…
Reference in a new issue