adjustments for waybar: +privacy items +calendar

This commit is contained in:
grassblock 2024-05-25 11:42:41 +08:00
parent 355755c38d
commit 4c2daa98e2
2 changed files with 49 additions and 9 deletions

View file

@ -10,7 +10,7 @@ window#waybar {
color: #eceff4;
transition-property: background-color;
transition-duration: .5s;
border-radius: 30px;
border-radius: 10px;
}
window#waybar.hidden {
@ -138,6 +138,10 @@ button:hover {
animation-direction: alternate;
}
#power-profiles-daemon {
padding: 0 5px;
}
#power-profiles-daemon.performance {
color: #eceff4;
}
@ -172,7 +176,6 @@ label:focus {
}
#bluetooth {
font-size: 16px;
}
@ -305,9 +308,9 @@ label:focus {
}
#privacy-item.audio-in {
background-color: #a3be8c;
color: #a3be8c;
}
#privacy-item.audio-out {
background-color: #88c0d0;
color: #88c0d0;
}