Commit graph

1 commit

Author SHA1 Message Date
Amstel
9308c9b67f Dashboard Avatar Picker 1.0a
This will allows users to update/change their profile icon from the dashboard by clicking the profile icon.

### How it works?
> Once the profile icon is clicked it will launch zenity file picker.

Once selected the target new profile Icon this script will do the following:

- Deletes the current ~/.face
- Deletes all .face cached files in ~/.cache/caelestia/thumbnails/
- Copies the new selected profile-icon to ~/.face

### Issues
- Once the profile is update, the user must manually reload the shell by restarting the shell session.

**NOTE:**
Make sure to chmod +x the picker.sh before using.

Dependencies:
- zenity
2025-06-11 14:50:31 +08:00