aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway-bar.5.scd
diff options
context:
space:
mode:
authorLibravatar Brian Ashworth <bosrsf04@gmail.com>2019-08-16 00:08:16 -0400
committerLibravatar Simon Ser <contact@emersion.fr>2019-08-16 08:53:55 +0300
commit6061d083ca746de525c39f061510f058840198f5 (patch)
treee5d56d3499792d285a1131878aa2ea7a7bed2414 /sway/sway-bar.5.scd
parentlayer-shell: add support for popups (diff)
downloadsway-6061d083ca746de525c39f061510f058840198f5.tar.gz
sway-6061d083ca746de525c39f061510f058840198f5.tar.zst
sway-6061d083ca746de525c39f061510f058840198f5.zip
sway{,-bar}.5: add link to pango font description
This just specifies that both cmd_font and bar_cmd_font should be specified using the pango font description and adds a link to the pango documentation regarding the font description
Diffstat (limited to 'sway/sway-bar.5.scd')
-rw-r--r--sway/sway-bar.5.scd4
1 files changed, 3 insertions, 1 deletions
diff --git a/sway/sway-bar.5.scd b/sway/sway-bar.5.scd
index d53574aa..42fb2989 100644
--- a/sway/sway-bar.5.scd
+++ b/sway/sway-bar.5.scd
@@ -37,7 +37,9 @@ Sway allows configuring swaybar in the sway configuration file.
37 Executes custom bar command. Default is _swaybar_. 37 Executes custom bar command. Default is _swaybar_.
38 38
39*font* <font> 39*font* <font>
40 Specifies the font to be used in the bar. 40 Specifies the font to be used in the bar. _font_ should be specified as a
41 pango font description. For more information on pango font descriptions,
42 see https://developer.gnome.org/pango/stable/pango-Fonts.html#pango-font-description-from-string
41 43
42*separator_symbol* <symbol> 44*separator_symbol* <symbol>
43 Specifies the separator symbol to separate blocks on the bar. 45 Specifies the separator symbol to separate blocks on the bar.