about summary refs log tree commit diff
path: root/src/XMonad/Custom/Log.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/XMonad/Custom/Log.hs')
-rw-r--r--src/XMonad/Custom/Log.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/XMonad/Custom/Log.hs b/src/XMonad/Custom/Log.hs
index e441a02..dfa60c1 100644
--- a/src/XMonad/Custom/Log.hs
+++ b/src/XMonad/Custom/Log.hs
@@ -39,7 +39,7 @@ topBarPP = def
     , ppVisible         = xmobarColor white1 ""                . wrap "~" "~"
     , ppHidden          = xmobarColor white1 ""                . wrap "-" "-"
     , ppHiddenNoWindows = xmobarColor white1 ""                . wrap "_" "_"
-    , ppUrgent          = xmobarColor red1   ""                . wrap "!" "!"
+    , ppUrgent          = xmobarColor red2   ""                . wrap "!" "!"
     , ppSep             = " / "
     , ppWsSep           = " "
     , ppTitle           = xmobarColor white1 "" . shorten 50

Consider giving Nix/NixOS a try! <3