waybar: remove transparency

This commit is contained in:
Aly Raffauf 2024-08-09 16:02:33 -04:00
parent 8bf9593ea8
commit f2fc43cee8

View file

@ -316,7 +316,7 @@ in {
#workspaces { #workspaces {
border-radius: 10px; border-radius: 10px;
background: ${cfg.theme.colors.background}; background: ${cfg.theme.colors.background};
opacity: 0.8; opacity: 1.0;
margin: 5px 10px 0px 10px; margin: 5px 10px 0px 10px;
padding: 0px 10px 0px 10px; padding: 0px 10px 0px 10px;
} }