diff options
author | jao <jao@gnu.org> | 2022-09-17 05:31:24 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-09-17 05:31:24 +0100 |
commit | cb7d2cecc2fa1a81cb8268cc726d582bebcb1dd0 (patch) | |
tree | 495b888b40efb3ec4b6d7f2ed8be55eff3c5ad62 /xmobar.cabal | |
parent | affa9bb3679cee54a7af106e7cd10a7ba921341c (diff) | |
download | xmobar-cb7d2cecc2fa1a81cb8268cc726d582bebcb1dd0.tar.gz xmobar-cb7d2cecc2fa1a81cb8268cc726d582bebcb1dd0.tar.bz2 |
testing CI flags usage
Diffstat (limited to 'xmobar.cabal')
-rw-r--r-- | xmobar.cabal | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xmobar.cabal b/xmobar.cabal index a8a6488..aae9441 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -34,9 +34,11 @@ source-repository head flag with_cairo description: Use Cairo and Pango to render anti-aliased text. + default: True flag with_xrender description: Use XRender for alpha background pseudo-transparency. + default: True flag with_inotify description: inotify support (modern Linux only). Required for the Mail and MBox plugins. |