Reworked KDE Theme reminder to be a popup. Fixed Trayscale not working by default.
This commit is contained in:
11
plasma/theme-popup.sh
Executable file
11
plasma/theme-popup.sh
Executable file
@ -0,0 +1,11 @@
|
||||
#!/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!"
|
||||
Reference in New Issue
Block a user