diff options
author | Tom Barrett <tom@tombarrett.xyz> | 2024-05-19 12:35:20 +0200 |
---|---|---|
committer | Tom Barrett <tom@tombarrett.xyz> | 2024-05-19 12:35:20 +0200 |
commit | b8af3372d789d93c39e2a571ac25609f426b80b8 (patch) | |
tree | 234374acadb107cffde5725da88b90d18fc78979 /xmobarrc | |
parent | 63badd58cf19fe6f4b823fee53a4d6f6c2187e74 (diff) |
better less, spaces around ip
Diffstat (limited to 'xmobarrc')
-rw-r--r-- | xmobarrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -10,10 +10,10 @@ Config , Run DiskU [("/", "<free>")] ["-L", "1"] 50 , Run Battery ["-t", "<left>%"] 10 , Run Cpu ["-t", "<total>%"] 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% }{ <fc=#b8b8b8,#181818> %sh% | %cpu% | %disku% | %battery% | %date% </fc>" + , template = "%XMonadLog% }{ <fc=#b8b8b8,#181818> %sh%| %cpu% | %disku% | %battery% | %date% </fc>" } |