fix wallpaper setter

master
Daniel Napora 2024-09-19 22:55:06 +02:00
parent bca43bd80b
commit 3d11013030
1 changed files with 1 additions and 0 deletions

View File

@ -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";;