https://github.com/math0ne/powertools-color-picker-tray
https://github.com/math0ne/powertools-color-picker-tray
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/math0ne/powertools-color-picker-tray
- Owner: math0ne
- Created: 2025-12-18T22:02:11.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-12-18T22:22:21.000Z (6 months ago)
- Last Synced: 2025-12-21T22:41:53.934Z (6 months ago)
- Language: JavaScript
- Size: 65.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PowerToys Color Picker Tray
A simple Windows system tray application that launches the Powertoys screenshot application when you click it.

## Development
```bash
# Install dependencies
npm install
# Run the application
npm start
# Build the application
npm run build:win
```
3. Generate the icon:
```bash
node generate-icon.js
```
4. Build the application:
```bash
npm run build:win
```
## Project Structure
```
color-picker/
├── main.js # Electron main process
├── icon.png # Tray icon (generated)
├── generate-icon.js # Icon generation script
├── package.json # Project configuration
└── .github/
└── workflows/
└── build.yml # GitHub Actions workflow
```
## License
MIT License - feel free to use and modify as needed.