summaryrefslogtreecommitdiff
path: root/.local/bin/set_wallpaper
blob: 3229094c107b1dc331c709b1115e63d5c95c8abb (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
pape=$1

if [ -z "$pape" ]
then
    pape=$WALLPAPER
fi

xwallpaper --zoom $pape
wal -i $pape