diff --git a/cli.mjs b/cli.mjs index 6e93dfa..bf6f67d 100644 --- a/cli.mjs +++ b/cli.mjs @@ -28,5 +28,8 @@ import fs from 'fs'; fs.writeFile(wallpaperFile, buffer, async () => { await wallpaper.set(wallpaperFile); + console.log( + `Wallpaper generated & set with screenWidth: ${screenWidth}, screenHeight: ${screenHeight}, variance: ${variance} & cellSize: ${cellSize}.` + ); }); })(); diff --git a/package.json b/package.json index 2f094a0..4211ffe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wallangle", - "version": "1.0.0", + "version": "1.0.1", "description": "A CLI utility to set algorithmically generated triangle art as your desktop wallpaper/background.", "repository": "https://github.com/MarcelMichau/wallangle", "author": {