summaryrefslogtreecommitdiffhomepage
path: root/XMobar.hs
diff options
context:
space:
mode:
Diffstat (limited to 'XMobar.hs')
-rw-r--r--XMobar.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/XMobar.hs b/XMobar.hs
index 593c7cb..7da3bd3 100644
--- a/XMobar.hs
+++ b/XMobar.hs
@@ -181,7 +181,7 @@ execCommand c com =
runCommandLoop :: MVar String -> Config -> (Runnable,String,String) -> IO ()
runCommandLoop var conf c@(com,s,ss)
- | show com == "" =
+ | alias com == "" =
do modifyMVar_ var (\_ -> return $ "Could not parse the template")
tenthSeconds (refresh conf)
runCommandLoop var conf c