darkman: script for detecting distro specific themes

This commit is contained in:
Aminda Suomalainen 2024-07-20 08:13:52 +03:00
parent c2b438a680
commit 83f7b5b447
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
4 changed files with 14 additions and 4 deletions

View File

@ -0,0 +1,7 @@
#!/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

View File

@ -1,2 +0,0 @@
#!/usr/bin/env bash
lookandfeeltool --apply "Kali-Purple-Dark"

View File

@ -0,0 +1,7 @@
#!/usr/bin/env bash
. ~/.local/share/dark-mode.d/00-do-not-repeat-yourself.sh
if [[ "$DISTROID" == "Kali" ]]; then
lookandfeeltool --apply "Kali-Purple-Light"
fi

View File

@ -1,2 +0,0 @@
#!/usr/bin/env bash
lookandfeeltool --apply "Kali-Purple-Light"