You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Under the packages section, there can be the number of games installed with steam. The package format in hyfetch would be called "steam"
Additional context
The way this will be done is by having hyfetch detect the ammount of folders either in ~/.local/share/Steam/steamapps/common or for the flatpak version ~/.var/app/com.valvesoftware.Steam/.local/share/Steam/steamapps/common Possibly ~/.steam/steam/steamapps/common as an alternative if the first one (not the flatpak one) does not work out.
The text was updated successfully, but these errors were encountered:
I'm late to this party but this isn't very accurate since steam also puts proton, controller configs, and steam linux runtime in there.
Also, it doesn't factor in games installed in non-default paths
A better way would be parsing ~/.steam/steam/config/libraryfolders.vdf (or flatpak equivalent) for existing library folders, and using those with an added filter for Proton, SLR, and Controller configs.
Describe the content
Under the packages section, there can be the number of games installed with steam. The package format in hyfetch would be called "steam"
Additional context
The way this will be done is by having hyfetch detect the ammount of folders either in
~/.local/share/Steam/steamapps/common
or for the flatpak version~/.var/app/com.valvesoftware.Steam/.local/share/Steam/steamapps/common
Possibly~/.steam/steam/steamapps/common
as an alternative if the first one (not the flatpak one) does not work out.The text was updated successfully, but these errors were encountered: