From: Nick Bowler Date: Thu, 12 Nov 2009 20:00:14 +0000 (-0500) Subject: Replace firefox menu item with icecat. X-Git-Url: https://git.draconx.ca/gitweb/fvwmconf.git/commitdiff_plain/d7fe4120720c549ff7c2d16a008758fb38deebcc Replace firefox menu item with icecat. --- diff --git a/aphrodite/rootmenu b/aphrodite/rootmenu index bfdabb3..d13dd55 100644 --- a/aphrodite/rootmenu +++ b/aphrodite/rootmenu @@ -9,7 +9,7 @@ AddToFunc MakeMenuFvwmRoot + I DestroyMenu recreate MenuFvwmRoot + I PipeRead 'echo AddToMenu MenuFvwmRoot "$USER@`hostname`" Title' + I AddToMenu MenuFvwmRoot "Terminal%terminal.svg:16x16%" Exec exec $[TERMINAL] -+ I AddToMenu MenuFvwmRoot "Firefox%firefox.png%" Exec exec firefox ++ I AddToMenu MenuFvwmRoot "IceCat%icecat.png%" Exec exec icecat + I AddToMenu MenuFvwmRoot "Thunar" Exec exec thunar + I AddToMenu MenuFvwmRoot "" Nop + I AddToMenu MenuFvwmRoot "Wallpaper%wallpaper.svg:16x16%" Popup MenuWallpaper diff --git a/artemis/rootmenu b/artemis/rootmenu index 3c2f626..4b9a73c 100644 --- a/artemis/rootmenu +++ b/artemis/rootmenu @@ -12,7 +12,7 @@ AddToFunc MakeMenuFvwmRoot + I DestroyMenu recreate MenuFvwmRoot + I PipeRead 'echo AddToMenu MenuFvwmRoot "$USER@`hostname`" Title' + I AddToMenu MenuFvwmRoot "Terminal%terminal.svg:16x16%" Exec exec $[TERMINAL] -+ I AddToMenu MenuFvwmRoot "Firefox%firefox.png%" Exec exec firefox ++ 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 ' gmpc$' >/dev/null || echo\ diff --git a/atropos/rootmenu b/atropos/rootmenu index a7985df..1fcf820 100644 --- a/atropos/rootmenu +++ b/atropos/rootmenu @@ -12,7 +12,7 @@ AddToFunc MakeMenuFvwmRoot + I DestroyMenu recreate MenuFvwmRoot + I PipeRead 'echo AddToMenu MenuFvwmRoot "$USER@`hostname`" Title' + I AddToMenu MenuFvwmRoot "Terminal%terminal.svg:16x16%" Exec exec $[TERMINAL] -+ I AddToMenu MenuFvwmRoot "Firefox%firefox.png%" Exec exec firefox ++ 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 ' gmpc$' >/dev/null || echo\ diff --git a/emergent/rootmenu b/emergent/rootmenu index 6d13d18..daf5a31 100644 --- a/emergent/rootmenu +++ b/emergent/rootmenu @@ -12,7 +12,7 @@ AddToFunc MakeMenuFvwmRoot + I DestroyMenu recreate MenuFvwmRoot + I PipeRead 'echo AddToMenu MenuFvwmRoot "$USER@`hostname`" Title' + I AddToMenu MenuFvwmRoot "Terminal%terminal.svg:16x16%" Exec exec $[TERMINAL] -+ I AddToMenu MenuFvwmRoot "Firefox%firefox.png%" Exec exec firefox ++ I AddToMenu MenuFvwmRoot "IceCat%icecat.png%" Exec exec icecat + I PipeRead "xlsclients -a | grep ' gmpc$' >/dev/null || echo\ AddToMenu MenuFvwmRoot 'GMPC%gmpc.png%' Exec exec gmpc" + I AddToMenu MenuFvwmRoot "" Nop diff --git a/icons/firefox.png b/icons/firefox.png deleted file mode 100644 index be892aa..0000000 Binary files a/icons/firefox.png and /dev/null differ diff --git a/icons/icecat.png b/icons/icecat.png new file mode 100644 index 0000000..186a34e Binary files /dev/null and b/icons/icecat.png differ