diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-09-25 13:41:40 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-09-25 13:41:40 +0200 |
commit | d692d4baf742f8756ee2048a1a5ba3c6c77d1952 (patch) | |
tree | 7d86acf6b6a1e5889c5dfe086a4e5b3c784756f3 /.local/share | |
parent | 1a82f224d8d0fe10aacab5efa743e477c81e01bb (diff) |
add rwall script
Diffstat (limited to '.local/share')
-rwxr-xr-x | .local/share/bin/rwall | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.local/share/bin/rwall b/.local/share/bin/rwall new file mode 100755 index 0000000..48c305d --- /dev/null +++ b/.local/share/bin/rwall @@ -0,0 +1,2 @@ +#!/bin/sh +ls -d ~/.local/walls/current | sort -R | head -n1 | xargs feh --bg-fill -z |