Commit Graph

16 Commits

Author SHA1 Message Date
David Wahlstrom
e529fa8c95 dota2wins: truncate win percentage
Use only 2 decimals for win percentage so we don't fill all of the
status bar with decimal places.
2016-03-18 09:03:19 -07:00
enkore
a83a53dec0 Merge branch 'dota2winsdefaultetc' 2016-02-03 18:43:47 +01:00
David Wahlstrom
4f490d6b4a dota2wins: truncate win percentage
Use only 2 decimals for win percentage so we don't fill all of the
status bar with decimal places.
2016-02-03 18:42:28 +01:00
enkore
612b8b07eb Update modules to a7583a9
Not updated for various reasons:
clock,
dpms,
gpu_temp,
load,
mail,
mem_bar,
modsde,
net_speed,
pianobar,
pulseaudio,
regex [no named formatters],
runwatch,
shell,
solaar,
temp,
text,
updates,
weather,
whosonlocation,
xkblayout,
zabbix


This might break something: I can't test all these modules. If it does,
file a bug / open a PR / send me a note.
2016-01-27 19:53:33 +01:00
enkore
fb8052ceb5 dota2wins: doc 2015-08-17 10:48:55 +02:00
enkore
3586dce9be Merge pull request #229 from opatut/dota2win-formatting
dota2win: allow formatting of win percentage by passing it as float
2015-08-17 10:36:56 +02:00
Paul Bienkowski
bea95ab5e4 dota2win: allow formatting of win percentage by passing it as float, not preformatted string
See example format on how to do that.
2015-07-21 17:42:22 +02:00
Paul Bienkowski
f81d903480 dota2wins: allow finding steam ID by username 2015-07-21 17:40:44 +02:00
David Wahlstrom
b2175b1931 dota2wins: truncate win % to 2 decimals
In order to avoid filling i3pystatus with super long decimals, this
patch sets the dota2win module to use only 2 decimal places for it's win
percent.
2015-06-17 10:27:05 +02:00
David Wahlstrom
22dc932e22 dota2wins: fix typo and remove uneeded modules
urllib and json are part of the standard library.
2015-06-05 06:21:21 -07:00
David Wahlstrom
a1a4127eed dota2wins: add screename identifier
Add the ability for a user to define a screenname or for the name to be
dynamically discovered from the API.
2015-06-04 12:47:03 -07:00
David Wahlstrom
3ce9c13a8a dota2win: provide overrides for color
While the default values for the colors are probably reasonable, this
patch provides the user with a way to override them.  This will be
particularly useful for colorblind users, or people who just don't like
the defaults.
2015-06-04 12:05:49 -07:00
David Wahlstrom
4963ac9c96 dota2wins: update discription 2015-06-04 11:07:46 -07:00
David Wahlstrom
69b565ac7d dota2wins: another pep8 compliance fix 2015-06-04 10:27:44 -07:00
David Wahlstrom
ebbe033a66 dota2wins: pep8 compliance 2015-06-04 10:21:40 -07:00
David Wahlstrom
d1d3fe332f Dota 2 win rate module
A Dota 2 win/loss module that helps track the win:loss ratio of
recent games.
2015-06-04 10:09:35 -07:00