i3pystatus/i3pystatus
Matthieu Coudron 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

    target_module.on_click(command["button"])↲
  File "/home/teto/i3pystatus/i3pystatus/core/modules.py", line 31, in
  on_click↲
      self.on_upscroll()↲
        File "/home/teto/i3pystatus/i3pystatus/alsa.py", line 95, in
	on_upscroll↲
	    self.alsamixer.setvolume( vol + self.increment)↲
	    alsaaudio.ALSAAudioError: Volume must be between 0 and 100↲
2014-09-13 23:37:16 +02:00
..
core 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 2014-08-30 00:13:57 +02:00
mail 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. 2014-08-28 23:14:07 +02:00
pulseaudio Support optional "format_muted" setting for audio modules 2014-06-11 18:58:41 -04:00
__init__.py PEP8 2014-04-30 14:51:41 +02:00
alsa.py this commit fixes 2 problems: 2014-09-13 23:37:16 +02:00
backlight.py PEP8 2014-04-30 14:51:41 +02:00
battery.py def-status 2014-08-28 13:16:31 +02:00
bitcoin.py Fix operator typo in price-comparison 2014-07-18 03:38:41 -04:00
clock.py this commit fixes 2 problems: 2014-09-13 23:37:16 +02:00
cpu_usage_bar.py updated docs 2014-08-09 16:34:57 +02:00
cpu_usage.py updated docs 2014-08-09 16:34:57 +02:00
disk.py configurable color and round parameters 2014-05-10 10:35:54 -03:00
file.py PEP8 2014-04-30 14:51:41 +02:00
load.py fix a copypaste error / typo 2014-05-31 09:26:33 +02:00
mem_bar.py add bar drawing function, and modules for showing cpu and ram usage as a bar 2014-06-14 20:18:12 +02:00
mem.py Enable define round digits. 2014-05-10 11:23:57 -03:00
mkdocs.py PEP8 2014-04-30 14:51:41 +02:00
modsde.py PEP8 2014-04-30 14:51:41 +02:00
mpd.py Mousewheel up will play next song, down will play previous song 2014-09-05 00:07:03 +02:00
network_traffic.py Update readme #106 2014-08-26 21:15:10 +02:00
network.py Added unknown_up parameter. Closes #103. 2014-08-24 23:58:17 +02:00
now_playing.py Fixed various issues in now_playing 2014-08-04 03:05:43 +02:00
parcel.py Update README #104 2014-08-25 02:25:37 +02:00
pyload.py PEP8 2014-04-30 14:51:41 +02:00
reddit.py Clarify settings docstring 2014-07-18 13:03:33 -04:00
regex.py PEP8 2014-04-30 14:51:41 +02:00
runwatch.py PEP8 2014-04-30 14:51:41 +02:00
shell.py Add exception handling for output 2014-07-18 11:19:07 -04:00
spotify.py PEP8 2014-04-30 14:51:41 +02:00
temp.py 'file' attribute of 'temp' class changed to a setting 2014-07-09 17:14:44 +00:00
text.py text: add cmd_leftclick and cmd_rightclick options 2014-05-03 15:45:10 +02:00
uptime.py TimeWrapper 2014-08-07 11:08:22 +02:00
weather.py add wind indication 2014-06-19 21:32:30 +02:00
wireless.py Added {quality_bar} to wireless module 2014-07-10 15:44:09 +02:00