From cb5cfbc81b0d0aed072f79f5a4e647d9489d767c Mon Sep 17 00:00:00 2001
From: sefidel <contact@sefidel.net>
Date: Sun, 9 Jan 2022 01:26:36 +0900
Subject: home/base: fix bar

---
 home/modules/profiles/base/config/waybar-style.nix | 3 +++
 1 file changed, 3 insertions(+)

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 {
-- 
cgit 1.4.1