2024-12-29 16:31 | linux/battery_info.c: avoid big float jank | Randy Palamar | 1 | +1 | -1 |
2024-12-28 00:13 | linux/battery_info.c: remove unused interval struct member | Randy Palamar | 1 | +0 | -1 |
2024-12-27 22:23 | README: remove mention of setsid from usage | Randy Palamar | 1 | +4 | -3 |
2024-12-27 22:07 | script.c: update to new structure | Randy Palamar | 2 | +17 | -10 |
2024-12-27 21:48 | move timer check outside block update function | Randy Palamar | 5 | +37 | -53 |
2024-12-26 21:42 | fork to the background at startup | Randy Palamar | 1 | +9 | -0 |
2024-12-26 21:33 | ignore all RT signals and allow HUP to reload all blocks | Randy Palamar | 1 | +15 | -2 |
2024-12-25 17:03 | linux/battery_info: make sure state is 0 terminated | Randy Palamar | 1 | +9 | -8 |
2024-12-25 17:02 | make dt <= 0 force block reloads | Randy Palamar | 1 | +1 | -1 |
2024-12-25 17:00 | ensure no blocks are missed when updating dirty block index | Randy Palamar | 2 | +10 | -4 |
2024-12-24 22:16 | fix build with glibc | Randy Palamar | 2 | +2 | -1 |
2024-12-24 19:47 | update README | Randy Palamar | 1 | +12 | -3 |
2024-12-24 19:11 | delete pscanf function | Randy Palamar | 3 | +57 | -29 |
2024-12-24 18:17 | backlight.c: use compile time path component lengths | Randy Palamar | 2 | +15 | -7 |
2024-12-24 17:59 | battery_info: remove 4K stack buffer | Randy Palamar | 4 | +59 | -15 |
2024-12-24 05:21 | status rewrite | Randy Palamar | 8 | +420 | -252 |
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 |
| 48 more commits remaining, fetch the repository |