From 2c93bde9cbb5d64760cebddcb3df1621687cf1a8 Mon Sep 17 00:00:00 2001 From: genofire Date: Fri, 25 Feb 2022 21:31:06 +0100 Subject: [PATCH] home: sway - black bar --- home/desktop-sway.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/home/desktop-sway.nix b/home/desktop-sway.nix index 5e35765..ef37449 100644 --- a/home/desktop-sway.nix +++ b/home/desktop-sway.nix @@ -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}"; }; };