add swww and pywal
This commit is contained in:
parent
076fe3ab81
commit
7798e8360c
19 changed files with 604 additions and 51 deletions
|
|
@ -1,7 +1,18 @@
|
|||
window#waybar {
|
||||
background-color: transparent;
|
||||
background: linear-gradient(90deg, mix(@color0, transparent, 0.5), mix(@color1, transparent, 0.5), mix(@color0, transparent, 0.5));
|
||||
animation: fadeIn 2.5s;
|
||||
}
|
||||
|
||||
button {
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
window#waybar.hidden {
|
||||
opacity: 0.2;
|
||||
}
|
||||
|
||||
@keyframes fadeIn {
|
||||
0% { opacity: 0; }
|
||||
100% { opacity: 1; }
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue