diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-04-04 15:38:23 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-04-04 15:38:23 +0200 |
commit | 11f3c6944d77b21c4858dc29d5fe2cae84be6a46 (patch) | |
tree | 5c22052a84768fecb743afeefad8fe6ac51d18d7 /Makefile | |
parent | .desktop file support (diff) | |
download | xpybar-11f3c6944d77b21c4858dc29d5fe2cae84be6a46.tar.gz xpybar-11f3c6944d77b21c4858dc29d5fe2cae84be6a46.tar.bz2 xpybar-11f3c6944d77b21c4858dc29d5fe2cae84be6a46.tar.xz |
beginning on menu 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
@@ -33,13 +33,13 @@ 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 images application + locks images application menu 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 images + inotify random swaps locks images menu TRICK_EXAMPLES = localutcclock anytzclock |