diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-06-20 16:58:39 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-06-20 16:58:39 +0200 |
commit | 0d56006f78ec66b231b16e20d1466dc29391221c (patch) | |
tree | 36bb20f08fc3bc233f14ffe9b6d68408f72d7cec /Makefile | |
parent | typo (diff) | |
download | xpybar-0d56006f78ec66b231b16e20d1466dc29391221c.tar.gz xpybar-0d56006f78ec66b231b16e20d1466dc29391221c.tar.bz2 xpybar-0d56006f78ec66b231b16e20d1466dc29391221c.tar.xz |
add files
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -19,12 +19,13 @@ 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 inodestate + vmstat weather xdisplay xkb alsa dentrystate inodestate \ + files PLUGIN_EXAMPLES = chase clock cpu cpuinfo cpuonline df discstats \ ipaddress kmsg loadavg lunar mem moc network \ pacman uname uptime users xdisplay xkb slsa \ - dentrystate inodestate + dentrystate inodestate files EXAMPLES = clock mixed moderate plugin-test test xmonad |