diff options
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 | 
