Skip to content

Commit

Permalink
lint/todo: update
Browse files Browse the repository at this point in the history
  • Loading branch information
joshlay committed Mar 2, 2024
1 parent 3d24a35 commit 9dddda3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/amdgpu_stats/tui.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,6 @@ class app(App): # pylint: disable=invalid-name

# apply stylesheet; this is watched/dynamically reloaded
# can be edited (in installation dir) and seen live
# TODO: use xdg-config-dir, defaulting to the included style if not found
CSS_PATH = 'style.css'

# set the title - same as the class, but with spaces
Expand Down
2 changes: 2 additions & 0 deletions todo.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# TODO

- embrace OOP
- use xdg-config-dir for things like colors/intervals
- add an interval mode; log stats to logging widget occasionally
- binding/method to save log to text file
- add vram stats: used / total
Expand Down

0 comments on commit 9dddda3

Please sign in to comment.