From a9d206f985a20c8de272e1ffec3c8a96a92eb181 Mon Sep 17 00:00:00 2001 From: oddlama Date: Thu, 13 Jun 2024 00:42:58 +0200 Subject: [PATCH] chore: remove wave animation from swww because it lags --- users/myuser/graphical/swww.nix | 2 +- users/myuser/graphical/waybar.nix | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/users/myuser/graphical/swww.nix b/users/myuser/graphical/swww.nix index a4b47ae..a41a42d 100644 --- a/users/myuser/graphical/swww.nix +++ b/users/myuser/graphical/swww.nix @@ -10,7 +10,7 @@ ]; text = '' FILES=("$HOME/.local/share/wallpapers/"*) - TYPES=("wipe" "wave" "any") + TYPES=("wipe" "any") ANGLES=(0 15 30 45 60 75 90 105 120 135 150 165 180 195 210 225 240 255 270 285 300 315 330 345) swww img "''${FILES[RANDOM%''${#FILES[@]}]}" \ diff --git a/users/myuser/graphical/waybar.nix b/users/myuser/graphical/waybar.nix index 2de9c02..410e2fa 100644 --- a/users/myuser/graphical/waybar.nix +++ b/users/myuser/graphical/waybar.nix @@ -37,7 +37,6 @@ "network" "bluetooth" - #"temps" #"temperature" "cpu" "memory"