From: Nick Bowler Date: Thu, 19 Dec 2013 03:51:12 +0000 (-0500) Subject: Switch XChat to HexChat in amythaon root menu. X-Git-Url: https://git.draconx.ca/gitweb/fvwmconf.git/commitdiff_plain/61db326451517da54d7bf4ec3216effd5a774900 Switch XChat to HexChat in amythaon root menu. --- diff --git a/amythaon/rootmenu b/amythaon/rootmenu index 1fcf820..643dff5 100644 --- a/amythaon/rootmenu +++ b/amythaon/rootmenu @@ -13,8 +13,8 @@ AddToFunc MakeMenuFvwmRoot + I PipeRead 'echo AddToMenu MenuFvwmRoot "$USER@`hostname`" Title' + I AddToMenu MenuFvwmRoot "Terminal%terminal.svg:16x16%" Exec exec $[TERMINAL] + I AddToMenu MenuFvwmRoot "IceCat%icecat.png%" Exec exec icecat -+ I PipeRead "xlsclients -a | grep ' xchat$' >/dev/null || echo\ - AddToMenu MenuFvwmRoot 'Xchat%xchat.png%' Exec exec xchat" ++ I PipeRead "xlsclients -a | grep ' hexchat$' >/dev/null || echo\ + AddToMenu MenuFvwmRoot 'HexChat%hexchat.svg:16x16%' Exec exec hexchat" + I PipeRead "xlsclients -a | grep ' gmpc$' >/dev/null || echo\ AddToMenu MenuFvwmRoot 'GMPC%gmpc.png%' Exec exec gmpc" + I AddToMenu MenuFvwmRoot "" Nop