diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/xmobar.config | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/etc/xmobar.config b/etc/xmobar.config index e951b67..5697e8c 100644 --- a/etc/xmobar.config +++ b/etc/xmobar.config @@ -1,10 +1,10 @@ -Config { font = "-misc-fixed-*-*-*-*-10-*-*-*-*-*-*-*" - , additionalFonts = [] +Config { font = "DejaVu Sans Mono 9" + , additionalFonts = ["DejaVu Sans Mono italic 9"] , borderColor = "black" - , border = TopB + , border = FullB , bgColor = "black" - , fgColor = "grey" - , alpha = 255 + , fgColor = "whitesmoke" + , alpha = 128 , position = Top , textOffset = -1 , iconOffset = -1 @@ -35,5 +35,5 @@ Config { font = "-misc-fixed-*-*-*-*-10-*-*-*-*-*-*-*" , sepChar = "%" , alignSep = "}{" , template = "%cpu% | %memory% * %swap% | %eth0% - %eth1% }\ - \{ <fc=#ee9a00>%date%</fc>| %EGPF% | %uname%" + \{ <fc=#ee9a00><fn=1>%date%</fn></fc>| %EGPF% | %uname%" } |