gtk-sni-tray: A standalone StatusNotifierItem/AppIndicator tray

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Please see the README on Github at https://github.com/IvanMalison/gtk-sni-tray#readme


[Skip to Readme]

Properties

Versions 0.1.0.0, 0.1.1.0, 0.1.2.0, 0.1.2.1, 0.1.3.0, 0.1.3.1, 0.1.3.2, 0.1.4.0, 0.1.5.0, 0.1.6.0, 0.1.6.2, 0.1.7.0, 0.1.7.0, 0.1.8.0, 0.1.8.1
Change log ChangeLog.md
Dependencies base (>=4.7 && <5), bytestring, containers, dbus (>=1.0.0 && <2.0.0), dbus-hslogger (>=0.1.0.1 && <0.2.0.0), directory, enclosed-exceptions (>=1.0.0.1), filepath, gi-cairo, gi-cairo-connector, gi-cairo-render, gi-dbusmenugtk3, gi-gdk, gi-gdkpixbuf (>=2.0.16), gi-glib, gi-gtk (>=3.0.21), gtk-sni-tray, gtk-strut (>=0.1.2.1), haskell-gi (>=0.21.2), haskell-gi-base (>=0.21.1), hslogger, optparse-applicative, status-notifier-item (>=0.3.1.0 && <0.4.0.0), text, transformers, transformers-base (>=0.4), unix [details]
License BSD-3-Clause
Copyright 2018 Ivan Malison
Author Ivan Malison
Maintainer IvanMalison@gmail.com
Category System
Home page https://github.com/IvanMalison/gtk-sni-tray#readme
Bug tracker https://github.com/IvanMalison/gtk-sni-tray/issues
Source repo head: git clone https://github.com/IvanMalison/gtk-sni-tray
Uploaded by eyevanmalicesun at 2021-07-24T02:50:17Z

Modules

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for gtk-sni-tray-0.1.7.0

[back to package description]

gtk-sni-tray

gtk-sni-tray provides a StatusNotifierHost widget written using the gtk+3 bindings for haskell provided by gi-gtk. It also provides a simple standalone executable, gtk-sni-tray-standalone, that is configured with command line arguments. This executable will run the aforementioned widget by itself in a strut window, on each monitor for each it is requested.

taffybar

It is generally recommeneded that you use this widget through taffybar with this module, which will allow you to combine it with other useful widgets, and will give more flexibility in configuration.

StatusNotifierWatcher

By default, it is assumed that you are running an isolated StatusNotifierWatcher daemon. status-notifier-item provides a StatusNotifierWatcher executable that you can use for this purpose. If you get an error like

MethodError {methodErrorName = ErrorName "org.freedesktop.DBus.Error.ServiceUnknown", methodErrorSerial = Serial 7, methodErrorSender = Just (BusName "org.freedesktop.DBus"), methodErrorDestination = Just (BusName ":1.549"), methodErrorBody = [Variant "The name org.kde.StatusNotifierWatcher was not provided by any .service files"]}

when you start gtk-sni-tray-standalone it is probably because you have not started a StatusNotifierWatcher on your system. You can solve this problem by passing the --watcher flag to gtk-sni-tray-standalone, but this is not recommeneded, because many SNI processes do not monitor for new watcher processes, and so may not immediately register when this new watcher is started.

Installation

Both stack and cabal can be used to install gtk-sni-tray.