Moved KDE-Plasma theme related files to Plasma dir.
This commit is contained in:
@ -1,8 +1,8 @@
|
|||||||
source /etc/nixos/other/colors.sh
|
source /etc/nixos/other/colors.sh
|
||||||
FLAG_FILE="/home/cookiez/.flags/theme-flag"
|
FLAG_FILE="/home/cookiez/.flags/theme-flag"
|
||||||
|
|
||||||
/run/current-system/sw/bin/konsave -i /etc/nixos/other/theme.knsv
|
/run/current-system/sw/bin/konsave -i /etc/nixos/plasma/theme.knsv
|
||||||
/run/current-system/sw/bin/konsave -i /etc/nixos/other/theme.knsv
|
/run/current-system/sw/bin/konsave -i /etc/nixos/plasma/theme.knsv
|
||||||
/run/current-system/sw/bin/konsave -a theme
|
/run/current-system/sw/bin/konsave -a theme
|
||||||
|
|
||||||
progress_bar() {
|
progress_bar() {
|
||||||
@ -2,7 +2,7 @@ source /etc/nixos/other/colors.sh
|
|||||||
FLAG_FILE="/home/cookiez/.flags/theme-flag"
|
FLAG_FILE="/home/cookiez/.flags/theme-flag"
|
||||||
|
|
||||||
if [ ! -f "$FLAG_FILE" ]; then
|
if [ ! -f "$FLAG_FILE" ]; then
|
||||||
echo -e "${RED}Warning: Make sure to apply the custom system theme!${NOCOLOR} (source '/etc/nixos/other/konsave.sh')"
|
echo -e "${RED}Warning: Make sure to apply the custom system theme!${NOCOLOR} (source '/etc/nixos/plasma/konsave.sh')"
|
||||||
fi
|
fi
|
||||||
#else
|
#else
|
||||||
# echo "Flag file exists - Theme should be applied already!"
|
# echo "Flag file exists - Theme should be applied already!"
|
||||||
Reference in New Issue
Block a user