configfiles

Config Repo: This is where I backup my config files for various programs that I use
Log | Files | Refs | README | LICENSE

commit c2919aec6792c90ca1b4dd7abe7934deff9e79ac
parent 3554626559fa63434d429089b58d791b57807e05
Author: M. Yamanaka <myamanaka@live.com>
Date:   Wed, 27 Jan 2021 18:19:04 -0500

minor fixes

Diffstat:
Mxmonad.hs | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/xmonad.hs b/xmonad.hs @@ -39,9 +39,9 @@ main = do , logHook = dynamicLogWithPP $ def { ppOutput = hPutStrLn statbar , ppLayout = mempty - , ppCurrent = xmobarColor "cyan" "#efefef" - , ppHidden = xmobarColor "#b5b5b5" "#efefef" - , ppHiddenNoWindows = xmobarColor "#454545" + , ppCurrent = xmobarColor "cyan" "#efefef00" + , ppHidden = xmobarColor "#b5b5b5" "#efefef00" + , ppHiddenNoWindows = xmobarColor "#454545" "#efefef00" , ppTitle = shorten 15 } } `additionalKeysP` specKeys

Generated using stagit (https://codemadness.org/stagit.html)