Files
NixOS/plasma/theme-reminder.sh

10 lines
304 B
Bash

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