Skip to content

Releases: davidscholberg/goblocks

Added command block

16 Apr 14:46
Compare
Choose a tag to compare

This release contains a new block written by @mroote that allows arbitrary commands to be executed.

While the stated goal of Goblocks is to have minimal reliance on external processes, the command block can be useful for certain kinds of functionality where calling an external process is unavoidable and minimal output parsing is needed.

Allow amixer device and channel to be configurable

02 Apr 00:50
Compare
Choose a tag to compare

This release includes changes from @zdykstra to allow the amixer device name to be configurable, allowing pulseaudio volumes to be monitored. Additionally, the amixer channel name has been made configurable.

Added more info to the network interface module

13 Feb 04:15
Compare
Choose a tag to compare

This release includes updates to the network interface to allow more information to be displayed, courtesy of @4xoc.

Added uptime module with custom duration formatting

22 Jan 17:05
Compare
Choose a tag to compare

This release includes an uptime module written by @MagiCrazy that can display custom duration formats using the go-durationfmt library.

README updated to include AUR package

06 Nov 15:36
Compare
Choose a tag to compare
1.0.2

README: added AUR package

README updates

05 Nov 23:50
Compare
Choose a tag to compare
1.0.1

README: added optional dep info

First release

05 Nov 20:02
Compare
Choose a tag to compare
Merge pull request #7 from davidscholberg/key-indicator

Key indicator