~indicator-multiload/indicator-multiload/trunk

« back to all changes in this revision

Viewing changes to src/providers.vala

  • Committer: mh21 at mh21
  • Date: 2014-06-14 18:42:15 UTC
  • Revision ID: mh21@mh21.de-20140614184215-to6u9g06ynm3e50j
Provide bitrate function to show speed in bit/s

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
        this.update();
30
30
        this.functions = {
31
31
            new DecimalsFunction(), new SizeFunction(), new SpeedFunction(),
32
 
            new PercentFunction(), new FrequencyFunction()
 
32
            new PercentFunction(), new FrequencyFunction(), new BitrateFunction()
33
33
        };
34
34
    }
35
35