Skip to content

Commit 26f1da9

Browse files
Save changes at: 1773951072
1 parent 3e3c089 commit 26f1da9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sway.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ EOF
342342
function configure_background() {
343343
echo "--> Configure background."
344344

345-
wget -O ~/Pictures/background.jpg "https://raw.githubusercontent.com/nicola-strappazzon/arch/refs/heads/main/wallpaper/apple-grass-blades.jpg"
345+
wget --quiet --output-document="${HOME}/Pictures/background.jpg" "https://raw.githubusercontent.com/nicola-strappazzon/arch/refs/heads/main/wallpaper/apple-grass-blades.jpg"
346346
}
347347

348348
function configure_waybar() {

0 commit comments

Comments
 (0)