tui: update title, use new stylesheet name
This commit is contained in:
parent
4975bf3649
commit
afd6cb1754
2 changed files with 2 additions and 2 deletions
|
@ -71,13 +71,13 @@ class GPUStats(App):
|
|||
"""Textual-based tool to show AMDGPU statistics."""
|
||||
|
||||
# apply stylesheet
|
||||
CSS_PATH = 'amdgpu_stats.css'
|
||||
CSS_PATH = 'style.css'
|
||||
|
||||
# initialize log screen
|
||||
SCREENS = {"logs": LogScreen()}
|
||||
|
||||
# title the app after the card
|
||||
TITLE = CARD
|
||||
TITLE = 'GPUStats - ' + CARD
|
||||
|
||||
# setup keybinds
|
||||
# Binding("l", "push_screen('logs')", "Toggle logs", priority=True),
|
||||
|
|
Reference in a new issue