diff --git a/dotfiles/config/taffybar/taffybar b/dotfiles/config/taffybar/taffybar index 05d7a1f8..54338775 160000 --- a/dotfiles/config/taffybar/taffybar +++ b/dotfiles/config/taffybar/taffybar @@ -1 +1 @@ -Subproject commit 05d7a1f8fa3af23f508301665932b9beae0cf3ed +Subproject commit 54338775e56c63cf225a59fcb84f2d0431ebc5d8 diff --git a/dotfiles/config/taffybar/taffybar.hs b/dotfiles/config/taffybar/taffybar.hs index da9cb9f5..8f34d902 100644 --- a/dotfiles/config/taffybar/taffybar.hs +++ b/dotfiles/config/taffybar/taffybar.hs @@ -167,11 +167,6 @@ iconNameVariants raw = in [dotted, dashed, dashedDotted, underscored, underscoredDotted, name] in nub $ concatMap variantsFor baseNames -isSpecialHyprWorkspace :: Hyprland.HyprlandWorkspace -> Bool -isSpecialHyprWorkspace ws = - let name = Data.Text.toLower $ Data.Text.pack $ Hyprland.workspaceName ws - in Data.Text.isPrefixOf "special" name || Hyprland.workspaceIdx ws < 0 - hyprlandIconCandidates :: Hyprland.HyprlandWindow -> [Data.Text.Text] hyprlandIconCandidates windowData = let baseNames = map Data.Text.pack $ catMaybes @@ -274,9 +269,6 @@ main = do Hyprland.hyprlandWorkspacesNew Hyprland.defaultHyprlandWorkspacesConfig { Hyprland.widgetGap = 0 , Hyprland.minIcons = 1 - , Hyprland.showWorkspaceFn = - (\ws -> Hyprland.workspaceState ws /= Hyprland.Empty && - not (isSpecialHyprWorkspace ws)) , Hyprland.getWindowIconPixbuf = hyprlandManualIconGetter <|||> Hyprland.defaultHyprlandGetWindowIconPixbuf <|||>