Background and waybar

This commit is contained in:
francois
2025-11-11 09:11:37 +01:00
parent 788fc9b7c4
commit de36e26534
3 changed files with 9 additions and 3 deletions

View File

@@ -4,12 +4,18 @@
}
window#waybar {
background-color: rgba(43, 48, 59, 0.5);
border-bottom: 3px solid rgba(100, 114, 125, 0.5);
background: transparent;
color: #ffffff;
transition-property: background-color;
transition-duration: .5s;
}
window#waybar:first-child > box {
margin-top: 6px;
padding: 8px 4px 4px 4px;
border-radius: 20px 20px 20px 20px;
background-color: rgba(46, 52, 64, 0.5);
border: 2px solid #88c0d0;
}
window#waybar.hidden {
opacity: 0.2;