i3 / i3status

Generates status bar to use with i3bar, dzen2 or xmobar
BSD 3-Clause "New" or "Revised" License
602 stars 254 forks source link

Increase width to 3 characters+% for CPU usage #478

Open vlachoudis opened 2 years ago

vlachoudis commented 2 years ago

This is a tiny request: %usage of (cpu_usage) normally displays with a format of two digits and a percent symbol 05% However when it arrives to 100% it requires 3 digits so all preceding items are moved left by one character, and then back again when the cpu usage drops below 100%. Could you please increase the width to 3 characters to avoid this movement left-right on heavy load. Thanks in advance