diff options
| author | twells46 <tom@wellsth.com> | 2026-04-19 19:58:55 -0500 |
|---|---|---|
| committer | twells46 <tom@wellsth.com> | 2026-04-19 19:58:55 -0500 |
| commit | 9feeb1b7af3e4a5f5f9ec7529da062255578ec43 (patch) | |
| tree | ddfae64e45316a3c9eea4dcd77422bffc2003cf9 /plan.md | |
Diffstat (limited to 'plan.md')
| -rw-r--r-- | plan.md | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -0,0 +1,23 @@ +- [ ] Date +- [ ] Battery + - [ ] Percentage + - [ ] Status (charging, discharging +- [ ] Memory usage +- [ ] Disk usage? + - [ ] IO load? +- [ ] CPU load +- [ ] Network activity +- [ ] Bluetooth? +- [ ] Sound + - [ ] Level + - [ ] Mute + - [ ] Microphone +- [ ] MPD +- [ ] TLP + +How can I efficiently run varied functions under varied circumstances? + +- Pipewire can be signal-based. +- MPD will probably use the built-in `idle` command. +- CPU, Memory, Network run every *n* seconds. +- Battery status should listen for ACPI, percentage is *n* seconds. |
