feat(waybar): add shadow behind tray icons

This commit is contained in:
Price Hiller 2023-07-23 20:10:04 -05:00
parent ea8dbcd508
commit aeb62c45ef
No known key found for this signature in database

View File

@ -251,8 +251,14 @@
}
/* Tray */
#tray {
-gtk-icon-shadow: 0 0 2px #957FB8;
}
#tray menu {
border-radius: 0px;
-gtk-icon-shadow: none;
}
/* Network */