blob: f747145f966a7c690d4e227628c7f176702c64f1 (
plain)
1
2
3
4
5
6
7
8
9
|
post_install() {
echo ""
echo "==> Copy example config file to .config dir:"
echo "$ cp /usr/share/doc/i3status-rust/examples/example_config.toml ~/.config/i3/config.toml"
echo ""
echo "==> And edit bar section of the i3 config file."
echo "status_command i3status-rs ~/.config/i3/config.toml"
echo ""
}
|