Opacity fixes and other aesthetic improvements

This commit is contained in:
Emmet 2023-08-27 08:43:50 -05:00
parent b2afc93c12
commit 5e0fabb257
7 changed files with 128 additions and 76 deletions

View file

@ -424,7 +424,7 @@
window#waybar {
background-color: #'' + config.lib.stylix.colors.base00 + '';
opacity: 0.87;
opacity: 0.94;
border-radius: 8px;
color: #'' + config.lib.stylix.colors.base07 + '';
transition-property: background-color;
@ -433,7 +433,7 @@
window > box {
border-radius: 8px;
opacity: 0.87;
opacity: 0.94;
}
window#waybar.hidden {