diff --git a/README.rst b/README.rst index 6021aff5..abd95852 100644 --- a/README.rst +++ b/README.rst @@ -95,3 +95,13 @@ explicitly allowed. A fontconfig file is provided which enables it. Copy `this file `_ from the fontconfig directory to your home folder under ``~/.config/fontconfig/conf.d`` (create it if it doesn't exist) and re-run ``fc-cache -vf``. + +Gsettings +--------- + +On some GNOME systems, in order to use the powerline patched font in place of a default +font, you will need to set the new font using ``gsettings``. For example, Elementary OS's +Terminal (io.elementary.terminal) uses ``Roboto Mono 10`` as its default monospace font. +In order to use its Powerline equivalent, issue the following command: +:: + gsettings set io.elementary.terminal.settings font 'Roboto Mono For Powerline 10'