From 42a9aa1a1b2b6f6407078b5449609aa570f5686c Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sun, 29 Nov 2020 17:34:28 -0800 Subject: [PATCH] [taffybar] Use ewmh icons to avoid crashes --- dotfiles/config/taffybar/taffybar.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/config/taffybar/taffybar.hs b/dotfiles/config/taffybar/taffybar.hs index 175bdbe8..4895be5b 100644 --- a/dotfiles/config/taffybar/taffybar.hs +++ b/dotfiles/config/taffybar/taffybar.hs @@ -135,7 +135,7 @@ main = do { underlineHeight = 3 , underlinePadding = 2 , minIcons = 1 - , getWindowIconPixbuf = myIcons + , getWindowIconPixbuf = scaledWindowIconPixbufGetter getWindowIconPixbufFromEWMH , widgetGap = 0 , showWorkspaceFn = hideEmpty , updateRateLimitMicroseconds = 100000