summaryrefslogtreecommitdiffhomepage
path: root/patch/bar_statuscmd.c
AgeCommit message (Collapse)Author
2021-08-25Adding separate statuscolors bar module ref. #180bakkeby
2021-06-14sed source files to end with 1 new linepepper-jelly
2021-04-14Upgrading statuscmd patch.bakkeby
The original statuscmd patch has been renamed to statuscmd-nosignal to separate the logic from the dwmblocks integration that involves signals. I assume as the latter has become more popular it has replaced the statuscmd in name.
2021-04-14Upgraded the dwmblocks patch for statuscmd which changes the signallingbakkeby
mechanism from SIGUSR1 to SIGRTMIN which is likely to cause issues for those that already have a working setup. A compatibility option has been added which changes this back to SIGUSR1. Note that configuration was also changed. This was ref. reported issue #114.
2020-09-09Just some minor changes adding bar border patch ref. #41bakkeby
2020-08-22Simplified Pango integration by settling on common function signatures.bakkeby
2020-07-18Extrabar --> extrastatusbakkeby
2020-07-18Refinementbakkeby
2020-07-15Adding BarWidthArg, BarDrawArg, BarClickArg to keep the method signatures staticbakkeby
2020-07-15Major refactoring in preparation for bar modulesbakkeby