Moved KDE-Plasma theme related files to Plasma dir.

This commit is contained in:
2025-08-27 13:22:46 +02:00
parent 81693b8ad8
commit a79e6e2098
4 changed files with 4 additions and 4 deletions

9
plasma/theme-reminder.sh Normal file
View File

@ -0,0 +1,9 @@
source /etc/nixos/other/colors.sh
FLAG_FILE="/home/cookiez/.flags/theme-flag"
if [ ! -f "$FLAG_FILE" ]; then
echo -e "${RED}Warning: Make sure to apply the custom system theme!${NOCOLOR} (source '/etc/nixos/plasma/konsave.sh')"
fi
#else
# echo "Flag file exists - Theme should be applied already!"
#fi