diff options
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) | 
