add a config for gotop
This commit is contained in:
parent
d0710252c6
commit
ab9b8354fb
1 changed files with 33 additions and 0 deletions
33
dotconfig/gotop/gotop.conf
Normal file
33
dotconfig/gotop/gotop.conf
Normal file
|
@ -0,0 +1,33 @@
|
||||||
|
# Scale graphs to this level; 7 is the default, 2 is zoomed out.
|
||||||
|
graphhorizontalscale=7
|
||||||
|
# If true, start the UI with the help visible
|
||||||
|
helpvisible=false
|
||||||
|
# The color scheme to use. See `--list colorschemes`
|
||||||
|
colorscheme=default
|
||||||
|
# How frequently to update the UI, in nanoseconds
|
||||||
|
updateinterval=1000000000
|
||||||
|
# If true, show the average CPU load
|
||||||
|
averagecpu=false
|
||||||
|
# If true, show load per CPU
|
||||||
|
percpuload=false
|
||||||
|
# Temperature units. C for Celsius, F for Fahrenheit
|
||||||
|
tempscale=C
|
||||||
|
# If true, display a status bar
|
||||||
|
statusbar=false
|
||||||
|
# The network interface to monitor
|
||||||
|
netinterface=all
|
||||||
|
# A layout name. See `--list layouts`
|
||||||
|
layout=battery
|
||||||
|
# The maximum log file size, in bytes
|
||||||
|
maxlogsize=5000000
|
||||||
|
# If set, export data as Promethius metrics on the interface:port.
|
||||||
|
# E.g., `:8080` (colon is required, interface is not)
|
||||||
|
#metricsexportport=
|
||||||
|
# Display network IO in mpbs if true
|
||||||
|
mbps=false
|
||||||
|
# A list of enabled temp sensors. See `--list devices`
|
||||||
|
#temperatures=
|
||||||
|
# Enable NVidia GPU metrics.
|
||||||
|
nvidia=false
|
||||||
|
# To configure the NVidia refresh rate, set a duration:
|
||||||
|
#nvidiarefresh=30s
|
Loading…
Reference in a new issue