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";
gray = "#353535";
elegant = "#1b1d1e";
# transparent = "#000000";
black = "#000000";
transparent = "#000000b2";
modifier = "Mod4";
@ -164,11 +164,11 @@ in
colors = {
statusline = "${white}";
# focusedStatusline = "${white}";
background = "${elegant}";
background = "${black}";
# focusedBackground = "${transparent}";
activeWorkspace = { background = "${cyan}"; border = "${gray}"; 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}"; };
bindingMode = { background = "${orange}"; border = "${orange}"; text = "${white}"; };
};