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

10 lines
298 B
Bash
Executable File

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