mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-01 20:51:52 -07:00
ShellPrompt.hs (showXPrompt): use a single blank
This commit is contained in:
@@ -50,7 +50,7 @@ import XMonadContrib.XPrompt
|
|||||||
data Shell = Shell
|
data Shell = Shell
|
||||||
|
|
||||||
instance XPrompt Shell where
|
instance XPrompt Shell where
|
||||||
showXPrompt Shell = "Run: "
|
showXPrompt Shell = "Run: "
|
||||||
|
|
||||||
shellPrompt :: XPConfig -> X ()
|
shellPrompt :: XPConfig -> X ()
|
||||||
shellPrompt c = do
|
shellPrompt c = do
|
||||||
|
Reference in New Issue
Block a user