Update dotfiles
This commit is contained in:
parent
04ed268e9f
commit
83002c6b47
|
@ -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"
|
Loading…
Reference in New Issue