From 7deb9c3e01ca98d8e5853706138dae398f3944ce Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sat, 20 Jul 2024 08:44:10 +0300 Subject: [PATCH] darkman/light: recognise Fedora theme --- local/share/light-mode.d/13-plasma-distro-themes.bash | 2 ++ 1 file changed, 2 insertions(+) diff --git a/local/share/light-mode.d/13-plasma-distro-themes.bash b/local/share/light-mode.d/13-plasma-distro-themes.bash index 16fb7940..f852269c 100755 --- a/local/share/light-mode.d/13-plasma-distro-themes.bash +++ b/local/share/light-mode.d/13-plasma-distro-themes.bash @@ -4,4 +4,6 @@ if [[ "$DISTROID" == "Kali" ]]; then lookandfeeltool --apply "Kali-Purple-Light" +elif [[ "$DISTROID" == "Fedora" ]]; then + lookandfeeltool --apply "org.fedoraproject.fedora.desktop" fi