This website requires JavaScript.
bb87736518
Makefile: Added back config.h handling in Makefile
Aaron Marcher
2017-01-09 09:21:18 +01:00
98d655c8d0
Makefile: Fixes #35
Aaron Marcher
2017-01-09 08:24:26 +01:00
99bc258586
todo
Aaron Marcher
2017-01-07 22:34:45 +01:00
0d1f19d777
removed ./extern/
Aaron Marcher
2017-01-07 22:33:28 +01:00
688e2e783d
removed strlcat dependency (was used only once)
Aaron Marcher
2017-01-07 22:31:46 +01:00
32bb92453a
got rid of concat.h
Aaron Marcher
2017-01-07 22:01:49 +01:00
d1915f0d4d
saner makefile: cleaner, simpler, suckless
Aaron Marcher
2017-01-07 21:49:10 +01:00
3847911771
happy new year!
Aaron Marcher
2017-01-07 21:28:22 +01:00
8a29374783
run_command: strlen() will not function if string is not null terminated
Aaron Marcher
2017-01-07 21:19:40 +01:00
965a71d678
consistent coding style: usage() declaration, eval is a constant
Aaron Marcher
2016-12-30 23:13:21 +01:00
2b148bf2ec
Merge pull request #34 from parazyd/master
Aaron Marcher
2016-12-30 23:01:14 +01:00
13604963bc
Merge branch 'master' into master
parazyd
2016-12-30 14:21:19 +01:00
62f4016430
add vol_perc notes, add braces to singleline statements
parazyd
2016-12-30 12:16:07 +01:00
8fa6229759
why releases for such a small project? useless and overhead!
Aaron Marcher
2016-12-29 23:36:05 +01:00
b68925dbef
#undef strlcpy not needed anymore
Aaron Marcher
2016-12-29 23:30:53 +01:00
d7fbcb3586
tested wifi
Aaron Marcher
2016-12-29 23:30:17 +01:00
e3c9a6f923
Merge pull request #32 from R41z/master
Aaron Marcher
2016-12-29 23:27:57 +01:00
015f832c3a
Merge branch 'master' into master
Aaron Marcher
2016-12-29 23:27:44 +01:00
0a3aa0b4e6
fix TODO markdown syntax && update
raiz
2016-12-29 15:37:17 +03:00
b231cd90eb
add braces to single statements so drkhsh doesn't be upset
raiz
2016-12-29 12:40:43 +03:00
7392dbabeb
kernel_release() coding style and position in code fix
Aaron Marcher
2016-12-28 23:59:19 +01:00
c2808b6d99
refactor vol_perc to not depend on alsa libraries
parazyd
2016-12-28 00:41:51 +01:00
cfb4a5d3ff
usage(): return success if -h is called && print more appropriate usage, opts can't be all called at the same time, that's why a separator is required
raiz
2016-12-27 20:41:40 +03:00
d1dd72bae9
another TODO update
raiz
2016-12-27 20:33:28 +03:00
2994a8d0ba
TODO update
raiz
2016-12-27 20:32:22 +03:00
cf67aebec5
homepage update
raiz
2016-12-27 20:20:45 +03:00
ba0f0998d9
extern/concat.h: don't segfault if count == 0
raiz
2016-12-27 20:18:33 +03:00
e9f738b8b6
whhops, my bad
raiz
2016-12-27 20:18:09 +03:00
94e87eb8ba
wifi_essid: add boundary check && prevent the use of direct string literal as a format string in snprintf()
raiz
2016-12-27 20:14:45 +03:00
11fec4fa95
don't allow the use of perc if uninitialized
raiz
2016-12-27 20:09:07 +03:00
8b5b72b65e
remove misleading comment
raiz
2016-12-27 19:57:16 +03:00
13772c3979
get rid of set_status() since it's only used once
raiz
2016-12-27 19:56:11 +03:00
3c8717f4e0
allow the use of %* symbols in UNKNOWN_STR
raiz
2016-12-27 19:53:46 +03:00
7db4f5cf67
add extra error tests to swap_*() && fix bytes_read bug
raiz
2016-12-27 19:49:31 +03:00
a36cb96f27
swap_*(): add more error tests
raiz
2016-12-27 19:26:04 +03:00
862d158b7c
fix delay in a cleaner way
raiz
2016-12-27 19:12:39 +03:00
6cab2d5719
remove newlines from warn() in swap_*(), those functions already print a newline after printing string stderr
raiz
2016-12-27 19:07:19 +03:00
e1c5476291
inititalize run_command()'s buf to UNKNOWN_STR by default
raiz
2016-12-27 18:58:31 +03:00
b7f4541506
remove newline character from run_command() output accurately
raiz
2016-12-27 18:57:27 +03:00
3bfc3bbcae
strtok() has no effect on buf && fgets() should have the full buffer length
raiz
2016-12-27 18:54:16 +03:00
f62d626d9b
whhops
raiz
2016-12-18 10:36:01 +03:00
5a218e990c
remove unused strlcpy() and reduce the size of output buffer
raiz
2016-12-18 10:35:36 +03:00
1a143566e6
Merge pull request #30 from TheMRod/master
Aaron Marcher
2016-11-16 21:20:26 +01:00
c3eb0c4012
Add "uname -r" functionality
Mike Coddington
2016-11-03 11:49:09 -05:00
bcd5732b04
Merge pull request #25 from jodizzle/dev/swap
Aaron Marcher
2016-10-28 16:27:19 +02:00
9bef4e889a
swap: Print UNKNOWN_STR if no swap is allocated
Jody Leonard
2016-10-15 19:50:02 -04:00
4d6761e0c7
Update README.md
Jody Leonard
2016-10-15 06:49:33 -04:00
46fb6abdc0
Edit config.def.h function descriptions
Jody Leonard
2016-10-15 06:36:21 -04:00
c60af317f3
Add functions for measuring swap
Jody Leonard
2016-10-14 05:44:46 -04:00
59ed3b6d8d
Merge pull request #24 from jodizzle/feat/mute
Aaron Marcher
2016-10-13 12:15:18 +02:00
393b09644a
vol_perc: Return "mute" when mixer is muted
Jody Leonard
2016-10-13 03:20:36 -04:00
97c745e10e
Merge pull request #23 from R41z/master
Aaron Marcher
2016-10-12 22:01:46 +02:00
39fa14916b
get rid of unused variable (silly gcc did not report that error)
Ali H. Fardan
2016-10-12 20:54:45 +03:00
8830aeef77
added quinq to contributors
Aaron Marcher
2016-10-10 20:05:33 +02:00
e1b89581d2
add setlocale() (mostly for datetime function)
Aaron Marcher
2016-10-10 18:58:06 +02:00
3971c1f47c
check daemon() return value
Aaron Marcher
2016-10-10 18:52:46 +02:00
6890a27a3a
fixed run_command()
Aaron Marcher
2016-10-10 09:19:44 +02:00
5a70f920f0
fixed run_command()
Aaron Marcher
2016-10-10 09:02:24 +02:00
cc1bb3a344
removed unnecessary fp, shorter return 0 and fixed compiler warning in vol_perc
Aaron Marcher
2016-10-09 14:06:04 +02:00
5e7aa2a321
Merge pull request #20 from R41z/master
Aaron Marcher
2016-10-09 13:50:02 +02:00
4339c8330a
hostname: use POSIX routine to get hostname rather than reading from procfs
Ali H. Fardan
2016-10-08 19:55:25 +03:00
fb440d8f62
vol_perc: return zero if the value of max is set to zero
user
2016-10-08 19:50:53 +03:00
6239e5de17
added name to LICENSE
Aaron Marcher
2016-10-05 22:56:25 +02:00
3a3a3e4101
better default config.h
Aaron Marcher
2016-10-05 11:40:36 +02:00
a2d2e801a2
3.0
Aaron Marcher
2016-09-19 11:17:51 +02:00
c5ace949e4
braces for one line statements in smprintf()
Aaron Marcher
2016-09-18 22:01:44 +02:00
bad8dc682d
shorter 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
237a7720b7
Merge pull request #19 from R41z/master
Aaron Marcher
2016-09-18 21:44:48 +02:00
f4a383382c
several changes
Ali H. Fardan
2016-09-18 22:27:04 +03:00
fd36f65cc7
updated man page according to readme
Aaron Marcher
2016-09-18 21:08:21 +02:00
fad39093cc
added -v to manpage
Aaron Marcher
2016-09-18 21:07:02 +02:00
915eeb8b49
lol, dwm != slstatus in manpage :D
Aaron Marcher
2016-09-18 21:06:28 +02:00
dd0f0cd30e
README.md reloaded
Aaron Marcher
2016-09-18 17:51:25 +02:00
0fe8e5a961
suckless coding style -> added back function prototypes argument variable names
Aaron Marcher
2016-09-18 17:26:01 +02:00
d1423010d0
config.mk comment about -Wno-unused-functions
Aaron Marcher
2016-09-18 17:22:12 +02:00
cfa0d9e8fe
optimization
Aaron Marcher
2016-09-18 17:15:50 +02:00
14749b6c87
added -v command line option
Aaron Marcher
2016-09-18 17:03:53 +02:00
dcc0cddee4
simpler usage
Aaron Marcher
2016-09-18 16:57:55 +02:00
db07244cb8
do not exit on failed smprintf
Aaron Marcher
2016-09-18 16:54:46 +02:00
2fdb2ede04
added man page
Aaron Marcher
2016-09-17 22:51:59 +02:00
4a7aba5151
added man page
Aaron Marcher
2016-09-17 22:51:49 +02:00
fd0bb713d7
added optimization back (removed it for debugging some time ago)
Aaron Marcher
2016-09-17 22:03:56 +02:00
9477f3b1d1
n/a for run_command()
Aaron Marcher
2016-09-17 18:16:27 +02:00
c8926634be
fuck newlines
Aaron Marcher
2016-09-17 18:10:26 +02:00
18f7d99909
removed TODO.md
Aaron Marcher
2016-09-17 18:08:31 +02:00
37959ca569
moved headers to extern
Aaron Marcher
2016-09-17 18:07:03 +02:00
d73118eaa4
shorter names
Aaron Marcher
2016-09-17 17:06:06 +02:00
2e012d533e
only open and close display if output type is dwm
Aaron Marcher
2016-09-17 16:53:45 +02:00
4dcba6b7e8
coding style fixes + better var names
Aaron Marcher
2016-09-17 16:51:21 +02:00
87eae6db03
added 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
887b9bd3e3
fixed run_command()
Aaron Marcher
2016-09-14 18:42:51 +02:00
ad03218fd5
Merge pull request #18 from R41z/master
Aaron Marcher
2016-09-14 16:47:28 +02:00
561de544e7
variable initialization is back
Ali H. Fardan
2016-09-14 17:42:48 +03:00
35f7862744
simplified run_command()
Ali H. Fardan
2016-09-14 16:20:20 +03:00
5609b9d9de
Merge pull request #17 from R41z/master
Aaron Marcher
2016-09-14 11:27:19 +02:00
56fffbce64
improved hostname()
Ali H. Fardan
2016-09-14 12:22:03 +03:00
6edc959933
do not overwrite config.h if config.def.h changes
Aaron Marcher
2016-09-14 11:08:37 +02:00
1ad9f2504d
hostname() null terminaiton subtraction *is* needed
Aaron Marcher
2016-09-14 11:04:24 +02:00
bca9b5246a
Merge pull request #16 from R41z/master
Aaron Marcher
2016-09-14 10:58:14 +02:00
bc38677f47
malloc sucks, you know?
Ali H. Fardan
2016-09-14 03:35:53 +03:00