From 1977c7445897bac0f2537265af5f496aeede38fa Mon Sep 17 00:00:00 2001 From: Foldex Date: Sun, 30 Jul 2023 16:05:57 -0400 Subject: [PATCH 1/2] Readme: Fix Links --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 60eb8d80..5f4e4832 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ A skin to make Steam look more like a native GNOME app * **Settings**: Mostly done. * **New Overlay**: Mostly done. * **New Big Picture**: Not done. -* **Recoloring**: Colors can be changed via making a new theme. See [colorthemes](colorthemes) dir. +* **Recoloring**: Colors can be changed via making a new theme. See [colorthemes](/adwaita/colorthemes) dir. * **Light Themes**: Not currently planned, though may now be more feasible with the new UI. ### Limitations @@ -108,14 +108,14 @@ cd Adwaita-for-Steam #### Arguments -| Argument | Short | Required Values | Description | -| ---------------- | ------ | -------------------------------- | -------------------------------------------------------- | -| --color-theme | -c | [Colortheme](colorthemes) | Change color theme | -| --custom-css | | | Enable [custom css](/custom) | -| --extras | -e | [Web Extra](web/extras) | Enable one or multiple web theme extras | -| --list-options | -l | | List available patches, themes, and web extras | -| --target | -t | normal / flatpak / [custom dir] | Choose target location for install (default: both) | -| --uninstall | -u | | Uninstall theme | +| Argument | Short | Required Values | Description | +| ---------------- | ------ | ---------------------------------- | -------------------------------------------------------- | +| --color-theme | -c | [Colortheme](/adwaita/colorthemes) | Change color theme | +| --custom-css | | | Enable [custom css](/custom) | +| --extras | -e | [Web Extra](adwaita/extras) | Enable one or multiple web theme extras | +| --list-options | -l | | List available patches, themes, and web extras | +| --target | -t | normal / flatpak / [custom dir] | Choose target location for install (default: both) | +| --uninstall | -u | | Uninstall theme | #### Example Usage From 5d55a7701a8711c2580dbce30805ff5c31a363a0 Mon Sep 17 00:00:00 2001 From: Foldex Date: Sun, 30 Jul 2023 16:08:09 -0400 Subject: [PATCH 2/2] Readme: Remove web references --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5f4e4832..a760e38c 100644 --- a/README.md +++ b/README.md @@ -112,8 +112,8 @@ cd Adwaita-for-Steam | ---------------- | ------ | ---------------------------------- | -------------------------------------------------------- | | --color-theme | -c | [Colortheme](/adwaita/colorthemes) | Change color theme | | --custom-css | | | Enable [custom css](/custom) | -| --extras | -e | [Web Extra](adwaita/extras) | Enable one or multiple web theme extras | -| --list-options | -l | | List available patches, themes, and web extras | +| --extras | -e | [Extra](adwaita/extras) | Enable one or multiple theme extras | +| --list-options | -l | | List available themes and extras | | --target | -t | normal / flatpak / [custom dir] | Choose target location for install (default: both) | | --uninstall | -u | | Uninstall theme |