update nvim

This commit is contained in:
Mark Riedesel 2022-09-30 09:48:57 -04:00
parent 707f80a76b
commit e4cea3e085
4 changed files with 22 additions and 13 deletions

View file

@ -32,7 +32,7 @@ window#waybar {
#workspaces button:hover {
color: @color1;
animation-duration: 0.5s;
animation-name: blink;
/* animation-name: blink; */
animation-iteration-count: infinite;
animation-direction: alternate;
}
@ -41,7 +41,7 @@ window#waybar {
}
#workspaces button.urgent {
animation-duration: 0.5s;
animation-name: blink;
/* animation-name: blink; */
background-color: @color15;
animation-iteration-count: infinite;
}