Color tweaks

This commit is contained in:
Josh Sherman 2012-04-17 17:36:49 -04:00
parent 3757c49c78
commit 5efe3b17c0
3 changed files with 8 additions and 6 deletions

View file

@ -8,5 +8,5 @@ killall trayer
# # This is setup to display on dual 1680x1050 monitors, with the right-side
# # monitor as primary. Adjust margin as necessary for other resolutions/setups.
trayer --edge top --expand true --SetDockType true \
--align right --margin 0 --width 10 --widthtype percent --height 18 \
--align right --margin 0 --width 10 --widthtype percent --height 16 \
--padding 1 --tint 0x000000 --alpha 255 --transparent true \

View file

@ -7,9 +7,9 @@ Config {
--font = "xft:Fixed-11"
--font = "xft:Monospace-9",
--font = "xft:Ubuntu Mono:pixelsize=17,dpi=96,rgba=rgb,style=regular,hinting=true,antialias=true,hintstyle=hintfull",
font = "xft:Ubuntu Mono-11",
font = "xft:Ubuntu Mono-10",
bgColor = "#000000",
fgColor = "#ffffff",
fgColor = "#878787",
position = TopW L 100,
lowerOnStart = True,
commands = [

View file

@ -137,12 +137,13 @@ tabConfig = defaultTheme {
}
-- Color of current window title in xmobar.
xmobarTitleColor = "#FFB6B0"
-- xmobarTitleColor = "#FFB6B0"
xmobarTitleColor = "#00FF00"
-- Color of current workspace in xmobar.
-- xmobarCurrentWorkspaceColor = "#CEFFAC"
-- xmobarCurrentWorkspaceBackgroundColor = "#333333"
xmobarCurrentWorkspaceColor = "#00ff00"
xmobarCurrentWorkspaceColor = "#CDCD00"
xmobarCurrentWorkspaceBackgroundColor = "#000000"
-- Width of the window border in pixels.
@ -374,7 +375,8 @@ main = do
ppOutput = hPutStrLn xmproc
, ppTitle = xmobarColor xmobarTitleColor "" . shorten 150
, ppCurrent = xmobarColor xmobarCurrentWorkspaceColor xmobarCurrentWorkspaceBackgroundColor
, ppSep = " <fc=#FFB6B0>:</fc> "}
-- , ppSep = " <fc=#FFB6B0>:</fc> "}
, ppSep = " <fc=#AAAAAA>:</fc> "}
, manageHook = manageDocks <+> myManageHook
, startupHook = setWMName "LG3D"
}