diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-07-21 20:21:42 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-07-21 20:21:42 +0200 |
commit | c3ddb7ccd143cd18d33c166fb0cbb0d4ed3e5eca (patch) | |
tree | dbfdf60123a0c4c85c3c496b349d38acb26ab099 /Makefile | |
parent | update todo (diff) | |
download | xpybar-c3ddb7ccd143cd18d33c166fb0cbb0d4ed3e5eca.tar.gz xpybar-c3ddb7ccd143cd18d33c166fb0cbb0d4ed3e5eca.tar.bz2 xpybar-c3ddb7ccd143cd18d33c166fb0cbb0d4ed3e5eca.tar.xz |
add timezone support
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
@@ -32,12 +32,12 @@ PLUGINS = chase clock cpuinfo 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 alsa dentrystate inodestate \ - files hdparm + files hdparm tzclock 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 + dentrystate inodestate files tzclock EXAMPLES = mixed moderate test xmonad |