schroeji
8a3b8c2112
Fixed a race condition which sometimes caused an empty output.
2015-09-16 23:25:34 +02:00
Sebastian Potasiak
ff0fa4737c
Hide status information when MPD is not running
2015-09-14 20:38:09 +02:00
Sebastian Potasiak
df997058f8
Revert "Hide MPD information when not running"
...
This reverts commit 748ef06d8a
.
2015-09-14 20:35:37 +02:00
Sebastian Potasiak
748ef06d8a
Hide MPD information when not running
2015-09-14 20:34:40 +02:00
Holden Salomon
ddb97dfbdf
Total rewrite into an IntervalModule, how it should have been. Added {status}, format_not_running, color_not_running, and comments to make it readable. This improvement was loosely based on the cmus module
2015-09-13 16:59:22 -04:00
Aaron Fordham
a7460dc9e9
Adding moon phase module
2015-09-11 10:38:14 +00:00
Aaron Fordham
f8223286e0
Adding moon phase module
2015-09-11 10:32:43 +00:00
Aaron Fordham
78d9bdda27
Adding moon phase module
2015-09-11 09:13:10 +00:00
gutodisse1
78ec23a506
Update README.rst
...
Review CONTRIBUTORS link
2015-09-11 00:05:45 -03:00
gutodisse1
12a9aeebb9
Update cpu_usage.py
...
Add color option on cpu_usage.py
2015-09-10 23:18:11 -03:00
Aaron Fordham
e939d54eaf
Adding moon phase module
2015-09-10 23:41:04 +00:00
Aaron Fordham
ae8a57afdc
Adding moon phase module
2015-09-10 12:05:29 +00:00
enkore
73b6d96e20
Merge pull request #241 from Arvedui/format_param_shell
...
Add format parameter to shell module
2015-09-10 12:59:45 +02:00
enkore
254f3a71e5
Merge pull request #239 from rscholer/docs
...
Docs - Module overview
2015-09-10 12:59:21 +02:00
enkore
8a4ecca25e
Remove some double names ( fixes #242 )
2015-09-10 12:59:01 +02:00
enkore
47b81ac6c4
Merge pull request #238 from rscholer/contributors
...
Move list of contributors into an extra files.
2015-09-10 12:57:57 +02:00
Arvedui
97ea1f76d3
fix docs build error
2015-09-06 14:43:48 +02:00
Arvedui
05a9cd551e
fix docs code discrepancy and error reporting with non empty format strings
2015-09-06 14:01:42 +02:00
Arvedui
2a432c6bb2
add format parameter to shell module
2015-09-06 13:47:12 +02:00
Raphael Scholer
8086347d3e
docs - Add modules to module overview - except variants
2015-08-19 22:53:24 +02:00
Raphael Scholer
bed17cac64
docs - Sort modules in Module overview alphabetically
2015-08-19 22:31:25 +02:00
Raphael Scholer
9dc1c755c0
Move list of contributors into an extra files.
...
CONTRIBUTERS was created with `git log --format=%aN" |sort -u > CONTRIBUTORS`.
This makes the README more manageable and more on point, it also provides a
complete list of all contributors.
A list of contributors is in all likelyhood of secondary interst at best when
evaluating software.
2015-08-19 22:14:45 +02:00
enkore
f0d7e398b4
Merge pull request #237 from rscholer/cmus-improved
...
Cmus improved
2015-08-19 20:04:24 +02:00
enkore
33e2cfa59d
Update .travis.yml
2015-08-19 20:03:19 +02:00
Raphael Scholer
4823d56531
cmus - Use #fffff as default text color
...
This is the default for most modules.
2015-08-19 18:07:42 +02:00
Raphael Scholer
aaf8eb38ea
cmus - Text can now be a different color, when cmus is not running
2015-08-19 18:07:42 +02:00
Raphael Scholer
2eb0abf596
cmus - Make expected result in Cmus.run clearer
2015-08-19 18:07:29 +02:00
Raphael Scholer
1f97408709
cmus - Allow changing of output when cmus is not running
...
This closes enkore/i3pystatus#226
2015-08-19 18:04:03 +02:00
Raphael Scholer
2b12fb6fe7
cmus - Expose status output mapping as a setting
2015-08-19 07:31:30 +02:00
Raphael Scholer
e979e28aec
cmus - One line per from ... import
2015-08-19 07:14:49 +02:00
Raphael Scholer
a1f2636c3c
cmus - Make Cmus.run() more pythonic
...
- Remove duplicate declaration of self.output
- Remove unneccesary stripping of artist and title information. This
is take care of in the information gathering functions/methods.
- Group code into sections
- Make exit path more obvious
- Make retrival of filename more obvious
- Use more obvious variable names
2015-08-19 06:42:02 +02:00
Raphael Scholer
37c30f645d
cmus - Make Cmus._query_cmus more pythonic
...
- Use string.partition instead of excessive slicing
- Use splitlines instead of split('\n'). This also reduces the times the
for-loop is run.
2015-08-19 06:15:44 +02:00
Raphael Scholer
e943831b12
cmus - Remove unused class property
2015-08-19 06:00:07 +02:00
Raphael Scholer
6996c0b575
cmus - Update settings information
...
- Remove duplicate information (available formatters are also listed in
docstriong)
- Add description for 'color' setting
2015-08-19 05:55:11 +02:00
Raphael Scholer
502000a467
cmus - Simplify extraction of artist and title information
...
The "fallback" did exactly what the preceeding code did.
2015-08-19 05:28:56 +02:00
Raphael Scholer
5583324c13
cmus - Use run_through_shell()
2015-08-18 21:21:16 +02:00
Raphael Scholer
0daf4ea0c1
cmus - Remove superflous empty line
2015-08-18 21:12:17 +02:00
Raphael Scholer
f93dfcde60
cmus - Replace double quote with single quote
2015-08-18 18:01:50 +02:00
enkore
12823ec92d
Upgrade travis to containers
2015-08-17 11:18:25 +02:00
enkore
933c3739e5
fixed typo in changelog
2015-08-17 10:49:47 +02:00
enkore
fb8052ceb5
dota2wins: doc
2015-08-17 10:48:55 +02:00
enkore
947064488b
changelog
2015-08-17 10:47:46 +02:00
enkore
5c6cb5e862
Merge pull request #236 from ismaelpuerto/master
...
Add module for view and change keyboard layout
2015-08-17 10:44:08 +02:00
enkore
2115c26c73
Merge pull request #235 from plumps/adding-lowbattery-command
...
added the alert_command option
2015-08-17 10:38:32 +02:00
enkore
50d396d761
Merge pull request #230 from SyxbEaEQ2/uptime_format
...
Added proper formatter for uptime module
2015-08-17 10:37:25 +02:00
enkore
3586dce9be
Merge pull request #229 from opatut/dota2win-formatting
...
dota2win: allow formatting of win percentage by passing it as float
2015-08-17 10:36:56 +02:00
enkore
046cdf07c6
Merge pull request #228 from opatut/dota2win-username
...
dota2wins: allow finding steam ID by username
2015-08-17 10:36:37 +02:00
plumps
d1e3ee701a
small typo
2015-08-14 11:53:13 +02:00
plumps
873de77294
little typo in critical_level
2015-08-14 11:48:35 +02:00
plumps
f6d30ab093
changed alert_command to critical_level_command
...
this change is made to differentiate the low-energy from the critical
level one better.
new options:
- critical_level_command="<some command>"
- critical_level_percentage=int
2015-08-14 11:45:56 +02:00