aboutsummaryrefslogtreecommitdiff
path: root/users/fcuny/desktop
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-04-05 12:47:05 -0700
committerFranck Cuny <franck@fcuny.net>2022-04-05 12:47:05 -0700
commit3adaf0593726c82ee63a7f72f52686e3e68425db (patch)
tree9cb877ef246924e52dc45a32b5036b851c5ebcf0 /users/fcuny/desktop
parentdashboard: remove ping metrics (diff)
downloadinfra-3adaf0593726c82ee63a7f72f52686e3e68425db.tar.gz
waybar: fix colors for the workspaces
Diffstat (limited to 'users/fcuny/desktop')
-rw-r--r--users/fcuny/desktop/wm/bar.nix18
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 */