mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-25 20:59:23 +01:00
darkman/light: recognise Fedora theme
This commit is contained in:
parent
3ca884e828
commit
7deb9c3e01
@ -4,4 +4,6 @@
|
|||||||
|
|
||||||
if [[ "$DISTROID" == "Kali" ]]; then
|
if [[ "$DISTROID" == "Kali" ]]; then
|
||||||
lookandfeeltool --apply "Kali-Purple-Light"
|
lookandfeeltool --apply "Kali-Purple-Light"
|
||||||
|
elif [[ "$DISTROID" == "Fedora" ]]; then
|
||||||
|
lookandfeeltool --apply "org.fedoraproject.fedora.desktop"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user