Skip to content

alexkay/xmonad-log-applet

 
 

Repository files navigation

xmonad-log-applet

xmonad-log-applet is for Xmonad users who find the GNOME, MATE, or Xfce panel useful. The applet will show the active workspaces, the title of the selected window or whatever information you send it from your xmonad.hs.

xmonad-log-applet was originally written by Adam Wick, you can get more details on the old website.

Installation

There are two pieces of setup you'll need to get this working, assuming you are already running Xmonad within GNOME, MATE or Xfce:

  • An xmonad.hs setup file that will send properly-formatted information to D-Bus. You can use this xmonad.hs as an example; obviously, feel free to change the colours to match your tastes.

  • The panel applet. You can either get the current stable build as a tarball, or pull the latest version from the git repository: git clone git://github.com/alexkay/xmonad-log-applet.git

The applet supports GNOME 2, GNOME 3, MATE and Xfce 4 panels, just pass --with-panel=X to ./configure when compiling, where X is one of gnome2, gnome3, mate or xfce4.

If you are compiling from a git clone, you should run ./autogen.sh instead of ./configure.

FAQ

  • Which Haskell D-Bus package should I use?

    The recommended package is dbus.

  • How to add applets to the GNOME3 panel?

    You need to hold the Alt key when right-clicking the panel.

Contact

If you have any questions, comments or bug reports, please contact me via GitHub or drop me a line at alexander@kojevnikov.com.

About

An applet that will display Xmonad log information

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 66.8%
  • Haskell 28.0%
  • Shell 5.2%