Shave one character off CPU template

master
Lars Vierbergen 8 years ago
parent 8a4d508aa0
commit 74e632e57a
  1. 2
      .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:<total>%"] 10
, Run Memory ["-t","Mem: <usedratio>%"] 10
, Run Swap [] 10
, Run Date "%a %b %_d %H:%M" "date" 10

Loading…
Cancel
Save