Commit Graph

58 Commits

Author SHA1 Message Date
Erik Johnson
860c03da53
Fix travis builds (#817)
Setuptools is installing the library as an egg file, which is causing it
to fail to import
2021-04-29 22:13:11 -05:00
enkore
8749fe81cc
setup.py: -Python 3.5 +Python 3.8 2020-09-06 18:39:50 +02:00
lasers
259f423408
setup: add python_requires='>=3.5' (#723) 2020-09-06 18:37:12 +02:00
enkore
e7487909bc setup.py: use find_packages 2016-11-12 15:42:01 +01:00
enkore
45ebe3b7a2 Add i3pystatus.scores to setup.py 2016-11-12 01:55:33 +01:00
enkore
93a916de6b add i3pystatus.utils package to setup.py 2016-11-11 23:31:58 +01:00
enkore
03df1a644a 3.35 changelog 2016-08-31 18:18:12 +02:00
Erik Johnson
19af608312 Add i3pystatus.weather to packages list 2016-03-29 01:14:56 -05:00
enkore
f228d5347c 3.34 2016-02-14 01:18:39 +01:00
enkore
ca3ac1454c 3.33 2015-06-23 12:07:02 +02:00
enkore
db88ea7a72 Add i3pystatus-setting-util entry point to setup.py 2015-06-17 14:52:50 +02:00
Lukáš Mandák
a42d78c5c5 Added Update indicator module with pacman and cower backends. 2015-06-01 12:55:47 +02:00
enkore
735f244270 3.32 2014-12-14 14:32:38 +01:00
enkore
29a5867d22 Let's see if zip_safe works.
It should. I don't see any obvious reason why it should break something.
2014-12-02 11:43:06 +01:00
enkore
fbd44cd4dd Update setup.py 2014-10-23 14:22:03 +02:00
enkore
30203712c6 Discard README/setup.py changes 2014-10-02 17:18:36 +02:00
Frank Tackitt
16c6979ca9 Add color settings for muted/unmuted to pulseaudio plugin 2014-10-01 07:19:36 -07:00
enkore
00c230f4f8 Update battery tests, add case for #66, fix #66 2014-06-13 23:23:29 +02:00
enkore
14d9427ac8 Release 3.29 2014-04-29 11:13:56 +02:00
enkore
aa09079903 Add detached_down option (#26)
And some other stuff I obviously forget to commit last time.
Oh, that's just the RST port... okay :)
2014-01-16 13:39:17 +01:00
enkore
6a749bb03a Add i3pystatus binary 2013-10-30 18:38:11 +01:00
enkore
657cc87429 Delete main() #27 2013-10-23 21:06:04 +02:00
enkore
6a3090ba8a Releasing 3.27
* Add weather module (with most bugs fixed I hope)
* Add text module (in preparation for #22)
* PulseAudio module: Add muted/unmuted options
2013-10-20 18:42:54 +02:00
enkore
5f50f0ea02 =3.26 close #16 2013-10-03 00:56:42 +02:00
enkore
78c01dd3e5 PEP8 2013-10-01 15:22:09 +02:00
enkore
21cd318c29 mail imap: fix mailbox selection 2013-10-01 13:36:59 +02:00
enkore
87c583db87 update readme 2013-10-01 13:31:40 +02:00
enkore
f1b565f4d5 =3.25 2013-10-01 13:07:03 +02:00
enkore
69b702d2f1 3.24: Introduce time wrapper, remove battery remaining_* formatter(!!!) 2013-08-04 23:40:19 +02:00
enkore
ea1cbe9a0c 3.23: Fixed core.util.formatp (also added core.util.flatten for this fix) 2013-08-04 17:25:04 +02:00
enkore
3d796ce48e 3.22: pulseaudio fix -inf/db 2013-08-03 15:05:13 +02:00
enkore
84c2d6753c =3.21 2013-08-03 14:41:02 +02:00
enkore
f39e4b3684 pulseaudio: remove dependency, add dB volume
I added a minimal version of the bindings directly.

{db} is the volume in decibels relative to 100 % output, i.e.
0 db equal 100 %.
2013-08-03 13:36:44 +02:00
enkore
5304629cf1 3.20: Extend MPD module
-Removed playtime_* formatters (pretty much useless)
-Add bitrate formatter
-Add volume formatter
-Add song_elapsed formatter
-Add song_length formatter
-Add format_sparse option (intended for streams/internet radio or untagged media)
2013-07-31 21:07:45 +02:00
enkore
dee02fdd93 = 3.19 2013-07-31 01:31:48 +02:00
enkore
4164b11eba 3.18: Add pulseaudio module (drop-in for alsa) 2013-07-29 20:15:17 +02:00
enkore
11506f60f8 3.17: MPD: host parameter 2013-07-18 22:59:06 +02:00
enkore
5ee67aaefd 3.16: MPD: stop state bugfix, mute/unmute on rightclick
Yes, I currently just increase the minor version number on every fix
2013-07-18 22:36:52 +02:00
enkore
eb44638b87 3.15: mpd, add status and leftclick for play/pause 2013-07-09 22:31:30 +02:00
enkore
c5153ae12a 3.14: Battery: add status setting
I use it like this to save a few characters
status={
        "DIS": "↓",
        "CHR": "↑",
        "FULL": "=",
}
2013-07-05 19:58:53 +02:00
enkore
dccbc63826 3.13: MPD module, ALSA fix 2013-07-01 20:41:03 +02:00
enkore
b42cd6aa15 3.12: Move code around 2013-03-10 21:22:58 +01:00
enkore
19aca9149a 3.12: remove I3statushandler 2013-03-10 20:57:12 +01:00
enkore
7dfac95f1e 3.11: Add test command, invoke like this: i3pystatus test 2013-03-10 18:24:33 +01:00
enkore
c8c8e2226f Improved UX a bit: all threads are immediately started;
no more slow starting of modules.

Although I'm highly unsatisfied with the current implementation
(SoC, you hear me!?)
2013-03-10 02:11:58 +01:00
enkore
657bdb826a Add preliminary(!) support for bidirectional communication with i3bar
Novelty use only.
2013-03-09 21:23:36 +01:00
enkore
2e9b80c0a0 Oops! Forgot to check in the actual code for wireless module
(3.8.2)
2013-03-08 20:37:40 +01:00
enkore
085f5972af battery.interval 2013-03-08 20:34:39 +01:00
enkore
1680293e56 3.8: Add wireless module based on basiciw 2013-03-08 19:51:55 +01:00
enkore
074500007f 3.7 2013-03-08 03:30:24 +01:00