Compare commits
2 Commits
4ab77fd309
...
9bb3049dd8
Author | SHA1 | Date | |
---|---|---|---|
9bb3049dd8 | |||
e1295615d7 |
14
setbg
14
setbg
@ -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"
|
11
ssh-tunnel
11
ssh-tunnel
@ -1,11 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
# TODO:
|
||||
# - Add options for port
|
||||
# - Automatically get password from `pass`
|
||||
|
||||
PORT=12800
|
||||
|
||||
ssh -N -D "$PORT" nortega@themusicinnoise.net
|
Loading…
x
Reference in New Issue
Block a user