Compare commits
2
Commits
4ab77fd309
...
9bb3049dd8
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9bb3049dd8 | ||
|
|
e1295615d7 |
@@ -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
@@ -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
|
|
||||||
Reference in New Issue
Block a user