summaryrefslogtreecommitdiffhomepage
path: root/src/Xmobar/Plugins/Accordion.hs
AgeCommit message (Collapse)Author
10 daysAccordion - a few cleanupsEnrico Maria De Angelis
- Use `RecordWildCards` language extension - Use `concurrently_` and `mapConcurrently_` instead of `withAsync` - Use `Bool` instead of `Maybe ()` - Use `whenM` instead of `when` - Add signature to `loop`
2026-03-12Accordion: remove unnecessary context from `Exec` instanceEnrico Maria De Angelis
2025-10-23Accordion: avoid spawing a process to read from pipeEnrico Maria De Angelis
The reason is that this way the issue https://codeberg.org/Aster89/xnobar/issues/15#issue-2346829 is fixed. See https://codeberg.org/Aster89/xnobar/issues/15#issuecomment-7864955 for more details.
2025-06-01Accordion: new constructor to allow short version to have plugins tooEnrico Maria De Angelis
2025-06-01Accordion: some renaming and reformattingEnrico Maria De Angelis
2024-06-21Accordion: a plugin two wrap other plugins and collapse them to a single ↵Enrico Maria De Angelis
replacement string