1
0

waybar transition update

This commit is contained in:
Eli Fouts 2025-01-07 19:10:06 -05:00
parent 2e98507ff4
commit 8f1df839f7

View File

@ -59,18 +59,17 @@ tooltip {
all:unset;
padding: 0px 5px;
color: rgba(0,0,0,0);
transition: all .5s ease;
text-shadow: 0px 0px 1px rgba(0, 0, 0, .5);
text-shadow: 0px 0px 1px rgba(0, 0, 0, .4);
}
#workspaces button:hover {
transition: all .5s ease;
color:rgba(0,0,0,0);
text-shadow: 0px 0px 1px rgba(0, 0, 0, .6);
text-shadow: 0px 0px 1px rgba(0, 0, 0, .7);
transition: all 1s ease;
}
#workspaces button.active {
color: @color9;
border: none;
transition: all .5s ease;
transition: all 1s ease;
}
#workspaces button.empty {
color: rgba(0,0,0,0);
@ -81,11 +80,12 @@ tooltip {
color: rgba(0,0,0,0);
border: none;
text-shadow: 0px 0px 1.5px rgba(0, 0, 0, .5);
transition: all 1s ease;
}
#workspaces button.empty.active {
color: @color9;
border: none;
transition: all .5s ease;
transition: all 1s ease;
}
#bluetooth{
padding: 0px 5px;