config: i3: specify fonts to be used for window titles and bar

This commit is contained in:
Thomas Preisner 2022-08-27 21:04:19 +02:00
parent d4022aecee
commit 4b0e69c0a5

View file

@ -6,7 +6,7 @@ set $mod Mod4
# Font for window titles. Will also be used by the bar unless a different font # Font for window titles. Will also be used by the bar unless a different font
# is used in the bar {} block below. # is used in the bar {} block below.
font pango:monospace 8 font pango:DejaVu Sans, FontAwesome 7
# This font is widely installed, provides lots of unicode glyphs, right-to-left # This font is widely installed, provides lots of unicode glyphs, right-to-left
# text rendering and scalability on retina/hidpi displays (thanks to pango). # text rendering and scalability on retina/hidpi displays (thanks to pango).
@ -183,7 +183,7 @@ bindsym XF86MonBrightnessUp exec "brightnessctl set 4%+"
bar { bar {
position top position top
status_command i3status status_command i3status
font pango:DejaVu Sans, FontAwesome 8 font pango:DejaVu Sans, FontAwesome 7
} }
exec --no-startup-id redshift exec --no-startup-id redshift