diff --git a/install b/install index 8ce3771..f0c446f 100755 --- a/install +++ b/install @@ -119,7 +119,7 @@ fi print_header "Installing packages" package_count=$(cat "${PACKAGES_DIR}/packages.list" | wc -l) -print_log "Installing "${package_count}" packages" +print_log "Installing ${package_count} packages" # Install packages #yay -S --noconfirm $(cat "${PACKAGES_DIR}/packages.list") diff --git a/system/.local/bin/wallpaper b/system/.local/bin/wallpaper index 8a512b5..337c7b7 100755 --- a/system/.local/bin/wallpaper +++ b/system/.local/bin/wallpaper @@ -16,5 +16,4 @@ print_time_log "wallpaper" "Changing wallpaper" # When run from a cronjob the DISPLAY environment variable is not set - DISPLAY=:0 feh --randomize --bg-fill --no-fehbg "${HOME}/Pictures/01_Wallpaper/Desktop/" \ No newline at end of file