Skip to content

Commit

Permalink
feat(message)
Browse files Browse the repository at this point in the history
display message when wallpaper is successfully set
bump package version
  • Loading branch information
Marcel Michau committed May 17, 2020
1 parent 0d44259 commit 4e3229b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions cli.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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}.`
);
});
})();
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 4e3229b

Please sign in to comment.