mirror of
https://github.com/kuhyx/testsAndMisc.git
synced 2026-07-04 13:23:15 +02:00
style: prettier formatting fixes
This commit is contained in:
parent
765fa92543
commit
1cd3901381
@ -25,6 +25,8 @@
|
||||
"evidence": "All hooks passed including ruff, mypy, pylint, bandit, pytest 100% coverage, shellcheck"
|
||||
}
|
||||
],
|
||||
"risks": ["Symlink .pre-commit-config.yaml replaced by regular file (intentional divergence)"],
|
||||
"risks": [
|
||||
"Symlink .pre-commit-config.yaml replaced by regular file (intentional divergence)"
|
||||
],
|
||||
"rollback": ["git revert HEAD", "Verify pre-commit run passes after revert"]
|
||||
}
|
||||
|
||||
@ -59,11 +59,11 @@ For in-depth understanding of specific components, see these dedicated guides:
|
||||
|
||||
## Digital Wellbeing Components Summary
|
||||
|
||||
| Component | Purpose | Key Files |
|
||||
| ----------------- | ----------------------------- | ------------------------------------------------------- |
|
||||
| Hosts Guard | Block websites via /etc/hosts | `hosts/install.sh`, `hosts/guard/*` |
|
||||
| Component | Purpose | Key Files |
|
||||
| ----------------- | ----------------------------- | --------------------------------------------------------------------------- |
|
||||
| Hosts Guard | Block websites via /etc/hosts | `hosts/install.sh`, `hosts/guard/*` |
|
||||
| Pacman Wrapper | Block package installation | `scripts/periodic_background/digital_wellbeing/pacman/*` |
|
||||
| Midnight Shutdown | Auto-shutdown at night | `scripts/periodic_background/digital_wellbeing/setup_midnight_shutdown.sh` |
|
||||
| Compulsive Block | Limit app launches | `scripts/periodic_background/digital_wellbeing/block_compulsive_opening.sh` |
|
||||
| Music Wrapper | Block music during focus | `scripts/periodic_background/digital_wellbeing/youtube-music-wrapper.sh` |
|
||||
| Screen Locker | Require workout to unlock | External: `~/testsAndMisc/python_pkg/screen_locker/` |
|
||||
| Screen Locker | Require workout to unlock | External: `~/testsAndMisc/python_pkg/screen_locker/` |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user