summaryrefslogtreecommitdiff
path: root/wal
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2019-05-03 12:36:06 -0700
committerBen Sima <ben@bsima.me>2019-05-03 12:36:06 -0700
commita7187b84d01ec97cd68ead3394af54a970387967 (patch)
tree10c35a3f3c0f0ee93cb394ddd3f40462b413ff30 /wal
parent6649bdf28c46615ca848d1520c453712b3c4066a (diff)
add n, sysinfo, wal, weater
Diffstat (limited to 'wal')
-rwxr-xr-xwal3
1 files changed, 3 insertions, 0 deletions
diff --git a/wal b/wal
new file mode 100755
index 0000000..f9202e9
--- /dev/null
+++ b/wal
@@ -0,0 +1,3 @@
+#!/usr/bin/env bash
+file=$(ls ~/wallpaper | sort -R | tail -1)
+feh --bg-fill ~/wallpaper/$file \ No newline at end of file