diff options
author | Enrico Maria De Angelis <enricomaria.dean6elis@gmail.com> | 2024-05-27 09:24:02 +0100 |
---|---|---|
committer | Enrico Maria De Angelis <enricomaria.dean6elis@gmail.com> | 2024-06-21 20:01:27 +0100 |
commit | a0c38f57d370534e94a569f89ace8be1780be71b (patch) | |
tree | c8508f7eaf9fe817e17d218e4dd75d7b60810106 /xmobar.cabal | |
parent | a28c1f1239cba49da1f38aac4bba76fd110994fd (diff) | |
download | xmobar-a0c38f57d370534e94a569f89ace8be1780be71b.tar.gz xmobar-a0c38f57d370534e94a569f89ace8be1780be71b.tar.bz2 |
Accordion: a plugin two wrap other plugins and collapse them to a single replacement string
Diffstat (limited to 'xmobar.cabal')
-rw-r--r-- | xmobar.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmobar.cabal b/xmobar.cabal index 8a31619..0b548b1 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -105,6 +105,7 @@ library hs-source-dirs: src exposed-modules: Xmobar, + Xmobar.Plugins.Accordion, Xmobar.Plugins.Monitors.Common.Types, Xmobar.Plugins.Monitors.Common.Run, Xmobar.Plugins.Monitors.Common, |