blob: 7a357a524698f4a418770d42eaf6719fd29d70f5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#!/bin/bash
post_install() {
echo '
to use teiler you need to copy /usr/share/doc/teiler/config.example to $HOME/.config/teiler/config
and edit it to your needs.
Install either dmenu2 (aur) or rofi (community).
You want to install some notification daemon. dunst is recommended.
'
}
#post_install
|