diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-04-21 01:49:17 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-04-21 01:49:17 +0200 |
commit | 9d2b8f2a5319440e3dc6ba16990f0bd16efceb50 (patch) | |
tree | 246f50c46bce2763470b2f5fda060066baad4323 /Makefile | |
parent | sigusr1 for updating is not needed, simply restarting is good enough (diff) | |
download | xpybar-9d2b8f2a5319440e3dc6ba16990f0bd16efceb50.tar.gz xpybar-9d2b8f2a5319440e3dc6ba16990f0bd16efceb50.tar.bz2 xpybar-9d2b8f2a5319440e3dc6ba16990f0bd16efceb50.tar.xz |
fix issue #1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -33,13 +33,14 @@ 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 menu + locks image 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 menu + inotify random swaps locks image +# menu TRICK_EXAMPLES = localutcclock anytzclock |