Releases: acuteenvy/shstatus
Releases · acuteenvy/shstatus
v2.0.2
- Fix the pwvol block when wpctl prints warnings
Full Changelog: v2.0.1...v2.0.2
v2.0.1
- Make the man page render correctly with
mandoc - Simplify the default config (it was too long for small screens)
Full Changelog: v2.0.0...v2.0.1
v2.0.0
New features
- CPU usage block
- uptime block
- shstatus now conforms to the XDG Base Directory specification:
$XDG_CONFIG_HOME/shstatus/config.shis checked before~/.config/shstatus/config.sh
The config file has changed a little. Instead of defining update() you now have to define a variable blocks.
The following config from v1.1.0
update() {
fn1
fn2
fn3
}is equivalent to this in v2.0.0
blocks=(fn1 fn2 fn3)Full Changelog: v1.1.0...v2.0.0
v1.1.0
Full Changelog: v1.0.0...v1.1.0