2024-12-20 02:11 | drop util.c | Randy Palamar | 2 | +30 | -32 |
2024-12-20 01:54 | linux/battery: use energy_now and energy_full to calculate capacity | Randy Palamar | 2 | +17 | -15 |
2024-04-22 15:23 | fix build with broken glibc headers and delete const garbage | Randy Palamar | 2 | +5 | -5 |
2024-04-19 23:11 | compile as a single translation unit | Randy Palamar | 23 | +85 | -188 |
2023-10-20 15:38 | script: avoid printing empty blocks | Randy Palamar | 1 | +1 | -1 |
2023-10-20 15:37 | avoid uneccessary redraws from 0 len blocks | Randy Palamar | 1 | +2 | -1 |
2023-10-20 12:32 | mpd: remove extra variable and clear block on failed conn | Randy Palamar | 1 | +2 | -4 |
2023-10-20 12:31 | properly clear block when its length changes to 0 | Randy Palamar | 1 | +5 | -2 |
2023-10-16 11:56 | mpd: avoid printing when block is empty | Randy Palamar | 1 | +1 | -1 |
2023-10-15 06:47 | cleanup ugly infinite for loop | Randy Palamar | 1 | +3 | -2 |
2023-10-15 06:34 | move initialization to single function | Randy Palamar | 1 | +18 | -10 |
2023-02-27 17:26 | increase _POSIX_C_SOURCE define and add comment about optional libs | Randy Palamar | 1 | +7 | -4 |
2023-02-27 17:21 | add bat_arg struct | Randy Palamar | 5 | +47 | -16 |
2023-02-27 16:00 | blight.c: update to match last commit | Randy Palamar | 1 | +2 | -2 |
2023-02-18 01:01 | change block arg union member to void * | Randy Palamar | 10 | +59 | -39 |
2023-02-18 00:03 | don't put unnecessary flags in CFLAGS and LDFLAGS | Randy Palamar | 2 | +4 | -4 |
2022-09-08 19:38 | script.c: correctly trim newlines | Randy Palamar | 1 | +2 | -4 |
2022-07-19 17:05 | rename gettime() to date() and follow other block conventions | Randy Palamar | 6 | +20 | -17 |
2022-06-29 02:44 | linux/battery.c: shut up warning | Randy Palamar | 1 | +1 | -1 |
2022-06-04 19:53 | move os specific functions to subdirectories | Randy Palamar | 14 | +179 | -179 |
2022-06-04 19:33 | add fn descriptions in config.def.h and simplify defaults | Randy Palamar | 1 | +19 | -10 |
2022-06-03 23:26 | add a block for printing display brightness in percent | Randy Palamar | 5 | +35 | -1 |
2021-08-23 23:51 | add script() block | Randy Palamar | 2 | +25 | -0 |
2021-07-07 17:30 | fix volume block for devices without volume control | Randy Palamar | 1 | +10 | -8 |
2021-04-24 19:37 | properly handle arguments | Randy Palamar | 1 | +16 | -6 |
2021-04-23 14:52 | minor tweak | Randy Palamar | 1 | +3 | -3 |
2021-04-23 06:15 | add README | Randy Palamar | 1 | +36 | -0 |
2021-04-23 06:02 | actually implement interval updating | Randy Palamar | 2 | +45 | -25 |
2021-04-05 17:25 | update status after all blocks are updated and shutup newline warning | Randy Palamar | 2 | +6 | -7 |
2021-04-04 23:13 | remove useless snprintf buf calls in getvol() | Randy Palamar | 1 | +8 | -7 |
2021-04-04 22:55 | re-add buffer usage for trimming tag length and fix broken labels | Randy Palamar | 1 | +4 | -2 |
2021-04-04 22:46 | make conn test clearer and rename mpd() to mpd_tag() | Randy Palamar | 3 | +12 | -11 |
2021-04-04 22:34 | remove buffer usage in mpd.c and move connection check to a function | Randy Palamar | 1 | +17 | -15 |
2021-04-04 19:58 | properly check MPD_STATE and remove second if (status) check | Randy Palamar | 1 | +15 | -10 |
2021-04-04 17:40 | remove unneeded mpd_response_finish() call from mpd.c | Randy Palamar | 1 | +0 | -1 |
2021-04-04 17:37 | replace BLOCKLEN in fn calls with LEN(*) | Randy Palamar | 5 | +9 | -8 |
2021-04-04 16:02 | actually add signals to blocksigmask | Randy Palamar | 1 | +18 | -5 |
2021-04-04 04:08 | use mpd_run_* shortcuts | Randy Palamar | 1 | +2 | -4 |
2021-04-04 03:14 | utilize mpd's idle interface and set keepalive flag on conn | Randy Palamar | 1 | +5 | -1 |
2021-04-04 02:51 | update all blocks which share a signal before redrawing | Randy Palamar | 1 | +3 | -4 |
2021-04-04 02:43 | only update blocks with an interval | Randy Palamar | 2 | +12 | -5 |
2021-04-04 02:33 | try to restart connection if mpd is killed | Randy Palamar | 1 | +6 | -0 |
2021-04-04 02:01 | keep mpd connection open for program lifetime | Randy Palamar | 1 | +18 | -11 |
2021-04-03 23:17 | implement signal handling code | Randy Palamar | 1 | +46 | -4 |
2021-03-30 18:57 | remove bprintf() | Randy Palamar | 5 | +16 | -29 |
2021-03-28 07:58 | use a simpler fix for buffer overflow | Randy Palamar | 3 | +7 | -16 |
2021-03-28 03:05 | fix potential statusbar buffer overflow | Randy Palamar | 1 | +14 | -3 |
2021-03-27 21:51 | implement updateblock() and updatestatus() functions | Randy Palamar | 2 | +34 | -10 |
2021-03-17 21:18 | move block srcs to config.mk. they are build config | Randy Palamar | 2 | +7 | -6 |
2021-03-17 19:24 | shrink buf by BLOCKPAD so the padding is always printed | Randy Palamar | 2 | +3 | -2 |
| 32 more commits remaining, fetch the repository |