From 86204c8dc9f561d8e8025ac0d4161b68cf93c7db Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Thu, 7 Dec 2023 12:27:49 +0900 Subject: updated some waybar styles --- config/waybar/style/Monochrome Manifest.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'config/waybar/style/Monochrome Manifest.css') diff --git a/config/waybar/style/Monochrome Manifest.css b/config/waybar/style/Monochrome Manifest.css index 913dc8e3..073f7271 100644 --- a/config/waybar/style/Monochrome Manifest.css +++ b/config/waybar/style/Monochrome Manifest.css @@ -40,7 +40,7 @@ tooltip label{ .modules-right { background-color: black; color: white; - border-bottom: 3px; + border-bottom: 2px; border-style: solid; border-color: white; border-radius: 10px; @@ -52,7 +52,7 @@ tooltip label{ .modules-center { background-color: black; color: white; - border-bottom: 3px; + border-bottom: 2px; border-style: solid; border-color: white; border-radius: 10px; @@ -64,7 +64,7 @@ tooltip label{ .modules-left { background-color: black; color: white; - border-bottom: 3px; + border-bottom: 2px; border-style: solid; border-color: white; border-radius: 10px; @@ -85,7 +85,7 @@ tooltip label{ transition: all 0.5s cubic-bezier(.55,-0.68,.48,1.682); } #workspaces button:hover { - color: grey; + color: white; background-color: rgba(0,153,153,0.2); padding-left: 2px; padding-right: 2px; -- cgit v1.2.3