10 lines
304 B
Plaintext
10 lines
304 B
Plaintext
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 ""
|
|
}
|