SapphireTheme [ Landscape | 3.5 Inch ] #1015
jaohoeppers
started this conversation in
Themes
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I made this theme focused on my own hardware, but you can edit the labels for your specific hardware if you want.
You just need to adjust the labels GPU_LABEL, GPU_NAME_LABEL, CPU_LABEL and CPU_NAME_LABEL.
To get the "GPU Power" I need to create a custom sensor class. I create a function named "debug_list_gpu_power_sensors" to get all GPU Power sensors data. In the data you will see the "GPU Power name", you will need this sensor name to change the constant variable in the "_read_gpu_power" function.
After that, your theme is ready; you only need to repackage the program using pyInstaller and set the theme on the configs.
The sensors_custom.py is included in the .zip file
SapphireTheme.zip
Beta Was this translation helpful? Give feedback.
All reactions