Pytop/README.md

17 lines
384 B
Markdown
Raw Normal View History

2019-06-09 06:24:03 +00:00
# Pytop
Pytop is a Gtk + Python gui to have a custom desktop interface.
2019-09-29 00:14:32 +00:00
# Updates
Added task bar.
2019-06-09 06:24:03 +00:00
# Notes
```sudo apt-get install python3 wget steamcmd```
2019-06-09 06:24:03 +00:00
# TODO
2019-06-09 06:28:31 +00:00
<ul>
2019-09-29 00:21:43 +00:00
<li>Detect window title changes</li>
<li>Set taskbar menu option based on window options.</li>
<li>Attach copy, cut, and paste signals to the controls menu.</li>
2019-06-09 06:28:31 +00:00
<li>Add a settings file to store values.</li>
</ul>