87eae6db03added daemonization, output possibility to console (for other programs) and moved the code to set WM_NAME to its own function as it is needed two times
Aaron Marcher
2016-09-16 23:31:24 +0200
9b2dc25348use warn[x]() instead of long fprintf()s
Ali H. Fardan
2016-09-08 04:45:00 +0300
2afea97987used ccat() from concat.h for string concatenation
Ali H. Fardan
2016-09-08 04:31:49 +0300
113979e5b8fixed some mistakes
Ali H. Fardan
2016-09-05 02:28:18 +0300
720328cef9what kind of weed is that?
Ali H. Fardan
2016-09-05 02:17:30 +0300
b9b6486cdabringed back the old config.mk
Ali H. Fardan
2016-09-05 01:40:47 +0300
a66b73f5f2bringed back the old config.mk
Ali H. Fardan
2016-09-05 01:40:10 +0300
a4beda8eb9bringed back the loop
Ali H. Fardan
2016-09-05 01:21:03 +0300
52d19f955eimported a new vol_perc() function, this should fix#12 (UNTESTED)
Ali H. Fardan
2016-09-05 01:18:55 +0300
9fa858daeaadded a tool for resetting the status bar && worked around some issues && removed the makefile (we need a better one)
Ali H. Fardan
2016-09-05 01:13:48 +0300
1654efe1d6config.mk cleanup
Ali H. Fardan
2016-09-05 00:56:22 +0300
d3d8b8ee03added daemonization support
Ali H. Fardan
2016-09-04 00:10:49 +0300
de4f20ace3removed UPDATE_INTERVAL, it is neat to have it but removing it is a tradeoff worth making, because the clock would act weird if this used to work with cpu_perc().
Ali H. Fardan
2016-09-03 21:43:05 +0300
b650c438f0removed setstatus() && simplified main()
Ali H. Fardan
2016-09-02 22:13:58 +0300
d1ae2e785dNOTREACHED comment
Ali H. Fardan
2016-09-01 21:54:00 +0300
d3a212da7esimplified gid()
Ali H. Fardan
2016-09-01 21:51:32 +0300
2f8335abf0simplified uid() and fixed username()
Ali H. Fardan
2016-09-01 21:35:32 +0300
825141633bremoved unnecessary typecast and added more comments
Ali H. Fardan
2016-09-01 21:15:40 +0300
9e92d41db5removed unneeded headers
Ali H. Fardan
2016-09-01 21:02:17 +0300
aa70b66330opened the file before the path concatenates, what an idiot
Ali H. Fardan
2016-08-31 14:29:27 +0300
5e4dc85bb9forgot to give entropy() some candy too
Ali H. Fardan
2016-08-31 06:10:53 +0300
cd3c084957slow down boy! you opened the file too early!
Ali H. Fardan
2016-08-31 06:00:14 +0300
b800eb21a3removed vol function from the default config file
Ali H. Fardan
2016-08-31 02:17:42 +0300
0aefd57f9fgot rid of conditional assignments && improved the error messages to output more info && added bound checks for fscanf() in hostname() (a dirty hack) && fixed a bug or two && some tiny style corrections
Ali H. Fardan
2016-08-30 21:50:40 +0300
5829cee24eused a different implementation of smprintf() imported from dwmstatus
Ali H. Fardan
2016-08-28 19:27:01 +0300
94a62b864bworked around the buffer overrun in smprintf()
Ali H. Fardan
2016-08-28 18:19:53 +0300
1d257999edremoved heap dependency in datetime() and simplified the function
Ali H. Fardan
2016-08-28 16:39:04 +0300
25eb9ff35eFIXME: buffer overflow warning
Ali H. Fardan
2016-08-28 16:30:12 +0300
24c4134df6removed a misplaced ';'
Ali H. Fardan
2016-08-28 16:24:19 +0300