diff --git a/.config/xmobar/xmobarrc-main.hs b/.config/xmobar/xmobarrc-main.hs
index bf70cfe..6538b20 100644
--- a/.config/xmobar/xmobarrc-main.hs
+++ b/.config/xmobar/xmobarrc-main.hs
@@ -13,7 +13,7 @@ Config {
-- layout
, sepChar = "%" -- delineator between plugin names and straight text
, alignSep = "}{" -- separator between left-right alignment
- , template = " %cpu% %memory% %network% %volume% | %UnsafeStdinReader% }{ %keyboard% | %date% | %weather% | %updates% %trayerpad%"
+ , template = " %cpu% %memory% %network% %volume% | %UnsafeStdinReader% }{ %keyboard% | %date% | %weather% | %updates% %trayerpad%"
-- general behavior
, lowerOnStart = True -- send to bottom of window stack on start
diff --git a/.config/xmobar/xmobarrc-single.hs b/.config/xmobar/xmobarrc-single.hs
index a8e1c2e..efe1481 100644
--- a/.config/xmobar/xmobarrc-single.hs
+++ b/.config/xmobar/xmobarrc-single.hs
@@ -14,7 +14,7 @@ Config {
-- layout
, sepChar = "%" -- delineator between plugin names and straight text
, alignSep = "}{" -- separator between left-right alignment
- , template = " %bat% %cpu% %memory% %network% %volume% | %UnsafeStdinReader% }{ %keyboard% | %disk% | %date% | %updates% %trayerpad%"
+ , template = " %bat% %cpu% %memory% %network% %volume% | %UnsafeStdinReader% }{ %keyboard% | %disk% | %date% | %updates% %trayerpad%"
-- general behavior
, lowerOnStart = True -- send to bottom of window stack on start
diff --git a/.xmonad/xmonad.hs b/.xmonad/xmonad.hs
index 6c53951..ba9a165 100644
--- a/.xmonad/xmonad.hs
+++ b/.xmonad/xmonad.hs
@@ -177,7 +177,7 @@ myWorkspaces :: [String]
myWorkspaces = ["web", "term", "dev", "doc", "task", "media", "sys", "chat", "mail"]
myWorkspaceIndices = M.fromList $ zip myWorkspaces [1..] -- (,) == \x y -> (x,y)
-clickable ws = ""++ws++""
+clickable ws = ""++ws++""
where i = fromJust $ M.lookup ws myWorkspaceIndices