summary refs log tree commit diff
path: root/home/.local/bin/clock (follow)
Commit message (Expand)AuthorAge
* Colour battery level red when criticalJune McEnroe2021-02-10
* Show battery level while charging, time while dischargingJune McEnroe2021-02-09
* Show minutes left instead of battery percentageJune McEnroe2021-02-09
* Only update clock script every minuteJune McEnroe2021-02-08
* Add simple battery status and clock to xsessionJune McEnroe2021-02-07
/td>Lukas Fleischer Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2014-01-08scan-tree.c: Remove unused macroLukas Fleischer This is no longer needed since commit fb3655df (use struct strbuf instead of static buffers, 2013-04-06). Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2013-09-14ui-shared: Drop filepair_cb_raw() and helperLukas Fleischer Remove filepair_cb_raw() and all related functions. These are no longer needed. We now use Git's internal functions for raw diff formatting everywhere. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2013-09-14ui-diff: Use diff_tree_sha1() for raw diff formattingLukas Fleischer