diff options
Diffstat (limited to '.local/bin/set_wallpaper')
-rwxr-xr-x | .local/bin/set_wallpaper | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.local/bin/set_wallpaper b/.local/bin/set_wallpaper new file mode 100755 index 0000000..3229094 --- /dev/null +++ b/.local/bin/set_wallpaper @@ -0,0 +1,10 @@ +#!/bin/sh +pape=$1 + +if [ -z "$pape" ] +then + pape=$WALLPAPER +fi + +xwallpaper --zoom $pape +wal -i $pape |