From b8af3372d789d93c39e2a571ac25609f426b80b8 Mon Sep 17 00:00:00 2001 From: Tom Barrett Date: Sun, 19 May 2024 12:35:20 +0200 Subject: better less, spaces around ip --- xmobarrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xmobarrc') diff --git a/xmobarrc b/xmobarrc index 7bd4c08..52b9159 100644 --- a/xmobarrc +++ b/xmobarrc @@ -10,10 +10,10 @@ Config , Run DiskU [("/", "")] ["-L", "1"] 50 , Run Battery ["-t", "%"] 10 , Run Cpu ["-t", "%"] 10 - , Run Com "sh" ["-c", "ip -br -4 a | awk '!/lo/ {if ($3) printf $3 }'"] "" 10 + , Run Com "sh" ["-c", "ip -br -4 a | awk '!/lo/ {if ($3) printf \"%s \", $3 }'"] "" 10 , Run XMonadLog ] , sepChar = "%" , alignSep = "}{" - , template = "%XMonadLog% }{ %sh% | %cpu% | %disku% | %battery% | %date% " + , template = "%XMonadLog% }{ %sh%| %cpu% | %disku% | %battery% | %date% " } -- cgit v1.2.3