Skip to content
This repository has been archived by the owner on Jun 7, 2019. It is now read-only.

Commit

Permalink
Fix command escaping
Browse files Browse the repository at this point in the history
Closes #204
  • Loading branch information
eonpatapon committed Aug 31, 2015
1 parent 2e45b27 commit a09c306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -136,7 +136,7 @@ option to gsettings.**

For example, if you wish to include the number of the track before the track title, you can do:

gsettings set org.gnome.shell.extensions.mediaplayer trackbox-template '[{"template": "{trackArtist}", "style_class": "track-info track-info-big"}, {"template": "{trackNumber|. }{trackTitle}", "style_class": "track-info track-info-medium"}, {"template": "<span color=\\"#aaa\\">{trackAlbum}</span>", "style_class": "track-info"}]'
gsettings set org.gnome.shell.extensions.mediaplayer trackbox-template '[{"template": "{trackArtist}", "style_class": "track-info track-info-big"}, {"template": "{trackNumber|. }{trackTitle}", "style_class": "track-info track-info-medium"}, {"template": "<span color=\"#aaa\">{trackAlbum}</span>", "style_class": "track-info"}]'

See the previous setting for more information about template formatting.

Expand Down

0 comments on commit a09c306

Please sign in to comment.