7 Commits
Author SHA1 Message Date
aidan b6b0be4f4f Only open X server once rather than open and close after every writeout. 2020-09-09 13:10:49 -06:00
aidan 13c7700f34 Fixed issue with empty command delimiter
This meant that the delimiters were added when when both the icon and
output where empty.
2020-08-29 11:58:28 -06:00
aidan 904e407908 Added back the ability to change compiler with CC environment variable. 2020-08-19 10:12:37 -06:00
aidan 416a36d636 Unified style for if, for, and while statements. As well as general
code cleanup.
2020-08-19 10:10:43 -06:00
aidan 941f415b38 Manual merge of pull request #19. This adds multi-character delimiter.
Thanks to tph5595.
2020-08-14 12:36:38 -06:00
aidan 9c5aec5cd5 Removed call to redundant call to exit() 2020-08-14 01:15:32 -06:00
aidan 5dcb2a0d84 fixed signal handling on OpenBSD by using SIGUSR1 instead of SIGRTMIN.
This should not affect other platforms at all.
2020-08-12 10:24:42 -06:00