set an image as desktop wallpaper on I3

Style your desktop
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
enr_sal

set an image as desktop wallpaper on I3

Post by enr_sal »

Hello, how do i set a image as desktop wallpaper on i3wm? what do i have to write in the .config file?

(Mint Ulyana)
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
tuxoneseven

Re: set an image as desktop wallpaper on I3

Post by tuxoneseven »

I used a terminal program for that. Then I added the command to i3 config.
Its called feh and nitrogen is another option.

Code: Select all

feh --bg-fill /home/foo/image.png
If you want it in i3 config

Code: Select all

exec --no-startup-id feh --bg-scale /path/to/image`
For a random wallpaper

Code: Select all

feh --randomize --bg-fill ~/Pictures/*   
For nitrogen

Code: Select all

exec --no-startup-id nitrogen --restore
Locked

Return to “Themes, Icons & Wallpaper”