Sway: Fix tabbed indicator bg.
This commit is contained in:
parent
158d31ed2b
commit
19dedda270
|
@ -10,10 +10,10 @@
|
||||||
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}"
|
||||||
client.placeholder "#${bg}" "#${bg}" "#${fg}" "#${bg}" "#${bg}"
|
client.placeholder "#${bg}" "#${bg}" "#${fg}" "#${bg}" "#${bg}"
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue