blob: c13660c344322aa4f72f9c20721053fadf682691 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
post_install() {
echo "To use this theme, add the following lines to /etc/sddm.conf:"
echo
echo "[Theme]"
echo "Current=archlinux-simplyblack"
echo
echo "or"
echo
echo "[Theme]"
echo "Current=archlinux-soft-grey"
}
|