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:
@@ -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
|
||||||
|
|||||||
4
dotfiles/config/taffybar/log-levels.yaml
Normal file
4
dotfiles/config/taffybar/log-levels.yaml
Normal 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
|
||||||
Reference in New Issue
Block a user