Copied over AUR PKGBUILD; moved lm-sensors to depends

This commit is contained in:
Jef Roosens 2022-05-10 09:20:03 +02:00
commit 3ef59e7dbf
Signed by: Jef Roosens
GPG key ID: B580B976584B5F30
2 changed files with 63 additions and 0 deletions

9
i3status-rust.install Normal file
View file

@ -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 ""
}