Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
JustTemmie committed Apr 5, 2023
2 parents ffe43f3 + 76c09ea commit 473c8fb
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ git clone https://github.com/JustTemmie/steam-presence

follow the **setup** guide

and for linux users, run the [Installer](#installer)
and for linux users, run the [Installer](#automatic-installer)

## Setup
create a file named `config.json` in the same directory as main.py and fill it in accordingly.
Expand Down Expand Up @@ -231,12 +231,14 @@ then change WEB_SCRAPE in the config file to true

# Game Overwrite

if you want to display a game that isn't on steam, you can use the `GAME_OVERWRITE` section.
if you want to display soemthing else, you can use the `GAME_OVERWRITE` section.

set enabled to true and fill in the name of the game you want to display.
set enabled to true and fill in the name of whatever you want to display.

this will still try to grab an icon from steamGridDB, but if it can't find one you can try giving it one yourself.

this field can be *anything* if you want to be seen playing "eirasdtloawbd" you can do so.

# Custom Icon

this is a small icon that appears in the bottom right, enable it or disable it.
Expand Down Expand Up @@ -287,7 +289,7 @@ if you're running either Windows or MacOS i cannot really give you any help with

If you have a Steam Deck, it is possible to have steam-presence start automatically when your Steam Deck boots. This method may also work on other Linux distributions that use per-user Systemd instances. If you (as a regular user) can run the command `systemctl --user status` successfully, then this should work.

### Installer
### Automatic Installer

simply run the `installer.sh` file

Expand Down

0 comments on commit 473c8fb

Please sign in to comment.