mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-10 10:39:22 +01:00
8 lines
164 B
Bash
8 lines
164 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
. ~/.local/share/dark-mode.d/00-do-not-repeat-yourself.sh
|
||
|
|
||
|
if [[ "$DISTROID" == "Kali" ]]; then
|
||
|
lookandfeeltool --apply "Kali-Purple-Dark"
|
||
|
fi
|