]> git.sur5r.net Git - i3/i3status/history - src
man: Add a missing colon
[i3/i3status] / src /
2013-12-10 Matsdisk: Distinguish between IEC, SI and custom prefixes
2013-11-22 Kinware ABAdd support for path_exists directive.
2013-11-18 Gereon KremerAdded different format string for volume in case it...
2013-11-09 Michael Stapelbergformat detection: simplify code, handle "sh" processes...
2013-11-09 Michael Stapelbergfix slurp(), it needs to read size-1 for the trailing NUL
2013-10-24 Michael Stapelbergprint_cpu_temperature: fix memory leak (Thanks kuba)
2013-10-07 Arnaud DegrooteAdd support for cpu temperature on NetBSD (using envsys(4))
2013-10-07 Arnaud DegrooteAllow to print cpu usage on NetBSD
2013-10-07 Arnaud DegrooteAllow to print eth information on NetBSD
2013-07-09 M. Kory Woodsallow load to be a float
2013-05-19 Axel WagnerImplement term-output-format
2013-05-19 obliqueprint_volume(linux): Open a new mixer every time.
2013-05-04 Jonas Clevefix #1017: i3status uses generic battery instance
2013-03-20 Baptiste DaroussinSupport colored output for CPU temperature on FreeBSD
2013-03-19 Michael Stapelbergprint_volume: don’t return, complete the buffer first
2013-03-19 Baptiste DaroussinEnable colored output for battery on FreeBSD
2013-03-19 Baptiste DaroussinSupport mixer_idx with OSS
2013-03-19 Baptiste DaroussinShow degraded colors in case volume is muted with OSS
2013-03-09 Christoph GöttschkesAdded format_down option for battery if no battery...
2013-03-02 Jakob HaufeFix FTBFS on Hurd
2013-02-25 Michael Stapelbergwireless: call START_COLOR only once (Thanks XTaran)
2013-02-23 Michael Stapelbergbattery: initialize colorful_output to false
2013-02-23 Michael Stapelbergipv6: properly handle colors for output_format == xmobar
2013-02-22 Raphael MichelAdd colorized output for load avg
2013-02-14 Julien LequertierAdded option to show battery capacity without decimals
2013-02-10 Michael Stapelberguse stdbool instead of (int)1 and (int)0 directly
2013-02-10 Michael Stapelbergs/\<timezone\>/tz/ in order to not shadow the timezone...
2013-02-10 Emil MikulicAdd tztime module to support multiple different timezones.
2013-02-04 Michael StapelbergBugfix: output auto detect: properly detect ambiguous...
2013-01-28 Michael Stapelbergretab! print_cpu_temperature
2013-01-28 Emil MikulicMake sure colorful_output variable is initialized.
2013-01-24 Adrien Schildknechtwifi: properly display ad-hoc networks
2013-01-05 Gereon Kremerchanging volume color from bad to degraded if muted
2012-11-15 Scott TincmanDragonFlyBSD support added
2012-11-05 DeizTeen ordinal numbers always use a 'th' suffix.
2012-10-19 DeizReduce the season day to 0-9 to properly print ordinal...
2012-10-16 Simon Elsbrockbugfix: colorize output even without discharge rate...
2012-10-16 Michael Stapelbergimplement max_threshold for linux, too
2012-10-16 Jasper Lievisse... i3status - More temperature related fixes for OpenBSD...
2012-10-16 Jasper Lievisse... i3status - Default to acpitz(4) instead of cpu(4) for...
2012-10-16 Jasper Lievisse... i3status - Handle down wireless interfaces just like...
2012-10-16 DeizSkip a day in the Discordian calendar when St. Tib...
2012-10-10 Jasper Lievisse... Implement %essid and %signal for wireless on OpenBSD.
2012-10-10 Jasper Lievisse... Implement %speed for Ethernet on OpenBSD.
2012-10-10 Jasper Lievisse... Various fixes for the OpenBSD section of the battery...
2012-10-03 Michael StapelbergBugfix: Move the pbval definition outside the ifdef...
2012-09-28 Michael StapelbergSave the DNS lookup for K.root-servers.net (Thanks...
2012-09-05 Simon Elsbrockprint_battery.c: do END_COLOR only if START_COLOR was...
2012-09-05 Simon Elsbrockturn volume into red if muted
2012-08-31 Michael Stapelbergintroduce percentages for all values, document them
2012-08-31 gereonadding percentage format string for disk info module
2012-08-31 Piotr DomagalskiEat unnecessary space from the battery format str.
2012-08-28 Simon Elsbrockadd additional battery threshold type "percentage"
2012-08-12 Philipp Schaeferuse correct units for battery calculation
2012-07-12 Michael StapelbergBugfix: Properly skip "consumption", not "consumptionbu...
2012-07-11 Michael Stapelbergsmall style fix in src/print_battery_info.c (move comment)
2012-07-11 Marcel HellwigCalculate the consumption if POWER_SUPPLY_POWER_NOW...
2012-07-10 Lars Kumbiercolorful ipv6 status message
2012-07-09 Marcel HellwigAdded consumption to battery info
2012-07-09 Marcel HellwigAdded condition, for red color, when battery-time is...
2012-06-28 Mateusz PoszwaAvoid division by zero when calculating CPU usage.
2012-06-11 Mateusz LoskotMoved translation of wireless status code to text from...
2012-05-25 Simon Elsbrockcolorize battery output if remaining time below threshold
2012-05-15 Michael Stapelbergbattery info: output errors in JSON in every case
2012-05-09 Michael StapelbergError handling: Never output null as full_text (JSON...
2012-05-09 Michael StapelbergImprove error message when the cpu temperature cannot...
2012-05-07 Michael StapelbergUse (void) instead of () for functions without args...
2012-05-04 Jasper Lievisse... - Remove some superfluous #ifdef clutter - If we're...
2012-05-04 Ewgenij StarostinHandle %d with non-default CPU temperature path.
2012-05-02 Michael StapelbergFix harmless format string mistake (Thanks loblik) 2.5
2012-04-30 Jasper Lievisse... Implement displaying battery status on OpenBSD.
2012-04-30 Jasper Lievisse... Implement basic fetching of cpu temperature on OpenBSD.
2012-04-29 Jasper Lievisse... Print the volume on OpenBSD too. Add missing library...
2012-04-29 Jasper Lievisse... Fix disk usage on OpenBSD.
2012-04-29 Jasper Lievisse... Fix CPU usage on OpenBSD. Currently only takes the...
2012-04-28 Jasper Lievisse... Fix include order; fixes build on OpenBSD.
2012-04-08 Michael Stapelbergadd yajl compat code
2012-03-25 Michael StapelbergProperly output JSON with libyajl
2012-02-16 Michael StapelbergImplement the i3bar JSON protocol
2011-12-09 Baptiste DaroussinFreeBSD: fix disk usage print
2011-11-26 Michael Stapelbergbattery: implement "path" option for batteries with...
2011-08-29 Mateusz Poszwafix parentheses in cc1457c4f0f4cccb8bec326dd0bb13082ac806e6
2011-08-25 Michael Stapelberginitialize variables to fix compiler warning
2011-08-25 Connor Lane Smithmake modules more resilient to failure
2011-07-24 Michael Stapelbergonly compile print_cpu_temperature if THERMAL_ZONE...
2011-07-24 Baptiste DaroussinAdd simple volume support on FreeBSD
2011-07-24 Baptiste DaroussinAdd support for cpu usage on FreeBSD
2011-07-24 Baptiste DaroussinSupport wifi on FreeBSD
2011-07-21 Axel BeckertFix FTBFS on kFreeBSD
2011-07-13 Michael Stapelbergslurp(): null-terminate buffer (Thanks mist)
2011-07-13 Michael Stapelbergcorrectly auto-detect the output format with zsh (Thank...
2011-07-13 Michael Stapelbergfix memory leak
2011-07-13 Michael Stapelbergmagic: try to auto-detect output_format by default...
2011-05-06 Michael StapelbergFix trailing whitespaces, document cpu_usage in manpage
2011-05-06 Peter BuiAdd print_cpu_usage
2011-04-21 Michael StapelbergAlso use the correct time for the ddate module
2011-04-21 Michael Stapelbergget time at the beginning of the loop
2011-01-06 Michael Stapelbergimplement the 'path' option for cpu temperature
2011-01-03 Michael StapelbergCache the result of the DNS query also if there is...
2010-11-28 Michael StapelbergUse kill(pid, 0) to check if the process is alive
next