c5ace949e4braces for one line statements in smprintf()
Aaron Marcher
2016-09-18 22:01:44 +02:00
bad8dc682dshorter copyright notice and moved back VERSION and _GNU_SOURCE as the man page version number fails
Aaron Marcher
2016-09-18 22:00:50 +02:00
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 +02:00
9b2dc25348use warn[x]() instead of long fprintf()s
Ali H. Fardan
2016-09-08 04:45:00 +03:00
2afea97987used ccat() from concat.h for string concatenation
Ali H. Fardan
2016-09-08 04:31:49 +03:00
113979e5b8fixed some mistakes
Ali H. Fardan
2016-09-05 02:28:18 +03:00
720328cef9what kind of weed is that?
Ali H. Fardan
2016-09-05 02:17:30 +03:00
b9b6486cdabringed back the old config.mk
Ali H. Fardan
2016-09-05 01:40:47 +03:00
a66b73f5f2bringed back the old config.mk
Ali H. Fardan
2016-09-05 01:40:10 +03:00
a4beda8eb9bringed back the loop
Ali H. Fardan
2016-09-05 01:21:03 +03:00
52d19f955eimported a new vol_perc() function, this should fix#12 (UNTESTED)
Ali H. Fardan
2016-09-05 01:18:55 +03:00
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 +03:00
1654efe1d6config.mk cleanup
Ali H. Fardan
2016-09-05 00:56:22 +03:00
d3d8b8ee03added daemonization support
Ali H. Fardan
2016-09-04 00:10:49 +03:00
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 +03:00
b650c438f0removed setstatus() && simplified main()
Ali H. Fardan
2016-09-02 22:13:58 +03:00
d1ae2e785dNOTREACHED comment
Ali H. Fardan
2016-09-01 21:54:00 +03:00
d3a212da7esimplified gid()
Ali H. Fardan
2016-09-01 21:51:32 +03:00
2f8335abf0simplified uid() and fixed username()
Ali H. Fardan
2016-09-01 21:35:32 +03:00
825141633bremoved unnecessary typecast and added more comments
Ali H. Fardan
2016-09-01 21:15:40 +03:00
9e92d41db5removed unneeded headers
Ali H. Fardan
2016-09-01 21:02:17 +03:00
aa70b66330opened the file before the path concatenates, what an idiot
Ali H. Fardan
2016-08-31 14:29:27 +03:00
5e4dc85bb9forgot to give entropy() some candy too
Ali H. Fardan
2016-08-31 06:10:53 +03:00
cd3c084957slow down boy! you opened the file too early!
Ali H. Fardan
2016-08-31 06:00:14 +03:00
b800eb21a3removed vol function from the default config file
Ali H. Fardan
2016-08-31 02:17:42 +03:00
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 +03:00
5829cee24eused a different implementation of smprintf() imported from dwmstatus
Ali H. Fardan
2016-08-28 19:27:01 +03:00
94a62b864bworked around the buffer overrun in smprintf()
Ali H. Fardan
2016-08-28 18:19:53 +03:00
1d257999edremoved heap dependency in datetime() and simplified the function
Ali H. Fardan
2016-08-28 16:39:04 +03:00
25eb9ff35eFIXME: buffer overflow warning
Ali H. Fardan
2016-08-28 16:30:12 +03:00
24c4134df6removed a misplaced ';'
Ali H. Fardan
2016-08-28 16:24:19 +03:00