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

8 lines
181 B
Bash
Raw Normal View History

#!/usr/bin/env bash
2024-07-22 11:11:47 +02:00
. ~/.local/share/dark-mode.d/00-do-not-repeat-yourself.bash
if [[ "$ID" == "kali" ]]; then
lookandfeeltool --platform offscreen --apply "Kali-Purple-Dark"
fi