feat: add hover animations to eww modules in waybar

This commit is contained in:
matt1432 2023-06-08 04:59:45 -04:00
parent 10efa92b8e
commit 4bbdc1e507
7 changed files with 34 additions and 34 deletions
waybar

View file

@ -126,6 +126,7 @@
border: 6px solid rgba(0, 0, 0, 0);
border-radius: 80px;
background-clip: padding-box;
color: rgba(0, 0, 0, 0);
}
#custom-quicksettings {
@ -136,6 +137,6 @@
#custom-notif {
min-width: 110px;
color: #CBA6F7;
font-size: 26px;
color: rgba(0, 0, 0, 0);
font-size: 20px;
}