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)) ;; *)