AutoYADM commit: 2024-11-16 21:37:43

This commit is contained in:
Daniel Fichtinger 2024-11-16 21:37:43 -05:00
parent 0d0160580f
commit 9223964302
2 changed files with 2 additions and 1 deletions

View file

@ -50,7 +50,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" and "gpu0" through "gpu5", separate values with whitespace. #* Manually set which boxes to show. Available values are "cpu mem net proc" and "gpu0" through "gpu5", separate values with whitespace.
shown_boxes = "cpu mem net proc" shown_boxes = "cpu"
#* 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 = 2000 update_ms = 2000

View file

@ -78,6 +78,7 @@ return {
Group.new("Comment", colors.noir_6) Group.new("Comment", colors.noir_6)
Group.new("@comment", colors.noir_6) Group.new("@comment", colors.noir_6)
Group.new("@boolean.go", colors.complement) Group.new("@boolean.go", colors.complement)
Group.new("@boolean", colors.complement)
Group.new("@keyword.return", colors.complement) Group.new("@keyword.return", colors.complement)
-- Group.new("gotype", colors.primary) -- Group.new("gotype", colors.primary)
Group.new("Boolean", colors.complement) Group.new("Boolean", colors.complement)