index
:
i3status.git
master
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
i3status.c
Age
Commit message (
Expand
)
Author
2011-04-22
Bugfix: use localtime_r so that later calls in print_battery_info don’t ove...
Michael Stapelberg
2011-04-21
get time at the beginning of the loop
Michael Stapelberg
2011-01-06
implement the 'path' option for cpu temperature
Michael Stapelberg
2010-10-24
More sensible lookup order loading the config.
Fernando Tarlá Cardoso Lemos
2010-09-23
initialize result to NULL to shun compiler warning
Michael Stapelberg
2010-09-23
port support for xdg basedir and some makefile fixes from i3
Michael Stapelberg
2010-09-22
Implement --version/-v parameter
Michael Stapelberg
2010-09-22
Implement displaying the wireless connection speed (Thanks Felicitus)
Michael Stapelberg
2010-07-21
Bugfix: s/CASE_SEC/CASE_SEC_TITLE for volume
Michael Stapelberg
2010-07-20
Implement ALSA volume support
Michael Stapelberg
2010-07-04
Support customized colors.
Fernando Tarlá Cardoso Lemos
2010-06-28
Add fernandotcl to copyright notice
Michael Stapelberg
2010-06-19
Implemented a ddate-module
Axel Wagner
2010-04-06
ipv6: provide format strings for ipv6 up and ipv6 down
Christian Dietrich
2010-04-06
ipv6: don't require a title for config option
Christian Dietrich
2010-01-30
Instead of a relative sleep(1), sleep until the full second
Michael Stapelberg
2009-10-24
Fix function signature / pointer type
Michael Stapelberg
2009-10-24
config: first try ~/.i3status.conf, then /etc/i3status.conf
Michael Stapelberg
2009-10-24
Change output format to be a config option instead of a compile time define
Michael Stapelberg
2009-10-16
battery: split up %remaining into %percentage and %remaining (Thanks shatter)
Michael Stapelberg
2009-10-16
Implement option to use the last full capacity instead of the design capacity
Michael Stapelberg
2009-10-16
Implement format_up/format_down for ethernet
Michael Stapelberg
2009-10-15
Separate license into file LICENSE
Michael Stapelberg
2009-10-11
Implement disk info (%free/%used/%total)
Michael Stapelberg
2009-10-11
Breaks configfiles! Major refactoring of i3status, see below
Michael Stapelberg
2009-09-01
Fix compilation warning
Michael Stapelberg
2009-08-18
Bugfix: Correctly terminate output if time is specified in order but no time_...
Michael Stapelberg
2009-08-18
Add support for xmobar
Michael Stapelberg
2009-07-21
Correctly handle the order of items
Michael Stapelberg
2009-07-21
Use own files for each function, add get_ipv6_addr.c
Michael Stapelberg
2009-06-21
Bugfix: Correctly handle SIGPIPE to avoid unnecessary zombie processes
1.2
Michael Stapelberg
2009-06-16
Bugfix: Exit upon errors from printf in dzen2-mode (usually SIGPIPE because d...
Michael Stapelberg
2009-05-22
Merge getting thermal zone temperature from atsutane, thanks!
Michael Stapelberg
2009-05-01
Implement flags for batteries to use the last full capacity. This breaks conf...
Michael Stapelberg
2009-05-01
Display 0 instead of negative values for remaining time
Michael Stapelberg
2009-04-30
Enable expandtab, retab! source
Michael Stapelberg
2009-04-30
Fix display of IP addresses (display "no IP" correctly)
Michael Stapelberg
2009-04-17
Replace wmiistatus with i3status in files
Michael Stapelberg
2009-04-17
Rename wmiistatus* to i3status*
Michael Stapelberg