taffybar: add yaml/aeson deps and log-levels config file

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-08 20:16:11 -08:00
committed by Kat Huang
parent 48507ad95d
commit 44593a204f
2 changed files with 6 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ executable taffybar
ghc-prof-options: -fprof-auto ghc-prof-options: -fprof-auto
build-depends: base build-depends: base
, X11 , X11
, aeson
, bytestring , bytestring
, containers , containers
, directory , directory
@@ -35,6 +36,7 @@ executable taffybar
, taffybar>=3.2.0 , taffybar>=3.2.0
, transformers , transformers
, xdg-basedir , xdg-basedir
, yaml
default-language: Haskell2010 default-language: Haskell2010
source-repository head source-repository head

View File

@@ -0,0 +1,4 @@
# Taffybar log levels
# Format: LoggerName: LEVEL
# Levels: DEBUG INFO NOTICE WARNING ERROR CRITICAL ALERT EMERGENCY
System.Taffybar.DBus.Toggle: DEBUG