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