diff options
| author | Mattias Andrée <maandree@operamail.com> | 2015-04-04 03:52:21 +0200 | 
|---|---|---|
| committer | Mattias Andrée <maandree@operamail.com> | 2015-04-04 03:52:21 +0200 | 
| commit | efe4ff0ca5d236c7d7975ccb708259b9754d4733 (patch) | |
| tree | 59bf46c7aefc6ee45ee1b2dc9ff45675d00a9543 /Makefile | |
| parent | m (diff) | |
| download | xpybar-efe4ff0ca5d236c7d7975ccb708259b9754d4733.tar.gz xpybar-efe4ff0ca5d236c7d7975ccb708259b9754d4733.tar.bz2 xpybar-efe4ff0ca5d236c7d7975ccb708259b9754d4733.tar.xz | |
fix errors in image plugin + begin on launchers
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
| -rw-r--r-- | Makefile | 6 | 
1 files changed, 3 insertions, 3 deletions
| @@ -33,17 +33,17 @@ PLUGINS = chase clock cpuinfo cpuonline cpu df discstats ipaddress  \            pacman snmp snmp6 softirqs solar uname uptime users       \            vmstat weather xdisplay xkb alsa dentrystate inodestate   \            files hdparm tzclock ropty ping inotify random swaps      \ -          locks +          locks images  PLUGIN_EXAMPLES = chase clock cpu cpuinfo cpuonline df discstats   \                    ipaddress kmsg loadavg lunar mem moc network     \                    pacman uname uptime users xdisplay xkb alsa      \                    dentrystate inodestate files tzclock ropty ping  \ -                  inotify random swaps locks +                  inotify random swaps locks images  TRICK_EXAMPLES = localutcclock anytzclock -EXAMPLES = mixed moderate test xmonad +EXAMPLES = mixed moderate test xmonad launchers | 
