aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-01-09 01:26:36 +0900
committersefidel <contact@sefidel.net>2022-01-09 01:26:36 +0900
commitcb5cfbc81b0d0aed072f79f5a4e647d9489d767c (patch)
treebfc8cc74890bf0d1b5b0366cccc730f0f1def945
parent7e286b7ebe528cdad0701a61c73569b5a1d251ca (diff)
downloadnixrc-cb5cfbc81b0d0aed072f79f5a4e647d9489d767c.zip
home/base: fix bar
-rw-r--r--home/modules/profiles/base/config/waybar-style.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/home/modules/profiles/base/config/waybar-style.nix b/home/modules/profiles/base/config/waybar-style.nix
index 0a7fd84..11c0d7d 100644
--- a/home/modules/profiles/base/config/waybar-style.nix
+++ b/home/modules/profiles/base/config/waybar-style.nix
@@ -21,10 +21,12 @@ with neotheme.colors;
padding: 0 8px;
background: #${color4};
color: #${background};
+ border-bottom: 3px solid rgba (255, 255, 255, .2);
}
#workspaces button.focused {
background-color: #${color4};
+ border-bottom: 3px solid #${background};
}
#workspaces button:hover {
@@ -47,6 +49,7 @@ with neotheme.colors;
margin: 0 4px;
color: #${background};
background-color: #${color4};
+ border-bottom: 3px solid rgba (255, 255, 255, .2);
}
@keyframes blink {