English 正體中文
This is a personalization custom.css let Adwaita for Steam skin have a background image.
- Recommend install using AdwSteamGtk
- Run in terminal
curl -LsSf https://raw.githubusercontent.com/The-Lost-Light/Adwaita-Steam-Wallpaper/refs/heads/main/install.sh | sh -s /path/to/image
- Install Python (Remember to check "Add python.exe to PATH")
- Download the Source code (zip) and unzip
- Copy installer-windows.exe to the folder decompressed in step 2 and execute
You can tweak custom.css in
- Linux:
~/.steam/steam/steamui/adwaita/custom/custom.css
- Windows:
C:\Program Files (x86)\steam\steamui\adwaita\custom\custom.css
For Top bar opacity by --top-bar-opacity
and the Library content opacity by --library-opacity
.
You can also set the opacity using gradient, the preview image is using
/* Library, Download page */
body.DesktopUI div._3xRRJfD2xy95i9NhJxLTp0,
._2Dd4T78PcCTUVgOtDGFY5j {
background: linear-gradient(
to right,
rgba(0, 0, 0, 0.6),
25%,
rgba(0, 0, 0, 0.2)
) !important;
}
Adwaita for Steam: The Steam Adwaita skin framework
AdwSteamGtk: The skin installer for Linux
steam-GBC: Another method to change background image with Millennium framework