ironbar: make bar border-top translucent

This commit is contained in:
Donovan Glover 2024-10-27 10:51:38 -04:00
parent f83d1ed67e
commit b7c4c451ee
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -104,7 +104,7 @@ in
} }
#bar { #bar {
border-top: 1px solid ${base01}; border-top: 1px solid alpha(${base01}, 0.925);
} }
.label, .script, .tray { .label, .script, .tray {