summarylogtreecommitdiffstats
path: root/i3status-rust.install
diff options
context:
space:
mode:
Diffstat (limited to 'i3status-rust.install')
-rw-r--r--i3status-rust.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/i3status-rust.install b/i3status-rust.install
new file mode 100644
index 000000000000..f747145f966a
--- /dev/null
+++ b/i3status-rust.install
@@ -0,0 +1,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 ""
+}