1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

11 Commits

Author SHA1 Message Date
Anand Sudhir Prayaga
c8b6eb2b60 Fix references to old Github repo location with new one 2018-11-28 14:47:06 +01:00
Chris Cummer
a48d15079a Remove RefreshedAt from TextWidget
This attribute is used for absolutely nothing. It doesn't need to exist.
2018-10-11 17:12:29 -04:00
Chris Cummer
f650bb1698 Remove the app.Draw() gorountine
Prefer to have widgets force a draw when their data changes. This should
reduce draws (unless the user has a module installed that updates >=
1/sec, the old draw default).

This should also remove a source of some of the race conditions that
users were experiencing (though not all, there are still many).
2018-09-24 14:40:57 -07:00
Eugene Dzhurinsky
f48e515270 Make the cryptolive using the global config reference.
Signed-off-by: Eugene Dzhurinsky <jdevelop@gmail.com>
2018-07-31 23:20:51 -04:00
Hossein Mehrabi
f2ca1c1d5d update cryptolive 2018-06-21 16:03:27 +04:30
Hossein Mehrabi
10b6431be1 cryptolist supports toplist 2018-06-06 02:53:15 +04:30
Hossein Mehrabi
a25116377b replaced updateInterval with refreshInterval 2018-06-04 20:51:28 +04:30
Chris Cummer
218b6937b1 Implement ASCII-only widget titles
Widget titles can now be specified in the config file via a 'title' key.
Example:

  wtf:
    mods:
      todo:
        title: Tada

which can include emoji. No need to force everyone to look at my emoji,
now they can define their own.
2018-06-03 20:54:07 -07:00
Chris Cummer
c14902abb6 Tweak the formatting of the CryptoLive module a bit 2018-06-03 20:31:23 -07:00
Hossein Mehrabi
3c4902835e use map for http response 2018-06-03 20:31:23 -07:00
Hossein Mehrabi
985d0869f3 move cryptolive to cryptoexchanges 2018-06-03 20:31:01 -07:00