From 705f14c413346727431f32ed3345ae9bcff1b852 Mon Sep 17 00:00:00 2001 From: Roberto Santalla Date: Sat, 30 Sep 2017 20:20:41 +0200 Subject: [PATCH] Add minimum width to CPU percentage It's quite obscure where to find that you can set a minimum width for tokens, and CPU usage will oscillate between 0-9 and 10+ quite frequently. I think that adding this to the example config will help users to find out that this feature exists, and avoid this annoying default. --- doc/config.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/config.cmake b/doc/config.cmake index 462fc93f..f443a13b 100644 --- a/doc/config.cmake +++ b/doc/config.cmake @@ -193,7 +193,7 @@ interval = 2 format-prefix = " " format-prefix-foreground = ${colors.foreground-alt} format-underline = #f90000 -label = %percentage%% +label = %percentage:2%% [module/memory] type = internal/memory