From 0343c39a1c7ec908f545b91ae427cebfd171135f Mon Sep 17 00:00:00 2001 From: Alexander Bantyev Date: Mon, 15 Jun 2020 10:07:28 +0300 Subject: [PATCH] Color scheme updates --- modules/workspace/i3blocks/default.nix | 4 ++-- modules/workspace/sway/default.nix | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/modules/workspace/i3blocks/default.nix b/modules/workspace/i3blocks/default.nix index 269eb9f..e09c029 100644 --- a/modules/workspace/i3blocks/default.nix +++ b/modules/workspace/i3blocks/default.nix @@ -15,9 +15,9 @@ in { background = thm.bg; statusline = thm.fg; separator = thm.alt; - focusedWorkspace = default // { text = thm.fg; }; + focusedWorkspace = default // { text = thm.red; }; activeWorkspace = default // { text = thm.green; }; - inactiveWorkspace = default // { text = thm.dark; }; + inactiveWorkspace = default // { text = thm.fg; }; urgentWorkspace = default // { text = thm.orange; }; bindingMode = default // { text = thm.yellow; }; }; diff --git a/modules/workspace/sway/default.nix b/modules/workspace/sway/default.nix index 9626984..b47d522 100755 --- a/modules/workspace/sway/default.nix +++ b/modules/workspace/sway/default.nix @@ -28,8 +28,6 @@ in { }; fonts = [ "IBM Plex 9" ]; - bars = [ ]; - colors = rec { background = thm.bg; unfocused = {