diff options
| author | Mattias Andrée <maandree@operamail.com> | 2014-06-13 09:17:13 +0200 | 
|---|---|---|
| committer | Mattias Andrée <maandree@operamail.com> | 2014-06-13 09:17:13 +0200 | 
| commit | ddea558b402edd4b3a6ac72c7c6ddf38ba5e5bcc (patch) | |
| tree | aa1bb19fe1457b892fea95782e7f8561b8b1ebf3 /Makefile | |
| parent | update makefile (diff) | |
| download | xpybar-ddea558b402edd4b3a6ac72c7c6ddf38ba5e5bcc.tar.gz xpybar-ddea558b402edd4b3a6ac72c7c6ddf38ba5e5bcc.tar.bz2 xpybar-ddea558b402edd4b3a6ac72c7c6ddf38ba5e5bcc.tar.xz  | |
add ipaddress
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 14 | 
1 files changed, 7 insertions, 7 deletions
@@ -16,14 +16,14 @@ PLUGIN_PATH = $(DATADIR)/$(PKGNAME)  SRC = __main__ util x -PLUGINS = chase clock cpuifo cpuonline cpu df discstats leapsec   \ -          linereader loadavg lunar mem moc network pacman snmp    \ -          snmp6 softirqs solar uname uptime users vmstat weather  \ -          xdisplay xkb +PLUGINS = chase clock cpuifo cpuonline cpu df discstats ipaddress  \ +          leapsec linereader loadavg lunar mem moc network pacman  \ +          snmp snmp6 softirqs solar uname uptime users vmstat      \ +          weather xdisplay xkb -PLUGIN_EXAMPLES = chase clock cpu cpuinfo cpuonline df discstats  \ -                  loadavg lunar mem moc network pacman uname      \ -                  uptime users xdisplay xkb +PLUGIN_EXAMPLES = chase clock cpu cpuinfo cpuonline df discstats   \ +                  ipaddress loadavg lunar mem moc network pacman   \ +                  uname uptime users xdisplay xkb  EXAMPLES = clock mixed moderate plugin-test test xmonad  | 
