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; }