Skip to content

Command line application to change desktop wallpaper and save/restore desktop icon positions.

License

Notifications You must be signed in to change notification settings

btigi/wallicons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

wallicons is console application to set the desktop walpaper, save the desktop icon locations and restore the desktop icon locations, intended to allow per wallpaper custom desktop icon layouts.

Download

Compiled downloads are not available.

Compiling

To clone and run this application, you'll need Git and .NET installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/btigi/asciiz

# Go into the repository
$ cd src

# Build  the app
$ dotnet build

Usage

wallicons is a command line application and should be run from a terminal session. The application has several commands:

wallpaper --file [filename] --style [style]

Set file as the desktop wallpaper in the style specified by style. Style defaults to Centered if not specified.

save --file [filename]

Save the current desktop icon layout to file

restore --file [filename]

Restore the current desktop icon layout from file

Usage examples:

wallicons wallpaper --file C:\wallpaper.jpg

wallicons save --file C:\icon-positions.json

wallicons restore --file C:\icon-positions.json

Licencing

wallicons is licenced under CC BY-SA 4.0 Full licence details are available in licence.md

About

Command line application to change desktop wallpaper and save/restore desktop icon positions.

Topics

Resources

License

Stars

Watchers

Forks

Languages