index — dots-the-third @ ec94cc7699466753fa608f482cde8ef147a9cd7c

I don't need nix, I have a way worse solution!

hypr/.config/hypr/scripts/swwwdaemon.sh (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
#!/bin/bash
swww query
if [ $? -eq 1 ]; then
  swww-daemon --format xrgb &
  swww restore\
    --transition-type "wipe" \
    --transition-duration 2
fi