sway: Fix titlebar colors
This commit is contained in:
parent
dfeceb0747
commit
c77b40761f
1 changed files with 2 additions and 1 deletions
|
|
@ -141,8 +141,9 @@ exec swayidle -w \
|
||||||
default_border pixel 1
|
default_border pixel 1
|
||||||
default_floating_border pixel 1
|
default_floating_border pixel 1
|
||||||
smart_borders no_gaps
|
smart_borders no_gaps
|
||||||
|
|
||||||
# class title bg text indicator
|
# class title bg text indicator
|
||||||
client.focused "#444444" "#444444" "#ffffff" "#444444"
|
client.focused "#444444" "#000000" "#ffffff" "#444444"
|
||||||
client.focused_inactive "#000000" "#000000" "#ffffff" "#000000"
|
client.focused_inactive "#000000" "#000000" "#ffffff" "#000000"
|
||||||
client.unfocused "#000000" "#000000" "#ffffff" "#000000"
|
client.unfocused "#000000" "#000000" "#ffffff" "#000000"
|
||||||
client.urgent "#440000" "#440000" "#ffffff" "#440000"
|
client.urgent "#440000" "#440000" "#ffffff" "#440000"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue