fixed a dumb bug

This commit is contained in:
retroactive 2024-04-02 22:26:37 +00:00
parent f7a974fe78
commit ecfd015c0c
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
#!/usr/bin/env fish
set ~/.config/eww/cat_animation
set CAT_DIR ~/.config/eww/cat_animation
set IDLE_FOLDER $CAT_DIR/tailflick_frames
while true
if test (random 0 1000) = 0
if test (random 0 10000) = 0
for frame in $IDLE_FOLDER/*
echo $frame
sleep 0.1