-
Notifications
You must be signed in to change notification settings - Fork 6
Processes Module
Sam edited this page Aug 7, 2024
·
2 revisions
The processes
module displays the total number of processes on your system currently.
Insert into the modules
array.
-
title
-> (String) The module title. -
title_color
-> (Optional/String) Override the title color to be used. -
title_bold
-> (Optional/Bool) Make the title bold. -
title_italic
-> (Optional/Bool) Make the title italic. -
separator
-> (Optional/Char) Override the separator to be used. -
format
-> (Optional/String) The format used to display the module. Only contains a singular {count} placeholder.
[processes]
title = "Total Processes"
modules = [
"processes"
]
[processes]
title = "Total Processes"