kwalo / dstatus

display time and volume on dwm status line

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

# dstatus - display time and volume on dwm status line

Requirements
------------
In order to build dstatus you need Xlib and alsa header files.

Installation
------------
Run following commands to build and install dstatus

    make
    make install

Running dstatus
---------------
The purpose of dstatus is to update dwm bar with current time and volume.
Add this to your .xinitrc to launch dstatus on each session:

    dstatus &
    exec dwm

About

display time and volume on dwm status line

License:MIT License


Languages

Language:C 88.3%Language:Makefile 11.7%