[taffybar] Bump version

This commit is contained in:
Ivan Malison 2019-06-10 08:12:48 -07:00
parent e9b08e8304
commit 98c1a831e5
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8
3 changed files with 2 additions and 15 deletions

@ -1 +1 @@
Subproject commit 397a85cbb712235624f402a3f1157a3c637f0aab
Subproject commit c1a5c9a0f063251b4088f484b5dafdac85d32937

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