Commit Graph

703 Commits

Author SHA1 Message Date
enkore
6de38c933f Confirmed #74 fixed, close #74 2014-08-04 18:21:16 +02:00
enkore
5c2af069af Fixed various issues in now_playing 2014-08-04 03:05:43 +02:00
enkore
e639335152 Much improved now_playing version with implicit player config(*).
(*) for most sane setups
2014-08-04 01:59:25 +02:00
enkore
92519b8d3e Remove some cruft in mpd module 2014-08-04 01:45:02 +02:00
enkore
0cfc680080 Add now_playing module 2014-08-04 01:44:53 +02:00
enkore
94228fa32e Sorted changelog for 3.30 (since it's grown so long) 2014-08-01 00:04:33 +02:00
enkore
bc1683beb5 Update readme #93 2014-08-01 00:03:02 +02:00
enkore
1f62ce6709 Merge pull request #93 from crwood/master
Add filename tag to mpd module
2014-08-01 00:00:22 +02:00
Chris Wood
e15f57f2de Add filename tag to mpd module 2014-07-31 17:26:18 -04:00
enkore
910de1d40b dito, close #91 2014-07-31 17:20:09 +02:00
enkore
71e9fcaf8c Update readme #90 2014-07-31 15:17:46 +02:00
enkore
dc4b12c386 Ai, we actually do have that function already! Thanks, close #90 2014-07-31 15:16:03 +02:00
enkore
f07485ac81 Possible fix for #89 2014-07-30 19:42:56 +02:00
enkore
366ca43d7d Possible fix for #90 2014-07-30 19:36:40 +02:00
enkore
c0da4fce06 Possible fix for #74 2014-07-26 21:39:52 +02:00
enkore
f9bbeda3d7 Update readme #87 #85 2014-07-18 20:48:41 +02:00
enkore
143dc86f01 Merge pull request #87 from crwood/master
Reddit module
2014-07-18 20:47:27 +02:00
enkore
b5295c4cb0 Merge pull request #85 from naglis/mpd-color
[mpd] Add color setting
2014-07-18 20:45:54 +02:00
enkore
05c9ce796a Merge pull request #86 from Mic92/patch-1
maildir: remove useless list comprehension
2014-07-18 20:44:50 +02:00
Chris Wood
0532b4361c Clarify settings docstring 2014-07-18 13:03:33 -04:00
Chris Wood
70fd2190e8 Change default interval to 5 mins 2014-07-18 12:37:50 -04:00
Chris Wood
c3111ce0a0 Add reddit module 2014-07-18 12:30:07 -04:00
Chris Wood
2141e4fd2b Add exception handling for output 2014-07-18 11:19:07 -04:00
Jörg Thalheim
d024b89429 maildir: remove useless list comprehension 2014-07-18 16:48:28 +02:00
Chris Wood
48446a9ad7 Fix operator typo in price-comparison 2014-07-18 03:38:41 -04:00
Naglis Jonaitis
1a762b9afe [mpd] Add color setting 2014-07-18 00:08:03 +03:00
enkore
a2995a71a7 update readme 2014-07-17 19:49:01 +02:00
enkore
f7c8a352dc Merge pull request #76 from atalax/master
Add shell module
2014-07-17 19:45:00 +02:00
enkore
8fc42e78d8 Merge pull request #78 from tomkenmag/master
change file attribute of 'temp' class to setting
2014-07-17 19:42:31 +02:00
enkore
d938895cdc Merge pull request #83 from crwood/master
Bitcoin module
2014-07-17 19:41:55 +02:00
enkore
7af9f2d1b6 Merge pull request #84 from Mic92/patch-1
maildir: use os.listdir instead of ls
2014-07-17 19:39:35 +02:00
Jörg Thalheim
188a02989c maildir: use os.listdir instead of ls
- simpler
- faster
2014-07-17 15:04:26 +02:00
Chris Wood
82df60fdd6 Add Bitcoin module 2014-07-17 01:00:55 -04:00
Chris Wood
33aba4b084 Add user_open() function 2014-07-17 00:59:27 -04:00
Josef Gajdusek
e38274b5ce Added not_present_text and not_present_color parameters to the battery module
This commit also fixes i3pystatus crashing if the battery is removed while
running.
2014-07-10 16:13:43 +02:00
Josef Gajdusek
9524bf26a8 Added {quality_bar} to wireless module 2014-07-10 15:44:09 +02:00
Josef Gajdusek
61168e22de Add {bar} to the battery module
Add {bar} (from util.make_bar()) formatter to the battery module. Also removed
the final .strip() call as it was eating the padding used by make_bar.
2014-07-10 15:43:51 +02:00
Josef Gajdusek
ab36aee3c2 Add charging_color and full_color parameters to the battery module 2014-07-10 15:43:42 +02:00
tomasm
b97279bab1 'file' attribute of 'temp' class changed to a setting 2014-07-09 17:14:44 +00:00
Josef Gajdusek
1c13e8d318 Add shell module
Add new "shell" module which can execute arbitrary shell command and display
its output.
2014-07-03 18:12:54 +02:00
enkore
774e38561c Merge pull request #73 from tyjak/master
add wind indication
2014-06-21 12:08:43 +02:00
Tyjak
80110775f5 add wind indication 2014-06-19 21:32:30 +02:00
enkore
3aa33932a5 Merge pull request #72 from eBrnd/master
add bar drawing function, and modules for showing cpu and ram usage as a...
2014-06-16 16:03:52 +02:00
enkore
edbb0a4efb Merge pull request #71 from tomxtobin/detect-down-slave-interface
Correctly detect bonded slave interface state
2014-06-16 16:03:02 +02:00
eBrnd
a5b4ad0b1c add bar drawing function, and modules for showing cpu and ram usage as a bar 2014-06-14 20:18:12 +02:00
Tom X. Tobin
18eaeb45be Correctly detect bonded slave interface state
Bonded slave interfaces under Linux were incorrectly being detected as
always up. We now check sysfs directly to determine their state.
2014-06-14 11:46:50 -04:00
enkore
00c230f4f8 Update battery tests, add case for #66, fix #66 2014-06-13 23:23:29 +02:00
enkore
8f0ac4bdb6 Possible "fix" for #69 2014-06-13 20:25:28 +02:00
enkore
33dc5d0185 Update readme 2014-06-13 20:19:53 +02:00
enkore
2dfbeb0952 Integrate Itella with TrackerAPI (untested) #62 2014-06-13 20:19:26 +02:00