update waybar from nixos branch
This commit is contained in:
parent
d0d2fa9b28
commit
c9a092f3b6
3 changed files with 275 additions and 143 deletions
41
waybar/styles/waybar.css
Executable file → Normal file
41
waybar/styles/waybar.css
Executable file → Normal file
|
|
@ -1,10 +1,12 @@
|
|||
window#waybar {
|
||||
background: linear-gradient(90deg, mix(@color0, transparent, 0.5), mix(@color1, transparent, 0.5), mix(@color0, transparent, 0.5));
|
||||
background: @background;
|
||||
animation: fadeIn 2.5s;
|
||||
padding: 2px 0 2px 0;
|
||||
border-radius: 0 0 20px 20px;
|
||||
}
|
||||
|
||||
button {
|
||||
text-shadow: none;
|
||||
text-shadow: 2px 2px;
|
||||
}
|
||||
|
||||
window#waybar.hidden {
|
||||
|
|
@ -12,7 +14,38 @@ window#waybar.hidden {
|
|||
}
|
||||
|
||||
@keyframes fadeIn {
|
||||
0% { opacity: 0; }
|
||||
100% { opacity: 1; }
|
||||
0% {
|
||||
opacity: 0;
|
||||
}
|
||||
100% {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.module {
|
||||
border-radius: 9999px;
|
||||
margin: 8px 0;
|
||||
}
|
||||
|
||||
label.module {
|
||||
padding: 0 10px;
|
||||
/* box-shadow: inset 0 -2px; */
|
||||
}
|
||||
|
||||
box.module {
|
||||
padding: 0 10px;
|
||||
}
|
||||
|
||||
.modules-left {
|
||||
padding: 0 3px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.modules-center {
|
||||
padding: 0 3px;
|
||||
}
|
||||
|
||||
.modules-right {
|
||||
padding: 0 3px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue