2016-09-13 |
Aaron Marcher | fixed vol_perc() typo and added % sign again |
commit | commitdiff | tree | snapshot |
2016-09-13 |
Aaron Marcher | simplified vol_perc() (and with that config.def.h is... |
commit | commitdiff | tree | snapshot |
2016-09-13 |
Aaron Marcher | lol, battery_perc() is even simpler, fuck this shit :D |
commit | commitdiff | tree | snapshot |
2016-09-13 |
Aaron Marcher | simplified battery_perc() a lot and removed useless... |
commit | commitdiff | tree | snapshot |
2016-09-13 |
Aaron Marcher | loop's not needed anymore |
commit | commitdiff | tree | snapshot |
2016-09-13 |
Aaron Marcher | set old WM_NAME content before exiting |
commit | commitdiff | tree | snapshot |
2016-09-13 |
Aaron Marcher | sighandle forgot const |
commit | commitdiff | tree | snapshot |
2016-09-13 |
Aaron Marcher | signal handling to exit gracefully + small coding style... |
commit | commitdiff | tree | snapshot |
2016-09-13 |
Aaron Marcher | simplify status_string clearing |
commit | commitdiff | tree | snapshot |
2016-09-13 |
Aaron Marcher | Fixes issue #15. Forgot to close() a socket in wifi_ess... |
commit | commitdiff | tree | snapshot |
2016-09-12 |
Aaron Marcher | coding style (global variables) |
commit | commitdiff | tree | snapshot |
2016-09-12 |
Aaron Marcher | Merge pull request #14 from R41z/master |
commit | commitdiff | tree | snapshot |
2016-09-12 |
Aaron Marcher | fixed wifi_perc() typo |
commit | commitdiff | tree | snapshot |
2016-09-11 |
Ali H. Fardan | fixed (hopefully) the vol_perc() function |
commit | commitdiff | tree | snapshot |
2016-09-11 |
Ali H. Fardan | fixed cpu_perc() stupidity && added some useful comment... |
commit | commitdiff | tree | snapshot |
2016-09-09 |
Aaron Marcher | added my fancy icon |
commit | commitdiff | tree | snapshot |
2016-09-09 |
Aaron Marcher | brought back update interval |
commit | commitdiff | tree | snapshot |
2016-09-09 |
Aaron Marcher | removed more unneeded comments |
commit | commitdiff | tree | snapshot |
2016-09-09 |
Aaron Marcher | fixed username function (wtf happened here?) |
commit | commitdiff | tree | snapshot |
2016-09-09 |
Aaron Marcher | fixed run_command behaviour for emtpy command output... |
commit | commitdiff | tree | snapshot |
2016-09-09 |
Aaron Marcher | coding style fixes |
commit | commitdiff | tree | snapshot |
2016-09-09 |
Aaron Marcher | removed that status_reset (we will do that with signals... |
commit | commitdiff | tree | snapshot |
2016-09-09 |
Aaron Marcher | Merge branch 'R41z-master' |
commit | commitdiff | tree | snapshot |
2016-09-08 |
Ali H. Fardan | use warn[x]() instead of long fprintf()s |
commit | commitdiff | tree | snapshot |
2016-09-08 |
Ali H. Fardan | used ccat() from concat.h for string concatenation |
commit | commitdiff | tree | snapshot |
2016-09-04 |
Ali H. Fardan | fixed some mistakes |
commit | commitdiff | tree | snapshot |
2016-09-04 |
Ali H. Fardan | what kind of weed is that? |
commit | commitdiff | tree | snapshot |
2016-09-04 |
Ali H. Fardan | bringed back the old config.mk |
commit | commitdiff | tree | snapshot |
2016-09-04 |
Ali H. Fardan | bringed back the old config.mk |
commit | commitdiff | tree | snapshot |
2016-09-04 |
Ali H. Fardan | bringed back the loop |
commit | commitdiff | tree | snapshot |
2016-09-04 |
Ali H. Fardan | imported a new vol_perc() function, this should fix... |
commit | commitdiff | tree | snapshot |
2016-09-04 |
Ali H. Fardan | added a tool for resetting the status bar && worked... |
commit | commitdiff | tree | snapshot |
2016-09-04 |
Ali H. Fardan | config.mk cleanup |
commit | commitdiff | tree | snapshot |
2016-09-03 |
Ali H. Fardan | added daemonization support |
commit | commitdiff | tree | snapshot |
2016-09-03 |
Ali H. Fardan | removed UPDATE_INTERVAL, it is neat to have it but... |
commit | commitdiff | tree | snapshot |
2016-09-02 |
Ali H. Fardan | removed setstatus() && simplified main() |
commit | commitdiff | tree | snapshot |
2016-09-01 |
Ali H. Fardan | NOTREACHED comment |
commit | commitdiff | tree | snapshot |
2016-09-01 |
Ali H. Fardan | simplified gid() |
commit | commitdiff | tree | snapshot |
2016-09-01 |
Ali H. Fardan | simplified uid() and fixed username() |
commit | commitdiff | tree | snapshot |
2016-09-01 |
Ali H. Fardan | removed unnecessary typecast and added more comments |
commit | commitdiff | tree | snapshot |
2016-09-01 |
Ali H. Fardan | removed unneeded headers |
commit | commitdiff | tree | snapshot |
2016-08-31 |
Ali H. Fardan | opened the file before the path concatenates, what... |
commit | commitdiff | tree | snapshot |
2016-08-31 |
Ali H. Fardan | forgot to give entropy() some candy too |
commit | commitdiff | tree | snapshot |
2016-08-31 |
Ali H. Fardan | slow down boy! you opened the file too early! |
commit | commitdiff | tree | snapshot |
2016-08-30 |
Ali H. Fardan | removed vol function from the default config file |
commit | commitdiff | tree | snapshot |
2016-08-30 |
Ali H. Fardan | got rid of conditional assignments && improved the... |
commit | commitdiff | tree | snapshot |
2016-08-28 |
Ali H. Fardan | used a different implementation of smprintf() imported... |
commit | commitdiff | tree | snapshot |
2016-08-28 |
Ali H. Fardan | worked around the buffer overrun in smprintf() |
commit | commitdiff | tree | snapshot |
2016-08-28 |
Ali H. Fardan | removed heap dependency in datetime() and simplified... |
commit | commitdiff | tree | snapshot |
2016-08-28 |
Ali H. Fardan | FIXME: buffer overflow warning |
commit | commitdiff | tree | snapshot |
2016-08-28 |
Ali H. Fardan | removed a misplaced ';' |
commit | commitdiff | tree | snapshot |
2016-08-28 |
Ali H. Fardan | used constant string literals && remote initialization... |
commit | commitdiff | tree | snapshot |
2016-08-28 |
Ali H. Fardan | grammar correction |
commit | commitdiff | tree | snapshot |
2016-08-25 |
Ali H. Fardan | removing typecasts for pcm_mixer cause more issues... |
commit | commitdiff | tree | snapshot |
2016-08-23 |
Ali H. Fardan | typofix && another update |
commit | commitdiff | tree | snapshot |
2016-08-23 |
Ali H. Fardan | another update to README |
commit | commitdiff | tree | snapshot |
2016-08-23 |
Ali H. Fardan | README update |
commit | commitdiff | tree | snapshot |
2016-08-23 |
Ali H. Fardan | removed unnecessary typecasts (might be a reason for... |
commit | commitdiff | tree | snapshot |
2016-08-21 |
Ali H. Fardan | status_string can hold 4096 bytes now |
commit | commitdiff | tree | snapshot |
2016-08-21 |
Ali H. Fardan | fixed compiler warnings in a better way |
commit | commitdiff | tree | snapshot |
2016-08-21 |
Ali H. Fardan | corrected the time format |
commit | commitdiff | tree | snapshot |
2016-08-21 |
Ali H. Fardan | rm .config.h.swp |
commit | commitdiff | tree | snapshot |
2016-08-21 |
Ali H. Fardan | fixed the code, works now |
commit | commitdiff | tree | snapshot |
2016-08-21 |
Ali H. Fardan | Added myself to CONTRIBUTORS.md by drkh5h's request |
commit | commitdiff | tree | snapshot |
2016-08-21 |
Ali H. Fardan | (void)ed the prototypes |
commit | commitdiff | tree | snapshot |
2016-08-21 |
Ali H. Fardan | set local function as static |
commit | commitdiff | tree | snapshot |
2016-08-21 |
Ali H. Fardan | -Wextra |
commit | commitdiff | tree | snapshot |
2016-08-21 |
Ali H. Fardan | the code describes itself, there is no need to write... |
commit | commitdiff | tree | snapshot |
2016-08-20 |
Ali H. Fardan | braces are unneeded for one-liner if()/while() |
commit | commitdiff | tree | snapshot |
2016-08-20 |
Ali H. Fardan | added bounds checking via secure strl*() routines |
commit | commitdiff | tree | snapshot |
2016-08-18 |
Aaron Marcher | remove screenshot |
commit | commitdiff | tree | snapshot |
2016-08-18 |
Aaron Marcher | update sloc count in readme |
commit | commitdiff | tree | snapshot |
2016-08-18 |
Aaron Marcher | remove todo item |
commit | commitdiff | tree | snapshot |
2016-08-18 |
Aaron Marcher | suckless coding style fix -> remove slstatus.h |
commit | commitdiff | tree | snapshot |
2016-08-18 |
Aaron Marcher | added all functions to readme |
commit | commitdiff | tree | snapshot |
2016-08-18 |
Aaron Marcher | added uptime function |
commit | commitdiff | tree | snapshot |
2016-08-18 |
Aaron Marcher | load avg |
commit | commitdiff | tree | snapshot |
2016-08-18 |
Aaron Marcher | added configuration option for n/a text |
commit | commitdiff | tree | snapshot |
2016-08-16 |
Aaron Marcher | Added \n to all error messages. |
commit | commitdiff | tree | snapshot |
2016-08-16 |
Aaron Marcher | Removed the debug gcc flags |
commit | commitdiff | tree | snapshot |
2016-08-16 |
Aaron Marcher | Formatting commit :( |
commit | commitdiff | tree | snapshot |
2016-08-15 |
Aaron Marcher | simplified ram function |
commit | commitdiff | tree | snapshot |
2016-08-15 |
Aaron Marcher | simplified wifi_essid by removing one malloc() |
commit | commitdiff | tree | snapshot |
2016-08-15 |
Aaron Marcher | this project is now licensed under the ISC license |
commit | commitdiff | tree | snapshot |
2016-08-15 |
Aaron Marcher | added wifi essid |
commit | commitdiff | tree | snapshot |
2016-08-15 |
Aaron Marcher | fixed strcat null possibility in main() |
commit | commitdiff | tree | snapshot |
2016-08-15 |
Aaron Marcher | fixed strlen-bomb in run_command |
commit | commitdiff | tree | snapshot |
2016-08-15 |
Aaron Marcher | fixed memleak in datetime() |
commit | commitdiff | tree | snapshot |
2016-08-15 |
Aaron Marcher | void argument main() |
commit | commitdiff | tree | snapshot |
2016-08-15 |
Aaron Marcher | Fixed alsa function + datetime function |
commit | commitdiff | tree | snapshot |
2016-08-15 |
Aaron Marcher | Added shell command function |
commit | commitdiff | tree | snapshot |
2016-06-30 |
Aaron Marcher | revised readme |
commit | commitdiff | tree | snapshot |
2016-06-30 |
Aaron Marcher | revised readme |
commit | commitdiff | tree | snapshot |
2016-06-14 |
Aaron Marcher | README update (included information) |
commit | commitdiff | tree | snapshot |
2016-06-13 |
Aaron Marcher | added, username, gid, uid |
commit | commitdiff | tree | snapshot |
2016-06-10 |
Aaron Marcher | added disk functions for details |
commit | commitdiff | tree | snapshot |
2016-06-10 |
Aaron Marcher | added memory values ram functions |
commit | commitdiff | tree | snapshot |
2016-06-10 |
Aaron Marcher | fixed hostname function and added HOST_NAME_MAX limit |
commit | commitdiff | tree | snapshot |
2016-06-10 |
Aaron Marcher | hostname function |
commit | commitdiff | tree | snapshot |
2016-06-08 |
Aaron Marcher | added ip address function |
commit | commitdiff | tree | snapshot |
next |