From 958a83756da015b72615e1c3795124de0055dfc9 Mon Sep 17 00:00:00 2001 From: thek4n Date: Mon, 3 Aug 2026 13:45:51 +0300 Subject: [PATCH] waybar style --- home/user/.config/waybar/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/user/.config/waybar/style.css b/home/user/.config/waybar/style.css index 4d2e20c..f19f898 100644 --- a/home/user/.config/waybar/style.css +++ b/home/user/.config/waybar/style.css @@ -117,7 +117,7 @@ menuitem { #custom-power { padding: 0 10px; color: #ffffff; - background: red; + background: #2980b9; border-bottom: 2px solid transparent; font-size: 22px; transition-duration: .3s; @@ -125,6 +125,6 @@ menuitem { } #custom-power:hover { - background: inherit; box-shadow: inset 0 +1px #ffffff; + background: #2d9be3; }