waybar: style tooltip

This commit is contained in:
Peter Cai 2022-03-25 20:44:44 -04:00
parent 07d8ed78cf
commit 1cbc562125
1 changed files with 6 additions and 0 deletions

View File

@ -7,6 +7,12 @@
margin: 0 0px;
}
tooltip, tooltip * {
color: #ebdbb2;
background-color: #3c3836;
font-family: 'sans-serif';
}
window#waybar {
background-color: #3c3836;
border-bottom: none;