waybar: style popup menus

This commit is contained in:
Peter Cai 2022-03-25 20:55:26 -04:00
parent fe04fc4ac0
commit 8bc0be34f9
1 changed files with 6 additions and 3 deletions

View File

@ -1,16 +1,17 @@
* {
border: none;
border-radius: 0;
font-family: 'JetBrainsMono Nerd Font', 'JetBrains Mono', 'Hack Nerd Font Mono', 'monospace';
font-size: 14px;
font-family: inherit;
font-size: inherit;
min-height: 0;
margin: 0 0px;
}
tooltip, tooltip * {
tooltip, tooltip *, menu {
color: #ebdbb2;
background-color: #3c3836;
font-family: 'sans-serif';
font-size: 14px;
}
window#waybar {
@ -19,6 +20,8 @@ window#waybar {
color: #ebdbb2;
transition-property: background-color;
transition-duration: 0.5s;
font-family: 'JetBrainsMono Nerd Font', 'JetBrains Mono', 'Hack Nerd Font Mono', 'monospace';
font-size: 14px;
}
window#waybar.hidden {