mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-25 12:49:26 +01:00
darkman: script for detecting distro specific themes
This commit is contained in:
parent
c2b438a680
commit
83f7b5b447
7
local/share/dark-mode.d/13-plasma-distro-themes.bash
Executable file
7
local/share/dark-mode.d/13-plasma-distro-themes.bash
Executable 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
|
@ -1,2 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
lookandfeeltool --apply "Kali-Purple-Dark"
|
|
7
local/share/light-mode.d/13-plasma-distro-themes.bash
Executable file
7
local/share/light-mode.d/13-plasma-distro-themes.bash
Executable 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
|
@ -1,2 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
lookandfeeltool --apply "Kali-Purple-Light"
|
|
Loading…
Reference in New Issue
Block a user