Add emojis to all top-level README section headers
This commit is contained in:
24
README.md
24
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.
|
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.
|
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
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img src="screenshots/01-dashboard.png" alt="Dashboard - Main Timer" width="420" /><br />
|
<img src="screenshots/01-dashboard.png" alt="Dashboard - Main Timer" width="420" /><br />
|
||||||
@@ -98,7 +98,7 @@ Tools for human wellbeing should never be enclosed, never be scarce, and never s
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Features
|
## ✨ Features
|
||||||
|
|
||||||
### ⏱️ Timer & Breaks
|
### ⏱️ 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:
|
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
|
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
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary><strong>Prerequisites</strong></summary>
|
<summary><strong>Prerequisites</strong></summary>
|
||||||
@@ -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.
|
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.
|
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
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary><strong>Rust crates</strong></summary>
|
<summary><strong>Rust crates</strong></summary>
|
||||||
@@ -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.
|
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
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a href="https://creativecommons.org/publicdomain/zero/1.0/">
|
<a href="https://creativecommons.org/publicdomain/zero/1.0/">
|
||||||
|
|||||||
Reference in New Issue
Block a user