copy dotfiles from arch
This commit is contained in:
parent
76d6787417
commit
c71ba09614
57 changed files with 2714 additions and 0 deletions
18
waybar/styles/waybar.css
Normal file
18
waybar/styles/waybar.css
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
window#waybar {
|
||||
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