diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-04-02 13:27:49 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-04-02 13:27:49 +0200 |
commit | cd11dc096c36852fc0d00dc30c238bf7c1b59012 (patch) | |
tree | f0c5b86b93c1f2c51d40528b23bbea20192dec37 /Makefile | |
parent | update deps in dist (diff) | |
download | xpybar-cd11dc096c36852fc0d00dc30c238bf7c1b59012.tar.gz xpybar-cd11dc096c36852fc0d00dc30c238bf7c1b59012.tar.bz2 xpybar-cd11dc096c36852fc0d00dc30c238bf7c1b59012.tar.xz |
add random plugin
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -32,13 +32,13 @@ PLUGINS = chase clock cpuinfo cpuonline cpu df discstats ipaddress \ kmsg leapsec linereader loadavg lunar mem moc network \ pacman snmp snmp6 softirqs solar uname uptime users \ vmstat weather xdisplay xkb alsa dentrystate inodestate \ - files hdparm tzclock ropty ping inotify + files hdparm tzclock ropty ping inotify random PLUGIN_EXAMPLES = chase clock cpu cpuinfo cpuonline df discstats \ ipaddress kmsg loadavg lunar mem moc network \ pacman uname uptime users xdisplay xkb alsa \ dentrystate inodestate files tzclock ropty ping \ - inotify + inotify random TRICK_EXAMPLES = localutcclock anytzclock |