Files
NixOS/plasma/theme-popup.sh

12 lines
264 B
Bash
Executable File

#!/bin/sh
sleep 15
FLAG_FILE="/home/cookiez/.flags/theme-flag"
if [ ! -f "$FLAG_FILE" ]; then
/run/current-system/sw/bin/kdialog --passivepopup "Dont forget to apply custom system theme! (run kde-theme-apply in terminal)" 60
fi
echo "Finished Popup Script!"