summaryrefslogtreecommitdiffhomepage
path: root/etc
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-09-15 05:56:55 +0100
committerjao <jao@gnu.org>2022-09-15 05:56:55 +0100
commit5235198be8d7264f23926bef23ccedd394d11510 (patch)
tree1b24b82e19a1a5155d2fc983d93befb23194b09c /etc
parent907503596f9d78b5cabea7dacee8807f006dec1a (diff)
downloadxmobar-5235198be8d7264f23926bef23ccedd394d11510.tar.gz
xmobar-5235198be8d7264f23926bef23ccedd394d11510.tar.bz2
cairo: box drawing
Diffstat (limited to 'etc')
-rw-r--r--etc/xmobar.config2
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%"
}