2

I used this post to add CPU and Mem. and etc usage to my menu par.
is there any way to add GPU usage percentage to my menu bar ??

hossein hayati
  • 135
  • 2
  • 10

1 Answers1

3

Such a question is very (OS version / GPU hardware / graphics driver) specific as solution varies

If you install https://extensions.gnome.org/extension/120/system-monitor/

there is a GPU setting in Preferences -> DisplayStyle -> both

________________ Only Nvidia GPUs supported so far ________________

Currently on 19.04 here is an error with above install here is work around ... download https://github.com/paradoxxxzero/gnome-shell-system-monitor-applet/archive/master.zip

which will give you ~/downloaddir/gnome-shell-system-monitor-applet-master/[email protected]/

cp -rp ~/downloaddir/gnome-shell-system-monitor-applet-master/[email protected]  ~/.local/share/gnome-shell/extensions

so it results in

ls -la ~/.local/share/gnome-shell/extensions/[email protected]/

install upstream packages

sudo apt-get install chrome-gnome-shell    
sudo apt-get install gir1.2-gtop-2.0 gir1.2-networkmanager-1.0  gir1.2-clutter-1.0

to engage issue alt-F2 then type r in popup

Scott Stensland
  • 14,755
  • 10
  • 55
  • 73