diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-07-21 23:18:56 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-07-21 23:18:56 +0200 |
commit | 611b0fbd9c0e55b0649340563a63434cf51c5adf (patch) | |
tree | b0c9d297c75365e47b3c1ed2c2e34c952f48e890 /Makefile | |
parent | add timezone support (diff) | |
download | xpybar-611b0fbd9c0e55b0649340563a63434cf51c5adf.tar.gz xpybar-611b0fbd9c0e55b0649340563a63434cf51c5adf.tar.bz2 xpybar-611b0fbd9c0e55b0649340563a63434cf51c5adf.tar.xz |
ropty, does not work with the standard programs, but you can echo into it
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-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 tzclock + files hdparm tzclock ropty 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 + dentrystate inodestate files tzclock ropty EXAMPLES = mixed moderate test xmonad |