enkore
f024c224a4
Update Readme, merged #53
2014-04-28 14:32:15 +02:00
enkore
24d5795396
Merge spotify module ( #53 )
2014-04-28 10:43:55 +02:00
enkore
6297fc78f0
Merge branch 'master' of https://github.com/cganas/i3pystatus into spotify
2014-04-28 10:33:54 +02:00
cganas
a26efaac95
added spotify support.
2014-04-28 02:23:27 -04:00
enkore
4109515914
Some documentation stuff
2014-04-23 14:45:29 +02:00
enkore
aef55aaad0
Minor changes to readme
2014-04-23 14:33:54 +02:00
enkore
1c713b0b95
Update .gitignore
2014-04-23 14:33:31 +02:00
enkore
3e7a46b2c3
append #52 to changelog
2014-04-20 15:00:45 +02:00
Arvedui
a898110d7e
rewritten DHL function in parcel modul
...
fixed #28
2014-04-20 13:46:16 +02:00
enkore
05ead5d808
Travis link in Readmeh
2014-04-19 13:16:23 +02:00
enkore
ab96bee495
Good to know things don't work with 3.2
2014-04-19 11:23:37 +02:00
enkore
59435aef91
...
2014-04-19 11:16:17 +02:00
enkore
8a75042e9a
It's pytest on PyPI
2014-04-19 11:12:41 +02:00
enkore
c9292dc6c8
requirements.txt
2014-04-19 11:09:42 +02:00
enkore
de212068cd
+travis
2014-04-19 11:05:32 +02:00
enkore
109c217253
Minor readme updates
2014-04-17 14:50:34 +02:00
enkore
dcd73c6d60
Update README for #51 and #50
...
Added list of past and current contributors
2014-04-16 19:08:58 +02:00
enkore
6b2bafa35f
Merge pull request #51 from sbrunner/dev
...
Some litile improvments
2014-04-16 18:58:44 +02:00
enkore
f15ab2e34f
Merge pull request #50 from afics/master
...
Prefer non link-local v6 addresses
2014-04-16 18:57:40 +02:00
Stéphane Brunner
77b03bbc44
Add alert on CPU load
2014-04-16 18:03:16 +02:00
Stéphane Brunner
6d8dba3468
Make battery colors configurable
2014-04-16 18:03:16 +02:00
Stéphane Brunner
5aef5f529a
CURRENT_NOW isn't always present
2014-04-16 18:03:16 +02:00
Stéphane Brunner
1f80fb4e19
Add display and critical limit in the disk module
2014-04-16 18:03:16 +02:00
Stéphane Brunner
d0a38e036c
Open email client and refresh email with mouse click
2014-04-16 18:03:16 +02:00
Armin Fisslthaler
0e7ecd1d67
prefer non link-local v6 addresses
2014-04-15 21:51:51 +02:00
enkore
496d8ffa35
3.28
2014-04-14 15:34:32 +02:00
enkore
a729f338a9
README
2014-04-12 16:37:07 +02:00
enkore
e4a87153d0
Update README.rst
2014-04-12 16:32:16 +02:00
enkore
0820aaf225
Merge pull request #49 from micha-a-schmidt/master
...
Maildir backend
2014-04-12 16:31:31 +02:00
Michael Schmidt
ddd4e76bb8
settings changed\n documentation added
2014-04-13 00:25:28 +10:00
Michael Schmidt
e642a2d687
bug fixing...maildir backend working
2014-04-13 00:17:18 +10:00
Michael Schmidt
bbc7e107fd
maildir support added
2014-04-12 23:53:24 +10:00
enkore
e1adae6b59
python -m i3pystatus.mkdocs
...
close #47
close #45
close #37
2014-04-10 16:51:57 +02:00
enkore
5c2c3fc533
Merge pull request #41 from jasonmhite/master
...
Optionally skip MAC address check in network
2014-04-02 22:57:41 +02:00
Jason Hite
10aca8d489
Better checking of the MAC address
...
Use a Try... Except... block instead of a function flag when checking
for the MAC address. This has the benefit of requiring no changes for
user, but fixes the problem with interfaces that do not have MACs.
2014-04-02 15:49:05 -04:00
Jason Hite
3bbd8d4765
Optionally skip MAC address check in network
...
Network interfaces don't necessarily have a MAC address. For example,
the tunnel devices created by OpenVPN do not. Previously, passing a
network interface that did not have a MAC address caused the network
module to fail, since it assumed that there would be one.
This commit just adds a flag to the network module "mac", which defaults
to True. If True, the module behaves like before. If False, the check
for the MAC address is skipped and the {mac} format variable is replaced
with "NONE".
I tested this with my OpenVPN interface as well as my regular interface
and it works fine.
2014-04-02 15:34:35 -04:00
enkore
4ed3f93678
Merge pull request #44 from gwarf/allow_clock_color_customization
...
clock: allow to specify a custom color and/or to use i3bar default color
2014-03-27 19:19:40 +01:00
Baptiste Grenier
5c825436f2
clock: allow to specify a custom color and/or to use i3bar default color.
2014-03-27 18:49:18 +01:00
enkore
9356b5476a
Merge pull request #35 from aaron-lebo/master
...
Update weather.py
2014-03-19 16:15:46 +01:00
enkore
8a6560897e
Merge pull request #43 from jedrz/configurable-interval-tests
...
Add tests for adding interval setting automatically
2014-03-12 20:56:22 +01:00
Łukasz Jędrzejewski
80f11c95d0
Add tests for adding interval setting automatically
2014-03-12 20:10:07 +01:00
enkore
6c6184897a
Merge pull request #42 from jedrz/configurable-interval
...
Configurable interval for every IntervalModule
2014-03-12 15:31:45 +01:00
Łukasz Jędrzejewski
5fe6d049d2
Configurable interval for every IntervalModule
...
settings attribute for every class inheriting from IntervalModule are
automatically extended by interval setting if it does not exist.
A function to flatten settings in SettingsBase was extracted and added
as a static method.
2014-03-10 17:06:40 +01:00
enkore
a1e87c607c
Merge pull request #40 from jorio/mem-standard-formatting
...
mem: allow standard float formatting syntax
2014-03-09 16:10:14 +01:00
enkore
3a79ed5dc7
Merge pull request #39 from siikamiika/master
...
Don't create new socket for every MPD query
2014-03-09 14:06:50 +01:00
Iliyas Jorio
4691a53589
mem: allow standard float formatting syntax
...
Floats in mem.py can now be formatted with a standard format string
(e.g. {avail_mem:.2f}) instead of needing an extra `round` parameter.
This brings this module in line with the expected behavior in the rest
of i3pystatus.
2014-03-08 19:48:58 +01:00
siikamiika
2889a61060
test script removed
2014-03-08 17:56:17 +02:00
siikamiika
56822a3cec
Clean unused code and fix clicks
2014-03-08 17:49:45 +02:00
siikamiika
e525d4fa28
Better put fdict construction inside try
2014-03-08 05:53:52 +02:00
siikamiika
380efde089
Handle MPD connection errors
2014-03-08 04:59:08 +02:00