diff --git a/users/youwen/linux/waybar/laptop/style.css b/users/youwen/linux/waybar/laptop/style.css index 0307cdf..c4bd23f 100644 --- a/users/youwen/linux/waybar/laptop/style.css +++ b/users/youwen/linux/waybar/laptop/style.css @@ -5,13 +5,17 @@ window#waybar { border-radius: 0.5rem; } -.modules-left, .modules-center { +.modules-left { opacity: 1; background: linear-gradient(45deg, rgb(214, 39, 200), rgb(5, 83, 252)); border-radius: 0.5rem; padding: 2px; } +.modules-center { + opacity: 0; +} + .modules-right { opacity: 1; background-color: rgba(0,0,0,0.5);