]> git.sur5r.net Git - i3/i3status/log
i3/i3status
11 years agoinclude contrib/ in release tarballs 2.6
Michael Stapelberg [Wed, 3 Oct 2012 11:44:34 +0000 (13:44 +0200)]
include contrib/ in release tarballs

11 years agoupdate changelog and manpage for 2.6
Michael Stapelberg [Wed, 3 Oct 2012 11:42:01 +0000 (13:42 +0200)]
update changelog and manpage for 2.6

11 years agoSave the DNS lookup for K.root-servers.net (Thanks barfoos)
Michael Stapelberg [Fri, 28 Sep 2012 22:08:56 +0000 (00:08 +0200)]
Save the DNS lookup for K.root-servers.net (Thanks barfoos)

This avoids running into a timeout when there is no connectivity on
i3status startup.

11 years agoprint_battery.c: do END_COLOR only if START_COLOR was used
Simon Elsbrock [Wed, 5 Sep 2012 16:39:48 +0000 (18:39 +0200)]
print_battery.c: do END_COLOR only if START_COLOR was used

11 years agoturn volume into red if muted
Simon Elsbrock [Wed, 5 Sep 2012 16:39:47 +0000 (18:39 +0200)]
turn volume into red if muted

fixes #743

11 years agomodify START_COLOR macro variable naming
Simon Elsbrock [Wed, 5 Sep 2012 16:39:46 +0000 (18:39 +0200)]
modify START_COLOR macro variable naming

Rename val to _val to prevent shadowing warnings due to its common
naming.

11 years agointroduce percentages for all values, document them
Michael Stapelberg [Fri, 31 Aug 2012 12:16:58 +0000 (14:16 +0200)]
introduce percentages for all values, document them

11 years agoadding percentage format string for disk info module
gereon [Thu, 30 Aug 2012 17:32:33 +0000 (19:32 +0200)]
adding percentage format string for disk info module

explicit cast to double, changed format string to percentage

11 years agoEat unnecessary space from the battery format str.
Piotr Domagalski [Tue, 28 Aug 2012 20:07:33 +0000 (22:07 +0200)]
Eat unnecessary space from the battery format str.

If the battery is not discharging it may be not possible to give information on
remaining time or consumption. The resulting strings (%remaining, %consumption,
%emptytime) are empty then. But because they are in the format string, the
output string contains unnecessary spaces in this case.

This commit makes i3status strip these spaces.

11 years agoadd additional battery threshold type "percentage"
Simon Elsbrock [Thu, 23 Aug 2012 14:42:38 +0000 (16:42 +0200)]
add additional battery threshold type "percentage"

The battery threshold can now be configured as type "time" or
"percentage", but defaults to "time" to prevent unexpected behavior.
Also, low_threshold was set to a more reasonable default of 30.

11 years agouse correct units for battery calculation
Philipp Schaefer [Mon, 30 Jul 2012 13:40:56 +0000 (15:40 +0200)]
use correct units for battery calculation

11 years agoBugfix: non-i3bar formats always used color_bad (Thanks hongy19)
Michael Stapelberg [Sun, 12 Aug 2012 23:35:07 +0000 (01:35 +0200)]
Bugfix: non-i3bar formats always used color_bad (Thanks hongy19)

fixes #772

11 years agocontrib: python version of the wrapper
Valentin Haenel [Sun, 12 Aug 2012 15:57:48 +0000 (17:57 +0200)]
contrib: python version of the wrapper

11 years agoImport measure-net-speed bash scripts to contrib/
Michael Stapelberg [Sat, 4 Aug 2012 19:31:06 +0000 (21:31 +0200)]
Import measure-net-speed bash scripts to contrib/

11 years agoBugfix: Properly skip "consumption", not "consumptionbuf" (Thanks mloskot)
Michael Stapelberg [Thu, 12 Jul 2012 06:16:40 +0000 (08:16 +0200)]
Bugfix: Properly skip "consumption", not "consumptionbuf" (Thanks mloskot)

Fixes #752

11 years agosmall style fix in src/print_battery_info.c (move comment)
Michael Stapelberg [Wed, 11 Jul 2012 17:11:29 +0000 (19:11 +0200)]
small style fix in src/print_battery_info.c (move comment)

11 years agoCalculate the consumption if POWER_SUPPLY_POWER_NOW does not exist in uevent
Marcel Hellwig [Tue, 10 Jul 2012 09:45:45 +0000 (11:45 +0200)]
Calculate the consumption if POWER_SUPPLY_POWER_NOW does not exist in uevent

11 years agocolorful ipv6 status message
Lars Kumbier [Tue, 10 Jul 2012 13:26:08 +0000 (15:26 +0200)]
colorful ipv6 status message

11 years agoREADME: fix trailing whitespace, add libcap2-bin, more unicode
Michael Stapelberg [Tue, 10 Jul 2012 18:35:53 +0000 (20:35 +0200)]
README: fix trailing whitespace, add libcap2-bin, more unicode

11 years agoSome information on building i3status from source
Lars Kumbier [Tue, 10 Jul 2012 13:10:10 +0000 (15:10 +0200)]
Some information on building i3status from source

11 years agoclarify the unit of the power consumption and reformat that paragraph
Michael Stapelberg [Mon, 9 Jul 2012 13:13:46 +0000 (15:13 +0200)]
clarify the unit of the power consumption and reformat that paragraph

11 years agoAdded new feature - consumption - to documentation
Marcel Hellwig [Sun, 8 Jul 2012 19:29:17 +0000 (21:29 +0200)]
Added new feature - consumption - to documentation

11 years agoAdded consumption to battery info
Marcel Hellwig [Thu, 5 Jul 2012 16:19:26 +0000 (18:19 +0200)]
Added consumption to battery info

11 years agoAdded condition, for red color, when battery-time is low, namely battery is discharging
Marcel Hellwig [Sun, 8 Jul 2012 19:47:42 +0000 (21:47 +0200)]
Added condition, for red color, when battery-time is low, namely battery is discharging

11 years agoAvoid division by zero when calculating CPU usage.
Mateusz Poszwa [Thu, 28 Jun 2012 09:22:00 +0000 (11:22 +0200)]
Avoid division by zero when calculating CPU usage.

11 years agoMoved translation of wireless status code to text from multiple places into single...
Mateusz Loskot [Sun, 10 Jun 2012 23:32:30 +0000 (00:32 +0100)]
Moved translation of wireless status code to text from multiple places into single BATT_STATUS_NAME macro. It simplifies customisation of the hard-wired status text.

11 years agoadd a small perl example wrapper script for i3status’s JSON output
Michael Stapelberg [Sun, 10 Jun 2012 17:42:53 +0000 (19:42 +0200)]
add a small perl example wrapper script for i3status’s JSON output

11 years agorename threshold to low_threshold and document it properly
Michael Stapelberg [Fri, 25 May 2012 07:57:03 +0000 (09:57 +0200)]
rename threshold to low_threshold and document it properly

11 years agocolorize battery output if remaining time below threshold
Simon Elsbrock [Tue, 22 May 2012 21:14:59 +0000 (23:14 +0200)]
colorize battery output if remaining time below threshold

11 years agobattery info: output errors in JSON in every case
Michael Stapelberg [Tue, 15 May 2012 10:30:23 +0000 (12:30 +0200)]
battery info: output errors in JSON in every case

This hopefully fixes http://bugs.i3wm.org/707

11 years agoupdate changelog 2.5.1
Michael Stapelberg [Fri, 11 May 2012 20:38:10 +0000 (22:38 +0200)]
update changelog

11 years agoError handling: Never output null as full_text (JSON), prefix messages with i3status...
Michael Stapelberg [Wed, 9 May 2012 16:56:57 +0000 (18:56 +0200)]
Error handling: Never output null as full_text (JSON), prefix messages with i3status (Thanks Artemis)

The former made i3bar crash, the latter is helpful for debugging.

11 years agoRemove cpu_temperature from the default config
Michael Stapelberg [Wed, 9 May 2012 16:39:59 +0000 (18:39 +0200)]
Remove cpu_temperature from the default config

It contradicts our philosophy and doesn’t work on many systems, so don’t use it
in the default config.

11 years agoImprove error message when the cpu temperature cannot be read
Michael Stapelberg [Wed, 9 May 2012 16:39:41 +0000 (18:39 +0200)]
Improve error message when the cpu temperature cannot be read

11 years agoUse (void) instead of () for functions without args (Thanks fernandotcl)
Michael Stapelberg [Mon, 7 May 2012 06:27:28 +0000 (08:27 +0200)]
Use (void) instead of () for functions without args (Thanks fernandotcl)

See also:
http://article.gmane.org/gmane.linux.kernel/1268792

The C compiler will handle (void) as "no arguments" and () as "variadic
function" (equivalent to (...)) which might lead to subtle errors.

11 years ago- Remove some superfluous #ifdef clutter - If we're compiling on !(Linux or FreeBSD...
Jasper Lievisse Adriaanse [Fri, 4 May 2012 07:36:38 +0000 (09:36 +0200)]
- Remove some superfluous #ifdef clutter - If we're compiling on !(Linux or FreeBSD), just emit a '?'.

11 years agoUpdate wrt. recent OpenBSD changes.
Jasper Lievisse Adriaanse [Fri, 4 May 2012 07:28:32 +0000 (09:28 +0200)]
Update wrt. recent OpenBSD changes.

11 years agoadd CHANGELOG to release tarball
Michael Stapelberg [Fri, 4 May 2012 14:05:42 +0000 (16:05 +0200)]
add CHANGELOG to release tarball

11 years agomakefile: include yajl-fallback in release tarballs
Michael Stapelberg [Fri, 4 May 2012 10:31:28 +0000 (12:31 +0200)]
makefile: include yajl-fallback in release tarballs

11 years agoHandle %d with non-default CPU temperature path.
Ewgenij Starostin [Fri, 4 May 2012 03:34:13 +0000 (05:34 +0200)]
Handle %d with non-default CPU temperature path.

11 years agoFix harmless format string mistake (Thanks loblik) 2.5
Michael Stapelberg [Wed, 2 May 2012 15:42:51 +0000 (17:42 +0200)]
Fix harmless format string mistake (Thanks loblik)

11 years agoadd CHANGELOG file
Michael Stapelberg [Wed, 2 May 2012 15:40:55 +0000 (17:40 +0200)]
add CHANGELOG file

11 years agobump copyright
Michael Stapelberg [Wed, 2 May 2012 15:29:28 +0000 (17:29 +0200)]
bump copyright

11 years agobump version number
Michael Stapelberg [Wed, 2 May 2012 15:28:47 +0000 (17:28 +0200)]
bump version number

11 years agoclean (generated) i3status.1 in distclean target
Michael Stapelberg [Wed, 2 May 2012 15:27:20 +0000 (17:27 +0200)]
clean (generated) i3status.1 in distclean target

11 years agomanpage: spelling / sentence fixes
Michael Stapelberg [Wed, 2 May 2012 15:26:08 +0000 (17:26 +0200)]
manpage: spelling / sentence fixes

11 years agomanpage: remove paragraph about version 2, that’s outdated by now
Michael Stapelberg [Wed, 2 May 2012 15:15:15 +0000 (17:15 +0200)]
manpage: remove paragraph about version 2, that’s outdated by now

11 years agobugfix: don’t use TOPDIR (Thanks loblik)
Michael Stapelberg [Mon, 30 Apr 2012 11:51:18 +0000 (13:51 +0200)]
bugfix: don’t use TOPDIR (Thanks loblik)

11 years agodocument the i3bar output format in the manpage
Michael Stapelberg [Mon, 30 Apr 2012 11:10:13 +0000 (13:10 +0200)]
document the i3bar output format in the manpage

11 years agoImplement displaying battery status on OpenBSD.
Jasper Lievisse Adriaanse [Sun, 29 Apr 2012 18:19:59 +0000 (20:19 +0200)]
Implement displaying battery status on OpenBSD.

11 years agoImplement basic fetching of cpu temperature on OpenBSD.
Jasper Lievisse Adriaanse [Sun, 29 Apr 2012 14:59:39 +0000 (16:59 +0200)]
Implement basic fetching of cpu temperature on OpenBSD.

11 years agoAllow overriding of a2x in the environment; as it may also be installed as a2x.py
Jasper Lievisse Adriaanse [Sat, 28 Apr 2012 16:46:24 +0000 (18:46 +0200)]
Allow overriding of a2x in the environment; as it may also be installed as a2x.py

11 years agoPrint the volume on OpenBSD too. Add missing library to Makefile accordingly.
Jasper Lievisse Adriaanse [Fri, 27 Apr 2012 17:09:16 +0000 (19:09 +0200)]
Print the volume on OpenBSD too. Add missing library to Makefile accordingly.

11 years agoFix disk usage on OpenBSD.
Jasper Lievisse Adriaanse [Fri, 27 Apr 2012 16:48:22 +0000 (18:48 +0200)]
Fix disk usage on OpenBSD.

11 years agoFix CPU usage on OpenBSD. Currently only takes the first cpu into account, but works...
Jasper Lievisse Adriaanse [Fri, 27 Apr 2012 15:32:46 +0000 (17:32 +0200)]
Fix CPU usage on OpenBSD. Currently only takes the first cpu into account, but works fine otherwise.

11 years agoFix include order; fixes build on OpenBSD.
Jasper Lievisse Adriaanse [Thu, 26 Apr 2012 17:50:17 +0000 (19:50 +0200)]
Fix include order; fixes build on OpenBSD.

11 years agoAdd some extra paths if we're compiling on OpenBSD.
Jasper Lievisse Adriaanse [Thu, 26 Apr 2012 17:49:48 +0000 (19:49 +0200)]
Add some extra paths if we're compiling on OpenBSD.

12 years agoAdded %emptytime to the battery part
Thorsten Töpper [Thu, 26 Apr 2012 19:51:15 +0000 (21:51 +0200)]
Added %emptytime to the battery part

12 years agoadd yajl compat code
Michael Stapelberg [Sun, 8 Apr 2012 12:05:47 +0000 (14:05 +0200)]
add yajl compat code

12 years agodebian: recommend libcap2-bin only on linux, recommend/enhance i3-wm (i3bar)
Michael Stapelberg [Sun, 25 Mar 2012 20:12:30 +0000 (22:12 +0200)]
debian: recommend libcap2-bin only on linux, recommend/enhance i3-wm (i3bar)

12 years agouse printf instead of write to not mix two ways of outputting data
Michael Stapelberg [Sun, 25 Mar 2012 20:07:43 +0000 (22:07 +0200)]
use printf instead of write to not mix two ways of outputting data

Otherwise, the separator is not properly interleaved with output.

12 years agoProperly output JSON with libyajl
Michael Stapelberg [Sun, 25 Mar 2012 18:55:55 +0000 (20:55 +0200)]
Properly output JSON with libyajl

12 years agoadd "exit 1" to example shell script.
Stefan Breunig [Fri, 16 Mar 2012 12:02:29 +0000 (13:02 +0100)]
add "exit 1" to example shell script.

This will make the script exit if i3bar has been killed or has crashed
instead of continuing to run in the background.

12 years agoFix indentation in i3status.conf
Michael Stapelberg [Sun, 11 Mar 2012 14:37:01 +0000 (15:37 +0100)]
Fix indentation in i3status.conf

12 years agoFix configuration paths in error message
Michael Stapelberg [Sun, 11 Mar 2012 13:47:58 +0000 (14:47 +0100)]
Fix configuration paths in error message

12 years agoadd a section to the manpage explaining why we don’t want RAM usage etc.
Michael Stapelberg [Fri, 24 Feb 2012 16:31:08 +0000 (17:31 +0100)]
add a section to the manpage explaining why we don’t want RAM usage etc.

12 years agoImplement the i3bar JSON protocol
Michael Stapelberg [Thu, 16 Feb 2012 23:29:29 +0000 (23:29 +0000)]
Implement the i3bar JSON protocol

This hardcodes all the JSON parts. Strings are not properly escaped currently.
The best/easiest way to fix this is by actually using libyajl.

12 years agouse the actual default format string for run_watch
Michael Stapelberg [Mon, 2 Jan 2012 13:29:00 +0000 (14:29 +0100)]
use the actual default format string for run_watch

12 years agoAdd a "format" example for run_watch
theo [Sun, 1 Jan 2012 22:25:16 +0000 (23:25 +0100)]
Add a "format" example for run_watch

Signed-off-by: theo <theocrite@theocrite.org>
12 years agobump version in i3status.man
Michael Stapelberg [Mon, 26 Dec 2011 23:31:50 +0000 (00:31 +0100)]
bump version in i3status.man

12 years agobump version 2.4
Michael Stapelberg [Mon, 26 Dec 2011 23:25:12 +0000 (00:25 +0100)]
bump version

12 years agoupdate debian/changelog
Michael Stapelberg [Mon, 26 Dec 2011 23:20:55 +0000 (00:20 +0100)]
update debian/changelog

12 years agoFreeBSD: fix disk usage print
Baptiste Daroussin [Fri, 9 Dec 2011 23:31:48 +0000 (00:31 +0100)]
FreeBSD: fix disk usage print

12 years agoFreeBSD: switch from acpi to coretemp to get the cpu temperature
Baptiste Daroussin [Fri, 9 Dec 2011 23:30:22 +0000 (00:30 +0100)]
FreeBSD: switch from acpi to coretemp to get the cpu temperature

12 years agoman/i3status.man: Fix indention (Thanks sur5r)
Michael Stapelberg [Sat, 26 Nov 2011 18:50:44 +0000 (18:50 +0000)]
man/i3status.man: Fix indention (Thanks sur5r)

12 years agobattery: implement "path" option for batteries with non-standard paths
Michael Stapelberg [Sat, 26 Nov 2011 18:26:38 +0000 (18:26 +0000)]
battery: implement "path" option for batteries with non-standard paths

12 years agomanpage: remove the obsolete i3bar -d invocation
Michael Stapelberg [Sun, 30 Oct 2011 13:28:36 +0000 (13:28 +0000)]
manpage: remove the obsolete i3bar -d invocation

12 years agomake libconfuse handle config files case insensitive
Michael Stapelberg [Tue, 18 Oct 2011 21:40:14 +0000 (22:40 +0100)]
make libconfuse handle config files case insensitive

12 years agoDon’t use a default setting for 'order'
Michael Stapelberg [Mon, 10 Oct 2011 19:29:44 +0000 (20:29 +0100)]
Don’t use a default setting for 'order'

This will make i3status depend on a useful configuration file (so
/etc/i3status.conf has to be installed) to actually output anything.

However, it fixes a very common error: people edit their i3status.conf and
don’t get that the first order directive has to use =, not +=. Since order is
now empty by default, you can use += everywhere.

12 years agoFix the default value for the load, also the manpage description (Thanks XTaran)
Michael Stapelberg [Mon, 3 Oct 2011 17:33:36 +0000 (18:33 +0100)]
Fix the default value for the load, also the manpage description (Thanks XTaran)

12 years agodoc fix: the load supports %1min, not %10min in the format (Thanks zendeavor)
Michael Stapelberg [Mon, 5 Sep 2011 13:08:45 +0000 (15:08 +0200)]
doc fix: the load supports %1min, not %10min in the format (Thanks zendeavor)

12 years agoMakefile: fix PREFIX usage
Connor Lane Smith [Wed, 31 Aug 2011 22:56:45 +0000 (23:56 +0100)]
Makefile: fix PREFIX usage

12 years agofix parentheses in cc1457c4f0f4cccb8bec326dd0bb13082ac806e6
Mateusz Poszwa [Mon, 29 Aug 2011 13:28:01 +0000 (15:28 +0200)]
fix parentheses in cc1457c4f0f4cccb8bec326dd0bb13082ac806e6

12 years agoMakefile: actually use PREFIX (Thanks cls)
Michael Stapelberg [Sat, 27 Aug 2011 13:24:03 +0000 (15:24 +0200)]
Makefile: actually use PREFIX (Thanks cls)

12 years agoinitialize variables to fix compiler warning
Michael Stapelberg [Thu, 25 Aug 2011 22:33:56 +0000 (00:33 +0200)]
initialize variables to fix compiler warning

12 years agomake modules more resilient to failure
Connor Lane Smith [Thu, 25 Aug 2011 21:24:06 +0000 (22:24 +0100)]
make modules more resilient to failure

12 years agos/while [ 1 ]/while :/ (Thanks cls)
Michael Stapelberg [Thu, 25 Aug 2011 20:55:01 +0000 (22:55 +0200)]
s/while [ 1 ]/while :/ (Thanks cls)

12 years agomanpage: add example for using external scripts/programs with i3status
Michael Stapelberg [Thu, 25 Aug 2011 20:52:50 +0000 (22:52 +0200)]
manpage: add example for using external scripts/programs with i3status

12 years agodebian/i3status.postinst: Check if setcap is there, print info message if not (Thanks...
Michael Stapelberg [Fri, 29 Jul 2011 12:05:31 +0000 (14:05 +0200)]
debian/i3status.postinst: Check if setcap is there, print info message if not (Thanks Sander)

12 years agoonly compile print_cpu_temperature if THERMAL_ZONE is available
Michael Stapelberg [Sun, 24 Jul 2011 21:17:34 +0000 (23:17 +0200)]
only compile print_cpu_temperature if THERMAL_ZONE is available

Fixes FTBFS on hurd-i386

12 years agoAdd simple volume support on FreeBSD
Baptiste Daroussin [Sun, 24 Jul 2011 02:03:59 +0000 (02:03 +0000)]
Add simple volume support on FreeBSD

12 years agoAdd support for cpu usage on FreeBSD
Baptiste Daroussin [Sun, 24 Jul 2011 01:36:33 +0000 (01:36 +0000)]
Add support for cpu usage on FreeBSD

12 years agoSupport wifi on FreeBSD
Baptiste Daroussin [Sun, 24 Jul 2011 00:57:41 +0000 (00:57 +0000)]
Support wifi on FreeBSD

12 years agoclose appropriate bug in changelog
Michael Stapelberg [Sat, 23 Jul 2011 16:29:03 +0000 (18:29 +0200)]
close appropriate bug in changelog

12 years agoFix missing build-dependency on kfreebsd
Axel Beckert [Thu, 21 Jul 2011 23:46:15 +0000 (01:46 +0200)]
Fix missing build-dependency on kfreebsd

12 years agobump copyright 2.3
Michael Stapelberg [Thu, 21 Jul 2011 21:11:13 +0000 (23:11 +0200)]
bump copyright

12 years agoBugfix: Use gettimeofday instead of time. It provides higher precision.
Michael Stapelberg [Thu, 21 Jul 2011 20:46:35 +0000 (22:46 +0200)]
Bugfix: Use gettimeofday instead of time. It provides higher precision.

Otherwise, we sometimes have a wrong date/time.

12 years agoFix FTBFS on kFreeBSD
Axel Beckert [Thu, 21 Jul 2011 19:52:04 +0000 (21:52 +0200)]
Fix FTBFS on kFreeBSD

12 years agodebian: update changelog
Michael Stapelberg [Tue, 19 Jul 2011 13:35:34 +0000 (15:35 +0200)]
debian: update changelog

12 years agodebian: update copyright
Michael Stapelberg [Tue, 19 Jul 2011 13:31:58 +0000 (15:31 +0200)]
debian: update copyright