Commit Graph

  • dbc8acb618 man: switch link to directly go to github Michael Stapelberg 2017-01-21 15:15:01 +0100
  • 3f6d71feb9 Consolidate measure speed script (#188) Moritz Warning 2017-01-02 16:06:06 +0100
  • 9832a0d93a Re-license contrib/netspeed to the same as i3status (#189) Zhong Jianxin 2016-12-26 06:00:15 +0800
  • 7a7974d76d Fix i3status to compile with -fno-common (#185) Samuel Holland 2016-12-13 12:32:57 -0600
  • 6f7724ec64 Adding documentation for PR #179 (#182) eplanet 2016-11-19 15:02:10 +0100
  • b91e2a4b71 Merge pull request #179 from mihaicmn/feature-threshold-format Michael Stapelberg 2016-11-16 13:45:59 -0800
  • 7b63102b9d Merge pull request #178 from eplanet/ut_cpu_temp Michael Stapelberg 2016-11-15 09:27:44 -0800
  • 562f6e383d Add unit tests for threshold format Mihai Coman 2016-11-15 13:34:06 +0200
  • 9375959b68 Add 'format_below_threshold' option for 'disk' module Add 'format_above_threshold' option for 'cpu_temperature' module Add 'format_above_threshold' option for 'cpu_usage' module Add 'format_above_threshold' option for 'load' module Mihai Coman 2016-11-14 22:10:19 +0200
  • 9c47240523 Added test case for run_watch eplanet 2016-11-14 21:33:09 +0000
  • 243d08e1ad Added unit test case for path_exists eplanet 2016-11-14 21:24:16 +0000
  • 7c9108c9b9 Added unit test case for CPU temperature eplanet 2016-11-14 20:58:58 +0000
  • b0af4e4c85 Unit testing in Travis (#170) eplanet 2016-11-14 09:13:44 +0100
  • 220b9e1565 Use blank padding for wireless quality (#166) (#167) Jon Bernard 2016-11-12 09:39:41 -0500
  • be87c5ac38 Setting of custom locale in tztime configuration. (#168) Björn Lindström 2016-10-24 13:43:04 +0700
  • 707ceffc8b Detect batteries using glob (#163) Stu Zhao 2016-10-23 15:20:31 -0400
  • 8d2ef5f99b pulse device may be specified by name (#126) (#162) Watcom 2016-09-14 04:26:45 -0300
  • 48e10658b4 Bugfix: re-add single quotes around I3STATUS_VERSION Michael Stapelberg 2016-09-05 08:35:24 +0200
  • ad8b034e48 Merge pull request #140 from tommie/multibatt Michael Stapelberg 2016-08-29 09:45:15 +0200
  • dc072f9f53 Implement aggregates for batteries. Tommie Gannert 2016-08-01 18:03:03 +0100
  • ac8998ef03 Match trailing equal sign in slurp_battery_info. Tommie Gannert 2016-08-16 09:18:05 +0100
  • 15de209cba Parse uevent file to detect network device type (#153) Cihangir Akturk 2016-08-22 20:23:59 +0300
  • ef16acfca5 print_wireless_info: fix FTBFS on hurd and kfreebsd Michael Stapelberg 2016-08-22 08:48:55 +0200
  • a2fd4bd074 Added missing ampere to watt conversion for last full capacity. (#158) tnnn 2016-08-21 22:11:19 +0200
  • 08ee3bdf2d default config: remove DHCP, VPN Michael Stapelberg 2016-08-17 08:16:20 +0200
  • fde5ebfa1e Print empty string for not mounted disks. (#148) eplanet 2016-08-16 09:29:08 +0200
  • 7ce0044a03 Move time and ratio computations out of slurp_battery_info. (#151) tommie 2016-08-15 07:52:20 +0100
  • cf53cf0192 Merge pull request #150 from tommie/incremental_multibatt Michael Stapelberg 2016-08-14 13:01:35 -0700
  • d74bc90bfe Move full_design and full_last into struct battery_info. Tommie Gannert 2016-08-01 15:25:13 +0100
  • 9970af67e5 Also capture charge rate in NetBSD. Tommie Gannert 2016-08-01 20:17:50 +0100
  • 6e4ca31aa5 Merge pull request #149 from tommie/incremental_multibatt Michael Stapelberg 2016-08-14 06:29:20 -0700
  • eb0b6412af Fix warnings about using a char array index on NetBSD. Tommie Gannert 2016-08-14 12:35:52 +0100
  • a937693cef Simplify string comparisons in slurp_battery_info for NetBSD. Tommie Gannert 2016-08-01 20:28:16 +0100
  • 7728cff370 Make print_disk_info, print_eth_info and print_wireless_info compile on NetBSD without warnings. Tommie Gannert 2016-08-01 14:34:39 +0100
  • 185d70ecbb Remove warnings about unused variables in slurp_battery_info on OpenBSD. Tommie Gannert 2016-08-01 11:37:47 +0100
  • 4189824ffb Define IW_ESSID_MAX_SIZE for OpenBSD. Tommie Gannert 2016-08-01 11:29:18 +0100
  • 712c5b0f0b Merge pull request #145 from tommie/incremental_multibatt Michael Stapelberg 2016-08-13 14:01:48 -0700
  • 535fc76fb3 Deleting VERSION and extracting it from I3STATUS_VERSION instead (#146) eplanet 2016-08-13 22:46:31 +0200
  • 77f097dcca Move OS-specific code to slurp_battery_info. Tommie Gannert 2016-08-01 01:49:12 +0100
  • a537d1503a Introduce a struct battery_info to carry information from data retrieval to the output formatter. Tommie Gannert 2016-08-01 01:36:23 +0100
  • 2d16f144f5 Merge pull request #144 from tommie/incremental_multibatt Michael Stapelberg 2016-08-04 00:21:37 +0200
  • 0b16860145 Refactor common seconds_remaining code in print_battery_info. Tommie Gannert 2016-08-01 01:27:44 +0100
  • 52f0dd6a36 Remove an END_COLOR in print_battery_info for OpenBSD. Tommie Gannert 2016-08-01 01:19:23 +0100
  • 6d3e9991de Move START_COLOR to after OS-specific code. Tommie Gannert 2016-08-01 01:15:35 +0100
  • 1faa84d2f7 Merge pull request #143 from tommie/incremental_multibatt Michael Stapelberg 2016-08-03 23:14:14 +0200
  • 47ec48b85d Remove consumptionbuf from print_battery_info. Tommie Gannert 2016-08-01 01:07:23 +0100
  • b890d2e416 Remove emptytimebuf from print_battery_info. Tommie Gannert 2016-08-01 01:00:31 +0100
  • 9ba3ea0900 Merge pull request #142 from tommie/incremental_multibatt Michael Stapelberg 2016-08-03 18:45:45 +0200
  • 63724e2fa5 Remove remainingbuf from print_battery_info. Tommie Gannert 2016-08-01 00:51:48 +0100
  • b93afe8fb9 Fixed typo in README.md (#141) eplanet 2016-08-01 22:16:50 +0200
  • 0390dbf2e0 Remove percentagebuf from print_battery_info. Tommie Gannert 2016-08-01 00:33:19 +0100
  • 88a0c6923c Remove statusbuf from print_battery_info. Tommie Gannert 2016-08-01 00:24:40 +0100
  • 8e852fa945 Merge pull request #139 from Gjum/wb-colored-cpu-usage Michael Stapelberg 2016-07-30 19:23:20 +0200
  • dbc0f9bd8c change default cpu_usage thresholds to 90 and 95 Gjum 2016-07-27 19:57:50 +0200
  • dd0f6bf4b7 Manpage subsection TzTime: Example config now matches to the context (#134) Bandie Yip Kojote 2016-06-30 07:52:35 +0000
  • 4a37333cad Added version files for release tarball. Fixes #78 (#132) eplanet 2016-06-27 08:49:51 +0200
  • 3a807af855 Default configuration paths ordered the same way as i3. Fixes #129 (#130) eplanet 2016-06-15 23:13:40 +0200
  • 7c0c82313e travis: use trusty instead of (failing) llvm repo Michael Stapelberg 2016-06-15 21:41:27 +0200
  • 0a2d4d8a04 Add ifdef to compile wireless_info on Mac (#127) Alexis Hildebrandt 2016-05-13 09:50:09 +0200
  • 4807be8b5f reconnect to PulseAudio if connection is lost (fixes #124) (#125) Watcom 2016-05-07 19:19:30 -0300
  • 1e8dab273d Add CPU usage color thresholds Mark Schreiber 2016-04-13 09:07:12 -0700
  • c094f47b45 Merge pull request #117 from egroat/master Michael Stapelberg 2016-03-30 08:53:55 +0200
  • d59589bf9e Added status_unk to battery_info eoin 2016-03-21 22:41:22 +0000
  • dbc59d7376 Merge pull request #116 from eplanet/55_path_cputemp Michael Stapelberg 2016-03-21 12:19:14 -0700
  • a8aa5d608c Adding glob check to cpu temperature fixes #55 eplanet 2016-03-20 11:47:56 +0100
  • 132c35f6c9 Merge pull request #114 from ixjlyons/fix-man-url Michael Stapelberg 2016-03-11 19:10:45 -0800
  • f0ecd7bf53 Fixed link to contrib in man page. Kenneth Lyons 2016-03-11 14:26:54 -0800
  • e073cf4968 Merge pull request #105 from cornerman/issue_104 Michael Stapelberg 2016-02-01 08:53:27 +0100
  • 6f4819f7a5 add separator and separator_block_width as universal module options johannes karoff 2016-01-31 19:16:42 +0100
  • 85329802b2 Merge pull request #103 from craftyguy/bat_full_remaining Michael Stapelberg 2016-01-25 00:53:59 -0800
  • 430b053326 This removes the 'remaining' time when the battery is full, since the remaining time is always 00:00:00. When the battery is discharging, the remaining time will show up again if the user has set their format correctly. Clayton Craft 2016-01-24 22:39:53 -0800
  • cc55b44f80 Merge pull request #100 from czarkoff/mail-python Michael Stapelberg 2016-01-22 00:39:55 -0800
  • cc77338ff4 check_mail.py: more detailed report on IOError Dmitrij D. Czarkoff 2016-01-21 10:36:30 +0100
  • b0cfdeab77 Merge pull request #96 from bebehei/symbols-battery Michael Stapelberg 2016-01-12 13:22:37 -0800
  • 8918502fcd Merge pull request #95 from Watcom/nanosleep Michael Stapelberg 2016-01-12 11:57:04 -0800
  • 023f588bea give more descriptive symbols to battery format Benedikt Heine 2016-01-12 15:07:33 +0100
  • dd75c260f8 revert back to using nanosleep Watcom Hecht 2016-01-12 11:35:02 -0200
  • fad9c8237c Bugfix: check that format_not_mounted is not NULL before using it Michael Stapelberg 2016-01-12 09:49:59 +0100
  • 6179531177 Merge pull request #94 from rpls/master Michael Stapelberg 2016-01-11 01:04:18 -0800
  • 8d86198d3c Forgotten wakeup call from USR1 handler Richard Petri 2016-01-11 09:58:44 +0100
  • dc26801cd3 release v2.10 Michael Stapelberg 2016-01-01 19:49:04 +0100
  • 528445abc5 Merge pull request #88 from auscompgeek/swaybar Michael Stapelberg 2015-12-27 11:17:07 +0100
  • b54623a56d format detection: recognise swaybar David 2015-12-27 15:59:32 +1100
  • 45ad5304f7 Merge pull request #86 from remijouannet/master Michael Stapelberg 2015-12-23 11:21:34 +0100
  • 57269885c0 update README.md with libnl-genl-3-dev Rémi Jouannet 2015-12-23 11:13:54 +0100
  • 395d02518c Merge pull request #72 from ixjlyons/pango-setting Michael Stapelberg 2015-12-05 20:00:27 +0100
  • dcd0518e25 Added support for Pango markup. Kenneth Lyons 2015-10-05 01:10:01 -0700
  • 876c1cef8d fix compilation on FreeBSD Michael Stapelberg 2015-11-24 19:26:07 +0100
  • 3e14e6e5f3 first_eth_interface: ignore MAC addresses, look for IPv4/IPv6 addresses Michael Stapelberg 2015-11-16 22:41:18 +0100
  • 5081f2b5b8 Merge pull request #77 from StefaBa/master Michael Stapelberg 2015-10-16 00:44:09 -0700
  • 9e6e0d4f8f Correctly calculate Wireless link quality Stefan Bader 2015-10-12 20:46:22 +0200
  • dc94d6cba8 Merge pull request #76 from lahwaacz/volume_fix Michael Stapelberg 2015-10-12 11:29:52 -0700
  • 611e863ace Volume percentage should be obtained by float division and rounded to int. Jakub Klinkovský 2015-10-12 09:44:13 +0200
  • 1935110ef3 Merge pull request #71 from bsdjhb/freebsd_wifi_buildfix Michael Stapelberg 2015-10-09 09:11:16 -0700
  • c582090cbc Merge pull request #70 from bsdjhb/freebsd_battery Michael Stapelberg 2015-10-09 09:11:03 -0700
  • 9ebde24df1 Fix build under FreeBSD after recent changes for Linux. John Baldwin 2015-10-08 13:20:02 -0700
  • 5e33d9fe74 Properly detect the battery charging status under FreeBSD. John Baldwin 2015-10-08 13:15:38 -0700
  • 974f95702e Merge pull request #68 from bsvh/master Michael Stapelberg 2015-10-04 21:01:49 +0200
  • a13b2e7288 Added support for lemonbar Brendan Van Hook 2015-10-02 02:28:53 -0400
  • f3125fdfde document code origins Michael Stapelberg 2015-09-25 11:39:50 +0200