dracula / tmux

🧛🏻‍♂️ Dark theme for tmux
https://draculatheme.com/tmux
MIT License
664 stars 311 forks source link

allow user to force getting gpu info without asking lspci #272 #274

Closed Theoreticallyhugo closed 3 months ago

Theoreticallyhugo commented 4 months ago

i myself and other people have had issues with lspci not being available or not returning the right values for data to be displayed, despite there being an nvidia gpu and functioning nvidia-smi. this commit adds an optional flag that allows to tell tmux that there is an nvidia gpu, without any checks.

just set -g @dracula-ignore-lspci true and it works. this is partially in response to #272