home: sway - black bar

This commit is contained in:
genofire 2022-02-25 21:31:06 +01:00
parent 9f53453e3a
commit 2c93bde9cb
1 changed files with 3 additions and 3 deletions

View File

@ -85,7 +85,7 @@ in
silver = "#e4e4e4"; silver = "#e4e4e4";
gray = "#353535"; gray = "#353535";
elegant = "#1b1d1e"; elegant = "#1b1d1e";
# transparent = "#000000"; black = "#000000";
transparent = "#000000b2"; transparent = "#000000b2";
modifier = "Mod4"; modifier = "Mod4";
@ -164,11 +164,11 @@ in
colors = { colors = {
statusline = "${white}"; statusline = "${white}";
# focusedStatusline = "${white}"; # focusedStatusline = "${white}";
background = "${elegant}"; background = "${black}";
# focusedBackground = "${transparent}"; # focusedBackground = "${transparent}";
activeWorkspace = { background = "${cyan}"; border = "${gray}"; text = "${white}"; }; activeWorkspace = { background = "${cyan}"; border = "${gray}"; text = "${white}"; };
focusedWorkspace = { background = "${cyan}"; border = "${cyan}"; text = "${white}"; }; focusedWorkspace = { background = "${cyan}"; border = "${cyan}"; text = "${white}"; };
inactiveWorkspace = { background = "${transparent}"; border = "${elegant}"; text = "${orange}"; }; inactiveWorkspace = { background = "${black}"; border = "${black}"; text = "${orange}"; };
urgentWorkspace = { background = "${magenta}"; border = "${magenta}"; text = "${white}"; }; urgentWorkspace = { background = "${magenta}"; border = "${magenta}"; text = "${white}"; };
bindingMode = { background = "${orange}"; border = "${orange}"; text = "${white}"; }; bindingMode = { background = "${orange}"; border = "${orange}"; text = "${white}"; };
}; };