mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 06:50:14 +01:00
feat: set waybar to be 75% opaque as well
This commit is contained in:
parent
c56db9024b
commit
0640b29b0c
1 changed files with 1 additions and 1 deletions
|
|
@ -383,7 +383,7 @@
|
|||
|
||||
window#waybar.top {
|
||||
/* background-color: rgba(115, 116, 116, 0.22); */
|
||||
background-color: rgba(0, 0, 0, 0.25);
|
||||
background-color: rgba(0, 0, 0, 0.75);
|
||||
border-top: none;
|
||||
color: #eeeeee;
|
||||
transition-property: background-color;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue