#!/bin/bash
{
    echo '#!/bin/bash';
    echo 'export STEAM_FORCE_DESKTOPUI_SCALING=2.0';
} | sudo tee /etc/profile.d/steam.sh > /dev/null;