From 3adaf0593726c82ee63a7f72f52686e3e68425db Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 5 Apr 2022 12:47:05 -0700 Subject: waybar: fix colors for the workspaces --- users/fcuny/desktop/wm/bar.nix | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'users/fcuny/desktop') diff --git a/users/fcuny/desktop/wm/bar.nix b/users/fcuny/desktop/wm/bar.nix index 34dc86c..91eff31 100644 --- a/users/fcuny/desktop/wm/bar.nix +++ b/users/fcuny/desktop/wm/bar.nix @@ -65,21 +65,21 @@ transition-duration: .5s; } #workspaces button { - padding: 0 5px; + padding: 0 3px; background-color: transparent; - color: #ffffff; + color: #888888; box-shadow: inset 0 -3px transparent; - } - #workspaces button:hover { - background: rgba(0, 0, 0, 0.2); - box-shadow: inset 0 -3px #ffffff; + font-weight: bold; } #workspaces button.focused { - background-color: #64727D; - box-shadow: inset 0 -3px #ffffff; + background-color: #285577; + border: 1px solid #4c7899; + color: #ffffff; } #workspaces button.urgent { - background-color: #eb4d4b; + background-color: #900000; + color: #ffffff; + border: 1px solid #2f343a; } #tray { /* No styles */ -- cgit 1.4.1