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