diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-04-02 15:51:16 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-04-02 15:51:16 +0200 |
commit | eff0a9ee9693181b1f844566274029a172f8e57b (patch) | |
tree | f20610368fb83d63498389e8bd0b2457a5879991 /Makefile | |
parent | add swaps plugin (diff) | |
download | xpybar-eff0a9ee9693181b1f844566274029a172f8e57b.tar.gz xpybar-eff0a9ee9693181b1f844566274029a172f8e57b.tar.bz2 xpybar-eff0a9ee9693181b1f844566274029a172f8e57b.tar.xz |
add locks plugin
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -32,13 +32,14 @@ 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 swaps + files hdparm tzclock ropty ping inotify random swaps \ + locks 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 swaps + inotify random swaps locks TRICK_EXAMPLES = localutcclock anytzclock |