Switch to Fira Mono for interface text
This commit is contained in:
parent
7e3b545dd7
commit
9a8c2efda6
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user