| Crates.io | lightup |
| lib.rs | lightup |
| version | 0.1.0 |
| created_at | 2026-01-10 22:21:10.465878+00 |
| updated_at | 2026-01-10 22:21:10.465878+00 |
| description | Turn your laptop screen into a bright flashlight with animated pastel borders |
| homepage | |
| repository | https://github.com/pfolnovic23/lightup |
| max_upload_size | |
| id | 2034802 |
| size | 80,278 |
Turn your laptop screen into a bright flashlight with funky animated pastel borders!
Perfect for when you need emergency lighting and your phone is dead, or you just want a cool fullscreen light effect.
git clone https://github.com/yourusername/lightup
cd lightup
./install.sh
The installer will:
cargo install lightup
git clone https://github.com/yourusername/lightup
cd lightup
cargo build --release
./target/release/lightup
./uninstall.sh
Or manually:
cargo uninstall lightup # if installed via cargo
rm ~/.cargo/bin/lightup # if user install
sudo rm /usr/local/bin/lightup # if system install
lightup
# Red flashlight
lightup --color red
# Amber/orange flashlight
lightup --color amber
Press ESC or Q to exit the flashlight.
The application creates a borderless fullscreen window and fills it with your chosen color. An animated border of alternating pastel pink and blue pixels moves around the edges at 30 FPS. The cursor is automatically hidden for a clean look.
Licensed under either of:
at your option.
Contributions are welcome! Feel free to open issues or submit pull requests.
Built with: