| Copyright | (c) Ivan A. Malison |
|---|---|
| License | BSD3-style (see LICENSE) |
| Maintainer | Ivan A. Malison |
| Stability | unstable |
| Portability | unportable |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
System.Taffybar.Widget.SNITray
Description
Synopsis
- getHost :: Bool -> TaffyIO Host
- sniTrayNewFromParams :: TrayParams -> TaffyIO Widget
- sniTrayNewFromHostParams :: TrayParams -> Host -> TaffyIO Widget
- sniTrayNew :: TaffyIO Widget
- sniTrayThatStartsWatcherEvenThoughThisIsABadWayToDoIt :: TaffyIO Widget
Documentation
sniTrayNewFromParams :: TrayParams -> TaffyIO Widget Source #
Build a new StatusNotifierItem tray from the provided parameters
sniTrayNewFromHostParams :: TrayParams -> Host -> TaffyIO Widget Source #
sniTrayNew :: TaffyIO Widget Source #
Build a new StatusNotifierItem tray that will share a host with any other trays that are constructed automatically
sniTrayThatStartsWatcherEvenThoughThisIsABadWayToDoIt :: TaffyIO Widget Source #
Build a new StatusNotifierItem tray that also starts its own watcher, without depending on status-notifier-icon. This will not register applets started before the watcher is started.