Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/afreakk/GoDWMStatus

statusbar for DWM
https://github.com/afreakk/GoDWMStatus

dwm dwm-status dwmstatus

Last synced: about 1 month ago
JSON representation

statusbar for DWM

Awesome Lists containing this project

README

        

# GoDWMStatus
### Works with DWM statusbar

## Modules
- command (run bash scripts etc)
- cpu (shows usage)
- datetime
- memory (shows usage)
- pulseaudio (volume bar, eventdriven, not polling)
- readfile (read arbitrary file)

## Dependency
X11/Xlib.h
+ some go packages (go.mod)

## Install
```
go get github.com/afreakk/godwmstatus
```

## usage
```
$GOPATH/bin/godwmstatus $GOPATH/src/github.com/afreakk/godwmstatus/exampleConfigs/bar_example1.json
```
(if no GOPATH is set, it should be in ~/go)
it will log to stderr if theres any issues

Edit bar config json to match your needs.
Look at examples to understand how it works.