kotajacob / wal_steam

A little script that themes the colours for Metro for steam from wal or wpg.
MIT License
145 stars 16 forks source link

Detection of operating system. #24

Closed kotajacob closed 7 years ago

kotajacob commented 7 years ago

This would allow the program to easily work on operating system that have steam in a different location than ~/.local/share/Steam

dylanaraps commented 7 years ago

According to the Steam launch script, Steam is always located at ${HOME}/.steam/ which is symlinked to ${HOME}/.local/share/Steam or wherever the steam files are located.

Anyway, the point I'm trying to make is that ${HOME}/.steam/ should always point to the right location so you can use it in a script.

kotajacob commented 7 years ago

Sweet I'll test that here shortly!