Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 842 Bytes

README.md

File metadata and controls

37 lines (28 loc) · 842 Bytes

SetBackground

Simple command line utility that allow you to quickly change desktop background.

Requirements

Usage

Set a solid color as background

.\SetBackground.exe color "#225e89"

Set a wallpaper as background

.\SetBackground.exe wallpaper "D:\Wallpapers\1.png"

Set a random wallpaper from the directory as background

.\SetBackground.exe wallpaper "D:\Wallpapers"

Show the list of attached monitors

.\SetBackground.exe list-monitors
0 - Generic PnP Monitor
1 - Dell U2414H(HDMI2)

Set a wallpaper as background only for the specified monitor and set how the wallpaper is displayed

.\SetBackground.exe wallpaper "D:\Wallpapers\1.png" --monitor 1 --position Stretch