From 76b8745ab57991bab4cad591db689b106d1ee424 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miskolczi=20Rich=C3=A1rd?= Date: Thu, 9 Apr 2026 23:35:19 +0200 Subject: [PATCH] awww -> swww --- hyprland/scripts/themeswitch.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hyprland/scripts/themeswitch.nix b/hyprland/scripts/themeswitch.nix index da0db29..976c079 100644 --- a/hyprland/scripts/themeswitch.nix +++ b/hyprland/scripts/themeswitch.nix @@ -105,11 +105,11 @@ update() { case "$SELECTED" in $OPTION_DARK) dconf write /org/gnome/desktop/interface/color-scheme \'prefer-dark\' - awww img /home/typo/.config/backgrounds/gruvbox/wp11058332.png -t grow --transition-duration 1 --transition-fps 60 --transition-pos 0.$((1 + $RANDOM % 9)),0.$((1 + $RANDOM % 9)) + swww img /home/typo/.config/backgrounds/gruvbox/wp11058332.png -t grow --transition-duration 1 --transition-fps 60 --transition-pos 0.$((1 + $RANDOM % 9)),0.$((1 + $RANDOM % 9)) ;; $OPTION_LIGHT) dconf write /org/gnome/desktop/interface/color-scheme \'prefer-light\' - awww img /home/typo/.config/backgrounds/gruvbox/chinese-hills.jpg -t grow --transition-duration 1 --transition-fps 60 --transition-pos 0.$((1 + $RANDOM % 9)),0.$((1 + $RANDOM % 9)) + swww img /home/typo/.config/backgrounds/gruvbox/chinese-hills.jpg -t grow --transition-duration 1 --transition-fps 60 --transition-pos 0.$((1 + $RANDOM % 9)),0.$((1 + $RANDOM % 9)) ;; *)