Commit Graph

  • e125d9cd7c Update CI configuration: test install and test building docs. enkore 2014-10-11 12:35:54 +0200
  • 31a6d91b25 Added color module to i3pystatus.rst. facetoe 2014-10-11 18:10:33 +0800
  • aa349c8ba9 Added module for graphing cpu usage. facetoe 2014-10-11 16:03:13 +0800
  • 2e7df52394 Modified NetworkGraph to use new ColorRangeModule class. facetoe 2014-10-11 16:02:33 +0800
  • 20363b9da0 Moved color code into it's own class that other classes can inherit from. facetoe 2014-10-11 16:02:04 +0800
  • 48821e34ca Moved get_hex_color_range() from util.py to network_graph.py to prevent breaking the build. facetoe 2014-10-11 14:52:08 +0800
  • 856bc5cc24 Added module to draw a network graph in Unicode. facetoe 2014-10-11 13:18:26 +0800
  • a0d528f1d8 Added methods for retrieving network information to make the class easier to extend. facetoe 2014-10-11 14:25:14 +0800
  • 3901aa43f1 Added method to generate a list of hex color values between a start color and end color. facetoe 2014-10-11 13:17:02 +0800
  • a6fb92936d Merge pull request #123 from facetoe/master enkore 2014-10-06 15:51:42 +0200
  • a77b06a25e Added method for printing a graph of Unicode characters. facetoe 2014-10-06 19:23:32 +0800
  • 6a9ef909b0 Update Readme enkore 2014-10-02 17:20:31 +0200
  • 30203712c6 Discard README/setup.py changes enkore 2014-10-02 17:18:36 +0200
  • 16c6979ca9 Add color settings for muted/unmuted to pulseaudio plugin Frank Tackitt 2014-10-01 07:19:36 -0700
  • 5470d7460c Fix #119 enkore 2014-09-18 15:59:51 +0200
  • 025d74555d Merge pull request #118 from tomxtobin/fix-internet-util enkore 2014-09-15 12:10:31 +0200
  • c8b4dc0466 Fix internet() test function Tom X. Tobin 2014-09-14 17:15:50 -0400
  • fc015e8908 Merge pull request #117 from teto/fix_alsa_and_clock enkore 2014-09-14 01:02:13 +0200
  • f748f8a4d8 this commit fixes 2 problems: -there was a trailing comma in the clock module that would interact badly with i3pystatus & i3bar; i3pystatus seeing the comma would generate the json ** full_text : ["13 september"] ** and then i3bar would only display the last module (one may have to check for i3bar robustness). resulted in having only the clock module displayed -the 2nd problem was with the alsa module when setting the volume to a number <0 or > 100 then the pyalsa bindings would generate the following error in .xsession-errors Matthieu Coudron 2014-09-13 23:30:30 +0200
  • 806ee99e93 Merge pull request #115 from teto/scroll_time_formats enkore 2014-09-13 17:36:05 +0200
  • 389124e5c4 This commit introduces the ability for i3pystatus clock to display the time depending on different timezones. You can set the timezone as described on the data linked on http://www.iana.org/time-zones. Matthieu Coudron 2014-09-06 19:18:34 +0200
  • f3c549bb24 With this commit, it is possible to provide a list of formats for the clock module. You can cycle through these different formats with the mousewheel. It is backward compatible. Matthieu Coudron 2014-09-04 23:57:43 +0200
  • 749feb54cc Merge pull request #116 from teto/alsa_mute_onclick enkore 2014-09-05 12:13:56 +0200
  • f323917701 Merge pull request #114 from teto/change_mpd_song_on_scroll enkore 2014-09-05 12:13:25 +0200
  • 7d2a7c2828 Right/left click will toggle mute status of alsa Matthieu Coudron 2014-09-05 00:29:21 +0200
  • f5520e220b Mousewheel up will play next song, down will play previous song Matthieu Coudron 2014-09-05 00:07:03 +0200
  • 32c1b36c93 Update readme #108 #109 #111 enkore 2014-09-04 20:17:06 +0200
  • 73413efe4a Merge pull request #111 from teto/mousewheel enkore 2014-09-04 14:01:08 +0200
  • 850841f9c8 Merge pull request #109 from teto/notmuch_autoload enkore 2014-09-04 14:00:48 +0200
  • 000bdc6978 i3 next branch send click events on mouse wheel up/down. This patch allows to change the alsa volume with the mousewheel when hovering the alsa indicator Matthieu Coudron 2014-08-30 00:13:57 +0200
  • 914e495c22 This patch allows the notmuch backend to retrieve the notmuch database path from the notmuch configuration file in case no "db_path" argument is passed to the Notmuch constructor. In such a case, i3pystatus will try to load the file designed by the environment variable NOTMUCH_CONFIG and "~/.notmuch_config". and retrieve the value "path" of the section [database]. Matthieu Coudron 2014-08-28 23:14:07 +0200
  • fb14041381 Merge pull request #108 from Argish42/batteryfull enkore 2014-08-28 16:38:20 +0200
  • 6989713d6c Require working DNS for internet connectivity enkore 2014-08-28 16:13:52 +0200
  • 566709290e Don't catch exceptions by wildcard randomly enkore 2014-08-28 16:12:29 +0200
  • eee14260f4 Alternative exception handling enkore 2014-08-28 16:11:53 +0200
  • 15b9484e98 def-status Argish42 2014-08-28 13:16:31 +0200
  • 75fcad26fd Better fix for #102 enkore 2014-08-28 13:11:20 +0200
  • de4bc9e70f battery-full Argish42 2014-08-28 00:43:46 +0200
  • c91c792a7d battery full Argish42 2014-08-28 00:28:23 +0200
  • 9cdcfccb6c Possible fix for #102 enkore 2014-08-27 11:06:36 +0200
  • 3cea707522 Update docs #105 enkore 2014-08-26 21:18:37 +0200
  • 71054f2b5a Merge pull request #105 from bparmentier/master enkore 2014-08-26 21:17:10 +0200
  • 065a56b54f Update readme #106 enkore 2014-08-26 21:15:10 +0200
  • 7077d55851 Merge pull request #106 from simon04/network_traffic enkore 2014-08-26 21:13:16 +0200
  • 2436aa08a2 Add network traffic module Simon Legner 2014-08-26 16:42:53 +0200
  • 1718ae95a4 Play song on left click even if stopped bparmentier 2014-08-26 11:30:17 +0200
  • 22e81be3d9 Update README #104 enkore 2014-08-25 02:25:37 +0200
  • 271fae0af0 Merge pull request #104 from Sysnove/unknown_up enkore 2014-08-25 02:17:47 +0200
  • f95624d801 Added unknown_up parameter. Closes #103. Alexis Lahouze 2014-08-24 23:58:17 +0200
  • 1dbbc01cc6 Merge pull request #99 from Arvedui/fix_mpd enkore 2014-08-16 16:20:34 +0200
  • e2bd1980ad fixed false "error connecting MPD" when no song is seleced right now" Arvedui 2014-08-16 16:08:37 +0200
  • f502117ae3 update readme enkore 2014-08-15 17:01:10 +0200
  • f50e6c1cf7 core Status docs enkore 2014-08-15 14:24:11 +0200
  • 521804449e Merge pull request #98 from Arvedui/disable_click_events enkore 2014-08-15 14:22:30 +0200
  • cee58e495c prevents start of command_endpoint thread when click_events are disabled Arvedui 2014-08-15 00:16:50 +0200
  • de3db6fb19 added option for disabeling click events Arvedui 2014-08-15 00:12:18 +0200
  • fed22c040f Update README #75 / #96 enkore 2014-08-09 16:59:01 +0200
  • c1149f58be Merge pull request #96 from Arvedui/cpu_usage_multicore enkore 2014-08-09 16:57:03 +0200
  • b2d25f6367 updated docs Arvedui 2014-08-09 16:07:46 +0200
  • cf110398e4 updated README Arvedui 2014-07-06 21:38:35 +0200
  • 0b06082084 removed unnesecary code duplication in cpu_usage_bar, added multicore support for cpu_bar and fixed typo in cpu_usage Arvedui 2014-07-06 21:36:57 +0200
  • 1520b49c92 fixed typo and updated README Arvedui 2014-07-05 22:27:54 +0200
  • 79960e5cba added multi core support for cpu usage Arvedui 2014-07-05 21:57:10 +0200
  • c5b7c56d6a Update readme #94 enkore 2014-08-07 12:58:00 +0200
  • 1b9aaf6341 Merge pull request #94 from Argish42/uptime enkore 2014-08-07 12:53:30 +0200
  • e2cb6b8d49 TimeWrapper Argish42 2014-08-07 11:08:22 +0200
  • 84ecfc46a0 TimeWrapper Argish42 2014-08-07 11:05:13 +0200
  • f6e9e4d456 Uptime Argish42 2014-08-06 23:57:06 +0200
  • cff7e1a45b Updated modules overview enkore 2014-08-04 18:26:03 +0200
  • 050a1cc54b Released i3pystatus 3.30 enkore 2014-08-04 18:22:34 +0200
  • 6de38c933f Confirmed #74 fixed, close #74 enkore 2014-08-04 18:21:16 +0200
  • 5c2af069af Fixed various issues in now_playing enkore 2014-08-04 03:05:43 +0200
  • e639335152 Much improved now_playing version with implicit player config(*). enkore 2014-08-04 01:59:25 +0200
  • 92519b8d3e Remove some cruft in mpd module enkore 2014-08-04 01:45:02 +0200
  • 0cfc680080 Add now_playing module enkore 2014-08-04 01:44:53 +0200
  • 94228fa32e Sorted changelog for 3.30 (since it's grown so long) enkore 2014-08-01 00:04:33 +0200
  • bc1683beb5 Update readme #93 enkore 2014-08-01 00:03:02 +0200
  • 1f62ce6709 Merge pull request #93 from crwood/master enkore 2014-08-01 00:00:22 +0200
  • e15f57f2de Add filename tag to mpd module Chris Wood 2014-07-31 17:26:18 -0400
  • 910de1d40b dito, close #91 enkore 2014-07-31 17:20:09 +0200
  • 71e9fcaf8c Update readme #90 enkore 2014-07-31 15:17:46 +0200
  • dc4b12c386 Ai, we actually do have that function already! Thanks, close #90 enkore 2014-07-31 15:16:03 +0200
  • f07485ac81 Possible fix for #89 enkore 2014-07-30 19:42:56 +0200
  • 366ca43d7d Possible fix for #90 enkore 2014-07-30 19:36:40 +0200
  • c0da4fce06 Possible fix for #74 enkore 2014-07-26 21:39:52 +0200
  • f9bbeda3d7 Update readme #87 #85 enkore 2014-07-18 20:48:41 +0200
  • 143dc86f01 Merge pull request #87 from crwood/master enkore 2014-07-18 20:47:27 +0200
  • b5295c4cb0 Merge pull request #85 from naglis/mpd-color enkore 2014-07-18 20:45:54 +0200
  • 05c9ce796a Merge pull request #86 from Mic92/patch-1 enkore 2014-07-18 20:44:50 +0200
  • 0532b4361c Clarify settings docstring Chris Wood 2014-07-18 13:03:33 -0400
  • 70fd2190e8 Change default interval to 5 mins Chris Wood 2014-07-18 12:37:50 -0400
  • c3111ce0a0 Add reddit module Chris Wood 2014-07-18 12:30:07 -0400
  • 2141e4fd2b Add exception handling for output Chris Wood 2014-07-18 11:19:07 -0400
  • d024b89429 maildir: remove useless list comprehension Jörg Thalheim 2014-07-18 16:48:28 +0200
  • 48446a9ad7 Fix operator typo in price-comparison Chris Wood 2014-07-18 03:38:41 -0400
  • 1a762b9afe [mpd] Add color setting Naglis Jonaitis 2014-07-18 00:08:03 +0300
  • a2995a71a7 update readme enkore 2014-07-17 19:49:01 +0200
  • f7c8a352dc Merge pull request #76 from atalax/master enkore 2014-07-17 19:45:00 +0200
  • 8fc42e78d8 Merge pull request #78 from tomkenmag/master enkore 2014-07-17 19:42:31 +0200
  • d938895cdc Merge pull request #83 from crwood/master enkore 2014-07-17 19:41:55 +0200