Commit Graph
36 Commits
Author SHA1 Message Date
EnumDev 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
EnumDev 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
EnumDev 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
EnumDev 4a2833afff Shell information has been converted to a Golang function 2024-05-15 12:02:43 +03:00
EnumDev c13c730e4c Removed lshw as a dependency
Renamed Utils.go to utils.go
2024-05-15 10:07:20 +03:00
EnumDev 4c72295972 DE/WM information has been converted to a Golang function 2024-05-15 09:15:15 +03:00
EnumDev a29a8f1dd9 CPU, GPU and memory information have been converted to Golang functions 2024-05-14 10:03:18 +03:00
EnumDev 1fc9a9ea79 Added Bspwm support 2024-05-12 16:58:32 +03:00
EnumDev 01b23277fd Added gif to README.md
Changed README.md formatting
2024-05-12 11:24:58 +03:00
EnumDev 75deb165ad Updated configuration to support color 2.0 2024-05-12 10:14:00 +03:00
EnumDev 56511c90db Merge remote-tracking branch 'origin/master' 2024-05-11 21:18:10 +03:00
EnumDev 42a60296a9 Improved color support 2024-05-11 21:17:39 +03:00
EnumDev af4c534685 Merge branch 'master' into 'master'
Add AUR link and tidy up README grammar

See merge request CapCreeperGR/stormfetch!1
2024-05-11 17:31:13 +00:00
let 25a596cd5e tidy up the grammar a bit 2024-05-11 20:05:04 +03:00
let 4d414daccc add AUR to README 2024-05-11 20:03:08 +03:00
EnumDev 664b639fb9 Added color support 2024-05-11 19:16:53 +03:00
EnumDev 2b33b64602 Added missing dependency warning 1.1 2024-05-08 14:26:01 +03:00
EnumDev 200e300be0 Improved DE/WM Detection 2024-05-08 14:12:38 +03:00
EnumDev 139e64d682 Added GO variable to Makefile 2024-05-08 13:00:29 +03:00
EnumDev 0608d1b84b Added a 'compress' goal to the Makefile to quickly create a tar.gz archive 2024-05-08 11:52:59 +03:00
EnumDev 325d6bff13 Updated fetch script
Added new ascii art for more linux distros
2024-05-08 11:21:13 +03:00
EnumDev e30485d80f Added go.sum 1.0 2024-05-06 15:57:50 +03:00
EnumDev a496963b28 Updated README.md 2024-05-06 15:56:39 +03:00
EnumDev 63ff845576 Fixed free and used memory being swapped 2024-05-06 15:49:54 +03:00
EnumDev c40c3ce423 Updated Makefile, README.md and fetch_script_functions.sh 2024-05-06 15:32:55 +03:00
EnumDev 24bc0b6f16 Added BINDIR and SYSCONFDIR variables to the Makefile 2024-05-06 14:56:29 +03:00
EnumDev 8874e74488 Added README.md 2024-05-06 13:40:17 +03:00
EnumDev 72fcee014f Added Makefile 2024-05-06 13:26:09 +03:00
EnumDev 9d78dc0ca6 Added default config to git repo 2024-05-06 12:57:56 +03:00
EnumDev 80e4992f75 Added MIT License 2024-05-06 12:48:21 +03:00
EnumDev c340e02fcd Distro information will no longer need to be hard coded if ID, NAME and PRETTY_NAME are values in /etc/os-release 2024-05-06 11:26:48 +03:00
EnumDev ba42064d3a Seperated the fetch script into its own file 2024-05-06 00:08:24 +03:00
EnumDev d97ff3d9b6 Stormfetch can now use ascii art from both the global and user ascii directory simultaneously 2024-05-05 22:14:59 +03:00
EnumDev 0dcb6320af Removed distro_id config option
Cleaned up some code
2024-05-05 12:38:02 +03:00
EnumDev 23cdf358b0 Moved distro information to the right of the distro ascii 2024-05-04 15:59:10 +03:00
EnumDev 469e704610 Initial Commit 2024-05-04 15:02:05 +03:00