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