diff options
author | jao <jao@gnu.org> | 2022-09-12 04:01:51 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-09-12 04:01:51 +0100 |
commit | 15c373076dec81c3245e42250512dea6a75db5e9 (patch) | |
tree | c10be286b9e477137a53b4b63fe4148be7f0f6c1 /etc/xmobar.config | |
parent | eaf2be9bbcf1b0597a52b14d28e0252ec4714bee (diff) | |
download | xmobar-15c373076dec81c3245e42250512dea6a75db5e9.tar.gz xmobar-15c373076dec81c3245e42250512dea6a75db5e9.tar.bz2 |
cairo: with_xft deprecated, with_cairo synomym
Diffstat (limited to 'etc/xmobar.config')
-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%" } |