Renamed demo
This commit is contained in:
parent
8c3676b7be
commit
1f8ad01942
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ def main():
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
|
||||||
window = sg.Window('CPU Utilization', layout,
|
window = sg.Window('Top CPU Processes', layout,
|
||||||
no_titlebar=True, keep_on_top=True, use_default_focus=False, alpha_channel=.8, grab_anywhere=True)
|
no_titlebar=True, keep_on_top=True, use_default_focus=False, alpha_channel=.8, grab_anywhere=True)
|
||||||
|
|
||||||
# start cpu measurement thread
|
# start cpu measurement thread
|
Loading…
Add table
Add a link
Reference in a new issue