Lukáš Mandák
040b765b5d
Module: Replaced list comprehension for better code readability.
2015-06-06 18:17:38 +02:00
Lukáš Mandák
8d80b375a3
Module: Added hints
setting that allows the user to add additional i3bar protocol blocks to module's output.
2015-06-06 14:15:48 +02:00
enkore
33c4172ee5
Update module_docs to not manually merge inherited settings
2015-06-06 12:49:25 +02:00
enkore
41003ef702
Remove unnecessary metaclass from IntervalModule
2015-06-06 12:49:13 +02:00
enkore
60470e4d7f
Handle settings inheritance statically through a metaclass
2015-06-06 12:48:47 +02:00
enkore
e41d12079f
Fix missing documentation of inherited settings
2015-06-06 12:37:51 +02:00
enkore
c74186f38f
Update ci-build.sh
2015-06-06 09:38:50 +02:00
enkore
1018de059c
Update ci-build.sh
2015-06-06 09:38:13 +02:00
enkore
f0ef9eb025
Update ci-build.sh
2015-06-06 09:36:33 +02:00
enkore
09dd2b0f0b
Update conf.py
2015-06-06 09:36:13 +02:00
David Wahlstrom
b09e213e69
makewatch: remove uneeded modules
...
psutil is already included (line 25) and getpass is part of the stdlib.
2015-06-06 09:29:21 +02:00
David Wahlstrom
8b8a3db25c
makewatch: Remove "user" setting
...
While there was documentation suggesting you could limit the search by
user, the code was not written to do such. This could be implimented in
the future, but for now, I'm just going to remove the comment.
2015-06-06 09:29:18 +02:00
David Wahlstrom
7be136167d
makewatch: a module to watch for make (or other long running) jobs
...
A module that will watch for (by default) make jobs and notify of their
status. This can be used for other long-running processes by providing
an alternate 'name'.
2015-06-06 09:28:42 +02:00
enkore
317d96b176
docs
2015-06-06 00:48:45 +02:00
enkore
72f7b3acf1
Update configuration.rst
2015-06-06 00:28:17 +02:00
enkore
0eca656b1b
Update configuration.rst
2015-06-06 00:27:38 +02:00
enkore
508b5a7ada
Update configuration.rst
2015-06-06 00:26:15 +02:00
enkore
45f755d4bb
Update configuration.rst
2015-06-06 00:25:01 +02:00
enkore
12bfbe895b
Python 3 doesn't require that
2015-06-06 00:21:01 +02:00
enkore
5ff2362df3
Update configuration.rst
2015-06-06 00:20:27 +02:00
enkore
f2fa560beb
Update configuration.rst
2015-06-06 00:18:03 +02:00
enkore
c6c719dbe6
Update configuration.rst
2015-06-06 00:17:37 +02:00
enkore
565d93b407
Update configuration.rst
2015-06-06 00:16:38 +02:00
enkore
8c70904018
Update configuration.rst
2015-06-06 00:16:03 +02:00
enkore
f5b52729c1
Update docs/conf.py copyright notice (it's 2015 now)
2015-06-06 00:07:35 +02:00
enkore
3a2542a266
Merge pull request #214 from claria/master
...
Add module for DPMS state
2015-06-06 00:03:11 +02:00
enkore
82959e117c
Merge pull request #213 from gacekjk/master
...
CPU frequency module
2015-06-06 00:02:17 +02:00
gacekjk
adbb9c0165
changed docstrings to be more informative, removed unnecessary docstring
2015-06-05 22:23:33 +02:00
Georg Sieber
2fe7ad1c41
more formatting fixes
2015-06-05 21:39:17 +02:00
Georg Sieber
c569dd608f
fixed formatting issues
2015-06-05 21:19:17 +02:00
Georg Sieber
19ea035e68
Add module for DPMS state
2015-06-05 21:08:32 +02:00
gacekjk
be87016259
fix pep8
2015-06-05 17:40:45 +02:00
gacekjk
2f778885e6
code refactor, reformat and add docstrings
2015-06-05 17:23:21 +02:00
enkore
4e169b199e
Merge pull request #211 from drwahl/master
...
Dota 2 win rate module
2015-06-05 16:49:26 +02:00
David Wahlstrom
22dc932e22
dota2wins: fix typo and remove uneeded modules
...
urllib and json are part of the standard library.
2015-06-05 06:21:21 -07:00
gacekjk
f8c803e1cb
GHz values added
2015-06-05 15:04:03 +02:00
enkore
4383a34446
mail: fix incorrect specification of settings
2015-06-05 13:25:25 +02:00
enkore
375bbb6962
parcel: fix missing required setting 'name'
2015-06-05 13:25:10 +02:00
enkore
0a66c57f3b
pomodoro: fix missing required setting 'sound'
2015-06-05 13:25:00 +02:00
enkore
8a783004c5
docs: add check_settings_consistency
2015-06-05 13:24:08 +02:00
enkore
dbdf0a731b
Rephrase docs re. MOCK_MODULES
2015-06-05 10:20:14 +02:00
gacekjk
d723ae47e3
added cpu frequency module
2015-06-05 04:13:37 +02:00
David Wahlstrom
b6c9aa5f3f
dota2wins: try to fix urllib.request module
2015-06-04 13:57:46 -07:00
David Wahlstrom
a1a4127eed
dota2wins: add screename identifier
...
Add the ability for a user to define a screenname or for the name to be
dynamically discovered from the API.
2015-06-04 12:47:03 -07:00
David Wahlstrom
3ce9c13a8a
dota2win: provide overrides for color
...
While the default values for the colors are probably reasonable, this
patch provides the user with a way to override them. This will be
particularly useful for colorblind users, or people who just don't like
the defaults.
2015-06-04 12:05:49 -07:00
David Wahlstrom
4963ac9c96
dota2wins: update discription
2015-06-04 11:07:46 -07:00
David Wahlstrom
69b565ac7d
dota2wins: another pep8 compliance fix
2015-06-04 10:27:44 -07:00
David Wahlstrom
ebbe033a66
dota2wins: pep8 compliance
2015-06-04 10:21:40 -07:00
David Wahlstrom
d1d3fe332f
Dota 2 win rate module
...
A Dota 2 win/loss module that helps track the win:loss ratio of
recent games.
2015-06-04 10:09:35 -07:00
enkore
588e8dfc88
openstack_vms: add format option
2015-06-03 23:05:37 +02:00