blob: 9ed6dc018253331336b738fe85e39edda1a78108 (
plain)
1
2
3
4
5
6
7
8
|
post_install() {
echo ">>> To use powerline instead of i3bar, replace"
echo ">>> bar {"
echo ">>> status_command i3status"
echo ">>> }"
echo ">>> in your i3/config with this line:"
echo '>>> exec --no-startup-id powerline-lemonbar --i3 --clicks --height 16 -- -a 40 -b -f "DejaVu Sans Mono for Powerline-10" -f "FontAwesome-10"'
}
|