i3pystatus/i3pystatus
2016-09-28 22:30:19 +02:00
..
core Always log exception for DesktopNotification failure 2016-09-20 12:53:06 -05:00
mail Fix imap re-connection 2016-09-20 19:18:05 +02:00
pulseaudio Pulseaudio: Wait on child processes to avoid zombies 2016-07-31 15:17:49 -05:00
scores Add score to default format string for suspended games 2016-07-24 10:46:11 -05:00
tools Fix bugs in setting_util.py. 2016-02-14 14:49:55 +08:00
updates Use len() for lists instead of count() for #447 2016-09-28 22:30:19 +02:00
utils PEP8 fix for utils/__init__ and accidental copyright removed 2015-12-10 01:42:00 +03:00
weather Ignore decimal point 2016-09-19 17:38:19 -05:00
__init__.py Treat i3pystatus as launcher 2016-06-19 22:18:07 +03:00
abc_radio.py Add module for streaming ABC radio Australia. 2016-08-07 00:18:34 +08:00
alsa.py Update alsa.py 2016-01-28 16:57:57 +01:00
anybar.py Added AnyBar widget 2015-07-06 23:28:10 +06:00
backlight.py Fix backlight not increasing brightness 2016-01-09 17:39:46 +01:00
battery.py Improve documentation for battery module 2016-03-29 09:22:18 -05:00
bitcoin.py mod bitcoin: multiple exchange support (#353) 2016-04-07 23:20:37 +02:00
clock.py clock: Detect system TZ (if possible) for cases where no TZ is specified 2016-08-31 23:15:17 -05:00
cmus.py Fix errorneous recursive replace mishap 2016-01-27 20:02:51 +01:00
cpu_freq.py Update modules to a7583a9 2016-01-27 19:53:33 +01:00
cpu_usage_bar.py Update modules to a7583a9 2016-01-27 19:53:33 +01:00
cpu_usage_graph.py Update modules to a7583a9 2016-01-27 19:53:33 +01:00
cpu_usage.py Fix display bug in CpuUsageGraph. 2016-07-25 19:05:45 +08:00
disk.py Revert breaking changes to disk.py 2016-08-11 17:23:11 +08:00
dota2wins.py dota2wins: fix win% reporting 2016-08-31 07:57:29 -07:00
dpms.py dpms: Allow a different format string when DPMS is disabled. 2016-03-25 18:05:42 +01:00
file.py Update modules to a7583a9 2016-01-27 19:53:33 +01:00
github.py Catch exceptions thrown when calling API 2016-08-10 20:51:38 +08:00
google_calendar.py Catch exceptions thrown while checking calendar. 2016-08-10 20:51:09 +08:00
gpu_mem.py Fix typo 2016-06-04 01:39:31 +09:00
gpu_temp.py gpu_temp: add "display_if" setting 2016-05-11 13:26:38 -07:00
iinet.py Update modules to a7583a9 2016-01-27 19:53:33 +01:00
keyboard_locks.py Update modules to a7583a9 2016-01-27 19:53:33 +01:00
lastfm.py last.fm: initial commit of last.fm module 2016-03-16 16:27:02 -07:00
load.py Harmonize documentation wrt formatters 2015-04-07 19:40:28 +02:00
makewatch.py Update modules to a7583a9 2016-01-27 19:53:33 +01:00
mem_bar.py Fix typo 2016-06-04 01:39:31 +09:00
mem.py Fix typo 2016-06-04 01:39:31 +09:00
modsde.py Added keyring_backend to the settings tuple. 2015-02-13 19:53:08 +08:00
moon.py Update modules to a7583a9 2016-01-27 19:53:33 +01:00
mpd.py Documented available callbacks. 2016-08-06 14:32:57 -07:00
net_speed.py net_speed: allow bps or Bps 2015-06-17 10:19:13 +02:00
network.py Follow change of netifaces ipv6 mask 2016-08-27 22:56:23 +09:00
now_playing.py Now playing: be more tolerant for mpris properties 2016-04-08 13:23:53 +02:00
online.py Added interval option to online module 2016-04-12 11:16:38 +04:30
openfiles.py openfiles: add tests and close files 2016-05-06 09:12:33 -07:00
openstack_vms.py openstack_vms: update novaclient auth 2016-08-30 13:55:27 -07:00
openvpn.py Support toggling connection on click. 2016-07-24 11:04:44 +08:00
parcel.py Update modules to a7583a9 2016-01-27 19:53:33 +01:00
pianobar.py Follow up of https://github.com/enkore/i3pystatus/pull/149#issuecomment-67712619 . 2014-12-20 15:30:41 +01:00
ping.py Change ping module text color above latency threshold 2016-09-24 17:28:34 +01:00
plexstatus.py Update modules to a7583a9 2016-01-27 19:53:33 +01:00
pomodoro.py Quick fix 2016-05-18 15:49:20 +03:00
pyload.py Update modules to a7583a9 2016-01-27 19:53:33 +01:00
reddit.py Disable update check that breaks everything 2016-03-27 12:16:15 +08:00
regex.py PEP8 2014-04-30 14:51:41 +02:00
runwatch.py Harmonize documentation wrt formatters 2015-04-07 19:40:28 +02:00
scratchpad.py minor fix 2016-08-07 18:29:58 +08:00
sge.py Update modules to a7583a9 2016-01-27 19:53:33 +01:00
shell.py fix docs build error 2015-09-06 14:43:48 +02:00
solaar.py Improve solaar error handling/display 2016-03-21 19:51:44 -03:00
spotify.py spotify: pass player_name=spotify to playerctl 2016-05-22 22:18:29 +02:00
syncthing.py Use CSFR Token in Syncthing module 2016-05-24 10:24:56 +02:00
taskwarrior.py Module should be chmod a-x 2016-04-15 02:00:41 -07:00
temp.py temp: add a "display_if" setting 2016-05-11 13:38:28 -07:00
text.py Follow up of https://github.com/enkore/i3pystatus/pull/149#issuecomment-67712619 . 2014-12-20 15:30:41 +01:00
timer.py Removed dependency on enum module. 2016-01-27 14:20:09 +01:00
uname.py Update modules to a7583a9 2016-01-27 19:53:33 +01:00
uptime.py Update modules to a7583a9 2016-01-27 19:53:33 +01:00
vk.py corrected settings to avoid Sphinx errors 2016-02-02 16:38:52 +01:00
weekcal.py add weekcal module (#388) 2016-05-24 12:21:06 +02:00
whosonlocation.py Added keyring_backend to the settings tuple. 2015-02-13 19:53:08 +08:00
window_title.py ci fix 2016-08-06 08:29:25 +08:00
xkblayout.py Removed semicolon 2016-06-20 12:04:54 +02:00
zabbix.py Fixed error with empty triggers list 2016-01-19 12:33:13 +03:00