aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-10-07Allow to print cpu usage on NetBSDArnaud Degroote1-2/+9
2013-10-07Allow to print eth information on NetBSDArnaud Degroote1-2/+2
2013-10-07Fix the build on NetBSDArnaud Degroote1-4/+6
2013-07-19Add example path for CPU temperatureJan-Erik Rediger1-0/+2
2013-07-09manpage: update example for load’s max_thresholdMichael Stapelberg1-1/+1
2013-07-09allow load to be a floatM. Kory Woods3-4/+4
2013-06-18Makefile: use .SILENT and support V=1 for verbose buildsMichael Stapelberg1-3/+8
2013-06-11Bugfix: In term-output, clear line before drawing new oneAxel Wagner1-2/+2
If we don't do this, the output of i3status will remain on the terminal, which is really ugly if the statusline becomes shorter after a while (for example a connection get's lost), because there will be garbage.
2013-05-19signal handler: set flag because directly calling fprintf() is unsafeMichael Stapelberg1-7/+16
2013-05-19Implement term-output-formatAxel Wagner5-7/+58
2013-05-19print_volume(linux): Open a new mixer every time.oblique1-103/+52
This fix the following bug: If you switch your sound card on-the-fly, print_volume continued to use the old sound card.
2013-05-04fix #1017: i3status uses generic battery instanceJonas Cleve1-3/+3
2013-05-04manpage: be more explicit about the path optionMichael Stapelberg1-2/+5
2013-03-20Support colored output for CPU temperature on FreeBSDBaptiste Daroussin1-0/+10
2013-03-19man: mention i3bar in the description (Thanks andi)Michael Stapelberg1-2/+2
2013-03-19print_volume: don’t return, complete the buffer firstMichael Stapelberg1-9/+10
Otherwise, i3bar will display “SPEC VIOLATION” because full_text is missing in the block.
2013-03-19Enable colored output for battery on FreeBSDBaptiste Daroussin1-0/+9
2013-03-19Support mixer_idx with OSSBaptiste Daroussin2-3/+14
make mixer_idx load the default mixer
2013-03-19Show degraded colors in case volume is muted with OSSBaptiste Daroussin1-0/+6
2013-03-09Added format_down option for battery if no battery is available.Christoph Göttschkes4-9/+11
2013-03-02Fix FTBFS on HurdJakob Haufe1-1/+1
On GNU/Hurd, THERMAL_ZONE is undefined. This makes compilation fail as outwalk is declared inside of #ifdef THERMAL_ZONE, but it's used outside of it (by OUTPUT_FULL_TEXT). This moves the declaration outside the #ifdef to allow for successful compilation on Hurd again.
2013-02-27update CHANGELOGMichael Stapelberg1-0/+27
2013-02-27contrib: fix premature insetion of status message into JSONJiri Pinkava1-1/+1
Pass first 2 lines of JSON unmodified. It contains protocol version and start of block of blocks of status messages.
2013-02-26wireless: call START_COLOR only once (Thanks XTaran)Michael Stapelberg1-4/+3
2013-02-23battery: initialize colorful_output to falseMichael Stapelberg1-1/+1
2013-02-23ipv6: properly handle colors for output_format == xmobarMichael Stapelberg1-3/+4
2013-02-22Add colorized output for load avgRaphael Michel4-4/+17
2013-02-14Added option to show battery capacity without decimalsJulien Lequertier4-4/+12
2013-02-10use stdbool instead of (int)1 and (int)0 directlyMichael Stapelberg1-2/+3
2013-02-10s/\<timezone\>/tz/ in order to not shadow the timezone var from time.hMichael Stapelberg2-11/+11
2013-02-10Add tztime module to support multiple different timezones.Emil Mikulic6-25/+89
2013-02-10README: refer to cr.i3wm.org for patchesMichael Stapelberg1-2/+2
2013-02-04Bugfix: output auto detect: properly detect ambiguous situations (Thanks mist)Michael Stapelberg1-1/+1
fixes #940
2013-01-28retab! print_cpu_temperatureMichael Stapelberg1-38/+38
2013-01-28Make sure colorful_output variable is initialized.Emil Mikulic1-3/+7
2013-01-25src/*.c depends on include/i3status.hEmil Mikulic1-1/+1
2013-01-24wifi: properly display ad-hoc networksAdrien Schildknecht1-0/+9
No statistics are displayed with ad-hoc networks since none are available.
2013-01-08make refreshs align with minutesGereon Kremer1-2/+3
2013-01-05changing volume color from bad to degraded if mutedGereon Kremer1-1/+1
2012-12-05make SIGUSR1 do nothing, so that killall -USR1 i3status will force an updateMichael Stapelberg2-0/+18
Sending SIGUSR1 will interrupt the nanosleep() and thus force a new iteration of i3status’s output loop. The signal handler itself is empty. Based on the question by ttjjss at http://faq.i3wm.org/question/854/how-to-force-status-bar-update/
2012-11-15DragonFlyBSD support addedScott Tincman10-15/+46
2012-11-10Bugfix: make custom colors configurable for battery (Thanks thomas)Michael Stapelberg1-0/+1
fixes #865
2012-11-07Bugfix: make custom colors configurable for cpu_temperature (Thanks thomas)Michael Stapelberg1-0/+1
fixes #865
2012-11-06Teen ordinal numbers always use a 'th' suffix.Deiz1-0/+5
2012-11-05config: introduce an utf-8 character so that editors are forced to use utf-8Michael Stapelberg1-0/+8
…and if they don’t, the user can fix the editor setup at least. See also http://bugs.i3wm.org/864
2012-11-05config: remove documentation from the disk field (got there by mistake)Michael Stapelberg1-1/+1
2012-10-24add good, degraded and bad colors per moduleMarcelo Cerri3-8/+28
This commit adds support for color_good, color_degraded and color_bad directives per module section in the config file.
2012-10-19Reduce the season day to 0-9 to properly print ordinal suffixesDeiz1-1/+1
2012-10-16bugfix: colorize output even without discharge rate (thanks f8l)Simon Elsbrock1-3/+16
On some systems, the discharge rate may be missing, although the battery is still working. This leads to an edge case on Linux systems in which the output may not be colorized although a threshold was defined. This commit fixes the behavior by colorizing output if threshold_type is set to "percentage". Since we cannot calculate remaining time without discharge rate, output is still uncolorized in case of threshold_type set to "time".
2012-10-16implement max_threshold for linux, tooMichael Stapelberg1-1/+8