summaryrefslogtreecommitdiffstats
path: root/dicts
diff options
context:
space:
mode:
authormjshariati98 <mohammadjavad.shariati@divar.ir>2022-02-04 18:16:58 +0330
committermjshariati98 <mohammadjavad.shariati@divar.ir>2022-02-04 18:16:58 +0330
commitc691514a41a62da34f5e70f164729249184ca01b (patch)
treee7ee8affc20b19b7036865a73ae4a5d9c81f4fc8 /dicts
parenta32a1c05eae8c6612857f1e2e883382d793640e8 (diff)
Fix #124
- Add no-x options to disable options
Diffstat (limited to 'dicts')
-rw-r--r--dicts/en_US.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/dicts/en_US.toml b/dicts/en_US.toml
index c1f2d1f..87e3526 100644
--- a/dicts/en_US.toml
+++ b/dicts/en_US.toml
@@ -77,15 +77,20 @@ color="Set a colorscheme."
scale="Graph scale factor, >0"
version="Print version and exit."
percpu="Show each CPU in the CPU widget."
+no-percpu="Disable show each CPU in the CPU widget."
cpuavg="Show average CPU in the CPU widget."
+no-cpuavg="Disable show average CPU in the CPU widget."
temp="Show temperatures in fahrenheit."
statusbar="Show a statusbar with the time."
+no-statusbar="Disable statusbar."
rate="Refresh frequency. Most time units accepted. \"1m\" = refresh every minute. \"100ms\" = refresh every 100ms."
layout="Name of layout spec file for the UI. Use \"-\" to pipe."
net="Select network interface. Several interfaces can be defined using comma separated values. Interfaces can also be ignored using \"!\""
export="Enable metrics for export on the specified port."
mbps="Show network rate as mbps."
+no-mbps="Disable show network rate as mbps."
test="Runs tests and exits with success/failure code."
+no-test="Disable tests."
conffile="Config file to use instead of default (MUST BE FIRST ARGUMENT)"
nvidia="Enable NVidia GPU metrics"
nvidiarefresh="Refresh frequency. Most time units accepted."