This commit is contained in:
Kristofers Solo 2022-04-27 11:50:49 +03:00
parent a7c21d3c33
commit aada14ee82
2 changed files with 3 additions and 2 deletions

View File

@ -47,7 +47,7 @@ graph_symbol_net = "default"
graph_symbol_proc = "default" graph_symbol_proc = "default"
#* Manually set which boxes to show. Available values are "cpu mem net proc", separate values with whitespace. #* Manually set which boxes to show. Available values are "cpu mem net proc", separate values with whitespace.
shown_boxes = "cpu net proc mem" shown_boxes = "proc"
#* Update time in milliseconds, recommended 2000 ms or above for better sample times for graphs. #* Update time in milliseconds, recommended 2000 ms or above for better sample times for graphs.
update_ms = 1000 update_ms = 1000
@ -95,7 +95,7 @@ cpu_invert_lower = True
cpu_single_graph = False cpu_single_graph = False
#* Show cpu box at bottom of screen instead of top. #* Show cpu box at bottom of screen instead of top.
cpu_bottom = False cpu_bottom = True
#* Shows the system uptime in the CPU box. #* Shows the system uptime in the CPU box.
show_uptime = True show_uptime = True

1
sx/sxrc Executable file
View File

@ -0,0 +1 @@
exec awesome