SysMeter v0.6

Post your working scripts, libraries and tools for AHK v1.1 and older
User avatar
jNizM
Posts: 3183
Joined: 30 Sep 2013, 01:33
Contact:

SysMeter v0.6

09 May 2014, 05:38

SysMeter v0.6 by jNizM
Small tool that shows ComputerInfo via AutoHotkey (Based on my htopmini-tool)

Source
SysMeter v0.6 (GitHub)

Features
- Shows Date, Time, Uptime (Toggle On / Off)
- Shows CPU, RAM, SWAP & Drives Usage
- Toggle MB/GB to Percentage & AlwaysOnTop
- Scale Transparency with Strg+MWHEELUP & DOWN + Reset Transparency
- Color Scheme
- Save Ini-Settings
- Reload Gui on Device Changes

Screenshot
Image

Info
- Version: v0.6

Changelog
- 0.6 | Added toggle date, time & uptime; Added reload on device change
- 0.5 | Some fixes; AlwaysOnTop now in saved .ini
- 0.4 | Change text; Added Color Scheme
- 0.3 | Save & Load Ini-Settings
- 0.2 | Scale transparency with Strg+MWHEEL(UP|DOWN)
- 0.1 | First Release

Contributing
- thanks to SKAN for CPULoad()
- thanks to AutoHotkey Community
Last edited by jNizM on 15 May 2014, 02:24, edited 6 times in total.
[AHK] v2.0.5 | [WIN] 11 Pro (Version 22H2) | [GitHub] Profile
User avatar
xZomBie
Posts: 256
Joined: 02 Oct 2013, 02:57

Re: SysMeter v0.1

09 May 2014, 06:02

@jNizM Yet another awesome script from you... :D
Skrell
Posts: 302
Joined: 23 Jan 2014, 12:05

Re: SysMeter v0.1

09 May 2014, 08:21

wow this is awesome!!

Does this app auto detect the harddrives ? Or does the user have to specify the drive letters?
User avatar
jNizM
Posts: 3183
Joined: 30 Sep 2013, 01:33
Contact:

Re: SysMeter v0.1

09 May 2014, 08:48

@xZomBie
thx =)

@Skrell
thx =)
It's auto detect all "Fixed Drives"
Last edited by jNizM on 13 May 2014, 03:20, edited 1 time in total.
[AHK] v2.0.5 | [WIN] 11 Pro (Version 22H2) | [GitHub] Profile
User avatar
Nextron
Posts: 1391
Joined: 01 Oct 2013, 08:23
Location: Netherlands OS: Win10 AHK: Unicode x32

Re: SysMeter v0.1

09 May 2014, 10:02

Oh nice, I'm torn between this and the HTOP gui. I do believe the font used isn't a standard one, so some random download link for Agency FB.
Skrell
Posts: 302
Joined: 23 Jan 2014, 12:05

Re: SysMeter v0.1

09 May 2014, 10:13

what is HTOP gui?
Guest10
Posts: 578
Joined: 01 Oct 2013, 02:50

Re: SysMeter v0.1

09 May 2014, 10:25

my display on XP is a lil messed up! :ugeek:
User avatar
Nextron
Posts: 1391
Joined: 01 Oct 2013, 08:23
Location: Netherlands OS: Win10 AHK: Unicode x32

Re: SysMeter v0.1

09 May 2014, 11:39

Skrell wrote:what is HTOP gui?
I meant the user interface of htop mini.
Spoiler
Guest10 wrote:my display on XP is a lil messed up! :ugeek:
Mine too on W7 before I installed the font.
Skrell
Posts: 302
Joined: 23 Jan 2014, 12:05

Re: SysMeter v0.1

10 May 2014, 11:54

Looks almost perfect on my XP machine. Only issue is that the "SWAP Usage" text is too far down and ends up slightly behind its blue bar. Also could you make the amount of transparency selectable?
User avatar
jNizM
Posts: 3183
Joined: 30 Sep 2013, 01:33
Contact:

Re: SysMeter v0.2

12 May 2014, 02:40

update: v0.2
- Scale Transparency with STRG+MWHEEL(UP & DOWN)

@Skrell
- htopmini is linked in top post
- Can you show me a Screenshot
Last edited by jNizM on 13 May 2014, 03:20, edited 1 time in total.
[AHK] v2.0.5 | [WIN] 11 Pro (Version 22H2) | [GitHub] Profile
Skrell
Posts: 302
Joined: 23 Jan 2014, 12:05

Re: SysMeter v0.2

12 May 2014, 08:48

Thank you for the update! Is the transparency level saved? I'll get you a picture tonight!
User avatar
jNizM
Posts: 3183
Joined: 30 Sep 2013, 01:33
Contact:

Re: SysMeter v0.2

12 May 2014, 09:06

not atm
next version is with settings.ini
[AHK] v2.0.5 | [WIN] 11 Pro (Version 22H2) | [GitHub] Profile
User avatar
joedf
Posts: 8940
Joined: 29 Sep 2013, 17:08
Location: Canada
Contact:

Re: SysMeter v0.2

12 May 2014, 20:09

Hey! It's like conky but for windows ;)
Image Image Image Image Image
Windows 10 x64 Professional, Intel i5-8500, NVIDIA GTX 1060 6GB, 2x16GB Kingston FURY Beast - DDR4 3200 MHz | [About Me] | [About the AHK Foundation] | [Courses on AutoHotkey]
[ASPDM - StdLib Distribution] | [Qonsole - Quake-like console emulator] | [LibCon - Autohotkey Console Library]
User avatar
jNizM
Posts: 3183
Joined: 30 Sep 2013, 01:33
Contact:

Re: SysMeter v0.3

13 May 2014, 03:19

update: v0.3
- Save & Load Ini-Settings

@Skrell
hmm... do you change some gui settings? like x, y or something?

@joedf
:D
[AHK] v2.0.5 | [WIN] 11 Pro (Version 22H2) | [GitHub] Profile
Skrell
Posts: 302
Joined: 23 Jan 2014, 12:05

Re: SysMeter v0.3

13 May 2014, 07:41

no i didn't change anything. It almost looks like the MB of swap memory is too long text wise and this pushes down the label.
User avatar
jNizM
Posts: 3183
Joined: 30 Sep 2013, 01:33
Contact:

Re: SysMeter v0.3

13 May 2014, 08:34

ok.. I see you dont use the "Agency FB" Font
try with

Code: Select all

Gui, Font, s8 cFFFFFF bold, Arial
[AHK] v2.0.5 | [WIN] 11 Pro (Version 22H2) | [GitHub] Profile
Skrell
Posts: 302
Joined: 23 Jan 2014, 12:05

Re: SysMeter v0.3

13 May 2014, 19:33

ok, so i think i found the problem. It definitely has something to do with fitting everyone on one line because i had the same problem after switching to the Arial font, but THEN when i used a font size of 8, everything looked perfect! Perhaps you can make the font size and/or total widget width an option?
Also, is it possible to display RAM and SWAP in GB rather than in MB?
User avatar
jNizM
Posts: 3183
Joined: 30 Sep 2013, 01:33
Contact:

Re: SysMeter v0.4

14 May 2014, 02:14

update: v0.4
- Changed text
- Added color scheme
[AHK] v2.0.5 | [WIN] 11 Pro (Version 22H2) | [GitHub] Profile
Skrell
Posts: 302
Joined: 23 Jan 2014, 12:05

Re: SysMeter v0.4

14 May 2014, 08:38

this is easily becoming one of my favorite autohotkey scripts of all time!!

Return to “Scripts and Functions (v1)”

Who is online

Users browsing this forum: No registered users and 113 guests