fix wallpaper setter
parent
bca43bd80b
commit
3d11013030
|
@ -21,6 +21,7 @@ fi
|
||||||
# read config variables from file
|
# read config variables from file
|
||||||
source <(grep = $CONFIG_FILE)
|
source <(grep = $CONFIG_FILE)
|
||||||
|
|
||||||
|
setter=nitrogen
|
||||||
# decide which setter and command use to set wallpaper
|
# decide which setter and command use to set wallpaper
|
||||||
case "$setter" in
|
case "$setter" in
|
||||||
nitrogen) command="nitrogen --set-zoom-fill --save";;
|
nitrogen) command="nitrogen --set-zoom-fill --save";;
|
||||||
|
|
Loading…
Reference in New Issue