Commit Graph

1410 Commits

Author SHA1 Message Date
Jan Oliver Oelerich
f32c8e0650 reverted .gitignore and fixed indents of sge.py 2016-01-19 10:17:50 +01:00
Jan Oliver Oelerich
6925770e4f Added module for tracking the status of Batch computing jobs on a cluster running the Sun Grid Engine (SGE) 2016-01-19 09:38:47 +01:00
Jan Oliver Oelerich
807248a38d added .idea to gitignore, which contains PyCharm settings for the project. 2016-01-19 08:58:12 +01:00
enkore
3234897409 Merge pull request #302 from mxlian/master
Fix handler not executing external cmd (#301)
2016-01-12 13:06:55 +01:00
Maxi Padulo
f12d1f9d48 Fix handler not executing external cmd (#301)
Wrong name on function call was raising AttributeError
exception disrutping the code execution.
2016-01-12 13:03:50 +01:00
Maxi Padulo
de8b03f4bd Fix handler not executing external cmd (#301)
Wrong name on function call was raising AttributeError
exception disrutping the code execution.
2016-01-12 13:01:10 +01:00
enkore
6520d1e770 Merge pull request #299 from mxlian/master
backlight module increasing brightness on scroll not working
2016-01-11 12:43:09 +01:00
enkore
5f88b96939 Merge pull request #297 from whitelynx/patch-1
Fix typo in MoonPhase.status.
2016-01-11 12:38:45 +01:00
Maxi Padulo
2045c13dc4 Updated changelog 2016-01-09 17:40:26 +01:00
Maxi Padulo
b132c4d842 Fix backlight not increasing brightness 2016-01-09 17:39:46 +01:00
David Bronke
084269cf0d Fix typo in MoonPhase.status.
This fixes the default shown in the docs, so copy/pasting it into your config won't end up giving you a broken `Waning Crescent` mapping.
2016-01-08 02:12:32 +00:00
enkore
c591356fc0 Update changelog.rst 2016-01-05 16:28:15 +01:00
enkore
d020b3499b Speed up execution of test_module_clicks
Ideally we'd monkey patch Timer et al so that no dependence on the
host clock exists, which sooner or later might lead to false failures or
positives.
2016-01-05 13:44:35 +01:00
enkore
33c4ae2d9f Updated changelog 33e6d38..HEAD 2016-01-05 13:39:43 +01:00
enkore
a356e42c12 Fix pulseaudio creating zombies (#293) 2016-01-05 12:51:39 +01:00
enkore
f40feda2c4 Merge pull request #281 from fabrox/master
Implemented optional volume display/setting as in AlsaMixer.
2016-01-05 12:49:06 +01:00
Lorian Coltof
ef58c5a6fa Added the bar_design option in the format of the battery module 2016-01-03 16:43:29 +01:00
Douglas Eddie
731749f0e3 Added check for ismount() and empty directories.
Previously the free space of the underlying filesystem would be reported if the path provided was a directory but not a valid mountpoint. This adds a check to first confirm whether a directory is a mountpoint using os.path.ismount(), and if not, then runs an os.listdir() to count the files; empty directories are considered not mounted.

This functionality allows for usage on setups with NFS and will not report free space of underlying filesystem in cases with local mountpoints as path.
2016-01-03 16:43:29 +01:00
Douglas Eddie
1c4f941304 Improved handling of (un)mounted drives/partitions.
richese provided base for new options.
2016-01-03 16:43:29 +01:00
Nuno Cardoso
87c01278f7 Added double click support 2016-01-03 16:43:29 +01:00
Alexandr Mikhailov
3d22043881 Fixed global color with max severity alert 2016-01-03 16:43:29 +01:00
Alexandr Mikhailov
a09bf88007 Another PEP8 compatibility fix 2016-01-03 16:43:29 +01:00
Alexandr Mikhailov
0aeec83741 Pep8 correction 2016-01-03 16:43:29 +01:00
Alexandr Mikhailov
b2dd1b46ca Added Exception for incorrect Zabbix authentication and implemented global color for module result 2016-01-03 16:43:29 +01:00
Alexandr Mikhailov
bac8a05d41 Simplify individual alerts assignment 2016-01-03 16:43:28 +01:00
Alexandr Mikhailov
31374a2ec4 Added Zabbix module 2016-01-03 16:43:28 +01:00
Jan Fader
b6a472e014 fixed documentation of solaar 2016-01-03 16:43:28 +01:00
Jan Fader
09e2e64d36 initial commit of solaar.py 2016-01-03 16:43:28 +01:00
fahrstuhl
2a65efa068 adds doc for variant feature 2016-01-01 18:18:01 +01:00
fahrstuhl
0a17ee2bfb PEP8 compliance 2016-01-01 14:05:55 +01:00
fahrstuhl
0a63932c62 adds variant to xkblayout 2016-01-01 14:04:32 +01:00
enkore
79c773184a Merge pull request #290 from mxlian/master
disk module: corrected doc string
2015-12-22 17:26:20 +01:00
Maximiliano
47f1f72c5c disk module: corrected doc string 2015-12-22 17:14:38 +01:00
enkore
378d913caf Merge pull request #283 from PolarNick239/master
GPU temperature and memory usages modules (nvidia only)
2015-12-21 23:20:12 +01:00
enkore
b1aabe3b52 Merge pull request #285 from facetoe/openvpn
Make symbol configurable in openvpn module
2015-12-21 23:19:34 +01:00
enkore
e430454905 Merge pull request #280 from richese/misc_settings
Added options to change logfile and internet check server.
2015-12-21 23:19:24 +01:00
enkore
597667acc7 Merge pull request #274 from facetoe/iinet
Add IINet module
2015-12-21 23:18:00 +01:00
enkore
e7efd44c1a Merge pull request #273 from facetoe/reddit
Refactor reddit module to be more efficient.
2015-12-21 23:17:41 +01:00
Alexandr Mikhailov
86d876fd58 Fixed global color with max severity alert 2015-12-18 01:25:39 +03:00
Alexandr Mikhailov
38f7c6cd80 Another PEP8 compatibility fix 2015-12-18 00:46:10 +03:00
Alexandr Mikhailov
bfe367b836 Pep8 correction 2015-12-17 23:25:53 +03:00
Alexandr Mikhailov
0c52b5586c Added Exception for incorrect Zabbix authentication and implemented global color for module result 2015-12-17 23:18:37 +03:00
Alexandr Mikhailov
0c15903d4e Simplify individual alerts assignment 2015-12-17 16:44:30 +03:00
Alexandr Mikhailov
2a3041fb57 Added Zabbix module 2015-12-16 16:58:24 +03:00
facetoe
93220ac178 Make symbol configurable 2015-12-12 18:38:53 +08:00
enkore
a69ad47aac Cf. #284 2015-12-12 11:21:00 +01:00
Nikolay Polyarniy
e569b934b2 PEP8 fix for utils/__init__ and accidental copyright removed 2015-12-10 01:42:00 +03:00
Nikolay Polyarniy
8ae40efa30 gpu_temp: GPU temperature module (nvidia-smi only) 2015-12-10 01:30:37 +03:00
Nikolay Polyarniy
6f492ff406 gpu_mem: GPU memory module (nvidia-smi only) 2015-12-10 01:30:04 +03:00
Holden Salomon
3b82e8de1e Added previous song support, activated by scrolling down while over the module 2015-12-05 13:37:32 -05:00