
Hello all:
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.
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
xmobarrc:
------------------
Config { overrideRedirect = False
, font = "xft:ubunutu"
, bgColor = "#5f5f5f"
, fgColor = "#f8f8f2"
, position = TopW L 90
, commands = [ Run Weather "KMCI"
[ "--template", "<weather> <tempC>°C"
, "-L", "0"
, "-H", "25"
, "--low" , "lightblue"
, "--normal", "#f8f8f2"
, "--high" , "red"
] 36000
, Run Cpu
[ "-L", "3"
, "-H", "50"
, "--high" , "red"
, "--normal", "green"
] 10
, Run Alsa "default" "Master"
[ "--template", "<volumestatus>"
, "--suffix" , "True"
, "--"
, "--on", ""
]
, Run Memory ["--template", "Mem: <usedratio>%"] 10
, Run Swap [] 10
, Run Date "%a %Y-%m-%d