Commit Graph
24 Commits
Author SHA1 Message Date
Aaron Marcher 11d4bec648 Added LICENSE statements to all source files 2017-09-17 17:45:03 +02:00
Aaron Marcher 6820631175 Split into multiple files
For multiple reasons the program is now split:
- Make future porting to OpenBSD easier
- Assign header includes to individiual functions
- Make future program extensions easier
- Recompile only changed parts
2017-09-17 17:26:45 +02:00
Aaron Marcher 8e25af7dc3 Add blank line after setlocale
setlocale() has to be separated from the signal handling.
2017-09-16 14:11:49 +02:00
Aaron Marcher 53e0c4535a Added CPU iowait to README 2017-09-16 13:54:28 +02:00
Aaron Marcher 57aa6a5164 Deleted slstatus.png as it is unnecessary 2017-09-14 22:20:44 +02:00
Aaron Marcher 8f5219b6da Added IPv6 address function
- Renamed "ip" function to "ipv4"
- Added "ipv6" function
- Adjusted README and config.def.h accordingly
2017-08-14 18:00:46 +02:00
Aaron Marcher fcc5c683a6 sexy config.def.h table 2017-08-14 14:04:21 +02:00
Aaron Marcher 6a33d6c875 Fix man page .Os field 2017-08-13 23:25:44 +02:00
Aaron Marcher aa17443013 Added Makefile target for distribution tarballs. 2017-08-13 23:05:22 +02:00
Aaron Marcher 96334e2079 Fixed man page path
According to the FHS, /usr/local/share/man is the correct man page path
in this projects's case. Set this to default in config.mk.
2017-08-13 22:56:14 +02:00
Aaron Marcher 779f611208 slstatus != dmenu lol 2017-08-12 13:37:12 +02:00
Aaron Marcher c4779c9b15 Removed #define for unknown_str
Debugging #define is very difficult. The performance overhead of static const
char is negligible.
2017-08-12 13:27:30 +02:00
Aaron Marcher be12b6b350 Removed #define for update interval
Debugging #define, especially in mathematical constructs is very
difficult. The performance overhead of static const int is negligible.
2017-08-12 13:16:12 +02:00
Aaron Marcher 0c2ee7df91 Updated LICENSE
Extended Ali H. Fardan contribution dates
2017-08-12 12:55:53 +02:00
Aaron Marcher 6f01174392 Fixed possible NULL-deref and removed unnecessary XOpenDisplay()
- Added a check for the return value of XOpenDisplay() in main().
  This fixes a possible NULL-deref.
- Removed unnsecessary XOpenDisplay and XCloseDisplay from
  keyboard_indicators(). The ones in main() are sufficent.
2017-08-11 14:33:02 +02:00
Aaron Marcher 6b8384ef2f Reformatted LICENSE to fit 75 character width 2017-08-10 22:43:56 +02:00
Aaron Marcher d35e518e39 New README in plain text 2017-08-10 21:49:37 +02:00
Aaron Marcher b6fb77c7ac Removed TODO.md 2017-08-10 21:10:17 +02:00
Aaron Marcher 5134a480b5 Removed CONTRIBUTING.md 2017-08-10 21:08:53 +02:00
Aaron Marcher b3eed601e5 Moved contributors to LICENSE 2017-08-10 21:06:48 +02:00
Aaron Marcher dad6dc6300 Copyright sign (C) is not required in LICENSE
According to https://opensource.org/licenses/ISC
2017-08-10 20:32:14 +02:00
Aaron Marcher be4cffef39 Removed .gitignore from repository
A file outside the repository (.git/info/exclude) can replace this and
suits better for this usecase.
2017-08-10 20:30:52 +02:00
Aaron Marcher 999cf00490 new arg.h version by frign 2017-08-10 11:31:57 +02:00
aaron marcher 4b4b2ac079 add num_files() function for maildirs ;) 2017-08-06 15:02:16 +02:00