Skip to content

lahwaacz/wmfs2-statusbar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple lightweight statusbar for WMFS2

Preview

Screenshot preview

Build dependencies

  • gcc (obviously)
  • cmake
  • pkg-config
  • libx11 - Xlib.h
  • xproto - Xatom.h
  • libmpdclient - MPD plugin
  • libpulse - PulseAudio plugin
  • (optional) boost - currently for debug purposes only
  • picojson - for parsing configuration files; included in project tree

Runtime dependencies

  • wmfs2
  • mpd - MPD plugin
  • pulseaudio - PulseAudio plugin

Compilation

git clone git://github.com/lahwaacz/wmfs2-statusbar.git
cd ./wmfs2-statusbar
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr/local ./
make
make install

Configuration

Runtime configuration is supported via JSON config files. Path to the file can be specified using the -c argument:

./wmfs-statusbar -c /path/to/config-file

About

Simple lightweight statusbar for WMFS2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published