Commit Graph

560 Commits

Author SHA1 Message Date
enkore
edbb0a4efb Merge pull request #71 from tomxtobin/detect-down-slave-interface
Correctly detect bonded slave interface state
2014-06-16 16:03:02 +02:00
eBrnd
a5b4ad0b1c add bar drawing function, and modules for showing cpu and ram usage as a bar 2014-06-14 20:18:12 +02:00
Tom X. Tobin
18eaeb45be Correctly detect bonded slave interface state
Bonded slave interfaces under Linux were incorrectly being detected as
always up. We now check sysfs directly to determine their state.
2014-06-14 11:46:50 -04:00
enkore
00c230f4f8 Update battery tests, add case for #66, fix #66 2014-06-13 23:23:29 +02:00
enkore
8f0ac4bdb6 Possible "fix" for #69 2014-06-13 20:25:28 +02:00
enkore
33dc5d0185 Update readme 2014-06-13 20:19:53 +02:00
enkore
2dfbeb0952 Integrate Itella with TrackerAPI (untested) #62 2014-06-13 20:19:26 +02:00
enkore
4a13687e6a Merge branch 'master' of https://github.com/siikamiika/i3pystatus into siikamiika-master 2014-06-13 20:12:24 +02:00
enkore
a00b0f8370 Update Readme & Changelog 2014-06-13 20:12:06 +02:00
enkore
2a77d15f6c network: changed detached_down default 2014-06-13 20:06:46 +02:00
enkore
7be5693c13 Merge pull request #70 from tomxtobin/audio-format-muted
Support optional "format_muted" setting for audio modules
2014-06-13 20:04:03 +02:00
Tom X. Tobin
bd66997f2f Support optional "format_muted" setting for audio modules
The alsa and pulseaudio modules now support an optional "format_muted"
setting. If provided, it will be used instead of "format" when the audio
is muted.
2014-06-11 18:58:41 -04:00
enkore
c6e6a03e6d Merge pull request #68 from tomxtobin/bonded-interfaces
Support bonded interfaces under Linux
2014-06-11 11:46:38 +02:00
Tom X. Tobin
df50913332 Support bonded interfaces under Linux
The "network" and "wireless" modules now support interfaces enslaved to
a bonding master. We check sysfs for bonded interfaces, and update each
slave's AF_INET/AF_INET6 from its master.
2014-06-10 21:43:09 -04:00
enkore
7b36808b0b Merge pull request #64 from mekanix/master
Next song on right click in MPD.
2014-06-08 20:18:12 +02:00
Goran Mekić
cf369f8e53 Next song on right click in MPD. 2014-06-01 11:51:01 +02:00
enkore
8aeb92286f Update Readme #63 2014-05-31 12:27:11 +02:00
enkore
433784c7b9 Merge pull request #63 from eBrnd/patch-1
fix a copypaste error / typo in load.py
2014-05-31 12:26:12 +02:00
eBrnd
21e829fb07 fix a copypaste error / typo 2014-05-31 09:26:33 +02:00
siikamiika
e86c3137d2 move bs4 import to run to avoid unnecessary ImportErrors 2014-05-23 18:35:57 +03:00
siikamiika
926b0ba94c Itella tracking for parcel module 2014-05-23 17:48:55 +03:00
enkore
0c04ce466b Update README #58 #59 #60 2014-05-19 15:16:40 +02:00
enkore
36142a96c8 Merge pull request #60 from andresmrm/patch-3
Enable define round digits.
2014-05-19 15:13:34 +02:00
enkore
68ca823fce Merge pull request #59 from andresmrm/patch-2
Allow round to INT
2014-05-19 15:13:28 +02:00
enkore
e7fc0308a8 Merge pull request #58 from andresmrm/patch-1
configurable color and round parameters
2014-05-19 15:13:18 +02:00
Andrés Martano
350d7db3aa Enable define round digits. 2014-05-10 11:23:57 -03:00
Andrés Martano
29cdbf72b8 Allow round to INT
In round_dict, if places is None, round to INT.
2014-05-10 10:40:00 -03:00
Andrés Martano
ce47d69174 configurable color and round parameters
Allows to configure color parameter and round value.
The last, for None->INT to work, needs more one change in utils.py that I will propose now too.
2014-05-10 10:35:54 -03:00
enkore
640f25d5eb Merge branch 'netifaces' 2014-05-10 13:43:42 +02:00
enkore
d2f2ed7ee4 Merge branch 'master' of https://github.com/al45tair/i3pystatus into netifaces 2014-05-10 13:43:34 +02:00
enkore
e0584d6661 update readme 2014-05-10 13:43:23 +02:00
Alastair Houghton
8103cf35a1 Replaced references to netifaces-py3 with netifaces. 2014-05-10 12:11:22 +01:00
enkore
b45261164a mpd: remove unused format_time 2014-05-06 14:26:28 +02:00
enkore
f488a71d82 Update README for #56 2014-05-05 10:57:28 +02:00
enkore
71c030a82e pep8 2014-05-05 10:57:14 +02:00
enkore
b2bb47b0a2 weather: normalize quotes 2014-05-05 10:55:06 +02:00
enkore
903d9b000c weather: add "Partly Cloudy" to color_icons 2014-05-05 10:53:41 +02:00
enkore
19e5a87f2f Merge branch 'weather_color' of https://github.com/dubwoc/i3pystatus 2014-05-05 10:46:52 +02:00
dubwoc
2a47e84cc2 Introduce a colorize option for the weather status plugin.
Add an option to change the color and add an icon in the display based
on the text returned from weather.com. For example, if the waether is
considered "Sunny" by weather.com the weather text will be set to a
golden yellow and a little snow will be added to the display.
2014-05-03 12:05:55 -04:00
enkore
69d33633f1 text: add cmd_leftclick and cmd_rightclick options 2014-05-03 15:45:10 +02:00
enkore
beff75b9c0 Link devdocs in README 2014-05-03 02:11:06 +02:00
enkore
1bcc38802a Some stuff about creating modules 2014-05-03 02:09:55 +02:00
enkore
0ff0f31819 Update idea projects' python interpreter 2014-04-30 14:52:40 +02:00
enkore
f06a76ad52 PEP8 2014-04-30 14:51:41 +02:00
enkore
14d9427ac8 Release 3.29 2014-04-29 11:13:56 +02:00
enkore
fcf88613ce Changelog 2014-04-28 14:35:03 +02:00
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