Archived
1
1
Fork 0

tui: update title, use new stylesheet name

This commit is contained in:
Josh Lay 2023-04-29 12:43:42 -05:00
parent 4975bf3649
commit afd6cb1754
Signed by: jlay
GPG key ID: B265E45CACAD108A
2 changed files with 2 additions and 2 deletions

View file

@ -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),