https://github.com/xaizek/d2if
Simple dzen2 input formatter
https://github.com/xaizek/d2if
cpp cpp11 dzen2
Last synced: 6 days ago
JSON representation
Simple dzen2 input formatter
- Host: GitHub
- URL: https://github.com/xaizek/d2if
- Owner: xaizek
- Created: 2012-08-29T18:47:00.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2024-04-12T11:54:56.000Z (over 2 years ago)
- Last Synced: 2025-03-26T05:30:32.346Z (over 1 year ago)
- Topics: cpp, cpp11, dzen2
- Language: C++
- Size: 80.1 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
dzen2 input formatter
=====================
Licensed under GNU/GPL v2+.
Brief description
-----------------
This is a simple dzen2 input formatter, which is intended to replace use of
scripts to do this job. Compiled language is better for this purpose, because
native applications require less resources and work faster than scripts. The
amount of memory and CPU time should be considered for obvious reason that
status bar is updated with relatively high rate.
Configuration
-------------
None (at least yet). Body of `main()` configures everything.
Fields
------
* Date and time.
* Current desktop number.
* Active keyboard layout.
* Memory usage.
* CPU usage.
* Display brightness.
* Current audio volume level.
* Battery status.
* Network interfaces status.
* MPD status and currently playing song.