enkore
|
e5c128ea39
|
Merge pull request #190 from facetoe/master
Truncate long error messages.
|
2015-04-03 15:22:23 +02:00 |
|
enkore
|
f695af65e5
|
Merge pull request #189 from dgquintas/network_dynamic_colors_fix
Fixed processing of dynamic_colors settings in network.
|
2015-04-03 15:22:04 +02:00 |
|
Arvedui
|
04fa8b0458
|
add fallback to multiprocessing.cpu_count because os.cpu_count is not available before 3.4
|
2015-03-29 12:40:31 +02:00 |
|
Arvedui
|
b353b5adc9
|
use os.cpu_count instead of the multiprocessing one
|
2015-03-29 12:36:10 +02:00 |
|
Arvedui
|
21ce8db120
|
adjusted docs
|
2015-03-29 12:24:09 +02:00 |
|
Arvedui
|
d73be0911e
|
improve default for critical_limit in the load module
|
2015-03-29 12:21:51 +02:00 |
|
facetoe
|
3146b2a567
|
Add max_error_len to Github module.
|
2015-03-28 19:24:41 +08:00 |
|
facetoe
|
2701a22db4
|
Add method to truncate long error messages.
|
2015-03-28 19:10:13 +08:00 |
|
David Garcia Quintas
|
f81841c722
|
Fixed processing of dynamic_colors settings, previously ignored.
|
2015-03-22 14:30:29 -07:00 |
|
enkore
|
ab4bb9af20
|
Merge pull request #188 from facetoe/master
Truncate error message if it is too long.
|
2015-03-21 15:56:00 +01:00 |
|
enkore
|
eae741fd6e
|
Merge pull request #175 from tyjak/master
minor improvment
|
2015-03-21 15:55:03 +01:00 |
|
facetoe
|
07b0244dd9
|
Merge https://github.com/enkore/i3pystatus
|
2015-03-21 20:17:24 +08:00 |
|
facetoe
|
e1edb1a9d8
|
Truncate error message if it is too long.
|
2015-03-21 20:15:33 +08:00 |
|
tyjak
|
ab25a1b6eb
|
Merge remote-tracking branch 'upstream/master'
|
2015-03-16 21:43:45 +01:00 |
|
tyjak
|
09f6e27a7e
|
fix output format
|
2015-03-16 21:32:03 +01:00 |
|
enkore
|
0182372d92
|
Merge pull request #178 from richese/fixes
Fixes
|
2015-03-16 16:03:20 +01:00 |
|
enkore
|
54d813877c
|
Merge pull request #180 from facetoe/network_fix
Fixed bug that prevented color_up being shown if the user is not using network_traffic
|
2015-03-16 16:02:20 +01:00 |
|
enkore
|
d37eb9e890
|
Merge pull request #186 from facetoe/master
Remove 'u' prefix from unicode strings
|
2015-03-16 16:01:00 +01:00 |
|
enkore
|
1fe035770e
|
Merge pull request #174 from Arvedui/fix_#173
remove the hard coded interval in cpu_usage
|
2015-03-16 16:00:37 +01:00 |
|
facetoe
|
16b3799b91
|
Remove 'u' prefix from unicode strings as it is no longer required in Python3
|
2015-03-16 19:45:50 +08:00 |
|
Arvedui
|
194fc29e02
|
readded default intervall 1 but in the right way this time
|
2015-03-12 20:42:15 +01:00 |
|
facetoe
|
4209d7046c
|
Fixed bug that prevented color_up being shown if the user is not using network_traffic.
|
2015-03-08 08:38:08 +08:00 |
|
tyjak
|
c2592e9272
|
Update network.py
|
2015-03-07 21:58:01 +01:00 |
|
Lukáš Mandák
|
013b15ffd4
|
Fixed dbus error when not using player autodetection.
|
2015-03-07 12:47:42 +01:00 |
|
Lukáš Mandák
|
efd1c5f09f
|
fixed #177
|
2015-03-07 12:47:20 +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 |
|
David Foucher
|
5432a9faa1
|
synchro
Merge branch 'master' of github.com:tyjak/i3pystatus
|
2015-02-09 22:55:38 +01:00 |
|
David Foucher
|
b6f6eeaf36
|
Add option to choose bitcoin symbol
|
2015-02-09 22:54:11 +01:00 |
|
tyjak
|
a28f29cf8f
|
format wifi percentage
|
2015-02-08 14:34:04 +01:00 |
|
David Foucher
|
7d8ebb948f
|
Better percentage format
|
2015-02-07 00:06:09 +01: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 |
|