Waybar : Fix workspaces background.

This commit is contained in:
Dmitry Voronin 2024-05-04 22:22:41 +03:00
parent f7b7eab8a9
commit 1ad92a06c6
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -2,10 +2,7 @@
text = ''
#workspaces button {
padding: 0 4px;
color: #${style.color.fg.light};
border-top: 2px solid transparent;
background-color: transparent;
background-color: rgba(${style.color.bg-r},${style.color.bg-g},${style.color.bg-b},${toString(style.opacity.desktop)});
}
#workspaces button.focused {