Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rnpnr/status
statusbar program for dwm
https://github.com/rnpnr/status
dwm statusbar suckless
Last synced: 24 days ago
JSON representation
statusbar program for dwm
- Host: GitHub
- URL: https://github.com/rnpnr/status
- Owner: rnpnr
- License: isc
- Created: 2019-09-22T03:38:52.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-22T15:22:58.000Z (7 months ago)
- Last Synced: 2024-04-22T16:55:21.620Z (7 months ago)
- Topics: dwm, statusbar, suckless
- Language: C
- Homepage:
- Size: 63.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
status
======A status line program for dwm.
Inspired by and drawing from
[dsblocks](https://github.com/ashish-yadav11/dsblocks) and
[slstatus](https://tools.suckless.org/slstatus/).Installation
------------Copy `config.def.h` to `config.h` and modify to your liking then to build:
```
./build.sh
```Then copy `status` to wherever you want.
Usage
-----Execute with `status` or use `setsid -f status` to run in the
background. `status` also accepts the `-d` option to print the
line to `stdout` instead of setting the X root window name.Gotchas
-------* alsalib is horribly broken. Don't compile with optimizations more
exotic than `-O2` and expect alsa to work. If you aren't using alsa
then you can use whatever meme flags you want.