shell-things/local/share/light-mode.d/13-plasma-distro-themes.bash

10 lines
266 B
Bash
Executable File

#!/usr/bin/env bash
. ~/.local/share/dark-mode.d/00-do-not-repeat-yourself.sh
if [[ "$DISTROID" == "Kali" ]]; then
lookandfeeltool --apply "Kali-Purple-Light"
elif [[ "$DISTROID" == "Fedora" ]]; then
lookandfeeltool --apply "org.fedoraproject.fedora.desktop"
fi