chiark / gitweb /
upgraded gitk
[ian-dotfiles.git] / scripts / xloadt
1 #!/bin/sh -
2 hostname="`hostname | sed -e 's/\..*//'`"
3 xlsclients | egrep \
4  '[^ ]* xload -geometry [^ ]* -title '"'xload - $hostname'" \
5  >/dev/null && exit 0
6 xload -geometry 120x120+20+0 -title "xload - $hostname"