diff options
author | jao <jao@gnu.org> | 2025-02-11 04:40:34 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2025-02-11 11:58:06 +0000 |
commit | 4beda5f4d1067117f2c2786727697f79cf986244 (patch) | |
tree | d3f93ff60771e554648c05ae1a055d50b0b828a9 /src/Xmobar/Run/Runnable.hs | |
parent | 7390d759240785f660cbdb0ca55898732aa12c98 (diff) | |
download | xmobar-on-click.tar.gz xmobar-on-click.tar.bz2 |
prototype for onClick method in Execon-click
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 |