diff --git a/gpustats.css b/amdgpu_stats.css similarity index 100% rename from gpustats.css rename to amdgpu_stats.css diff --git a/gpustats.py b/amdgpu_stats.py similarity index 99% rename from gpustats.py rename to amdgpu_stats.py index b34aa43..d16ca83 100755 --- a/gpustats.py +++ b/amdgpu_stats.py @@ -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()}