Files
NixOS/other/theme-reminder.sh

10 lines
303 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/other/konsave.sh')"
fi
#else
# echo "Flag file exists - Theme should be applied already!"
#fi