Initial commit.

This commit is contained in:
2021-08-31 08:25:02 +02:00
commit 07d5e4092a
12 changed files with 248 additions and 0 deletions

8
setbg Executable file
View File

@ -0,0 +1,8 @@
#!/bin/sh
[ $# -ne 1 ] &&
echo "Requires an image argument." &&
exit 1
cp $1 $HOME/.local/share/wallpaper.jpg
xwallpaper --zoom $HOME/.local/share/wallpaper.jpg