Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Color change again
  • Loading branch information
treeman committed Sep 19, 2020
1 parent bcbdbf7 commit daa50d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .xmonad/lib/MyConf.hs
Expand Up @@ -121,8 +121,8 @@ myManageHook = composeAll

myDzenPP h = defaultPP
{ ppOutput = hPutStrLn h
, ppCurrent = wrapFgBg gb_orange gb_background . dropId -- Current workspace
, ppVisible = wrapFg gb_darkmagenta . dropId -- Workspace for other screen
, ppCurrent = wrapFg gb_yellow . dropId -- Current workspace
, ppVisible = wrapFg gb_magenta . dropId -- Workspace for other screen
, ppHidden = wrapFg gb_white . dropId -- Hidden workspace with windows
, ppHiddenNoWindows = wrapFg gb_darkgrey . dropId -- Hidden workspace without windows
, ppUrgent = wrapFg gb_darkred . dropId -- Signaling workspace
Expand Down

0 comments on commit daa50d8

Please sign in to comment.