Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-05-29 | Merge pull request #35 from Airblader/feature-33 | Michael Stapelberg | 2 | -5/+6 | |
Use format_not_mounted if path does not exist | |||||
2015-05-29 | Use format_not_mounted if the directory for a disk_info block does not exist. | Ingo Bürk | 2 | -5/+6 | |
This is useful for dynamically mounted devices like thumb drives that get mounted into a directory such as '/media/$UID/$NAME'. fixes #33 | |||||
2015-05-20 | Clamp the percentage at 100% when last_full_capacity is enabled. | Michael Stapelberg | 1 | -0/+8 | |
2015-05-05 | Merge pull request #26 from nhelke/master | Michael Stapelberg | 1 | -2/+2 | |
Changed battery info output to HH:MM for consistency accross all platforms | |||||
2015-05-05 | Changed battery info output to HH:MM for consistency accross all platforms | Nicholas Helke | 1 | -2/+2 | |
2015-04-21 | Merge pull request #30 from Deiz/update-notices | Michael Stapelberg | 1 | -3/+3 | |
Update copyright notices and get rid of ranges | |||||
2015-04-21 | Update copyright notices and get rid of ranges | Deiz | 1 | -3/+3 | |
The script used to make these changes can be found at: https://gist.github.com/Deiz/32322020f76d23e2bf8f | |||||
2015-04-20 | travis: re-add libpulse-dev | Michael Stapelberg | 1 | -0/+1 | |
2015-04-20 | travis: switch to container-based build infrastructure | Michael Stapelberg | 1 | -11/+19 | |
2015-04-19 | Merge pull request #28 from Watcom/mute | Michael Stapelberg | 3 | -7/+27 | |
PulseAudio muted volume support | |||||
2015-04-19 | PulseAudio muted volume support (fixes #27) | Watcom Hecht | 3 | -7/+27 | |
2015-04-12 | Merge pull request #23 from Deiz/net-speed | Michael Stapelberg | 1 | -2/+12 | |
Basic XDG support and minor tweaks to the net-speed script | |||||
2015-04-08 | Merge pull request #24 from tanderson92/master | Michael Stapelberg | 1 | -2/+5 | |
Add support for differing PREFIX and MANPREFIX. | |||||
2015-04-07 | Add support for differing PREFIX and MANPREFIX. | Thomas Anderson | 1 | -2/+5 | |
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-04 | Basic XDG support and minor tweaks to the net-speed script | Deiz | 1 | -2/+12 | |
2015-04-04 | Merge pull request #22 from jasperla/obsd_signal | Michael Stapelberg | 1 | -3/+2 | |
Use the maximum rssi, not the scaled percentage for the signal level. | |||||
2015-04-04 | Use the maximum rssi, not the scaled percentage for the signal level. | Jasper Lievisse Adriaanse | 1 | -3/+2 | |
This makes the value for %signal match ifconfig(8) in all cases. | |||||
2015-04-03 | Merge pull request #7 from Watcom/master | Michael Stapelberg | 8 | -17/+328 | |
PulseAudio support for volume input | |||||
2015-04-03 | PulseAudio support for volume input | Watcom Hecht | 8 | -17/+328 | |
2015-04-02 | Merge pull request #17 from chrko/format_down | Michael Stapelberg | 5 | -9/+27 | |
Adding format_down option to path_exists and run_watch | |||||
2015-04-02 | Adding the option "format_down" to path_exists and run_watch. | Christian Kohlstedde | 5 | -9/+27 | |
This fixes #1. | |||||
2015-04-02 | Merge pull request #16 from He-Ro/patch-1 | Michael Stapelberg | 1 | -0/+1 | |
Fix spacing | |||||
2015-04-02 | Merge pull request #18 from jasperla/sched_h | Michael Stapelberg | 1 | -0/+4 | |
sys/dkstat.h has been removed from OpenBSD and it's functionality actual... | |||||
2015-04-02 | sys/dkstat.h has been removed from OpenBSD and it's functionality actually ↵ | Jasper Lievisse Adriaanse | 1 | -0/+4 | |
lived/lives in sys/sched.h | |||||
2015-04-02 | Fix spacing | Hendrik R | 1 | -0/+1 | |
2015-04-02 | fix invalid forward declaration | Michael Stapelberg | 1 | -1/+1 | |
2015-03-29 | Merge pull request #15 from Watcom/refactor | Michael Stapelberg | 1 | -30/+23 | |
refactoring to avoid code duplication | |||||
2015-03-29 | refactoring to avoid code duplication | Watcom Hecht | 1 | -30/+23 | |
2015-03-25 | Merge pull request #13 from bapt/master | Michael Stapelberg | 4 | -10/+20 | |
Fixes for FreeBSD | |||||
2015-03-25 | print_cpu_usage: Fix warnings on non linux | Baptiste Daroussin | 1 | -1/+1 | |
Move linux variable under LINUX boundaries | |||||
2015-03-25 | print_eth_info: fix warnings on FreeBSD | Baptiste Daroussin | 1 | -2/+4 | |
2015-03-25 | print_volume: don’t return, complete the buffer first | Baptiste Daroussin | 1 | -6/+13 | |
Follow the changed done for Linux on f0cd726b | |||||
2015-03-25 | Fix build on FreeBSD | Baptiste Daroussin | 1 | -1/+2 | |
2015-03-23 | Merge pull request #12 from Airblader/feature-tztime-instance | Michael Stapelberg | 3 | -4/+7 | |
Pass the "instance" JSON property key for tztime blocks | |||||
2015-03-23 | Pass the "instance" JSON property key for tztime blocks | Ingo Bürk | 3 | -4/+7 | |
fixes #10 | |||||
2015-03-23 | Merge pull request #11 from AloisMahdal/man_bat_typo | Michael Stapelberg | 1 | -1/+1 | |
Fix typo in battery example | |||||
2015-03-23 | Fix typo in battery example | Alois Mahdal | 1 | -1/+1 | |
2015-03-22 | release v2.9 | Michael Stapelberg | 3 | -2/+26 | |
2015-03-16 | Merge pull request #8 from azuwis/master | Michael Stapelberg | 1 | -0/+105 | |
Add contrib/net-speed, a reimplementation of contrib/measure-net-speed.bash | |||||
2015-03-16 | add .travis.yml | Michael Stapelberg | 1 | -0/+17 | |
2015-03-16 | add CONTRIBUTING file | Michael Stapelberg | 1 | -0/+1 | |
2015-03-16 | clang-format-3.5 -i **/*.[ch], update modeline | Michael Stapelberg | 22 | -3027/+3030 | |
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-16 | Add contrib/net-speed | Zhong Jianxin | 1 | -0/+105 | |
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-01 | Merge pull request #3 from chrko/master | Michael Stapelberg | 4 | -3/+29 | |
Modify print_disk_info. Now there is no output if the path is no mountpoint. | |||||
2015-02-22 | removing Yoda-Style | Christian Kohlstedde | 2 | -1/+6 | |
adding some words in the manpage | |||||
2015-02-18 | Adding optional configuration option to "print_disk_info". | Christian Kohlstedde | 3 | -16/+17 | |
2015-02-18 | Excluding the code on BSD systems. | Christian Kohlstedde | 1 | -1/+1 | |
2015-02-18 | Make the code more readable. | Christian Kohlstedde | 1 | -3/+3 | |
2015-02-18 | Modify print_disk_info. Now there is no output if the path is no mountpoint. | Christian Kohlstedde | 1 | -0/+20 | |
2015-02-08 | Merge pull request #2 from pfsmorigo/master | Michael Stapelberg | 1 | -0/+2 | |
Add i3status and man/i3status.1 to ignore list. |