diff --git a/gpustats.py b/gpustats.py index 0ab557c..75e6d09 100755 --- a/gpustats.py +++ b/gpustats.py @@ -220,9 +220,9 @@ class ClockDisplay(Static): def compose(self) -> ComposeResult: yield Horizontal(Label("[underline]Clocks"), Label("", classes="statvalue")) - yield Horizontal(Label(" GPU Clock:",), + yield Horizontal(Label(" GPU core:",), Label("", id="clk_core_val", classes="statvalue")) - yield Horizontal(Label(" Memory clock:"), + yield Horizontal(Label(" Memory:"), Label("", id="clk_memory_val", classes="statvalue")) yield Horizontal(Label(""), Label("", classes="statvalue")) # padding to split groups yield Horizontal(Label("[underline]Core"), diff --git a/screens/main.png b/screens/main.png index 47dc9e8..b4082f4 100644 Binary files a/screens/main.png and b/screens/main.png differ