Copyright | (c) TheDaemoness 2023 |
---|---|
License | ISC |
Maintainer | emertens@gmail.com |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Client.Configuration.Notifications
Description
Documentation
data NotifyWith Source #
Constructors
NotifyWithCustom [String] | |
NotifyWithNotifySend | |
NotifyWithOsaScript | |
NotifyWithTerminalNotifier |
Instances
Show NotifyWith Source # | |
Defined in Client.Configuration.Notifications Methods showsPrec :: Int -> NotifyWith -> ShowS # show :: NotifyWith -> String # showList :: [NotifyWith] -> ShowS # |
notifyCmd :: NotifyWith -> Maybe ((Text, Text) -> ProcessConfig () () ()) Source #