From 74e632e57a7f569a96b5a04dff59187d75fa3335 Mon Sep 17 00:00:00 2001 From: Lars Vierbergen Date: Wed, 5 Oct 2016 09:02:07 +0200 Subject: [PATCH] Shave one character off CPU template --- .xmobarrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.xmobarrc b/.xmobarrc index 1b93b5b..2070b89 100644 --- a/.xmobarrc +++ b/.xmobarrc @@ -2,7 +2,7 @@ Config { font = "-*-Fixed-Bold-R-Normal-*-13-*-*-*-*-*-*-*" , bgColor = "black" , fgColor = "grey" , position = BottomW L 90 - , commands = [Run Cpu ["-L","3","-H","50","--normal","green","--high","red", "-p", "3"] 10 + , commands = [Run Cpu ["-L","3","-H","50","--normal","green","--high","red", "-p", "3", "-t", "Cpu:%"] 10 , Run Memory ["-t","Mem: %"] 10 , Run Swap [] 10 , Run Date "%a %b %_d %H:%M" "date" 10