mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-31 04:01:51 -07:00
X.P.OrgMode: Also parse time in HHMM format
This commit is contained in:
@@ -150,6 +150,7 @@ instance Arbitrary OrgMsg where
|
||||
hourGen :: Gen String
|
||||
hourGen = oneof
|
||||
[ pure " " <<>> (pad <$> hourInt) <<>> pure ":" <<>> (pad <$> minuteInt)
|
||||
, pure " " <<>> (pad <$> hourInt) <<>> (pad <$> minuteInt)
|
||||
, pure ""
|
||||
]
|
||||
where
|
||||
|
Reference in New Issue
Block a user