so you could reset your plasma settings completely, something got messed up there…
- Log out of KDE.
- Switch to another TTY with CTRL + ALT + F2
- Login to this new terminal TTY2 session with your username and password.
- Stop the Display Manager service:
sudo systemctl stop display-manager.service
- Run this command to reset the settings:
find $HOME/.config/ -maxdepth 1 -name 'plasma*' -exec rm {} \;
clear cache again:
rm -rf ~/.cache/*
- reboot:
systemctl reboot