From f983cca70a7db26ce48efb0594df587c675fbe6c Mon Sep 17 00:00:00 2001 From: Sceleri Date: Mon, 19 Apr 2021 06:05:28 +0300 Subject: [PATCH 1/3] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f58c994..37e0b5e 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Confirm that the right skin and file is selected. Click on Generate. * This will remove any previous files in the settings directory. -A generated settings skin should open. You can test it and confirm it's changing the right file. +After generation, click on "Open skin". Read the [quick-start guide](https://github.com/sceleri/settings/wiki) on how to customize the generated skin. @@ -22,7 +22,7 @@ Once you're done, move the folder called "settings" from `Skins\Settings` to `Sk ## TO-DO for release: - [x] Update RainDoc wiki to new Pipe syntax - [x] Write an example.inc - - [ ] Make the generated skin look nicer + - [x] Make the generated skin look nicer - [x] Add a bit of padding to the top of the category list - [x] Make all string meters `ClipString=2` - [x] Move Credit.inc from the first page to the bottom of the list @@ -45,4 +45,5 @@ Once you're done, move the folder called "settings" from `Skins\Settings` to `Sk - [ ] Better (custom ?) colour picker - [ ] Document Tooltip - [ ] Make list items rely on actual padding for ClipString instead of complicated width calculations + - [ ] Streamline the generation sequence, maybe make Settings "inject" the generated settings skin into the target skin From 71bc907d8d8719feaf4738a930aa041df70ee1bb Mon Sep 17 00:00:00 2001 From: Sceleri Date: Mon, 19 Apr 2021 06:09:53 +0300 Subject: [PATCH 2/3] Update README.md --- README.md | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 37e0b5e..2e16885 100644 --- a/README.md +++ b/README.md @@ -6,18 +6,16 @@ It reads the target skins variable file and generates meters and measures to bot ## Basic usage -Drag & Drop your settings.inc on the generator skin. - -Confirm that the right skin and file is selected. - -Click on Generate. +1. Read the [quick-start guide](https://github.com/sceleri/settings/wiki) on how to format the generated skin. Settings will not work if you don't format your variable file correctly. +2. Format your variable file. +3. Drag & Drop your settings.inc on the generator skin. +4. Confirm that the right skin and file is selected. +5. Click on Generate. * This will remove any previous files in the settings directory. - -After generation, click on "Open skin". - -Read the [quick-start guide](https://github.com/sceleri/settings/wiki) on how to customize the generated skin. - -Once you're done, move the folder called "settings" from `Skins\Settings` to `Skins\YourSkin`. +6. Click on "Open skin". +7. Test that the generated skin works and is actually changing the variables. + * You will have to refresh your skin manually after changing them with Settings. +8. Move the folder called "settings" from `Skins\Settings` to `Skins\YourSkin`. ## TO-DO for release: - [x] Update RainDoc wiki to new Pipe syntax From 5a1b16e4c96313310c57fc7927545f8bcec5bd58 Mon Sep 17 00:00:00 2001 From: Sceleri Date: Mon, 19 Apr 2021 06:21:50 +0300 Subject: [PATCH 3/3] Update README.md --- README.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 2e16885..859c899 100644 --- a/README.md +++ b/README.md @@ -2,20 +2,19 @@ Settings is a Rainmeter skin that generates settings skins for other Rainmeter skins. -It reads the target skins variable file and generates meters and measures to both display and change the variables. - ## Basic usage 1. Read the [quick-start guide](https://github.com/sceleri/settings/wiki) on how to format the generated skin. Settings will not work if you don't format your variable file correctly. 2. Format your variable file. -3. Drag & Drop your settings.inc on the generator skin. -4. Confirm that the right skin and file is selected. -5. Click on Generate. - * This will remove any previous files in the settings directory. -6. Click on "Open skin". -7. Test that the generated skin works and is actually changing the variables. - * You will have to refresh your skin manually after changing them with Settings. -8. Move the folder called "settings" from `Skins\Settings` to `Skins\YourSkin`. +3. Drag & Drop your variable file on the generator skin. +4. Click on Generate. +5. Click on "Open skin". +6. Test that the generated skin works and is actually changing the variables. + * You have to refresh your skin manually after changing variables with Settings. +7. Move the folder called "settings" from `Skins\Settings` to `Skins\YourSkin`. +8. Right click the Rainmeter tray icon and Refresh all. + +Steps 4-8 will be combined into one step in a later release. ## TO-DO for release: - [x] Update RainDoc wiki to new Pipe syntax