7c493dc9f9
Added filesystem label detection, btrfs subvolumes should now be grouped under one partition and the filesystem type will now be shown if enabled in config.yaml
2024-06-19 18:20:16 +03:00
c4c71fc49a
Added hidden_gpus option in the config
2024-06-09 14:45:17 +03:00
efdbe94193
Stormfetch will now list all GPUs if multiple of them are connected
2024-06-09 14:39:24 +03:00
7b8c017ed0
Added a --distro-name flag and distro_name config option
2024-06-09 11:11:18 +03:00
efae7c4b93
Split main.go code into more functions,improved extra newline removal and added --ascii flag
2024-06-09 10:49:11 +03:00
b90b869643
Stormfetch will no longer crash if there is an error while reading partition size
2024-06-09 10:20:28 +03:00
720eb845ca
Improved partition detection
2024-06-09 10:12:36 +03:00
ba67c074db
Fixed bug where system info would be cut off if ascii was short and added cachyos ascii
2024-06-08 20:33:33 +03:00
c05f34eb7d
Fixed minor bug and updated fetch_script.sh
...
Fixed bug which would cause partitions not to show up if /dev/disk/by-partlabel/ did not exist
Updated fetch_script.sh to use labels if available
2024-05-16 22:24:16 +03:00
39b901e6fd
Added PARTITION<n>_LABEL bash variable
2024-05-16 22:05:03 +03:00
2af3ab1156
Close xdg connection after querying
2024-05-16 17:01:11 +03:00
0c376702c7
Added partition size support
...
Added MOUNTED_PARTITIONS bash variable
Added PARTITION<n>_DEVICE bash variable
Added PARTITION<n>_MOUNTPOINT bash variable
Added PARTITION<n>_TOTAL_SIZE bash variable
Added PARTITION<n>_USED_SIZE bash variable
Added PARTITION<n>_FREE_SIZE bash variable
2024-05-16 16:57:12 +03:00
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