Commit graph

148 commits

Author SHA1 Message Date
Tobias Witek
d1d431ec6d [doc] Include required i3wm version in README.md
fixes #173
2017-09-16 16:48:13 +02:00
Tobias Witek
ecbde508d2 [modules/title] Python < 3.4 compatibility
Replace textwrap.shorten() with custom implementation, since it is only
available since Python 3.4. While at it, catch i3 exceptions in order to
make unit tests (hopefully) run through.

Also, Updated README.md

see #174
2017-09-15 20:02:07 +02:00
Pier-Angelo Gaetani
8bba1d1e0d [module/title] Requirement update in README.md + linting 2017-09-15 10:03:58 -06:00
Tobias Witek
a08db28da0 [modules/currency] Fix runaway docstring 2017-09-07 16:22:30 +02:00
Tobias Witek
93768e3380 [doc] Updated README.md + small logging refactor
* Fix minor grammatical errors in README.md
* Make logfile configuration a bit nicer
2017-08-20 10:59:39 +02:00
Frederic Junod
d851b27a22 Add 'dbus' to the required modules list 2017-08-04 10:47:05 +02:00
Frederic Junod
254a883d8d Add 'power' to the required modules list 2017-08-04 10:41:37 +02:00
Tobias Witek
5d4c9e4a41 [readme] Add note about mouse wheel 2017-08-02 19:34:54 +02:00
Tobias Witek
a312269240 [modules/sensors] Add fallback for temperature retrieval
If /sys/class/ data cannot be read, fall back to "sensors -u", by
popular demand :P

see #145
2017-07-22 11:44:56 +02:00
ibrokemypie
58298d5e30 [modules/sensors] Remove sensors dependency and read from device
was having some problems with the current implementation as i have multiple values with the same name in sensors -u.
this way it is unambiguous and *should* just work everywhere with no lm_sensors required, though some distros might move the pseudo file elsewhere, not sure, but thats why it is configurable.
testing would be great.
also, the file is simpler too.
2017-07-19 22:14:00 +10:00
Tobias Witek
5ca9ab796d [engine] Add logging for configuration file
For troubleshooting.

see #138
2017-07-14 17:11:20 +02:00
Tobias Witek
753ac453c6 [README] Add information about configuration files 2017-07-12 18:43:17 +02:00
Frederic Junod
1252a548a0 Fix doc about the debug file location 2017-07-08 08:12:16 +02:00
Conor Randall
0542205dc5 Update module dependencies in readme
A few more now depend on requests, which were not added accordingly.
2017-07-08 03:03:54 +10:00
jmg5e
11f86b75c8 removed xbacklight dependency for brightness module 2017-06-26 05:31:44 -05:00
Tobias Witek
e5c30d81ce [theme] Fix icons for TODO 2017-06-16 11:27:21 +02:00
Tobias Witek
0f5fdaab5a [README] Update counters 2017-06-15 11:14:22 +02:00
Tobias Witek
13d4c493a3 [README] Add contributor attribution 2017-06-12 19:00:17 +02:00
Tobias Witek
3e7f7334cf [doc] Added nvidia-smi dependency for nvidiagpu module 2017-06-11 14:45:14 +02:00
Tobias Witek
b2fb438bef [doc] Add bluetooth module requirements 2017-06-01 18:27:03 +02:00
Ryan
49f9cc90bc added mpd support 2017-05-26 19:48:23 +02:00
Abin Simon
ee0346254e Update README.md
Updated module list depending on psutil and netifaces
2017-04-23 10:54:36 +05:30
Tobias Witek
a9a6bcd015 [doc] Add note about powerline-fonts requirement
fixes #72
2017-04-22 07:43:31 +02:00
Tobias Witek
563357dac1 [doc] Add new gruvbox (non-powerline) theme to README.md 2017-04-21 07:23:43 +02:00
mike-work
76ec87157a Add sensors to README.md. 2017-04-19 12:38:49 +01:00
Tobias Witek
1f0f39394f [doc] Add documentation for debug mode 2017-04-02 08:34:17 +02:00
Tobias Witek
b20e83cb8a [engine] Fix interval configuration
Until now, manually specifying an interval did not work, as a cast to
float was missing. Now, it's possible to specify an update interval in
seconds via "-p interval=<interval>"

fixes #54
2017-03-16 21:04:24 +01:00
Tobi-wan Kenobi
0496234370 [README.md] Add dependencies 2017-02-26 08:28:30 +01:00
Tobi-wan Kenobi
d2c4a316a0 [README] Add list of supported Python versions 2017-02-25 07:54:03 +01:00
Tobi-wan Kenobi
d19efbe21a [README] Add note regarding awesome font
see #41
2017-02-24 18:28:41 +01:00
Tobi-wan Kenobi
b4f9123ba4 [README] Update badges for better readability in .md file 2016-12-11 13:50:33 +01:00
Tobi-wan Kenobi
90adbfbec9 [README] Add code coverage information
Even if it is not stellar...
2016-12-11 13:26:38 +01:00
Tobi-wan Kenobi
abb6d4aeeb [README] Update branch info for Travis badge 2016-12-11 13:12:22 +01:00
Tobi-wan Kenobi
4f6ec89d3c [doc] Add Code Climate issue count 2016-12-11 09:06:23 +01:00
Tobi-wan Kenobi
14ca6d5cf0 [doc] Add code climate shield to README.md 2016-12-10 20:09:42 +01:00
Tobi-wan Kenobi
547b3dc296 [doc] Re-add README.md 2016-12-10 20:05:02 +01:00
Tobi-wan Kenobi
a8a6c9bba2 [core] Refactor engine
This is going to be a bit more comprehensive than anticipated. In order
to cleanly refactor the core and the engine, basically start from
scratch with the implementation.

Goals:

* Test coverage
* Maintain backwards compatibility with module interface as much as
  possible (but still make modules easier to code)
* Simplicity

see #23
2016-12-03 20:38:54 +01:00
Tobi-wan Kenobi
3cc34d36a5 [documentation] Updated all screenshots to be more uniform
Also, added xrandr screenshots
2016-11-26 09:09:11 +01:00
Tobi-wan Kenobi
e18d887c4e [documentation] Add link for username 2016-11-25 17:01:09 +01:00
Tobi-wan Kenobi
451452f552 [documentation] Add powerline-gruvbox theme to list of themes 2016-11-25 16:59:52 +01:00
Tobias Witek
45f84a6b39 [doc] README: Add new syntax for "list" command 2016-11-05 18:07:00 +01:00
Tobias Witek
b33bc791f7 [doc] Update README 2016-11-05 18:06:06 +01:00
Tobias Witek
a6bdd0557c [doc] rename i3bumblebee -> bumblebee-status
As the prefix i3* is reserved for official i3 packages, rename
i3bumblebee to bumblebee-status.
2016-11-04 20:20:46 +01:00
Tobias Witek
36ff727165 [doc] More linebreaks 2016-10-31 20:02:04 +01:00
Tobias Witek
35c14da6ef [doc] Add small thank-you note to README 2016-10-31 19:57:37 +01:00
Tobias Witek
9cbb3c67bd [doc] Add some more info to the README 2016-10-31 18:28:44 +01:00
Tobias Witek
d28a608fa7 [doc] Add some README.md 2016-10-31 18:27:39 +01:00
tobi-wan-kenobi
3dd69c71c2 Initial commit 2016-10-30 15:07:21 +01:00