diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-04-02 13:56:13 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-04-02 13:56:13 +0200 |
commit | 19898b034368721be62059b1fe2f6c4287632f9b (patch) | |
tree | 3f491b28949707b988b2375dd5034c6be7b2c1ea /Makefile | |
parent | add random plugin (diff) | |
download | xpybar-19898b034368721be62059b1fe2f6c4287632f9b.tar.gz xpybar-19898b034368721be62059b1fe2f6c4287632f9b.tar.bz2 xpybar-19898b034368721be62059b1fe2f6c4287632f9b.tar.xz |
add swaps plugin
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-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 random + files hdparm tzclock ropty ping inotify random swaps 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 random + inotify random swaps TRICK_EXAMPLES = localutcclock anytzclock |