window#waybar { border: 2px solid black; background-color: black; } * { /* `otf-font-awesome` is required to be installed for icons */ font-family: "BQN386 Unicode DZ"; /* font-family: "PxPlus IBM VGA 9x16"; */ font-size: 26px; padding-top: 0px; padding-bottom: 0px; padding-left: 2px; padding-right: 2px; min-height: 36px; margin: 2px; color: black; background-color: #DAEFEF; } button { /* Use box-shadow instead of border so the text isn't offset */ box-shadow: inset 0 -3px transparent; /* Avoid rounded borders under each button name */ border: none; border-radius: 0; } #custom-machi, #network, #network.wifi, #battery, #temperature, #backlight, #pulseaudio, #clock, #wireplumber { } #tray > .passive { -gtk-icon-effect: dim; } #tray > .needs-attention { -gtk-icon-effect: highlight; background-color: #eb4d4b; }