Commit graph

7 commits

Author SHA1 Message Date
Amstel
92f05c0028 Revert "Dashboard Avatar Picker 1.0a"
This reverts commit 9308c9b67f.
2025-06-11 15:44:46 +08:00
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
2 * r + 2 * t
b8a22eaa28 dashboard: dont update pane if not current 2025-06-05 16:52:33 +10:00
2 * r + 2 * t
63da636144 internal: bar only vertical
The bar can only be vertical
Remove box, boxlayout and anchortext
Add StyledClippingRect
2025-05-27 10:42:08 +08:00
2 * r + 2 * t
a0cc31ff58 refactor: path utils 2025-05-24 16:31:23 +08:00
2 * r + 2 * t
52d0c0807b dashboard: scale face based on info height
Also increase spacing
2025-05-18 00:38:10 +08:00
2 * r + 2 * t
086c5c9f02 feat: dashboard user 2025-05-18 00:23:21 +08:00