Giter VIP home page Giter VIP logo

gostatus's Introduction

gostatus

Event-based statusline generator for dwm, which could easily be modified to work with other wms by writing to stdout instead of the root window title.

Installation

go install

The executable will then be available at $GOPATH/bin/gostatus.

Configuration

Configuration is done in the code (typically in main.go).

Plugins

Plugins can be added by simply writing code to satisfy the plugin interface, and then adding an instance of the plugin to the plugins array.

timemon

A simple clock, which is instantiated with a format string and a time zone. The format string and time zone should satisfy the requirements detailed at godoc.org/time.

batmon

Reads current capacity as a percentage from the file defined in batmon.go, once per minute by default.

netmon

Listens to dbus events from NetworkManager, displaying a list of the active devices.

Dependencies

  • dbus
  • NetworkManager

volmon

Listens to ALSA events for the specified card/mix combination (e.g. default/Master), and then displays the volume as a percentage.

Dependencies

  • ALSA dev libs

gostatus's People

Contributors

judgedreads avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.