summaryrefslogtreecommitdiff
path: root/modules/dashboard/dash/User.qml (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-09-12dashboard: persist state2 * r + 2 * t1-1/+3
2025-09-03internal: refactor Paths util2 * r + 2 * t1-1/+1
2025-08-24internal: use Anim component2 * r + 2 * t1-8/+3
2025-08-23dashboard: better pfp pickerSoramane1-10/+12
2025-08-14internal: better colourisation2 * r + 2 * t1-7/+2
2025-08-13internal: use icon os logo instead of nerd font2 * r + 2 * t1-7/+35
Add caelestia logo to use as fallback os logo Add recolour lock fetch logo option
2025-08-11lock/fetch: shell -> uptime + no qsTr2 * r + 2 * t1-31/+1
2025-08-11lock: add fetch + refactor os info2 * r + 2 * t1-3/+3
2025-08-10internal: more colour fixes2 * r + 2 * t1-1/+1
2025-08-08internal: transparency support coming soon™2 * r + 2 * t1-1/+1
Also fix media player selector text colour Fix colour preview not resetting light/dark mode
2025-08-04internal: refactor widgets folder2 * r + 2 * t1-2/+2
Split into subdirs and rename to components
2025-07-27dashboard: fix uptime2 * r + 2 * t1-2/+2
2025-07-16internal: use new qs importsSoramane1-4/+4
2025-07-12dashboard: use file uptime2 * r + 2 * t1-9/+21
2025-07-07paths: decode urls2 * r + 2 * t1-1/+1
Fixes spaces in paths breaking things
2025-07-07dashboard: fix pfp picker2 * r + 2 * t1-13/+2
Fixes caelestia-dots/caelestia#21
2025-06-27icons: fix grade more icons2 * r + 2 * t1-4/+6
Media and pfp fallback icons Also fix dashboard user os icon
2025-06-18dashboard: send notif when pfp changed2 * r + 2 * t1-0/+1
2025-06-18feat: dashboard pfp picker2 * r + 2 * t1-0/+82
2025-06-15dashboard: fix uptime2 * r + 2 * t1-1/+2
2025-06-15feat: user config file2 * r + 2 * t1-2/+2
Config file at `~/.config/caelestia/shell.json`
2025-06-15internal: use stdiocollector2 * r + 2 * t1-2/+2
Removes dependency on jq Also fix beatdetector
2025-06-12dashboard: not full rounding for face2 * r + 2 * t1-2/+2
2025-06-11Revert "Dashboard Avatar Picker 1.0a"Amstel1-57/+7
This reverts commit 9308c9b67f491ff32c57d037f16ac6e9148f9dae.
2025-06-11Dashboard Avatar Picker 1.0aAmstel1-7/+57
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-05dashboard: dont update pane if not current2 * r + 2 * t1-1/+0
2025-05-27internal: bar only vertical2 * r + 2 * t1-11/+4
The bar can only be vertical Remove box, boxlayout and anchortext Add StyledClippingRect
2025-05-24refactor: path utils2 * r + 2 * t1-2/+1
2025-05-18dashboard: scale face based on info height2 * r + 2 * t1-3/+6
Also increase spacing
2025-05-18feat: dashboard user2 * r + 2 * t1-0/+122