Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Hjdskes/dwmst
UNMAINTAINED -- A hardcoded statusbar for DWM
https://github.com/Hjdskes/dwmst
Last synced: 18 days ago
JSON representation
UNMAINTAINED -- A hardcoded statusbar for DWM
- Host: GitHub
- URL: https://github.com/Hjdskes/dwmst
- Owner: Hjdskes
- License: gpl-3.0
- Archived: true
- Created: 2012-09-12T11:18:11.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-09-04T18:43:01.000Z (about 10 years ago)
- Last Synced: 2024-08-01T00:38:04.715Z (3 months ago)
- Language: C
- Homepage:
- Size: 554 KB
- Stars: 9
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
DWMST
=====**Forked from TrilbyWhite's dwmStatus:** https://github.com/TrilbyWhite/dwmStatus
A great inspiration for many code optimizations has been OK100. Thanks!
The last rewrite also took major inspiration and code from Suckless.This is a hardcoded statusbar for my system and, like Trilby's dwmStatus from which this is forked, it was not meant to be flexible. Flexibility costs memory and processor time. This can, however, be used as a template for your own status bar app.
Installation
------------In order to succesfully compile this, you need to have the following dependencies installed:
* `libx11`
* `alsa-lib`
* `libmpdclient`To built and install, simply run
$ make
# make clean installLicense
-------This project is licensed under the GNU General Public License and should be treated as such. See `COPYING` for more information.
**Copyright © 2014** Jente Hidskes