blob: 837a1f021fe9dbe375931ba8a07024faef97f067 (
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=cachyos-simplyblack"
echo
echo "or"
echo
echo "[Theme]"
echo "Current=cachyos-softgrey"
}
|