diff options
| author | jao <jao@gnu.org> | 2022-04-18 15:59:51 +0100 | 
|---|---|---|
| committer | jao <jao@gnu.org> | 2022-04-18 15:59:51 +0100 | 
| commit | 082ef98c1c265ad927b728402d8803a86bbbaeef (patch) | |
| tree | 91987bcefd64e341c2c887b6e354b5499beb2966 /src/Xmobar/System | |
| parent | 369d04932c521f6ee7addfc1e5149a8c1d073b84 (diff) | |
| download | xmobar-082ef98c1c265ad927b728402d8803a86bbbaeef.tar.gz xmobar-082ef98c1c265ad927b728402d8803a86bbbaeef.tar.bz2 | |
New dbus signal: SetAlpha (fixes #499)
Diffstat (limited to 'src/Xmobar/System')
| -rw-r--r-- | src/Xmobar/System/Signal.hs | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/Xmobar/System/Signal.hs b/src/Xmobar/System/Signal.hs index 3983654..81a4481 100644 --- a/src/Xmobar/System/Signal.hs +++ b/src/Xmobar/System/Signal.hs @@ -46,6 +46,7 @@ data SignalType = Wakeup                  | Hide   Int                  | Reveal Int                  | Toggle Int +                | SetAlpha Int                  | TogglePersistent                  | Action Button Position      deriving (Read, Show) | 
