Commit Graph

798 Commits

Author SHA1 Message Date
Arvedui
194fc29e02 readded default intervall 1 but in the right way this time 2015-03-12 20:42:15 +01:00
Arvedui
6dbc2c78e5 remove the module specific and hard coded interval in cpu_usage 2015-03-01 14:54:12 +01:00
enkore
22b5abf899 Merge pull request #172 from Arvedui/mpd_truncation_improvment
Mpd truncation improvement
2015-02-23 20:57:39 +01:00
enkore
aadabc1a55 Merge pull request #171 from ixjlyons/disk-urgent
Disk module urgent output
2015-02-23 20:57:22 +01:00
enkore
ee56b48e2d Merge pull request #170 from gacekjk/master
added alert temperature handling
2015-02-23 20:56:19 +01:00
enkore
eafbb60ecf Merge pull request #166 from facetoe/credentials
Credentials
2015-02-23 20:55:45 +01:00
Arvedui
787e8d2623 fixed build failure 2015-02-22 15:03:32 +01:00
Arvedui
68813026e6 add functionalaty for deactivate truncation in mpd module 2015-02-22 14:54:01 +01:00
Arvedui
d0692798b7 fix a documentation issue 2015-02-22 14:29:48 +01:00
Arvedui
2bcef67c83 some changes to prevent recomputation of the output string if no truncation is done 2015-02-22 14:17:03 +01:00
Arvedui
87b57ce838 some clarification in docs about the truncation order 2015-02-22 14:14:58 +01:00
Arvedui
cceb032576 rename text_len to max_field_len, add max_len parameter and some logic to truncate certain fields if output len exceeds max_len 2015-02-22 14:10:36 +01:00
facetoe
d61925ab54 Added documentation on adding specific keyrings. 2015-02-22 10:06:44 +08:00
Kenneth Lyons
912be61900 Output should not be urgent if available space is greater than the critical limit. 2015-02-21 16:53:41 -08:00
gacekjk
40a9291cef added alert temperature handling 2015-02-21 22:21:52 +01:00
facetoe
cb8f4225bd Fixed bug that prevented user-defined keyring being used. 2015-02-16 21:09:59 +08:00
facetoe
c051e01959 Added documentation of keyring feature. 2015-02-14 10:40:58 +08:00
facetoe
61a8669eca Removed POC NetrcBackend. 2015-02-14 10:07:30 +08:00
facetoe
7fa5c10787 Added keyring_backend to the settings tuple. 2015-02-13 19:53:08 +08:00
facetoe
9324f06a3c Added keyring_backend variable. 2015-02-01 09:31:13 +08:00
facetoe
1b8e3fe2e4 Update setting util to locate modules with protected settings in
required tuple.
2015-02-01 09:19:31 +08:00
facetoe
887c45119b Look for protected settings that are in the required tuple. 2015-02-01 09:15:26 +08:00
facetoe
c588181045 Supporting Python2 doesn't make sense. 2015-02-01 08:30:16 +08:00
facetoe
f95066903e Merge https://github.com/enkore/i3pystatus into credentials 2015-02-01 08:29:23 +08:00
enkore
0e7e04f075 Merge pull request #167 from squidbeam/braille_graphs
Braille graphs
2015-02-01 01:26:30 +01:00
Matus Telgarsky
c71fecdf36 util::make_graph pep8... (again, sorry) 2015-01-28 19:55:32 -05:00
Matus Telgarsky
ac2b494401 util::make_graph lower_limit parameter
None is now a choice for lower_limit and upper_limit as well, so that
the graph can scale as before.

For cpu_usage_graph and network, rather than exposing lower_limit
in the interface, 0.0 is used as a default, since it is already
used implicitly when choosing colors.
2015-01-28 19:48:16 -05:00
Matus Telgarsky
82db7a87a2 more braille styles (ideas from drawille)
added 'braille-peak' and 'braille-snake'.  'braille-peak'
renders only the top point, and 'braille-snake' fills some in.

I should have stressed earlier that I only got the braille drawing ideas
after coming across drawille ( https://github.com/asciimoo/drawille ).
2015-01-28 16:54:42 -05:00
Matus Telgarsky
117a2acfff braille graphs: pep8 fixes 2015-01-27 15:34:05 -05:00
Matus Telgarsky
49d2f3bb0a braille graph option 2015-01-27 15:10:26 -05:00
Matus Telgarsky
5865995d0f simplify util::make_graph
rather than appending the upper limit, use it as the maximum.
In the process fixes a display bug when extent == 0,
and simplifies the addition of other drawing styles (which need
not also work around this values logic).
2015-01-27 13:42:57 -05:00
facetoe
b0d5fdba75 Added example custom keyring backend. 2015-01-25 20:26:29 +08:00
facetoe
215b85e431 Added prototype support for custom keyring backends. 2015-01-25 20:07:37 +08:00
facetoe
f9fe7653b3 Added prototype utility for setting protected credentials. 2015-01-25 16:15:54 +08:00
facetoe
bec2674d38 Added prototype for protected settings. 2015-01-25 14:33:04 +08:00
enkore
7c3f545438 Merge pull request #161 from facetoe/master
Assorted bits and pieces
2015-01-20 21:01:15 +01:00
facetoe
23b60fd2b7 Added bs4 2015-01-20 18:01:27 +08:00
facetoe
d18988827f Documented dependency on beautifulsoup4. 2015-01-20 08:29:24 +08:00
facetoe
fc76b543da Added whosonlocation module 2015-01-20 08:22:31 +08:00
facetoe
e00a25aebe Document dependency on requests module. 2015-01-20 08:22:31 +08:00
facetoe
97e8e8346c Added method to open users mailbox. 2015-01-20 08:22:31 +08:00
facetoe
37c70634a8 Prevent webrowser.open() writing to stdout when opening link. 2015-01-20 08:22:31 +08:00
facetoe
05349256de Added Github module. 2015-01-20 08:22:31 +08:00
facetoe
a40ba18272 Allow users to scroll through interfaces. 2015-01-20 08:22:31 +08:00
facetoe
d3e8fe9b6a Don't require importing psutil unless using the functionality it offers 2015-01-20 08:22:31 +08:00
facetoe
2999b90b22 Don't import basiciw unless using the functionality it offers. 2015-01-20 08:22:31 +08:00
enkore
611415c2b9 docs/conf.py 2015-01-19 23:03:45 +01:00
enkore
e47e4f3a9b Merge pull request #163 from richese/master
Fixed localization of 'clock' formats and multiple issues with 'now_playing'.
2015-01-19 23:02:22 +01:00
Lukáš Mandák
f726300ca5 Fixed freezing on mouse events when player is not running.
Fixed color when player is not running.
2015-01-18 19:51:55 +01:00
Lukáš Mandák
877233ffab Removed 'deadbeef' module since it had mpris plugin. *facepalm* 2015-01-18 18:37:22 +01:00