Remove setbg.

I don't need it anymore. It was used for DWM.
This commit is contained in:
Nicolás A. Ortega Froysa 2025-01-17 14:33:28 +01:00
parent 4ab77fd309
commit e1295615d7

14
setbg
View File

@ -1,14 +0,0 @@
#!/bin/bash
set -euo pipefail
if [ $# -gt 1 ]
then
echo "Too many arguments"
exit 1
elif [ $# -eq 1 ]
then
cp "$1" "$HOME/.local/share/wallpaper.jpg"
fi
xwallpaper --zoom "$HOME/.local/share/wallpaper.jpg"