diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-06-13 17:26:07 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-06-13 17:26:07 +0200 |
commit | 040cd0ddc3256b1e4b7950abb8a5d60b2a80f2fd (patch) | |
tree | d5893dab5e51f3485cf2d2754e45c49bb7956259 /Makefile | |
parent | add ipaddress (diff) | |
download | xpybar-040cd0ddc3256b1e4b7950abb8a5d60b2a80f2fd.tar.gz xpybar-040cd0ddc3256b1e4b7950abb8a5d60b2a80f2fd.tar.bz2 xpybar-040cd0ddc3256b1e4b7950abb8a5d60b2a80f2fd.tar.xz |
fix line reader and add kmsg
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -17,13 +17,13 @@ PLUGIN_PATH = $(DATADIR)/$(PKGNAME) SRC = __main__ util x 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 + kmsg 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 \ - ipaddress loadavg lunar mem moc network pacman \ - uname uptime users xdisplay xkb + ipaddress kmsg loadavg lunar mem moc network \ + pacman uname uptime users xdisplay xkb EXAMPLES = clock mixed moderate plugin-test test xmonad |