chiark / gitweb /
bugfixes
[ian-dotfiles.git] / files / personal_scripts_bin_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+302+0 -title "xload - $hostname"