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
47ddf9382eused constant string literals && remote initialization to in battery_perc() && trying to fix possible buffer overflow
Ali H. Fardan
2016-08-28 16:20:50 +03:00
674602c6afgrammar correction
Ali H. Fardan
2016-08-28 15:33:31 +03:00
447283fda1removing typecasts for pcm_mixer cause more issues than before
Ali H. Fardan
2016-08-25 23:26:17 +03:00
ee5337babetypofix && another update
Ali H. Fardan
2016-08-23 14:16:45 +03:00
5b6097471fanother update to README
Ali H. Fardan
2016-08-23 14:13:23 +03:00
b79837b075README update
Ali H. Fardan
2016-08-23 14:11:55 +03:00
f9f72a06f1removed unnecessary typecasts (might be a reason for snd_mixer_selem_get_playback_volume_range bug
Ali H. Fardan
2016-08-23 13:27:42 +03:00
ff013b5fd4status_string can hold 4096 bytes now
Ali H. Fardan
2016-08-21 16:00:34 +03:00
6f31ca6ce3fixed compiler warnings in a better way
Ali H. Fardan
2016-08-21 15:43:57 +03:00
8e039b9dd2corrected the time format
Ali H. Fardan
2016-08-21 15:21:20 +03:00
fc5ae33f95rm .config.h.swp
Ali H. Fardan
2016-08-21 15:20:07 +03:00
f65fb9bca1fixed the code, works now
Ali H. Fardan
2016-08-21 15:19:45 +03:00
0da2af8c62Added myself to CONTRIBUTORS.md by drkh5h's request
Ali H. Fardan
2016-08-21 12:04:01 +03:00
b4f55e7170(void)ed the prototypes
Ali H. Fardan
2016-08-21 12:00:51 +03:00
46b6876d7eset local function as static
Ali H. Fardan
2016-08-21 11:28:42 +03:00
73ec65a84d-Wextra
Ali H. Fardan
2016-08-21 11:10:37 +03:00
2e1eb518afthe code describes itself, there is no need to write stories in /* */
Ali H. Fardan
2016-08-21 11:10:14 +03:00
1853884520braces are unneeded for one-liner if()/while()
Ali H. Fardan
2016-08-21 00:28:36 +03:00
e1ae7d3be6added bounds checking via secure strl*() routines
Ali H. Fardan
2016-08-21 00:00:23 +03:00