<div dir="ltr"><div>Hello all:</div><div>I am not sure how I borked my xmonad been trying to configure it to run trayer xmobar and dmenu and started working with it today.</div><div><br></div><div>I added workspaces to the config and now it appears this has borked my xmobar.  I am simply trying to get xmobar to show the workspaces.  Xmobar starts and then quits I can restart from terminal but the minute I close the terminal it disappears again.  I have to assume I am doing something wrong as it worked before the workspaces.  please see both config files below</div><div><br></div><div> xmobarrc:</div><div>------------------</div><div>Config { overrideRedirect = False<br>       , font     = "xft:ubunutu"<br>       , bgColor  = "#5f5f5f"<br>       , fgColor  = "#f8f8f2"<br>       , position = TopW L 90<br>       , commands = [ Run Weather "KMCI"<br>                        [ "--template", "<weather> <tempC>°C"<br>                        , "-L", "0"<br>                        , "-H", "25"<br>                        , "--low"   , "lightblue"<br>                        , "--normal", "#f8f8f2"<br>                        , "--high"  , "red"<br>                        ] 36000<br>                    , Run Cpu<br>                        [ "-L", "3"<br>                        , "-H", "50"<br>                        , "--high"  , "red"<br>                        , "--normal", "green"<br>                        ] 10<br>                    , Run Alsa "default" "Master"<br>                        [ "--template", "<volumestatus>"<br>                        , "--suffix"  , "True"<br>                        , "--"<br>                        , "--on", ""<br>                        ]<br>                    , Run Memory ["--template", "Mem: <usedratio>%"] 10<br>                    , Run Swap [] 10<br>                    , Run Date "%a %Y-%m-%d <fc=#8be9fd>%H:%M</fc>" "date" 10<br>                    , Run XMonadLog<br>                    ]<br>       , sepChar  = "%"<br>       , alignSep = "}{"<br>       , template = "%XMonadLog% }{ %alsa:default:Master% | %cpu% | %memory% * %swap% | %KMCI% | %date% "<br>       }</div><div>_____________</div><div><br></div><div>xmonad.hs:</div><div>------------------------</div><div><br></div><div>Config { overrideRedirect = False<br>       , font     = "xft:ubunutu"<br>       , bgColor  = "#5f5f5f"<br>       , fgColor  = "#f8f8f2"<br>       , position = TopW L 90<br>       , commands = [ Run Weather "KMCI"<br>                        [ "--template", "<weather> <tempC>°C"<br>                        , "-L", "0"<br>                        , "-H", "25"<br>                        , "--low"   , "lightblue"<br>                        , "--normal", "#f8f8f2"<br>                        , "--high"  , "red"<br>                        ] 36000<br>                    , Run Cpu<br>                        [ "-L", "3"<br>                        , "-H", "50"<br>                        , "--high"  , "red"<br>                        , "--normal", "green"<br>                        ] 10<br>                    , Run Alsa "default" "Master"<br>                        [ "--template", "<volumestatus>"<br>                        , "--suffix"  , "True"<br>                        , "--"<br>                        , "--on", ""<br>                        ]<br>                    , Run Memory ["--template", "Mem: <usedratio>%"] 10<br>                    , Run Swap [] 10<br>                    , Run Date "%a %Y-%m-%d <fc=#8be9fd>%H:%M</fc>" "date" 10<br>                    , Run XMonadLog<br>                    ]<br>       , sepChar  = "%"<br>       , alignSep = "}{"<br>       , template = "%XMonadLog% }{ %alsa:default:Master% | %cpu% | %memory% * %swap% | %KMCI% | %date% "<br>       }</div><div>---------------------</div><div><br></div><div>Hope someone can tell me to revert back or properly add workspaces.  I really only want clickable workspaces and launch a terminal on ws 2 and also volume control in trayer with the pipewire controls for proaudio (like gnome volume control or KDE Plasman pa.</div><div><br></div><div>Thanks in advance and hope someone can see where it went wrong.</div><div><br></div><div>Thanks in advnace.<br></div><div><br></div><div><div><br>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><p style="margin-top:0px;margin-bottom:0px;color:rgb(0,0,0);font-family:Calibri,Arial,Helvetica,sans-serif,EmojiFont,"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Segoe UI Symbol","Android Emoji",EmojiSymbols,EmojiFont,"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Segoe UI Symbol","Android Emoji",EmojiSymbols,EmojiFont,"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Segoe UI Symbol","Android Emoji",EmojiSymbols">Kind Regards,<font size="4"><b><span style="color:rgb(114,50,173)"><br></span></b></font></p><p style="margin-top:0px;margin-bottom:0px;color:rgb(0,0,0);font-family:Calibri,Arial,Helvetica,sans-serif,EmojiFont,"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Segoe UI Symbol","Android Emoji",EmojiSymbols,EmojiFont,"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Segoe UI Symbol","Android Emoji",EmojiSymbols,EmojiFont,"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Segoe UI Symbol","Android Emoji",EmojiSymbols"><font size="4"><b><span style="color:rgb(114,50,173)">Michael Needham</span></b></font></p></div></div></div></div></div></div></div></div></div></div></div>