Compare commits
No commits in common. "9bb3049dd8df7609b34aa9f0e59765f215047020" and "4ab77fd30977317728c5c86ce2893a18118efd43" have entirely different histories.
9bb3049dd8
...
4ab77fd309
14
setbg
Executable file
14
setbg
Executable 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
11
ssh-tunnel
Executable 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
|
Loading…
x
Reference in New Issue
Block a user