[taffybar] Bump version
This commit is contained in:
parent
e9b08e8304
commit
98c1a831e5
@ -1 +1 @@
|
|||||||
Subproject commit 397a85cbb712235624f402a3f1157a3c637f0aab
|
Subproject commit c1a5c9a0f063251b4088f484b5dafdac85d32937
|
@ -202,7 +202,7 @@ main = do
|
|||||||
)
|
)
|
||||||
]
|
]
|
||||||
simpleTaffyConfig = selectedConfig
|
simpleTaffyConfig = selectedConfig
|
||||||
{ centerWidgets = map (>>= buildContentsBox) []
|
{ centerWidgets = []
|
||||||
-- , endWidgets = []
|
-- , endWidgets = []
|
||||||
-- , startWidgets = []
|
-- , 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
|
|
Loading…
Reference in New Issue
Block a user