Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lahwaacz/wmfs2-statusbar
Simple lightweight statusbar for WMFS2
https://github.com/lahwaacz/wmfs2-statusbar
Last synced: 13 days ago
JSON representation
Simple lightweight statusbar for WMFS2
- Host: GitHub
- URL: https://github.com/lahwaacz/wmfs2-statusbar
- Owner: lahwaacz
- License: gpl-3.0
- Created: 2013-01-22T16:24:33.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-01-13T20:55:14.000Z (almost 10 years ago)
- Last Synced: 2024-10-31T17:08:52.819Z (2 months ago)
- Language: C++
- Homepage:
- Size: 281 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Simple lightweight statusbar for WMFS2
======================================Preview
-------![Screenshot preview](https://raw.github.com/lahwaacz/wmfs2-statusbar/master/statusbar-preview.png)
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](https://github.com/kazuho/picojson) - for parsing configuration files; included in project treeRuntime dependencies
--------------------- wmfs2
- mpd - MPD plugin
- pulseaudio - PulseAudio pluginCompilation
-----------git clone git://github.com/lahwaacz/wmfs2-statusbar.git
cd ./wmfs2-statusbar
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr/local ./
make
make installConfiguration
-------------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