https://github.com/xandkar/stamon
Status monitors (of system, weather, etc.) for textual status bars (such as barista, pista, etc.)
https://github.com/xandkar/stamon
dwm dwm-status status-bar
Last synced: 6 months ago
JSON representation
Status monitors (of system, weather, etc.) for textual status bars (such as barista, pista, etc.)
- Host: GitHub
- URL: https://github.com/xandkar/stamon
- Owner: xandkar
- License: bsd-3-clause
- Created: 2022-11-10T13:05:17.000Z (almost 3 years ago)
- Default Branch: electus
- Last Pushed: 2025-02-06T22:10:32.000Z (8 months ago)
- Last Synced: 2025-04-11T05:21:18.643Z (6 months ago)
- Topics: dwm, dwm-status, status-bar
- Language: Rust
- Homepage:
- Size: 936 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
stamon
===============================================================================

[](https://codecov.io/gh/xandkar/stamon)
[](https://deps.rs/repo/github/xandkar/stamon)Status monitors for textual status bars such as
[pista](https://github.com/xandkar/pista) and
[barista](https://github.com/xandkar/barista).Each of the executables periodically collects the necessary data and spits out
an aggregate line.Such lines can then be read by something like
[barista](https://github.com/xandkar/barista) and inserted into a desired
status area.Linux-only.
Some things _may_ work on other unices (like maybe time, weather (`http`), disk
(`statfs`) and keymap (`x11`)), but I'm only testing this on mine and a
[friend](https://github.com/asinovski)'s laptops (Void, Debian Stable and
Ubuntu LTS). Help with improving this is most welcome!TODO
----### improvements
#### all
- [ ] configurable format strings:
- [ ] switch from `chrono` to `time` crate#### weather
- [ ] fallback/alternative weather data sources
- [ ] forecast:
- [ ] daily
- [ ] hourly#### power/battery
- [ ] updates from D-Bus, rather than `upower --monitor-detail`