Sway fix focused workspace indicator
This commit is contained in:
parent
9da224cd7f
commit
7ee31dd29a
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@
|
|||
focusedWorkspace = {
|
||||
inherit (primary) background;
|
||||
inherit (wm.focused) text;
|
||||
inherit (wm.unfocused) border;
|
||||
inherit (wm.focused) border;
|
||||
};
|
||||
|
||||
inactiveWorkspace = {
|
||||
|
|
Loading…
Reference in a new issue