Switch to Fira Mono for interface text

This commit is contained in:
Jeremy Dormitzer 2020-05-19 16:48:50 -04:00
parent 7e3b545dd7
commit 9a8c2efda6
2 changed files with 3 additions and 3 deletions

View File

@ -10,10 +10,10 @@ alert = ${xrdb:color3:#222}
width = 100% width = 100%
height = 27 height = 27
padding = 1 padding = 1
module-margin = 1 module-margin = 2
background = ${colors.background} background = ${colors.background}
foreground = ${colors.foreground} foreground = ${colors.foreground}
font-0 = IBMPlexMono-Regular;2 font-0 = Fira Sans;2
font-1 = Hack Nerd Font:size=16;3 font-1 = Hack Nerd Font:size=16;3
modules-right = battery date modules-right = battery date

View File

@ -211,7 +211,7 @@
(load-module "ttf-fonts") (load-module "ttf-fonts")
(xft:cache-fonts) (xft:cache-fonts)
(set-font (set-font
(make-instance 'xft:font :family "IBM Plex Mono" :subfamily "Regular" :size 12)) (make-instance 'xft:font :family "Fira Mono" :subfamily "Regular" :size 12))
(set '*message-window-padding* 4) (set '*message-window-padding* 4)
;; Desktop background ;; Desktop background