mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2024-12-22 06:58:01 +00:00
Add system-monitor.ini (system monitor shell extension configuration)
This commit is contained in:
parent
f86b8bb1b8
commit
112e44e752
44
dconf/system-monitor.ini
Normal file
44
dconf/system-monitor.ini
Normal 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'
|
Loading…
Reference in New Issue
Block a user