diff options
Diffstat (limited to '')
-rw-r--r-- | users/fcuny/desktop/wm/bar.nix | 18 |
1 files changed, 9 insertions, 9 deletions
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 */ |