Fixed font (added "xft:" to font designation
This commit is contained in:
parent
ea170669e1
commit
b45529e715
@ -221,7 +221,7 @@ myTheme :: Theme
|
|||||||
myTheme = defaultTheme {
|
myTheme = defaultTheme {
|
||||||
fontName = myFont
|
fontName = myFont
|
||||||
}
|
}
|
||||||
myFont = "xos4 Terminus:style=Regular:Pixelsize=12"
|
myFont = "xft:xos4 Terminus:style=Regular:Pixelsize=12"
|
||||||
|
|
||||||
fadeHook = fadeInactiveLogHook fadeAmount
|
fadeHook = fadeInactiveLogHook fadeAmount
|
||||||
where fadeAmount = 0.8
|
where fadeAmount = 0.8
|
||||||
|
Loading…
Reference in New Issue
Block a user