#!/bin/bash find /home -maxdepth 2 -type d -name .cache -exec rm -rf {} \; systemctl restart display-manager