Waybar : Fix workspaces background.
This commit is contained in:
parent
f7b7eab8a9
commit
1ad92a06c6
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue