-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a9f4c9b
commit 6b1f83e
Showing
6 changed files
with
15 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -91,37 +91,41 @@ Below are some examples, as well as the equivalent `gsettings` command. | |
|
||
```bash | ||
# gsettings --set org.cinnamon.desktop.interface icon-theme "Mint-X" | ||
$ themer --set icons "Mint-X" | ||
$ themer.sh --set icons "Mint-X" | ||
``` | ||
|
||
2) Change the window border theme | ||
|
||
```bash | ||
# gsettings --set org.cinnamon.desktop.wm.preferences theme "Mint-Y-Dark" | ||
$ themer --set windows "Mint-Y-Dark" | ||
$ themer.sh --set windows "Mint-Y-Dark" | ||
``` | ||
|
||
3) Get the controls theme | ||
|
||
```bash | ||
# gsettings --get org.cinnamon.desktop.interface gtk-theme | ||
$ themer --get controls | ||
$ themer.sh --get controls | ||
``` | ||
|
||
4) List available desktop themes | ||
|
||
```bash | ||
$ themer --list-themes | ||
$ themer.sh --list-themes | ||
``` | ||
|
||
## Contributing | ||
|
||
For contributing to this project, see [CONTRIBUTING](Contributing.md). | ||
For contributing to this project, see [CONTRIBUTING][contributing]. | ||
|
||
## License | ||
|
||
See [LICENSE](LICENSE) for more information. | ||
See [LICENSE][license] for more information. | ||
|
||
## Contact | ||
|
||
Trevor Moon - [email protected] | ||
|
||
<!-- links --> | ||
[contributing]: CONTRIBUTING.md | ||
[license]: src/LICENSE |
File renamed without changes.
Empty file.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters