How can I add the current GPU usage to my menu bar as a percentage?

hossein hayati

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 ??

Scott Stensland

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

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Wordpress: How can I add url GET parameter to my main menu items

From Dev

How can I add a different menu to the mobile version of my bootstrap theme in WordPress?

From Dev

Can I add a property to the current "this" object? How?

From Dev

How can I add to the context menu in Chrome's Omnibox(Address bar)?

From Dev

How can I construct a percentage of my objects as female?

From Dev

How can I add parent menu description to my Wordpress menu?

From Dev

What is this notification bar called and how can I add it into my app?

From Dev

How can I run a terminal command in my swift menu bar app?

From Dev

How can i add this icon to my action bar?

From Dev

How can I restart the menu bar in Unity?

From Dev

How can I add and change items in my Applications Menu?

From Dev

How can I restart the menu bar in Unity?

From Dev

How can I add an icon to my custom context menu item in Windows 7?

From Dev

How can I add and change items in my Applications Menu?

From Dev

How I can add minutes in my current Date?

From Dev

How can I add to the context menu in Chrome's Omnibox(Address bar)?

From Dev

How do i add dropdown items to my horizontal menu bar?

From Dev

How can I construct a percentage of my objects as female?

From Dev

How can I add parent menu description to my Wordpress menu?

From Dev

How can I add submenu to this responsive menu?

From Dev

What is this notification bar called and how can I add it into my app?

From Dev

How can I run a terminal command in my swift menu bar app?

From Dev

How can i scroll menu to current item in menu?

From Dev

How can I check percent GPU usage on Windows?

From Dev

How can I add my desired editor to the "update-alternatives" interactive menu?

From Dev

How can I add a checkbox in my menu item in my fragment v4?

From Dev

How can I add a cart image in my navigation bar?

From Dev

How I can add progress bar with label with percentage of progress of upload in Alamofire 4.0

From Dev

How do I add a drop down menu using my current CSS?

Related Related

  1. 1

    Wordpress: How can I add url GET parameter to my main menu items

  2. 2

    How can I add a different menu to the mobile version of my bootstrap theme in WordPress?

  3. 3

    Can I add a property to the current "this" object? How?

  4. 4

    How can I add to the context menu in Chrome's Omnibox(Address bar)?

  5. 5

    How can I construct a percentage of my objects as female?

  6. 6

    How can I add parent menu description to my Wordpress menu?

  7. 7

    What is this notification bar called and how can I add it into my app?

  8. 8

    How can I run a terminal command in my swift menu bar app?

  9. 9

    How can i add this icon to my action bar?

  10. 10

    How can I restart the menu bar in Unity?

  11. 11

    How can I add and change items in my Applications Menu?

  12. 12

    How can I restart the menu bar in Unity?

  13. 13

    How can I add an icon to my custom context menu item in Windows 7?

  14. 14

    How can I add and change items in my Applications Menu?

  15. 15

    How I can add minutes in my current Date?

  16. 16

    How can I add to the context menu in Chrome's Omnibox(Address bar)?

  17. 17

    How do i add dropdown items to my horizontal menu bar?

  18. 18

    How can I construct a percentage of my objects as female?

  19. 19

    How can I add parent menu description to my Wordpress menu?

  20. 20

    How can I add submenu to this responsive menu?

  21. 21

    What is this notification bar called and how can I add it into my app?

  22. 22

    How can I run a terminal command in my swift menu bar app?

  23. 23

    How can i scroll menu to current item in menu?

  24. 24

    How can I check percent GPU usage on Windows?

  25. 25

    How can I add my desired editor to the "update-alternatives" interactive menu?

  26. 26

    How can I add a checkbox in my menu item in my fragment v4?

  27. 27

    How can I add a cart image in my navigation bar?

  28. 28

    How I can add progress bar with label with percentage of progress of upload in Alamofire 4.0

  29. 29

    How do I add a drop down menu using my current CSS?

HotTag

Archive