Skip to content

Commit c31c5f1

Browse files
committed
Fix menu without background
1 parent 3da20e1 commit c31c5f1

File tree

1 file changed

+6
-1
lines changed
  • archlinux/install/tilling/config/waybar

1 file changed

+6
-1
lines changed

archlinux/install/tilling/config/waybar/style.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,4 +122,9 @@ tooltip {
122122
#battery.critical:not(.charging) {
123123
color: #f53c3c;
124124
animation: blink 0.5s linear infinite alternate;
125-
}
125+
}
126+
127+
menu {
128+
background-color: @background;
129+
opacity: 1.0;
130+
}

0 commit comments

Comments
 (0)