status

statusbar program for dwm
git clone anongit@rnpnr.xyz:status.git
Log | Files | Refs | Feed | README | LICENSE

DateCommit messageAuthorFiles+-
2024-12-29 16:31linux/battery_info.c: avoid big float jankRandy Palamar1+1-1
2024-12-28 00:13linux/battery_info.c: remove unused interval struct memberRandy Palamar1+0-1
2024-12-27 22:23README: remove mention of setsid from usageRandy Palamar1+4-3
2024-12-27 22:07script.c: update to new structureRandy Palamar2+17-10
2024-12-27 21:48move timer check outside block update functionRandy Palamar5+37-53
2024-12-26 21:42fork to the background at startupRandy Palamar1+9-0
2024-12-26 21:33ignore all RT signals and allow HUP to reload all blocksRandy Palamar1+15-2
2024-12-25 17:03linux/battery_info: make sure state is 0 terminatedRandy Palamar1+9-8
2024-12-25 17:02make dt <= 0 force block reloadsRandy Palamar1+1-1
2024-12-25 17:00ensure no blocks are missed when updating dirty block indexRandy Palamar2+10-4
2024-12-24 22:16fix build with glibcRandy Palamar2+2-1
2024-12-24 19:47update READMERandy Palamar1+12-3
2024-12-24 19:11delete pscanf functionRandy Palamar3+57-29
2024-12-24 18:17backlight.c: use compile time path component lengthsRandy Palamar2+15-7
2024-12-24 17:59battery_info: remove 4K stack bufferRandy Palamar4+59-15
2024-12-24 05:21status rewriteRandy Palamar8+420-252
2024-12-20 02:11drop util.cRandy Palamar2+30-32
2024-12-20 01:54linux/battery: use energy_now and energy_full to calculate capacityRandy Palamar2+17-15
2024-04-22 15:23fix build with broken glibc headers and delete const garbageRandy Palamar2+5-5
2024-04-19 23:11compile as a single translation unitRandy Palamar23+85-188
2023-10-20 15:38script: avoid printing empty blocksRandy Palamar1+1-1
2023-10-20 15:37avoid uneccessary redraws from 0 len blocksRandy Palamar1+2-1
2023-10-20 12:32mpd: remove extra variable and clear block on failed connRandy Palamar1+2-4
2023-10-20 12:31properly clear block when its length changes to 0Randy Palamar1+5-2
2023-10-16 11:56mpd: avoid printing when block is emptyRandy Palamar1+1-1
2023-10-15 06:47cleanup ugly infinite for loopRandy Palamar1+3-2
2023-10-15 06:34move initialization to single functionRandy Palamar1+18-10
2023-02-27 17:26increase _POSIX_C_SOURCE define and add comment about optional libsRandy Palamar1+7-4
2023-02-27 17:21add bat_arg structRandy Palamar5+47-16
2023-02-27 16:00blight.c: update to match last commitRandy Palamar1+2-2
2023-02-18 01:01change block arg union member to void *Randy Palamar10+59-39
2023-02-18 00:03don't put unnecessary flags in CFLAGS and LDFLAGSRandy Palamar2+4-4
2022-09-08 19:38script.c: correctly trim newlinesRandy Palamar1+2-4
2022-07-19 17:05rename gettime() to date() and follow other block conventionsRandy Palamar6+20-17
2022-06-29 02:44linux/battery.c: shut up warningRandy Palamar1+1-1
2022-06-04 19:53move os specific functions to subdirectoriesRandy Palamar14+179-179
2022-06-04 19:33add fn descriptions in config.def.h and simplify defaultsRandy Palamar1+19-10
2022-06-03 23:26add a block for printing display brightness in percentRandy Palamar5+35-1
2021-08-23 23:51add script() blockRandy Palamar2+25-0
2021-07-07 17:30fix volume block for devices without volume controlRandy Palamar1+10-8
2021-04-24 19:37properly handle argumentsRandy Palamar1+16-6
2021-04-23 14:52minor tweakRandy Palamar1+3-3
2021-04-23 06:15add READMERandy Palamar1+36-0
2021-04-23 06:02actually implement interval updatingRandy Palamar2+45-25
2021-04-05 17:25update status after all blocks are updated and shutup newline warningRandy Palamar2+6-7
2021-04-04 23:13remove useless snprintf buf calls in getvol()Randy Palamar1+8-7
2021-04-04 22:55re-add buffer usage for trimming tag length and fix broken labelsRandy Palamar1+4-2
2021-04-04 22:46make conn test clearer and rename mpd() to mpd_tag()Randy Palamar3+12-11
2021-04-04 22:34remove buffer usage in mpd.c and move connection check to a functionRandy Palamar1+17-15
2021-04-04 19:58properly check MPD_STATE and remove second if (status) checkRandy Palamar1+15-10
48 more commits remaining, fetch the repository