diff options
author | sefidel <contact@sefidel.net> | 2022-01-09 01:26:36 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-01-09 01:26:36 +0900 |
commit | cb5cfbc81b0d0aed072f79f5a4e647d9489d767c (patch) | |
tree | bfc8cc74890bf0d1b5b0366cccc730f0f1def945 /home/modules/profiles | |
parent | 7e286b7ebe528cdad0701a61c73569b5a1d251ca (diff) | |
download | nixrc-cb5cfbc81b0d0aed072f79f5a4e647d9489d767c.tar.gz nixrc-cb5cfbc81b0d0aed072f79f5a4e647d9489d767c.zip |
home/base: fix bar
Diffstat (limited to 'home/modules/profiles')
-rw-r--r-- | home/modules/profiles/base/config/waybar-style.nix | 3 |
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 { |