You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/data/help.txt
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -138,11 +138,12 @@ Module specific options:
138
138
--display-precise-refresh-rate: <?value>:Set if decimal refresh rates should not be rounded into integers when printing. Default is true
139
139
--sound-type: <value>: Set what type of sound devices should be printed. Should be either main, active or all. Default is main
140
140
--battery-dir <folder>: The directory where the battery folders are. Standard: /sys/class/power_supply/
141
-
--cpu-temp <?value>: Detect and display CPU temperature if supported. Default is false
142
-
--gpu-temp <?value>: Detect and display GPU temperature if supported. Default is false
143
-
--gpu-force-vulkan <?value>: Force using vulkan to detect GPUs, which support video memory usage detection with `--allow-slow-operations`. Default is false
141
+
--cpu-temp <?value>: Detect and display CPU temperature if supported. Default is false
142
+
--cpu-freq-ndigits <num>: Set the number of digits to keep after the decimal point when printing CPU frequency. Default is 2
143
+
--gpu-temp <?value>: Detect and display GPU temperature if supported. Default is false
144
+
--gpu-force-vulkan <?value>: Force using vulkan to detect GPUs, which support video memory usage detection with `--allow-slow-operations`. Default is false
144
145
--gpu-hide-type <?value>: Specify the type of GPUs should not be printed. Must be `integrated`, `discrete` or `none`. Default is none
145
-
--battery-temp <?value>: Detect and display Battery temperature if supported. Default is false
146
+
--battery-temp <?value>: Detect and display Battery temperature if supported. Default is false
146
147
--localip-show-ipv4 <?value>: Show IPv4 addresses in local ip module. Default is true
147
148
--localip-show-ipv6 <?value>: Show IPv6 addresses in local ip module. Default is false
148
149
--localip-show-mac <?value>: Show mac addresses in local ip module. Default is false
0 commit comments