diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-12-11 01:58:15 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-12-11 01:58:15 +0100 |
commit | 623ebb2d3570795c3d405a8c293a8cad64d9b708 (patch) | |
tree | 36c26cc985f90598585872fbc294e2ed95f97fd4 /Makefile | |
parent | m (diff) | |
download | xpybar-623ebb2d3570795c3d405a8c293a8cad64d9b708.tar.gz xpybar-623ebb2d3570795c3d405a8c293a8cad64d9b708.tar.bz2 xpybar-623ebb2d3570795c3d405a8c293a8cad64d9b708.tar.xz |
add inotify
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -32,12 +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 + files hdparm tzclock ropty ping inotify 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 + dentrystate inodestate files tzclock ropty ping \ + inotify EXAMPLES = mixed moderate test xmonad |