Archived
1
1
Fork 0

rename script/stylesheet for packaging

This commit is contained in:
Josh Lay 2023-04-23 12:01:55 -05:00
parent 7983dab541
commit cfbf5a435e
Signed by: jlay
GPG key ID: B265E45CACAD108A
2 changed files with 1 additions and 1 deletions

View file

@ -97,7 +97,7 @@ class GPUStats(App):
# determine the real path of the script, to load the stylesheet
SCRIPT_PATH = path.dirname(path.realpath(__file__))
CSS_PATH = path.join(SCRIPT_PATH, "gpustats.css")
CSS_PATH = path.join(SCRIPT_PATH, "amdgpu_stats.css")
# initialize log screen
SCREENS = {"logs": LogScreen()}