mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-01 04:31:52 -07:00
Better description of 'font' field of 'XPC' record
Describe how to use the 'font' field of 'XPC' record by adding two different examples.
This commit is contained in:
committed by
O. Kemal Yüksel
parent
33c805fadc
commit
878987071b
@@ -126,7 +126,10 @@ data XPState =
|
|||||||
}
|
}
|
||||||
|
|
||||||
data XPConfig =
|
data XPConfig =
|
||||||
XPC { font :: String -- ^ Font; use the prefix @"xft:"@ for TrueType fonts
|
XPC { font :: String -- ^ Font. For TrueType fonts, use something like
|
||||||
|
-- @"xft:Hack:pixelsize=1"@. Alternatively, use X Logical Font
|
||||||
|
-- Description, i.e. something like
|
||||||
|
-- @"-*-dejavu sans mono-medium-r-normal--*-80-*-*-*-*-iso10646-1"@.
|
||||||
, bgColor :: String -- ^ Background color
|
, bgColor :: String -- ^ Background color
|
||||||
, fgColor :: String -- ^ Font color
|
, fgColor :: String -- ^ Font color
|
||||||
, fgHLight :: String -- ^ Font color of a highlighted completion entry
|
, fgHLight :: String -- ^ Font color of a highlighted completion entry
|
||||||
|
Reference in New Issue
Block a user