diff options
author | jao <jao@gnu.org> | 2022-09-15 05:56:55 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-09-15 05:56:55 +0100 |
commit | 5235198be8d7264f23926bef23ccedd394d11510 (patch) | |
tree | 1b24b82e19a1a5155d2fc983d93befb23194b09c /etc/xmobar.config | |
parent | 907503596f9d78b5cabea7dacee8807f006dec1a (diff) | |
download | xmobar-5235198be8d7264f23926bef23ccedd394d11510.tar.gz xmobar-5235198be8d7264f23926bef23ccedd394d11510.tar.bz2 |
cairo: box drawing
Diffstat (limited to 'etc/xmobar.config')
-rw-r--r-- | etc/xmobar.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/xmobar.config b/etc/xmobar.config index 5697e8c..232464f 100644 --- a/etc/xmobar.config +++ b/etc/xmobar.config @@ -34,6 +34,6 @@ Config { font = "DejaVu Sans Mono 9" ] , sepChar = "%" , alignSep = "}{" - , template = "%cpu% | %memory% * %swap% | %eth0% - %eth1% }\ + , template = "%cpu% | <box>%memory% * %swap%</box> | %eth0% - %eth1% }\ \{ <fc=#ee9a00><fn=1>%date%</fn></fc>| %EGPF% | %uname%" } |