diff --git a/modules/home/wofi.nix b/modules/home/wofi.nix index 1f28388..994f229 100644 --- a/modules/home/wofi.nix +++ b/modules/home/wofi.nix @@ -37,7 +37,7 @@ border: 3px solid @accent; border-radius: 7px; background-color: @bg; - animation: slideIn 0.5s ease-in-out both; + /* animation: slideIn 0.5s ease-in-out both; */ } /* Slide In */ @@ -57,7 +57,7 @@ padding: 10px; border: none; background-color: @bg; - animation: fadeIn 0.5s ease-in-out both; + /* animation: fadeIn 0.5s ease-in-out both; */ } /* Fade In */ @@ -115,4 +115,4 @@ } ''; }; -} \ No newline at end of file +}