This repository is a fully functional DWM statusbar.
It provides:
- A fast and extensible way to create a DWM statusbar in Go.
- An alternative to dwmblocks for clickable statusbar sections.
- A way to update sections of your statusbar without running all scripts.
Table of Contents:
GoDSB implements similar functionality to dwmblocks while giving you full access to Go's vast standard library. This allows easy and fast REST calls, interprocess calls, shell access, and much more. GoDSB doesn't intend on replacing dwmblocks; it only seeks to expand the options for those trying out DWM.
The easiest way to try out GoDSB is to download and run the latest release from the releases tab or download and compile the source.
If you're looking to compile from source, you'll need:
- Go installed and configured
- A little patience :)
As well as port 1058 available on the host.
Contributions are always welcome. If you're interested in contributing, send me an email or submit a PR.
This project is currently licensed under GPLv3. This means you may use our source for your own project, so long as it remains open source and is licensed under GPLv3.
Please refer to the license file for more information.