Bill
56158d2e93
Built Graph Widget, working with basic sample
2018-06-05 16:05:06 -07:00
Hossein Mehrabi
e0e9e29e91
clean up displaying
2018-06-06 03:10:30 +04:30
Hossein Mehrabi
17da5fd2da
changed limit default
2018-06-06 02:55:20 +04:30
Hossein Mehrabi
10b6431be1
cryptolist supports toplist
2018-06-06 02:53:15 +04:30
Chris Cummer
790ac7fb2f
Merge branch 'patrickelectric-weather_view'
2018-06-05 13:09:47 -07:00
Chris Cummer
2753a06a17
Add screenshot to CryptoLive documenation
2018-06-05 13:09:04 -07:00
Chris Cummer
3341b02034
Remove duplicate entries in makeWidgets()
2018-06-05 13:09:04 -07:00
Chris Cummer
14bc72c58b
Simplify the module titles in the documentation
2018-06-05 13:08:57 -07:00
Chris Cummer
896ad1c687
Regenerate site to include correct path for CryptoLive
2018-06-05 13:08:57 -07:00
Chris Cummer
6c9a7613ca
Add Bittrex to the documentation sidebar
2018-06-05 13:08:57 -07:00
Chris Cummer
bcdaf62b03
Clean up the formatting of the text in Bittrex module
2018-06-05 13:08:57 -07:00
Hossein Mehrabi
6e7307eb2a
replaced updateInterval with refreshInterval
2018-06-05 13:08:57 -07:00
Hossein Mehrabi
2122c501ce
replaced updateInterval with refreshInterval
2018-06-05 13:08:57 -07:00
Hossein Mehrabi
f74feb329a
replaced updateInterval with refreshInterval
2018-06-05 13:08:57 -07:00
Hossein Mehrabi
8d26cfd2cb
fixed cryptolive docs
2018-06-05 13:08:57 -07:00
Hossein Mehrabi
925a076808
added bittrex to docs
2018-06-05 13:08:57 -07:00
lucus
0c07a26708
Fix duplicated output produced by scutil
2018-06-05 13:08:57 -07:00
lucus
67f48b6f7c
Fix issue #89
...
Better handle dns on macOS
2018-06-05 13:08:57 -07:00
Hossein Mehrabi
78dec649e9
better variable names
2018-06-05 13:08:57 -07:00
Hossein Mehrabi
40888fd29c
avoid panics
2018-06-05 13:08:57 -07:00
Hossein Mehrabi
1f9324f99c
add module to docs
2018-06-05 13:08:57 -07:00
Chris Cummer
c864313a39
Order modules in alphabetical order
2018-06-05 13:08:44 -07:00
Chris Cummer
ef633cb397
Add screenshot to CryptoLive documenation
2018-06-05 09:37:50 -07:00
Chris Cummer
e1372f6ae8
Remove duplicate entries in makeWidgets()
v0.0.5
2018-06-05 09:00:45 -07:00
Chris Cummer
45d4d2cf2a
Merge pull request #163 from jeangovil/fix-cryptolive-flashing
...
fixed cryptolive flashing
2018-06-05 08:59:12 -07:00
liyiheng
9c884122cf
Power mod: Remove commented-out code
2018-06-05 13:45:40 +08:00
Hossein Mehrabi
ca3b907b63
removed duplicate cryptolive and prettyweather widgets
2018-06-05 09:52:37 +04:30
Chris Cummer
1c984e2c23
Merge pull request #156 from jeangovil/remove-updateinterval
...
replaced updateInterval with refreshInterval
2018-06-04 21:07:54 -07:00
Chris Cummer
f1ca3514ee
Simplify the module titles in the documentation
2018-06-04 21:04:45 -07:00
Chris Cummer
15b4934f16
Merge pull request #151 from lixin9311/dns-macos
...
Fix issue #89
2018-06-04 20:59:40 -07:00
Chris Cummer
c722550df5
Regenerate site to include correct path for CryptoLive
2018-06-04 20:52:55 -07:00
Chris Cummer
75a1266326
Merge pull request #155 from jeangovil/fix-crypto-docs
...
fixed cryptolive docs
2018-06-04 20:52:13 -07:00
Chris Cummer
06da5e490c
Add Bittrex to the documentation sidebar
2018-06-04 20:50:40 -07:00
Chris Cummer
23e85f3dc9
Merge branch 'jeangovil-bittrex'
2018-06-04 20:46:01 -07:00
Chris Cummer
092419d5b2
Clean up the formatting of the text in Bittrex module
2018-06-04 20:45:33 -07:00
Patrick José Pereira
5130af7e1c
prettyweather: Add view configuration
...
From `curl wttr.in/:help`:
```
View options:
?0 # only current weather
?1 # current weather + 1 day
?2 # current weather + 2 days
?n # narrow version (only day and night)
?q # quiet version (no "Weather report" text)
?Q # superquiet version (no "Weather report", no city name)
?T # switch terminal sequences off (no colors)
```
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
2018-06-04 20:01:59 -03:00
jeangovil
341cf423e7
Merge branch 'master' into bittrex
2018-06-04 21:00:28 +04:30
Hossein Mehrabi
887239b97f
replaced updateInterval with refreshInterval
2018-06-04 20:59:07 +04:30
Hossein Mehrabi
2cd32213aa
replaced updateInterval with refreshInterval
2018-06-04 20:53:03 +04:30
Hossein Mehrabi
a25116377b
replaced updateInterval with refreshInterval
2018-06-04 20:51:28 +04:30
Hossein Mehrabi
08521ef728
fixed cryptolive docs
2018-06-04 20:13:40 +04:30
Hossein Mehrabi
7cb395f61c
added bittrex to docs
2018-06-04 20:10:10 +04:30
lucus
4e93b040bc
Fix duplicated output produced by scutil
2018-06-04 20:58:44 +09:00
Chris Cummer
9e77c8aa3d
Add index to Configuration documentation page
2018-06-04 04:28:17 -07:00
Chris Cummer
64f8dbcf8d
Update Configuration documentation with an explanation of the grid layout system
2018-06-04 04:20:17 -07:00
lucus
f9db4cc990
Fix issue #89
...
Better handle dns on macOS
2018-06-04 17:40:02 +09:00
liyiheng
fc445cf2e7
Improvement: Battery state on Linux
2018-06-04 14:57:05 +08:00
liyiheng
c3111c20fc
Merge branch 'master' of https://github.com/senorprogrammer/wtf
2018-06-04 14:27:41 +08:00
liyiheng
9828e5ba3e
Improvement: Power mod for Linux
2018-06-04 14:27:05 +08:00
Mike Lloyd
db29639301
Merge branch 'master' of https://github.com/senorprogrammer/wtf
...
fixed conflict.
Signed-off-by: Mike Lloyd <mike@reboot3times.org>
2018-06-03 23:20:12 -06:00