A really simple CPU monitoring tool, intended to be executed as a widget in the tooltray.
Setup
First save and execute the cartridge. You can modify the window size as you please. Once you're satisfied, drag the window in a desired position in the tooltray and release.
Settings
Settings are:
- Outer box size and position
- Seconds between graph updates
- Background color
- Outer box and text color
- Graph line color
Most of the settings are not exposed yet and are editable only through code.
--Global varibles windowWidth=180 windowHeight=60 timeBetweenUpdates=1 backgroundColor=1 mainColor=7 secondaryColor=11 |
CHANGE LOG
2.0
- Added: reworked to run in Picotron 0.1.1e as a widget and with sandboxing enabled
- Added: Can also run as a normal windowed application
- Removed: new shortcut to open and edit the settings
- Removed: The app automatically adds itself to the list of apps the run after boot in /appdata/system/startup.lua
- Removed: When launching, the app will ensure only one instance of itself is currently running
1.2
- Added: new shortcut to open and edit the settings
- Added: App window automatically resize on settings change
1.1
- Added: The app automatically adds itself to the list of apps the run after boot in /appdata/system/startup.lua
- Added: When launching, the app will ensure only one instance of itself is currently running
TO DO
- Dedicated settings panel for customization
[Please log in to post a comment]