Configure the Gnome system-monitor extension
The "system-monitor" extension replaces the "simple-system-monitor" one, which is not yet ready for Gnome 45
This commit is contained in:
parent
a28e2f41d0
commit
48146a055d
1 changed files with 64 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
[org/gnome/shell]
|
[org/gnome/shell]
|
||||||
disable-user-extensions=false
|
disable-user-extensions=false
|
||||||
disabled-extensions=@as []
|
disabled-extensions=@as []
|
||||||
enabled-extensions=['appindicatorsupport@rgcjonas.gmail.com', 'auto-move-windows@gnome-shell-extensions.gcampax.github.com', 'blur-my-shell@aunetx', 'launch-new-instance@gnome-shell-extensions.gcampax.github.com', 'nightthemeswitcher@romainvigier.fr', 'pop-shell@system76.com', 'space-bar@luchrioh', 'ssm-gnome@lgiki.net']
|
enabled-extensions=['appindicatorsupport@rgcjonas.gmail.com', 'auto-move-windows@gnome-shell-extensions.gcampax.github.com', 'blur-my-shell@aunetx', 'launch-new-instance@gnome-shell-extensions.gcampax.github.com', 'nightthemeswitcher@romainvigier.fr', 'pop-shell@system76.com', 'space-bar@luchrioh', 'system-monitor-next@paradoxxx.zero.gmail.com']
|
||||||
|
|
||||||
|
|
||||||
[org/gnome/shell/extensions/auto-move-windows]
|
[org/gnome/shell/extensions/auto-move-windows]
|
||||||
|
@ -159,3 +159,66 @@ open-menu=@as []
|
||||||
|
|
||||||
[org/gnome/shell/extensions/status-area-horizontal-spacing]
|
[org/gnome/shell/extensions/status-area-horizontal-spacing]
|
||||||
hpadding=10
|
hpadding=10
|
||||||
|
|
||||||
|
|
||||||
|
[org/gnome/shell/extensions/system-monitor]
|
||||||
|
|
||||||
|
center-display=false
|
||||||
|
compact-display=false
|
||||||
|
icon-display=false
|
||||||
|
move-clock=false
|
||||||
|
show-tooltip=false
|
||||||
|
|
||||||
|
battery-display=false
|
||||||
|
battery-hidesystem=false
|
||||||
|
battery-show-menu=false
|
||||||
|
battery-show-text=false
|
||||||
|
battery-time=false
|
||||||
|
|
||||||
|
cpu-display=true
|
||||||
|
cpu-show-menu=false
|
||||||
|
cpu-show-text=true
|
||||||
|
cpu-style='digit'
|
||||||
|
cpu-individual-cores=false
|
||||||
|
|
||||||
|
disk-display=false
|
||||||
|
disk-show-menu=false
|
||||||
|
disk-show-text=false
|
||||||
|
disk-style='digit'
|
||||||
|
disk-usage-style='none'
|
||||||
|
|
||||||
|
fan-display=false
|
||||||
|
fan-show-menu=false
|
||||||
|
fan-show-text=false
|
||||||
|
fan-style='digit'
|
||||||
|
|
||||||
|
freq-display=false
|
||||||
|
freq-show-menu=false
|
||||||
|
freq-show-text=false
|
||||||
|
freq-style='digit'
|
||||||
|
|
||||||
|
gpu-display=false
|
||||||
|
gpu-show-menu=false
|
||||||
|
gpu-show-text=false
|
||||||
|
gpu-style='digit'
|
||||||
|
|
||||||
|
memory-display=true
|
||||||
|
memory-show-menu=false
|
||||||
|
memory-show-text=true
|
||||||
|
memory-style='digit'
|
||||||
|
|
||||||
|
net-display=false
|
||||||
|
net-show-menu=false
|
||||||
|
net-show-text=false
|
||||||
|
net-style='digit'
|
||||||
|
|
||||||
|
swap-display=false
|
||||||
|
swap-show-menu=false
|
||||||
|
swap-show-text=false
|
||||||
|
swap-style='digit'
|
||||||
|
|
||||||
|
thermal-display=false
|
||||||
|
thermal-show-menu=false
|
||||||
|
thermal-show-text=false
|
||||||
|
thermal-style='digit'
|
||||||
|
thermal-fahrenheit-unit=false
|
||||||
|
|
Loading…
Reference in a new issue