- This is a bash script for Linux systems that hides the annoying "What's New" section from your Steam Library based on MateusAuri's Windows script
- Navigate to your Steam install directory (in my case
/home/[user]/.steam/
when installed using the apt package manager, flatpak will likely differ) - Naviagte to "steamui\css"
- Copy this script into the "css" folder (it should be in the same folder as "chunk~2dcc5aaf7.css")
- Open a terminal in this directory (in my case
/home/[user]/.steam/steam/steamui/css/
) - Run the following command in the terminal:
bash SteamWhatsNewYeeter.sh
- (Optional) Set up a cronjob to run the script regularly:
- In the same terminal, run the command
crontab -e
- using your favorite editor, add the following line to the end of your crontab:
0 12 * * * bash /home/[user]/.steam/steam/steamui/css/SteamWhatsNewYeeter.sh
- Save and close the file
- In the same terminal, run the command
You can download the script directly by right clicking the SteamWhatsNewYeeter.sh file above and clicking "Save link as..."