darkman/light: recognise Fedora theme

This commit is contained in:
Aminda Suomalainen 2024-07-20 08:44:10 +03:00
parent 3ca884e828
commit 7deb9c3e01
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

View File

@ -4,4 +4,6 @@
if [[ "$DISTROID" == "Kali" ]]; then
lookandfeeltool --apply "Kali-Purple-Light"
elif [[ "$DISTROID" == "Fedora" ]]; then
lookandfeeltool --apply "org.fedoraproject.fedora.desktop"
fi