Skip to content

Commit

Permalink
Fix #95
Browse files Browse the repository at this point in the history
  • Loading branch information
suchmememanyskill committed Aug 12, 2023
1 parent 0dd42fd commit 9b19316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def get_steam_path() -> str:
except Exception as e:
return "C:\\Program Files (x86)\\Steam" # Taking a guess here
else:
return f"{get_user_home()}/.local/share/Steam"
return f"{get_user_home()}/.steam/steam"

def create_steam_symlink() -> Result:
return create_symlink(get_theme_path(), os.path.join(get_steam_path(), "steamui", "themes_custom"))
Expand Down

0 comments on commit 9b19316

Please sign in to comment.