4de0d34e28
Improved GPU and Screen resolution fetching
...
Replaced calls to bash for getting monitor resolutions
getGPUName() now returns the first GPU with available device information
2024-05-16 08:41:21 +03:00
7ed54ec1a5
DISPLAY_PROTOCOL Variable and separate monitor resolutions (On X11)
...
Added a DISPLAY_PROTOCOL variable
Resolution information has been converted to a Golang function and now lists different monitors separately
2024-05-15 16:37:09 +03:00
2984a7da5f
Fixed chroot bugs and reduced executable size
...
Stormfetch will now only list CPU and memory information if available
Added 'ldflag "-w"' to go build which reduces file size
Added 'run' goal to Makefile
2024-05-15 13:25:11 +03:00
4a2833afff
Shell information has been converted to a Golang function
2024-05-15 12:02:43 +03:00
c13c730e4c
Removed lshw as a dependency
...
Renamed Utils.go to utils.go
2024-05-15 10:07:20 +03:00