summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-05-05Changed battery info output to HH:MM for consistency accross all platformsNicholas Helke
2015-04-21Merge pull request #30 from Deiz/update-noticesMichael Stapelberg
Update copyright notices and get rid of ranges
2015-04-21Update copyright notices and get rid of rangesDeiz
The script used to make these changes can be found at: https://gist.github.com/Deiz/32322020f76d23e2bf8f
2015-04-20travis: re-add libpulse-devMichael Stapelberg
2015-04-20travis: switch to container-based build infrastructureMichael Stapelberg
2015-04-19Merge pull request #28 from Watcom/muteMichael Stapelberg
PulseAudio muted volume support
2015-04-19PulseAudio muted volume support (fixes #27)Watcom Hecht
2015-04-12Merge pull request #23 from Deiz/net-speedMichael Stapelberg
Basic XDG support and minor tweaks to the net-speed script
2015-04-08Merge pull request #24 from tanderson92/masterMichael Stapelberg
Add support for differing PREFIX and MANPREFIX.
2015-04-07Add support for differing PREFIX and MANPREFIX.Thomas Anderson
Sometimes we do not want man pages to go to $(PREFIX)/man, as in the case of cross-compiling on distributions such as Exherbo.
2015-04-04Basic XDG support and minor tweaks to the net-speed scriptDeiz
2015-04-04Merge pull request #22 from jasperla/obsd_signalMichael Stapelberg
Use the maximum rssi, not the scaled percentage for the signal level.
2015-04-04Use the maximum rssi, not the scaled percentage for the signal level.Jasper Lievisse Adriaanse
This makes the value for %signal match ifconfig(8) in all cases.
2015-04-03Merge pull request #7 from Watcom/masterMichael Stapelberg
PulseAudio support for volume input
2015-04-03PulseAudio support for volume inputWatcom Hecht
2015-04-02Merge pull request #17 from chrko/format_downMichael Stapelberg
Adding format_down option to path_exists and run_watch
2015-04-02Adding the option "format_down" to path_exists and run_watch.Christian Kohlstedde
This fixes #1.
2015-04-02Merge pull request #16 from He-Ro/patch-1Michael Stapelberg
Fix spacing
2015-04-02Merge pull request #18 from jasperla/sched_hMichael Stapelberg
sys/dkstat.h has been removed from OpenBSD and it's functionality actual...
2015-04-02sys/dkstat.h has been removed from OpenBSD and it's functionality actually ↵Jasper Lievisse Adriaanse
lived/lives in sys/sched.h
2015-04-02Fix spacingHendrik R
2015-04-02fix invalid forward declarationMichael Stapelberg
2015-03-29Merge pull request #15 from Watcom/refactorMichael Stapelberg
refactoring to avoid code duplication
2015-03-29refactoring to avoid code duplicationWatcom Hecht
2015-03-25Merge pull request #13 from bapt/masterMichael Stapelberg
Fixes for FreeBSD
2015-03-25print_cpu_usage: Fix warnings on non linuxBaptiste Daroussin
Move linux variable under LINUX boundaries
2015-03-25print_eth_info: fix warnings on FreeBSDBaptiste Daroussin
2015-03-25print_volume: don’t return, complete the buffer firstBaptiste Daroussin
Follow the changed done for Linux on f0cd726b
2015-03-25Fix build on FreeBSDBaptiste Daroussin
2015-03-23Merge pull request #12 from Airblader/feature-tztime-instanceMichael Stapelberg
Pass the "instance" JSON property key for tztime blocks
2015-03-23Pass the "instance" JSON property key for tztime blocksIngo Bürk
fixes #10
2015-03-23Merge pull request #11 from AloisMahdal/man_bat_typoMichael Stapelberg
Fix typo in battery example
2015-03-23Fix typo in battery exampleAlois Mahdal
2015-03-22release v2.92.9Michael Stapelberg
2015-03-16Merge pull request #8 from azuwis/masterMichael Stapelberg
Add contrib/net-speed, a reimplementation of contrib/measure-net-speed.bash
2015-03-16add .travis.ymlMichael Stapelberg
2015-03-16add CONTRIBUTING fileMichael Stapelberg
2015-03-16clang-format-3.5 -i **/*.[ch], update modelineMichael Stapelberg
From here on, we’ll use clang-format to automatically format the source. This has worked well in i3, so we are introducing it for i3status.
2015-03-16Add contrib/net-speedZhong Jianxin
A reimplementation of contrib/measure-net-speed.bash. - Single script - Compatible with most POSIX shells, tested with bash, dash, busybox ash - Auto detect interfaces - Does not write temp files
2015-03-01Merge pull request #3 from chrko/masterMichael Stapelberg
Modify print_disk_info. Now there is no output if the path is no mountpoint.
2015-02-22removing Yoda-StyleChristian Kohlstedde
adding some words in the manpage
2015-02-18Adding optional configuration option to "print_disk_info".Christian Kohlstedde
2015-02-18Excluding the code on BSD systems.Christian Kohlstedde
2015-02-18Make the code more readable.Christian Kohlstedde
2015-02-18Modify print_disk_info. Now there is no output if the path is no mountpoint.Christian Kohlstedde
2015-02-08Merge pull request #2 from pfsmorigo/masterMichael Stapelberg
Add i3status and man/i3status.1 to ignore list.
2015-02-07Add i3status and man/i3status.1 to ignore list.Paulo Flabiano Smorigo
2014-12-26make github the canonical i3status repositoryMichael Stapelberg
2014-12-22Avoid use of uninitialized variable in print_battery_infoAlexander Monakov
The boolean flag 'watt_as_unit' may be used without being initialized if the configured battery path does not contain expected statistics (for example if it is misconfigured and points to AC adapter info or simply an unrelated file). Even though it does not cause ill effects, it causes a warning (true positive) when running i3status under Valgrind. Initialize the variable to make code well-defined.
2014-12-10Allocate and expose per-instance pointers for pluginsAlexander Monakov