[taffybar] Bump version
This commit is contained in:
Submodule dotfiles/config/taffybar/taffybar updated: 397a85cbb7...c1a5c9a0f0
@@ -202,7 +202,7 @@ main = do
|
||||
)
|
||||
]
|
||||
simpleTaffyConfig = selectedConfig
|
||||
{ centerWidgets = map (>>= buildContentsBox) []
|
||||
{ centerWidgets = []
|
||||
-- , endWidgets = []
|
||||
-- , startWidgets = []
|
||||
}
|
||||
|
@@ -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
|
Reference in New Issue
Block a user