mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-01 12:41:52 -07:00
improve documentation on fonts in Prompt
This commit is contained in:
@@ -127,7 +127,7 @@ data XPState =
|
|||||||
}
|
}
|
||||||
|
|
||||||
data XPConfig =
|
data XPConfig =
|
||||||
XPC { font :: String -- ^ Font
|
XPC { font :: String -- ^ Font; use the prefix @"xft:"@ for TrueType fonts
|
||||||
, 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