Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dgkim5360/xroot-status
A C program for my dwm status bar.
https://github.com/dgkim5360/xroot-status
c dwm dwm-status gnu-linux linux status-bar suckless x11
Last synced: about 1 month ago
JSON representation
A C program for my dwm status bar.
- Host: GitHub
- URL: https://github.com/dgkim5360/xroot-status
- Owner: dgkim5360
- License: wtfpl
- Created: 2018-01-23T09:15:21.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-27T03:26:21.000Z (almost 7 years ago)
- Last Synced: 2023-08-08T12:52:33.950Z (over 1 year ago)
- Topics: c, dwm, dwm-status, gnu-linux, linux, status-bar, suckless, x11
- Language: C
- Homepage:
- Size: 43.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: COPYING
Awesome Lists containing this project
README
xroot-status
============.. image:: screenshot.png
This program sets the status of ``dwm``. The provided information includes:
1. Datetime
2. Battery status/capacity
3. Backlight brightness
4. Audio status/volume
5. Connected wireless SSID
6. Available disk volume
7. Available memoryInstallation
------------1. Clone it and configure it via ``config.mk`` and ``config.h``.
2. ``make clean install``License
-------Please see the ``COPYING`` file.