fix: fixed conflicts + moving to yadm
This commit is contained in:
6
.config/hypr/scripts/swww.sh
Normal file
6
.config/hypr/scripts/swww.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
X_POS=$(awk "BEGIN {srand(); print rand()}")
|
||||
Y_POS=$(awk "BEGIN {srand(); print rand()}")
|
||||
|
||||
swww img $WALLPAPER --transition-type grow --transition-pos "$X_POS, $Y_POS" --transition-fps 60
|
||||
Reference in New Issue
Block a user