[taffybar] Bump version

This commit is contained in:
2019-06-10 08:12:48 -07:00
parent e9b08e8304
commit 98c1a831e5
3 changed files with 2 additions and 15 deletions

View File

@@ -202,7 +202,7 @@ main = do
)
]
simpleTaffyConfig = selectedConfig
{ centerWidgets = map (>>= buildContentsBox) []
{ centerWidgets = []
-- , endWidgets = []
-- , startWidgets = []
}

View File

@@ -1,13 +0,0 @@
#!/usr/bin/env zsh
# -*- mode:sh
cd "$HOME/.config/taffybar"
stack install
if command_exists "imalison-taffybar"; then
imalison-taffybar "$@"
else
# Move .lib/bin to the end of PATH so that this script is not called again
add_to_path "$HOME/.lib/bin" --after
taffybar "$@"
fi