Add system-monitor.ini (system monitor shell extension configuration)

This commit is contained in:
Daniel Carrillo 2019-07-18 19:48:47 +02:00
parent f86b8bb1b8
commit 112e44e752
1 changed files with 44 additions and 0 deletions

44
dconf/system-monitor.ini Normal file
View File

@ -0,0 +1,44 @@
# dconf-path=/org/gnome/shell/extensions/system-monitor/
[/]
background='#000000ff'
compact-display=false
cpu-graph-width=60
cpu-individual-cores=false
cpu-iowait-color='#fce94fff'
cpu-nice-color='#4e9a06ff'
cpu-other-color='#888a85ff'
cpu-refresh-time=500
cpu-show-menu=true
cpu-show-text=false
cpu-style='graph'
cpu-system-color='#cc0000ff'
cpu-user-color='#0072b3ff'
disk-show-text=true
fan-sensor-file='/sys/class/hwmon/hwmon2/fan1_input'
gpu-display=false
gpu-graph-width=50
gpu-show-text=true
icon-display=false
memory-buffer-color='#13181cff'
memory-cache-color='#13181cff'
memory-graph-width=30
memory-program-color='#ffffffff'
memory-refresh-time=500
memory-show-text=false
memory-style='digit'
net-display=false
net-down-color='#4e9a06ff'
net-graph-width=100
net-show-menu=true
net-show-text=false
net-speed-in-bits=true
net-style='digit'
net-up-color='#204a87ff'
thermal-display=false
thermal-refresh-time=30000
thermal-sensor-file='/sys/class/hwmon/hwmon2/temp1_input'
thermal-show-menu=true
thermal-show-text=false
thermal-style='digit'
thermal-tz0-color='#f2002eff'