# README
GoDSB
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:
About
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.
Installing and Compiling from Source
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.
Contributing
Contributions are always welcome. If you're interested in contributing, send me an email or submit a PR.
License
Currently closed source until I choose a license for this project. Please refer to the license file for more information.