diff options
author | jao <jao@gnu.org> | 2025-02-11 04:40:34 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2025-02-11 19:23:53 +0000 |
commit | af4390e1f9152ba1bd3142a5ce5b63313e9747f9 (patch) | |
tree | 16a57104d7700a88b5e9f83f46831530ba2729ce /src/Xmobar/Run/Runnable.hs | |
parent | 7390d759240785f660cbdb0ca55898732aa12c98 (diff) | |
download | xmobar-af4390e1f9152ba1bd3142a5ce5b63313e9747f9.tar.gz xmobar-af4390e1f9152ba1bd3142a5ce5b63313e9747f9.tar.bz2 |
prototype for onClick method in Exec
Diffstat (limited to 'src/Xmobar/Run/Runnable.hs')
-rw-r--r-- | src/Xmobar/Run/Runnable.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Xmobar/Run/Runnable.hs b/src/Xmobar/Run/Runnable.hs index f89f901..a95e70b 100644 --- a/src/Xmobar/Run/Runnable.hs +++ b/src/Xmobar/Run/Runnable.hs @@ -32,6 +32,7 @@ instance Exec Runnable where start (Run a) = start a alias (Run a) = alias a trigger (Run a) = trigger a + onClick (Run a) = onClick a instance Show Runnable where show (Run x) = "Run " ++ show x |