From 743477cd4ed1200fada69f79c0b79c04ee6241d3 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 7 Feb 2026 15:24:03 +0200 Subject: [PATCH] Add emojis to all top-level README section headers --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 082954a..6fa27c6 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ --- -## Why does this exist? +## 💡 Why does this exist? Repetitive strain injury and eye strain are not personal failings. They are the predictable result of systems that treat human attention as an extractable resource. Every person at a screen deserves a tool that gently interrupts the grind - one that serves *them*, not a subscription model, not an analytics dashboard, not a corporate wellness KPI. @@ -42,7 +42,7 @@ Core Cooldown is a single portable `.exe`. No installer, no account, no telemetr --- -## Philosophy +## 🧭 Philosophy Core Cooldown exists because rest is not a luxury. It is a fundamental need that no productivity framework, no employer, and no software platform should gatekeep behind a paywall or a subscription. @@ -59,7 +59,7 @@ Tools for human wellbeing should never be enclosed, never be scarce, and never s --- -## Screenshots +## 📸 Screenshots

Dashboard - Main Timer
@@ -98,7 +98,7 @@ Tools for human wellbeing should never be enclosed, never be scarce, and never s --- -## Features +## ✨ Features ### ⏱️ Timer & Breaks @@ -338,7 +338,7 @@ Core Cooldown targets **WCAG 2.1 Level AA** compliance. A break timer for preven --- -## Portability +## 📦 Portability Core Cooldown is **fully portable**. The executable carries everything it needs and stores everything it creates right next to itself: @@ -360,7 +360,7 @@ anywhere-you-want/ --- -## Installation +## 🚀 Installation ``` 1. Download core-cooldown.exe from the Releases page @@ -376,7 +376,7 @@ That's it. No elevated permissions. No runtime dependencies. The first launch ma --- -## Building from Source +## 🔧 Building from Source

Prerequisites @@ -435,7 +435,7 @@ Output: `src-tauri/target/x86_64-pc-windows-gnu/release/core-cooldown.exe` --- -## Architecture +## 🏗️ Architecture A split-architecture desktop app: Rust backend for system integration and timer logic, Svelte frontend rendered in a native WebView. @@ -510,7 +510,7 @@ A split-architecture desktop app: Rust backend for system integration and timer --- -## Configuration Reference +## ⚙️ Configuration Reference All settings stored in `config.json` next to the executable. The settings panel exposes every option with live validation, but the file is plain JSON and can be edited by hand. @@ -677,7 +677,7 @@ All settings stored in `config.json` next to the executable. The settings panel --- -## Dependencies +## 📚 Dependencies
Rust crates @@ -713,7 +713,7 @@ All settings stored in `config.json` next to the executable. The settings panel --- -## Contributing +## 🤝 Contributing This project belongs to no one and everyone. If you find it useful and want to make it better, you are welcome. @@ -734,7 +734,7 @@ The best software is built through mutual aid - people helping people because it --- -## License +## 📜 License