summaryrefslogtreecommitdiffhomepage
path: root/src/Xmobar/Run/Runnable.hs
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2025-02-11 04:40:34 +0000
committerjao <jao@gnu.org>2025-02-11 19:23:53 +0000
commitaf4390e1f9152ba1bd3142a5ce5b63313e9747f9 (patch)
tree16a57104d7700a88b5e9f83f46831530ba2729ce /src/Xmobar/Run/Runnable.hs
parent7390d759240785f660cbdb0ca55898732aa12c98 (diff)
downloadxmobar-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.hs1
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