taffybar: restore single css entrypoint loading

This commit is contained in:
2026-04-12 14:57:22 -07:00
parent 337ee6872a
commit 34b02c927a
3 changed files with 9 additions and 3 deletions

View File

@@ -245,6 +245,9 @@ workspaceWindowIconGetter =
-- ** Host Overrides
-- NOTE: Keep `cssPaths` to a single entrypoint file per host. GTK's
-- `cssProviderLoadFromPath` clears the provider before loading, so handing
-- Taffybar multiple files here causes only the last file to take effect.
defaultCssFiles :: [FilePath]
defaultCssFiles = ["taffybar.css"]