add addtheme.sh, updated instructions, make scripts run from outside of themes directory
This commit is contained in:
parent
e943205f93
commit
d41b500117
3 changed files with 50 additions and 3 deletions
|
@ -15,11 +15,13 @@ Make a local checkout of this new repository.
|
|||
Inside the new repository create a file containing the theme settings:
|
||||
|
||||
```bash
|
||||
rofi -dump-xresources-theme > Themes/{themename}.theme
|
||||
./addtheme.sh
|
||||
```
|
||||
|
||||
This stores the colors and separator style configuration in `{themename}.theme`.
|
||||
|
||||
Theme author is set to your login name. If you would like to override this, use the `--user "Some Name"` argument.
|
||||
|
||||
Edit this file to add more information if needed, for example if the theme should use a specific font.
|
||||
|
||||
## Create screenshot and stage files
|
||||
|
@ -30,6 +32,11 @@ Run the included script:
|
|||
./update.sh
|
||||
```
|
||||
Make sure the script finished successful.
|
||||
Dependencies for the script are:
|
||||
|
||||
* xdotool
|
||||
* xrdb
|
||||
* xvfb
|
||||
|
||||
## Commit and push changes
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue