xaizek / d2if (License: GPLv2+) (since 2018-12-07)
Simple dzen2 input formatter, which is supposed to not waste CPU time for nothing and provides a number of builtin "widgets" for displaying system information.
Commit b883204a0376308b2250c4817b46a12ec8dfc5a4

Update README a bit
Author: xaizek
Author date (UTC): 2016-03-02 18:04
Committer name: xaizek
Committer date (UTC): 2016-03-02 18:04
Parent(s): e4acd66622999b3a76695e027eed561aad03ff8b
Signing key:
Tree: 2d8ee38a7bd886416f4561fa5623e257d237a347
File Lines added Lines deleted
README.md 12 16
File README.md changed (mode: 100644) (index 2f5c921..d0fd79b)
... ... dzen2 input formatter
2 2 ===================== =====================
3 3
4 4 Copyright (C) 2012 xaizek <xaizek@openmailbox.org> Copyright (C) 2012 xaizek <xaizek@openmailbox.org>
5 Licensed under GNU/GPL 2.
5
6 Licensed under GNU/GPL v2.
6 7
7 8 Brief description Brief description
8 9 ----------------- -----------------
 
... ... None (at least yet). Body of `main()` configures everything.
21 22 Fields Fields
22 23 ------ ------
23 24
24 * Date and time (basic implementation).
25 * Memory usage (basic implementation).
26 * CPU usage (basic implementation).
27 * Display brightness (basic implementation).
28 * Current audio level (basic implementation).
29 * Battery status (basic implementation).
30 * Network interfaces status (basic implementation).
31 * Active keyboard layout (basic implementation).
32 * MPD status and currently playing song (basic implementation).
33
34 Features
35 --------
36
37 * Configurable update time (not implemented yet).
38 * Configurable field separator (not implemented yet).
25 * Date and time.
26 * Current desktop number.
27 * Active keyboard layout.
28 * Memory usage.
29 * CPU usage.
30 * Display brightness.
31 * Current audio level.
32 * Battery status.
33 * Network interfaces status.
34 * MPD status and currently playing song.
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/d2if

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/d2if

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master