An open API service indexing awesome lists of open source software.

https://github.com/v-core9/v_watch

V_Watch is hopefully gonna become useful OS Monitor[ing] tool.
https://github.com/v-core9/v_watch

background-image cron-jobs monitoring node-js system-background windows windows-tray

Last synced: 2 months ago
JSON representation

V_Watch is hopefully gonna become useful OS Monitor[ing] tool.

Awesome Lists containing this project

README

        

# v_watch
v_watch is hopefully gonna become useful OS Monitor[ing] tool based on Node.js

### 🙋‍♂️ What this does:

## - 🖼 wallpaperGUI : ⚠ ONLY WINDOWS ⚠
1. Renders SVG with custom data.
2. Uses svg2img module to save JPG image from the render.
3. Runs PowerShell script to get that image set as OS Background Image.

## - ➿ V_Watch
This is like a custom cron jobs. Will loop though the tasks and try to run them when needed or their "interval" has passed.
> Here it is also used to drive wallpaperGUI even though it can run on its own.

## - 📑 V_Tray
This is actually using [windows-tray](https://github.com/AHgPuK/window-tray) to provide windows tray functionality that in this case can:
1. Enable/Disable Sending Notifications from the App by using Node Notifier module.
2. Toggle Application Debug mode which means it's gonna start logging things to console.
3. Toggle wallpaperGUI task in V_Watch so it runs or stops.

## Example Showing Tray and Wallpaper
![Example Running the thing](./Screenshot_1.png)

#

## Last Generated ImageWallpaperGUI :
![WallpaperGUI Last Generated Image](./wallpaper_app/data/img/generated.jpg)