index
:
i3status
master
Fork of https://github.com/i3/i3status, with support for arbitrary shell commands
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-23
Detect batteries using glob (#163)
Stu Zhao
1
-31
/
+30
2016-09-14
pulse device may be specified by name (#126) (#162)
Watcom
2
-26
/
+57
2016-08-28
Implement aggregates for batteries.
Tommie Gannert
1
-31
/
+184
2016-08-22
Match trailing equal sign in slurp_battery_info.
Tommie Gannert
1
-9
/
+9
2016-08-22
Parse uevent file to detect network device type (#153)
Cihangir Akturk
1
-6
/
+51
2016-08-22
print_wireless_info: fix FTBFS on hurd and kfreebsd
Michael Stapelberg
1
-0
/
+4
2016-08-21
Added missing ampere to watt conversion for last full capacity. (#158)
tnnn
1
-0
/
+2
2016-08-16
Print empty string for not mounted disks. (#148)
eplanet
1
-4
/
+6
2016-08-14
Move time and ratio computations out of slurp_battery_info. (#151)
tommie
1
-50
/
+33
2016-08-14
Move full_design and full_last into struct battery_info.
Tommie Gannert
1
-44
/
+34
2016-08-14
Also capture charge rate in NetBSD.
Tommie Gannert
1
-0
/
+3
2016-08-14
Fix warnings about using a char array index on NetBSD.
Tommie Gannert
1
-8
/
+8
2016-08-14
Simplify string comparisons in slurp_battery_info for NetBSD.
Tommie Gannert
1
-47
/
+11
2016-08-14
Make print_disk_info, print_eth_info and print_wireless_info compile on NetBS...
Tommie Gannert
3
-1
/
+13
2016-08-14
Remove warnings about unused variables in slurp_battery_info on OpenBSD.
Tommie Gannert
1
-5
/
+9
2016-08-14
Define IW_ESSID_MAX_SIZE for OpenBSD.
Tommie Gannert
1
-1
/
+2
2016-08-03
Move OS-specific code to slurp_battery_info.
Tommie Gannert
1
-63
/
+72
2016-08-03
Introduce a struct battery_info to carry information from data retrieval to t...
Tommie Gannert
1
-50
/
+59
2016-08-03
Refactor common seconds_remaining code in print_battery_info.
Tommie Gannert
1
-19
/
+16
2016-08-03
Remove an END_COLOR in print_battery_info for OpenBSD.
Tommie Gannert
1
-3
/
+0
2016-08-03
Move START_COLOR to after OS-specific code.
Tommie Gannert
1
-61
/
+10
2016-08-03
Remove consumptionbuf from print_battery_info.
Tommie Gannert
1
-10
/
+3
2016-08-03
Remove emptytimebuf from print_battery_info.
Tommie Gannert
1
-30
/
+11
2016-08-03
Remove remainingbuf from print_battery_info.
Tommie Gannert
1
-53
/
+28
2016-08-01
Remove percentagebuf from print_battery_info.
Tommie Gannert
1
-30
/
+15
2016-08-01
Remove statusbuf from print_battery_info.
Tommie Gannert
1
-14
/
+17
2016-07-30
Merge pull request #139 from Gjum/wb-colored-cpu-usage
Michael Stapelberg
1
-1
/
+13
2016-05-13
Add ifdef to compile wireless_info on Mac (#127)
Alexis Hildebrandt
1
-0
/
+4
2016-05-08
reconnect to PulseAudio if connection is lost (fixes #124) (#125)
Watcom
1
-2
/
+9
2016-04-13
Add CPU usage color thresholds
Mark Schreiber
1
-1
/
+13
2016-03-21
Added status_unk to battery_info
eoin
1
-2
/
+6
2016-03-20
Adding glob check to cpu temperature fixes #55
eplanet
1
-2
/
+14
2016-01-25
This removes the 'remaining' time when the battery is full, since the remaini...
Clayton Craft
1
-1
/
+1
2016-01-12
revert back to using nanosleep
Watcom Hecht
1
-3
/
+2
2016-01-12
Bugfix: check that format_not_mounted is not NULL before using it
Michael Stapelberg
1
-1
/
+3
2015-12-27
format detection: recognise swaybar
David
1
-1
/
+1
2015-12-04
Added support for Pango markup.
Kenneth Lyons
3
-4
/
+66
2015-11-24
fix compilation on FreeBSD
Michael Stapelberg
1
-0
/
+1
2015-11-16
first_eth_interface: ignore MAC addresses, look for IPv4/IPv6 addresses
Michael Stapelberg
1
-0
/
+7
2015-10-12
Correctly calculate Wireless link quality
Stefan Bader
1
-1
/
+1
2015-10-12
Volume percentage should be obtained by float division and rounded to int.
Jakub Klinkovský
1
-1
/
+2
2015-10-09
Merge pull request #71 from bsdjhb/freebsd_wifi_buildfix
Michael Stapelberg
1
-0
/
+4
2015-10-08
Fix build under FreeBSD after recent changes for Linux.
John Baldwin
1
-0
/
+4
2015-10-08
Properly detect the battery charging status under FreeBSD.
John Baldwin
1
-2
/
+3
2015-10-04
Added support for lemonbar
Brendan Van Hook
6
-20
/
+25
2015-09-25
document code origins
Michael Stapelberg
1
-2
/
+3
2015-09-25
Fix comparison between signed/unsigned warning for real
Michael Stapelberg
1
-1
/
+1
2015-09-25
use proper unsigned type for ESSID length
Michael Stapelberg
1
-1
/
+1
2015-09-25
use nlmsg_data instead of the too-new genlmsg_hdr
Michael Stapelberg
1
-1
/
+1
2015-09-25
use NL80211_RATE_INFO_BITRATE (16-bit)
Michael Stapelberg
1
-4
/
+4
[prev]
[next]