diff --git a/dotfiles/config/taffybar/taffybar.css b/dotfiles/config/taffybar/taffybar.css index 0c67cf2e..a8e600c6 100644 --- a/dotfiles/config/taffybar/taffybar.css +++ b/dotfiles/config/taffybar/taffybar.css @@ -5,7 +5,7 @@ @define-color active-window-color @white; @define-color urgent-window-color @taffy-blue; -@define-color font-color @black; +@define-color font-color @white; @define-color menu-background-color @white; @define-color menu-font-color @black; @@ -28,10 +28,7 @@ } .contents { - padding-top: 3px; - padding-bottom: 3px; - padding-right: 3px; - padding-left: 3px; + padding: 7px; transition: background-color .5s; } diff --git a/dotfiles/config/taffybar/taffybar.hs b/dotfiles/config/taffybar/taffybar.hs index b19f93c2..a2a7d941 100644 --- a/dotfiles/config/taffybar/taffybar.hs +++ b/dotfiles/config/taffybar/taffybar.hs @@ -134,11 +134,11 @@ main = do defaultWorkspacesConfig { underlineHeight = 3 , underlinePadding = 2 - , minIcons = 3 + , minIcons = 1 , getWindowIconPixbuf = myIcons -- , windowIconSize = 31 , widgetGap = 0 - , showWorkspaceFn = const True + , showWorkspaceFn = hideEmpty , updateRateLimitMicroseconds = 100000 , labelSetter = workspaceNamesLabelSetter } @@ -163,8 +163,8 @@ main = do , mpris2New ] , barPosition = Top - , barPadding = 10 - , barHeight = 53 + , barPadding = 0 + , barHeight = 45 } simpleTaffyConfig = baseConfig -- { endWidgets = []