#Why does the wallpaper not fit the whole screen?
41 messages · Page 1 of 1 (latest)
what was the command you used
Did I set it wrong?
use --set-scaled initially when setting the wallpaper
how did you set the wallpaper in the first place?
okay
no luxk
and +
it doesnt even load
i id
nitrogen --set-zoomed --restore &
maybe its the order?
let me try
nope, still no luk
Oh maybe it’s --set-zoom
will try
/usr/share/fonts/TTF/JetBrains Mono NL Thin Nerd Font Complete Mono.ttf: JetBrainsMonoNL Nerd Font Mono:style=Thin,Regular
need this for later
this time it ran
and the wallpapoer saved
but it didnt zoom in or scale
I was assuming they actually wanted to use nitrogen, but yea, that’s the real way to go.
feh --bg-fill
ok it's your screen res prob u have to use convert to convert to ur res this is part of one of my script u might wanna see:
wallpaper_resolution=$(identify -format "%wx%h" $wallpaper)
err " Display resolution is: ""$display_resolution"""
err " Wallpaper resolution is: $wallpaper_resolution"
if [ "$wallpaper_resolution" != "$display_resolution" ]
then
err "Scaling wallpaper to match resolution"
convert $wallpaper -resize $display_resolution "$cache_dir"/"$filename"0."$extension"
wallpaper="$cache_dir"/"$filename"0."$extension"
Yea I used feh