diff --git a/home/file/sway/module/Style.nix b/home/file/sway/module/Style.nix index cadbdc7..adff0cb 100644 --- a/home/file/sway/module/Style.nix +++ b/home/file/sway/module/Style.nix @@ -10,10 +10,10 @@ in { text = '' output * bg ${config.module.wallpaper.path} fill - client.focused "#${accent}" "#${bg}" "#${fg}" "#${accent}" "#${accent}" - client.focused_inactive "#${border}" "#${bg}" "#${fg}" "#${border}" "#${border}" - client.unfocused "#${border}" "#${bg}" "#${fg}" "#${border}" "#${border}" - client.urgent "#${border}" "#${bg}" "#${fg}" "#${border}" "#${border}" - client.placeholder "#${bg}" "#${bg}" "#${fg}" "#${bg}" "#${bg}" + client.focused "#${accent}" "#${accent}" "#${fg}" "#${accent}" "#${accent}" + client.focused_inactive "#${border}" "#${bg}" "#${fg}" "#${border}" "#${border}" + client.unfocused "#${border}" "#${bg}" "#${fg}" "#${border}" "#${border}" + client.urgent "#${border}" "#${bg}" "#${fg}" "#${border}" "#${border}" + client.placeholder "#${bg}" "#${bg}" "#${fg}" "#${bg}" "#${bg}" ''; }