From 26bd25f8af001582b68811fdcfaf6a061e9213e8 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Sun, 10 Dec 2023 13:51:29 +0300 Subject: [PATCH] Fix waybar colors --- machines/enka/waybar/default.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/machines/enka/waybar/default.nix b/machines/enka/waybar/default.nix index 3f15460..901913e 100644 --- a/machines/enka/waybar/default.nix +++ b/machines/enka/waybar/default.nix @@ -137,23 +137,23 @@ homeConfiguration "nixos" { color: ${base05}; } - #workspaces button:nth-child(1) button.has-window { + #workspaces button:nth-child(1) { color: ${base08}; } - #workspaces button:nth-child(2) button.has-window { + #workspaces button:nth-child(2) { color: ${base09}; } - #workspaces button:nth-child(3) button.has-window { + #workspaces button:nth-child(3) { color: ${base0A}; } - #workspaces button:nth-child(4) button.has-window { + #workspaces button:nth-child(4) { color: ${base0B}; } - #workspaces button:nth-child(5) button.has-window { + #workspaces button:nth-child(5) { color: ${base0C}; }