diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-06-20 16:50:14 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-06-20 16:50:14 +0200 |
commit | 8199ab0d31bc4f42c184e369a611d2e55e082eb9 (patch) | |
tree | 8844e845e473c076506ec846facf1f30d2e52008 /Makefile | |
parent | add dentrystate (diff) | |
download | xpybar-8199ab0d31bc4f42c184e369a611d2e55e082eb9.tar.gz xpybar-8199ab0d31bc4f42c184e369a611d2e55e082eb9.tar.bz2 xpybar-8199ab0d31bc4f42c184e369a611d2e55e082eb9.tar.xz |
add inodestate
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
@@ -19,12 +19,12 @@ SRC = __main__ util x PLUGINS = chase clock cpuifo 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 + vmstat weather xdisplay xkb alsa dentrystate inodestate PLUGIN_EXAMPLES = chase clock cpu cpuinfo cpuonline df discstats \ ipaddress kmsg loadavg lunar mem moc network \ pacman uname uptime users xdisplay xkb slsa \ - dentrystate + dentrystate inodestate EXAMPLES = clock mixed moderate plugin-test test xmonad |