This commit is contained in:
Benjamin Palko 2024-08-16 09:10:13 -04:00
parent 9fd3ad2910
commit 21ddeb87a1
2 changed files with 6 additions and 5 deletions

View file

@ -2,11 +2,11 @@ window#waybar {
background: @background;
animation: fadeIn 2.5s;
padding: 2px 0 2px 0;
border-radius: 0 0 12px 12px;
border-radius: 0 0 20px 20px;
}
button {
text-shadow: none;
text-shadow: 2px 2px;
}
window#waybar.hidden {