mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
Opacity fixes and other aesthetic improvements
This commit is contained in:
parent
b2afc93c12
commit
5e0fabb257
7 changed files with 128 additions and 76 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue