Compare commits

..

No commits in common. "9bb3049dd8df7609b34aa9f0e59765f215047020" and "4ab77fd30977317728c5c86ce2893a18118efd43" have entirely different histories.

2 changed files with 25 additions and 0 deletions

14
setbg Executable file
View File

@ -0,0 +1,14 @@
#!/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"

11
ssh-tunnel Executable file
View File

@ -0,0 +1,11 @@
#!/bin/bash
set -euo pipefail
# TODO:
# - Add options for port
# - Automatically get password from `pass`
PORT=12800
ssh -N -D "$PORT" nortega@themusicinnoise.net