Update dotfiles

This commit is contained in:
hok7z 2024-03-02 14:24:48 +02:00
parent 04ed268e9f
commit 83002c6b47
1 changed files with 9 additions and 0 deletions

9
bin/setwallpaper Executable file
View File

@ -0,0 +1,9 @@
#!/bin/bash
if [ -z "$1" ]
then
echo "./setwallpaper [path]";
exit 1;
fi
swww img --transition-type wipe --transition-fps 90 "$1" && wal -i "$1"