Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: acuteenvy/shstatus

v2.0.2

06 Apr 13:17
v2.0.2
ac2f734

Choose a tag to compare

  • Fix the pwvol block when wpctl prints warnings

Full Changelog: v2.0.1...v2.0.2

v2.0.1

25 Jan 20:14
v2.0.1
175142e

Choose a tag to compare

  • 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

26 Jul 18:04
v2.0.0
c3a7059

Choose a tag to compare

New features

  • CPU usage block
  • uptime block
  • shstatus now conforms to the XDG Base Directory specification: $XDG_CONFIG_HOME/shstatus/config.sh is 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

20 Apr 19:15

Choose a tag to compare

Full Changelog: v1.0.0...v1.1.0

v1.0.0

27 Mar 22:13

Choose a tag to compare

Initial release