Skip to content

Commit

Permalink
Use X/Y instead of % for 'Sys load avg'
Browse files Browse the repository at this point in the history
Signed-off-by: Andres Gongora <andresgongora@uma.es>
  • Loading branch information
andresgongora committed Jun 7, 2019
1 parent 3dce947 commit 6b272ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terminal/status.sh
Original file line number Diff line number Diff line change
Expand Up @@ -760,7 +760,7 @@ local crit_hdd_percent=85
local crit_home_percent=85
local bar_num_digits=5
local info_label_width=16
local cpu_as_percentage=true
local cpu_as_percentage=false
local ram_as_percentage=false
local swap_as_percentage=false
local hdd_as_percentage=false
Expand Down

0 comments on commit 6b272ed

Please sign in to comment.