sway: green color on active window title
This commit is contained in:
parent
bf0e8daf49
commit
ae7733a776
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
|
||||
# Remove title from windows
|
||||
default_border pixel 1
|
||||
default_border pixel 2
|
||||
default_floating_border normal
|
||||
bindsym $mod+t border toggle
|
||||
|
||||
|
@ -15,14 +15,14 @@ set $bi #3f3f3f
|
|||
# Foreground active
|
||||
set $fa #eff1f5
|
||||
# Foreground inactive
|
||||
set $fi #646464
|
||||
set $fi #8a8a8a
|
||||
# Border active
|
||||
set $bra #9a9a9a
|
||||
set $bra #449a64
|
||||
# Border inactive
|
||||
set $bri #000000
|
||||
|
||||
# class border backgr. text indicator child_border
|
||||
client.focused $bra $bra $bg $bg $bra
|
||||
client.focused $bra $bra $fa $bg $bra
|
||||
client.focused_inactive $bra $ba $fa $bg $bri
|
||||
client.unfocused $bri $bi $fi $bg $bri
|
||||
#client.urgent $br $br $fg $bg $br #currently not implemented
|
||||
|
|
Loading…
Reference in a new issue