A small System-Info Tool via AutoHotkey
Source
htopmini v0.8.3 (GitHub)
Features
[Gui:]
Time: Time & Uptime
Weather: Location & Temperature
CPU: Total Processes, CPU load (in % and Progress)
Memory: Ram (Used, Free, Total, Progress)
HDD: Fixed, Removable & Network Drives (Used, Free, Total, Progress)
NetTraffic: IN & OUT (dont work 100% like i want

Usage: PID & PrivateUsage Memory
[Tray-Menu:]
- Toggle Percentage in Progressbar
- Toggle Transparency: 150 / OFF
- Toggle AlwaysOnTop
- Toggle WinShow / WinHide
- Exit
Screenshot
[HowTo:]
Weather
Code: Select all
http://weather.yahooapis.com/forecastrss?w=LOCATIONID&u=UNITS
1. visit http://weather.yahoo.com/ and enter your city or zip code (e.g. Paris, FR)
2. new link => http://weather.yahoo.com/france/%C3%AEle-de-france/paris-615702/ (location id = 615702)
3. add ?w=615702&u=c for Paris and Celsium (f = fahrenheit)
=> http://weather.yahooapis.com/forecastrss?w=615702&u=c
thanks to SKAN for his functions: AdjustBrightness(), DisplaySetBrightness() & DisplayGetBrightness(), CPULoad()
and to all other helpers, tester, bugfinder
