bunch more anime scripts

This commit is contained in:
ktyl 2021-12-15 00:41:24 +00:00
parent d1f44bddcc
commit e0c709f5a7
5 changed files with 10 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -0,0 +1,4 @@
#!/usr/bin/env bash
killall asusctl
exec asusctl anime image --path $HOME/.scripts/anime-matrix/black256.png &> /dev/null &

5
.scripts/anime-matrix/tohru Normal file → Executable file
View File

@ -1,5 +1,4 @@
#!/usr/bin/env bash
asusctl anime --enable true
exec asusctl anime gif --path pic/tohrudancebw.gif --scale 0.9 --x-pos 3 --y-pos 2.2 --loops 0 &> /dev/null &
killall asusctl
exec asusctl anime gif --path pic/tohrudancebw.gif --scale 0.9 --x-pos 4 --y-pos 2.2 --loops 0 &> /dev/null &

4
.scripts/anime-matrix/white Executable file
View File

@ -0,0 +1,4 @@
#!/usr/bin/env bash
killall asusctl
exec asusctl anime image --path $HOME/.scripts/anime-matrix/white256.png &> /dev/null &

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB