diff --git a/modules/home/programs/waybar/style.css b/modules/home/programs/waybar/style.css index 0b5ad49..9dd5042 100644 --- a/modules/home/programs/waybar/style.css +++ b/modules/home/programs/waybar/style.css @@ -29,28 +29,24 @@ button:hover { box-shadow: inset 0 -3px #ffffff; } -/* you can set a style on hover for any module like this */ -#pulseaudio:hover { - background-color: #a37800; -} - #workspaces button { padding: 0 5px; - background-color: transparent; - color: #ffffff; + background-color: rgba(2, 6, 23, 0.5); + color: rgb(248, 250, 252); + border-radius: 6px; } #workspaces button:hover { - background: rgba(0, 0, 0, 0.2); + background: rgba(2, 6, 23, 0.9); } #workspaces button.focused { - background-color: #64727D; + background-color: rgba(2, 6, 23, 0.9); box-shadow: inset 0 -3px #ffffff; } #workspaces button.urgent { - background-color: #eb4d4b; + background-color: rgba(69, 10, 10, .9);; } #mode {