summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorJulian T <julian@jtle.dk>2020-02-16 19:13:09 +0100
committerJulian T <julian@jtle.dk>2020-02-16 19:13:09 +0100
commitff080aa4be923715d4bf5b7a6d00290d322bc67b (patch)
tree4f55a7077820ef8626c7ec7781474d980ed637f7 /scripts
parent23148a28b0486b6a77efa2de638727d9c16a3128 (diff)
Added setwall script missing from previus commits
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/Scripts/lc2
-rwxr-xr-xscripts/Scripts/setwall3
2 files changed, 4 insertions, 1 deletions
diff --git a/scripts/Scripts/lc b/scripts/Scripts/lc
index c44ce19..b67491b 100755
--- a/scripts/Scripts/lc
+++ b/scripts/Scripts/lc
@@ -53,7 +53,7 @@ handle_stuff() {
vboxmanage startvm "Windows xp"
fi
if [ "$1" = "wall" ]; then
- feh --bg-tile Pictures/defaultWall.*
+ ~/Scripts/setwall
fi
if [ "$1" = "mic" ]; then
amixer set Capture toggle
diff --git a/scripts/Scripts/setwall b/scripts/Scripts/setwall
new file mode 100755
index 0000000..c153aeb
--- /dev/null
+++ b/scripts/Scripts/setwall
@@ -0,0 +1,3 @@
+#!/usr/bin/env bash
+
+feh --bg-scale Pictures/defaultWall.*