[sway] Update inactive frontend color

This commit is contained in:
Vladan Popovic 2019-08-02 11:41:46 +02:00
parent 26524cc31d
commit 9f9e685e18
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ set $bri #000000
# class border backgr. text indicator child_border # class border backgr. text indicator child_border
client.focused $bra $ba $fa $bg $bra client.focused $bra $ba $fa $bg $bra
client.focused_inactive $bra $ba $fi $bg $bri client.focused_inactive $bra $ba $fa $bg $bri
client.unfocused $bri $bi $fi $bg $bri client.unfocused $bri $bi $fi $bg $bri
#client.urgent $br $br $fg $bg $br #currently not implemented #client.urgent $br $br $fg $bg $br #currently not implemented
#client.placeholder $br $br $fg $bg $br #currently not implemented #client.placeholder $br $br $fg $bg $br #currently not implemented