feat(gpu): add gpu monitor module (amd sysfs + nvidia-smi, usage/vram/temp)
This commit is contained in:
parent
a2966f51ab
commit
ff1644c0bd
6 changed files with 301 additions and 2 deletions
|
|
@ -104,7 +104,7 @@ programs.nova-shell.modules = {
|
|||
Each module is an object with `enable` (default `true`) and optional extra
|
||||
settings. Full list: `workspaces`, `tray`, `windowTitle`, `clock`,
|
||||
`notifications`, `mpris`, `volume`, `bluetooth`, `backlight`, `network`,
|
||||
`powerProfile`, `idleInhibitor`, `weather`, `temperature`, `cpu`, `memory`,
|
||||
`powerProfile`, `idleInhibitor`, `weather`, `temperature`, `gpu`, `cpu`, `memory`,
|
||||
`disk`, `battery`, `power`, `backgroundOverlay`, `overviewBackdrop`.
|
||||
|
||||
### Theme
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue