2022-06-04 21:44:29 +02:00
|
|
|
/*
|
|
|
|
* ~/.config/waybar/transparent.css
|
|
|
|
*
|
|
|
|
* This stylesheet is a minimalistic, transparent style.
|
|
|
|
*/
|
|
|
|
|
2022-06-04 22:35:08 +02:00
|
|
|
@define-color transparent-black-light rgba(23, 23, 23, 0.7);
|
2022-06-04 21:44:29 +02:00
|
|
|
|
|
|
|
window#waybar {
|
|
|
|
color: @white;
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
.toggle .modules-right {
|
|
|
|
background-color: @transparent-black-light;
|
|
|
|
}
|
|
|
|
|
|
|
|
#workspaces button:hover,
|
|
|
|
#workspaces button.focused,
|
|
|
|
#mode {
|
|
|
|
box-shadow: inset 0 2px #ffffff;
|
|
|
|
}
|
|
|
|
|