suckless/slstatus.git
8 years agoFix some memory leaks
Daniel Walter [Thu, 17 Mar 2016 18:12:47 +0000 (19:12 +0100)]
Fix some memory leaks

8 years agoadded license info to slstatus.h
Aaron Marcher [Wed, 16 Mar 2016 08:01:07 +0000 (09:01 +0100)]
added license info to slstatus.h

8 years agoheader
Aaron Marcher [Wed, 16 Mar 2016 07:45:19 +0000 (08:45 +0100)]
header

8 years agoremoved from todo
Aaron Marcher [Tue, 15 Mar 2016 10:28:14 +0000 (11:28 +0100)]
removed from todo

8 years agoadded some todos
Aaron Marcher [Tue, 15 Mar 2016 10:21:36 +0000 (11:21 +0100)]
added some todos

8 years agodisk usage in README.md
Aaron Marcher [Mon, 14 Mar 2016 19:25:56 +0000 (20:25 +0100)]
disk usage in README.md

8 years agocompletely new system: only values in config file get updated + cleaner code
Aaron Marcher [Mon, 14 Mar 2016 19:17:14 +0000 (20:17 +0100)]
completely new system: only values in config file get updated + cleaner code

8 years agowhitespace error
Aaron Marcher [Fri, 11 Mar 2016 12:15:17 +0000 (13:15 +0100)]
whitespace error

8 years agoremoved todo
Aaron Marcher [Fri, 11 Mar 2016 12:12:08 +0000 (13:12 +0100)]
removed todo

8 years agofixed disk percent
Aaron Marcher [Fri, 11 Mar 2016 12:11:15 +0000 (13:11 +0100)]
fixed disk percent

8 years agoMerge pull request #9 from sahne/master
Aaron Marcher [Fri, 11 Mar 2016 12:02:26 +0000 (13:02 +0100)]
Merge pull request #9 from sahne/master

Add diskusage support

8 years agoAdd diskusage support
Daniel Walter [Fri, 11 Mar 2016 11:18:23 +0000 (12:18 +0100)]
Add diskusage support

add support to show used disk for a given mountpoint

8 years agoUpdate README.md
Aaron Marcher [Thu, 10 Mar 2016 17:01:39 +0000 (18:01 +0100)]
Update README.md

8 years agoCreate TODO.md
Aaron Marcher [Thu, 10 Mar 2016 17:00:40 +0000 (18:00 +0100)]
Create TODO.md

8 years agoMerge pull request #8 from Vlaix/master
Aaron Marcher [Thu, 10 Mar 2016 16:29:20 +0000 (17:29 +0100)]
Merge pull request #8 from Vlaix/master

Fixed locale defaulting to English

8 years agoFixed locale defaulting to English
Vincent Loupmon [Thu, 10 Mar 2016 15:50:32 +0000 (16:50 +0100)]
Fixed locale defaulting to English

Changed get_datetime() a bit so it respects the user-configured locale (to use time formats with strings for days, months etc.)

Same commit as last time, except it merges.

8 years agoadded update_interval check to config_check()
Aaron Marcher [Thu, 10 Mar 2016 14:50:35 +0000 (15:50 +0100)]
added update_interval check to config_check()

8 years agocoding style notice in README.md
Aaron Marcher [Thu, 10 Mar 2016 14:12:09 +0000 (15:12 +0100)]
coding style notice in README.md

8 years agoadded sahne to contributors
Aaron Marcher [Thu, 10 Mar 2016 14:01:28 +0000 (15:01 +0100)]
added sahne to contributors

8 years agofixed some small things (update_interval) interferes with get_cpu_usage() and reordered)
Aaron Marcher [Thu, 10 Mar 2016 13:59:37 +0000 (14:59 +0100)]
fixed some small things (update_interval) interferes with get_cpu_usage() and reordered)

8 years agoMerge pull request #6 from sahne/master
Aaron Marcher [Thu, 10 Mar 2016 13:50:11 +0000 (14:50 +0100)]
Merge pull request #6 from sahne/master

minor cleanups and sanity checks

8 years agoreturn n/a instead of exiting if a specific value cannot be read
Daniel Walter [Thu, 10 Mar 2016 12:09:24 +0000 (13:09 +0100)]
return n/a instead of exiting if a specific value cannot be read

8 years agoadd config checks on startup for better error handling
Daniel Walter [Thu, 10 Mar 2016 11:11:46 +0000 (12:11 +0100)]
add config checks on startup for better error handling

8 years agoadd update_interval
Daniel Walter [Thu, 10 Mar 2016 10:55:42 +0000 (11:55 +0100)]
add update_interval

add a short sleep to reduce load

8 years agomake config.h target depending on config.def.h
Daniel Walter [Thu, 10 Mar 2016 10:55:12 +0000 (11:55 +0100)]
make config.h target depending on config.def.h

8 years agosimplify smprintf by using vasprintf
Daniel Walter [Thu, 10 Mar 2016 10:49:48 +0000 (11:49 +0100)]
simplify smprintf by using vasprintf

8 years agosimplified config.def.h
Aaron Marcher [Thu, 10 Mar 2016 10:11:39 +0000 (11:11 +0100)]
simplified config.def.h

8 years agoMerge pull request #5 from Vlaix/master
Aaron Marcher [Thu, 10 Mar 2016 09:59:59 +0000 (10:59 +0100)]
Merge pull request #5 from Vlaix/master

Fixed small buffer in get_datetime()

8 years agoFixed small buffer in get_datetime()
Vincent Loupmon [Thu, 10 Mar 2016 09:53:14 +0000 (10:53 +0100)]
Fixed small buffer in get_datetime()

The buffer being hardcoded to 19 (the size expected from the default time format),
strftime() would fail on any format returning a longer buffer.
Changed it from 19 to 64 to accomodate longer formats.

8 years agobetter screenshot
Aaron Marcher [Thu, 10 Mar 2016 09:29:22 +0000 (10:29 +0100)]
better screenshot

8 years agosmall changes (var names)
Aaron Marcher [Thu, 10 Mar 2016 07:37:20 +0000 (08:37 +0100)]
small changes (var names)

8 years agostarting in README.md
Aaron Marcher [Thu, 10 Mar 2016 06:51:04 +0000 (07:51 +0100)]
starting in README.md

8 years agoput everything in logical order
Aaron Marcher [Wed, 9 Mar 2016 15:30:52 +0000 (16:30 +0100)]
put everything in logical order

8 years agoMerge pull request #4 from Vlaix/ram
Aaron Marcher [Wed, 9 Mar 2016 12:08:55 +0000 (13:08 +0100)]
Merge pull request #4 from Vlaix/ram

Changed RAM calculation formula.

8 years agoChanged RAM calculation formula.
Vincent Loupmon [Wed, 9 Mar 2016 11:38:22 +0000 (12:38 +0100)]
Changed RAM calculation formula.

Former : MemTotal - MemAvailable
New : (MemTotal - MemFree) - (Buffers + Cached)

8 years agocontributors
Aaron Marcher [Wed, 9 Mar 2016 10:26:19 +0000 (11:26 +0100)]
contributors

8 years agochanged to easier variable names
Aaron Marcher [Wed, 9 Mar 2016 10:21:35 +0000 (11:21 +0100)]
changed to easier variable names

8 years agochanged to 4 spaces indentation (2 are not enough)
Aaron Marcher [Wed, 9 Mar 2016 10:13:27 +0000 (11:13 +0100)]
changed to 4 spaces indentation (2 are not enough)

8 years agoMerge pull request #3 from Vlaix/master
Aaron Marcher [Wed, 9 Mar 2016 09:53:27 +0000 (10:53 +0100)]
Merge pull request #3 from Vlaix/master

Fixed broken wifi

8 years agoFixed broken wifi
Vincent Loupmon [Wed, 9 Mar 2016 09:19:10 +0000 (10:19 +0100)]
Fixed broken wifi
Fixed indentation
Removed trailig white spaces

8 years agoMerge pull request #2 from pfannkuchengesicht/master
Aaron Marcher [Wed, 9 Mar 2016 06:45:51 +0000 (07:45 +0100)]
Merge pull request #2 from pfannkuchengesicht/master

fixed some memory leaks

8 years agofixed some memory leaks
Roy Freytag [Tue, 8 Mar 2016 19:55:07 +0000 (20:55 +0100)]
fixed some memory leaks

8 years agofixed tabs xD
Aaron Marcher [Tue, 8 Mar 2016 17:39:18 +0000 (18:39 +0100)]
fixed tabs xD

8 years agofixed typo in README.md (jpg <-> png)
Aaron Marcher [Tue, 8 Mar 2016 17:18:47 +0000 (18:18 +0100)]
fixed typo in README.md (jpg <-> png)

8 years agoadded screenshot
Aaron Marcher [Tue, 8 Mar 2016 17:17:50 +0000 (18:17 +0100)]
added screenshot

8 years agovariable names
Aaron Marcher [Mon, 7 Mar 2016 09:08:04 +0000 (10:08 +0100)]
variable names

8 years agocommented and reordered
Aaron Marcher [Mon, 7 Mar 2016 09:00:02 +0000 (10:00 +0100)]
commented and reordered

8 years agorevised everything
Aaron Marcher [Sat, 5 Mar 2016 13:07:02 +0000 (14:07 +0100)]
revised everything

8 years agoadded config.def.h handling and fixed typo
Aaron Marcher [Fri, 4 Mar 2016 17:36:47 +0000 (18:36 +0100)]
added config.def.h handling and fixed typo

8 years agoinitial commit
Aaron Marcher [Fri, 4 Mar 2016 17:07:42 +0000 (18:07 +0100)]
initial commit

8 years agoInitial commit
Aaron Marcher [Fri, 4 Mar 2016 09:46:19 +0000 (10:46 +0100)]
Initial commit