bug: icon endless read
Artur Zimmer
artur128 at 3dzimmer.de
Wed May 29 20:22:44 BST 2013
Hi,
xmonad + xmobar(commit 99e1e9c122c0bc5ca509912e26920317517b2215) with StdinReader activ:
so the window title is parsed by xmobar,
if you have a window named: "<icon=/dev/null></icon>" you get a cpu-load of 100%.
for example: firefox title is the head-title of the html.
so following website will produce a cpu-load of 100%:
<html>
<head>
<title><icon=/dev/null>title</icon></title>
</head>
</html>
and this website will produce anpother color-schema:
<html>
<head>
<title><fc=red>title</fc></title>
</head>
<body>
</body>
</html>
bye,
Artur
More information about the Xmobar
mailing list