Skip to content

Commit 3323120

Browse files
added info about amd/intel gpus to docs
1 parent 855453d commit 3323120

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ In depth configuration of Colors and alternative themes can be found [in the doc
3333
- RAM usage (system and/or tmux server)
3434
- Custom status texts from external scripts
3535
- GPU stats
36-
- usage, power draw, and VRAM usage for NVIDIA on Linux
36+
- usage, power draw, and VRAM usage for NVIDIA on Linux, with partial support for amd/ intel
3737
- usage, and power draw for MacOS. **requires sudo privileges**
3838
- Color code based on whether a prefix is active or not
3939
- List of windows with the current window highlighted

docs/CONFIG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -344,11 +344,11 @@ These widgets display the current computational, ram, and power usage of install
344344
They are split into widgets with the names: `gpu-usage, gpu-ram-usage, gpu-power-draw`.
345345

346346
hardware support:
347-
- full support for NVIDIA gpus on linux.
347+
- full support for NVIDIA gpus on linux, when using official nvidia drivers.
348348
- partial support for apple m-chips on MacOS.
349-
- support for amd and intel is underway
349+
- partial support for amd and intel on linux
350350

351-
If your gpu is not recognised, force the script to assume a certain brands.
351+
If your gpu is not recognised, force the script to assume a certain brand.
352352
```bash
353353
set -g @dracula-force-gpu "NVIDIA"
354354
```

0 commit comments

Comments
 (0)