diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-06-20 16:42:31 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-06-20 16:42:31 +0200 |
commit | 4f190db5c5c1c4304a2eaa6d8400b369190ae353 (patch) | |
tree | 259f68555fbbaeeefb50b90dc4cf7805780bd186 /Makefile | |
parent | add alsa plugin (diff) | |
download | xpybar-4f190db5c5c1c4304a2eaa6d8400b369190ae353.tar.gz xpybar-4f190db5c5c1c4304a2eaa6d8400b369190ae353.tar.bz2 xpybar-4f190db5c5c1c4304a2eaa6d8400b369190ae353.tar.xz |
add dentrystate
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
@@ -19,11 +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 + vmstat weather xdisplay xkb alsa dentrystate PLUGIN_EXAMPLES = chase clock cpu cpuinfo cpuonline df discstats \ ipaddress kmsg loadavg lunar mem moc network \ - pacman uname uptime users xdisplay xkb slsa + pacman uname uptime users xdisplay xkb slsa \ + dentrystate EXAMPLES = clock mixed moderate plugin-test test xmonad |