sisyphus/config/waybar/transparent.css
Tibo De Peuter c4c98beb9b Waybar changes
Moved browser thing to the always-visible-bar

- Added transparent-black background to left modules as well.
- Added margin to left modules on the always-visible-bar.
- Removed disk module.
2022-06-11 21:43:45 +02:00

24 lines
443 B
CSS

/*
* ~/.config/waybar/transparent.css
*
* This stylesheet is a minimalistic, transparent style.
*/
@define-color transparent-black-light rgba(23, 23, 23, 0.7);
window#waybar {
color: @white;
background-color: transparent;
}
.toggle .modules-right,
.toggle .modules-left {
background-color: @transparent-black-light;
}
#workspaces button:hover,
#workspaces button.focused,
#mode {
box-shadow: inset 0 2px #ffffff;
}