summaryrefslogtreecommitdiff
path: root/utils/scripts (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-06-11Battery Default Width FixAmstel1-1/+1
Battery Width Property Being set to: - property int batteryWidth: 200 is too cramped for the details to display properly. Battery Width Adjusted to 250 - property int batteryWidth: 250 now this will enable the contents to show properly while hovering in battery section.
2025-06-11Revert "Dashboard Avatar Picker 1.0a"Amstel2-78/+7
This reverts commit 9308c9b67f491ff32c57d037f16ac6e9148f9dae.
2025-06-11Dashboard Avatar Picker 1.0aAmstel2-7/+78
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-11Fixed Logout FunctionAmstel1-1/+1
When Running "uwsm stop" it replies: > Stopping compositor... > Compositor is not running. so the "or" operator would not work since the "uwsm stop" command didn't return as "FALSE".
2025-06-11readme: add more to overhaul warning2 * r + 2 * t1-0/+3
2025-06-11readme: add overhaul warning2 * r + 2 * t1-0/+9
2025-06-10Fix disk usage when using lvmko1N1-10/+30
2025-06-09session: fix logout for non-uwsm sessions2 * r + 2 * t2-1/+3
2025-06-09readme: add how to set wallpaper in usage2 * r + 2 * t1-0/+3
2025-06-09readme: add how to set pfp and wallpaper to usage2 * r + 2 * t1-0/+8
2025-06-09dashboard: fix date time2 * r + 2 * t1-1/+1
Fixes #16
2025-06-08refactor(network): add bssid to AccessPoint componentPiotr Bartoszewicz1-7/+8
2025-06-09readme: add how to start in usage section2 * r + 2 * t1-0/+17
2025-06-09internal: fix run shebang2 * r + 2 * t1-1/+1
2025-06-08readme: credit ax shell2 * r + 2 * t1-0/+3
2025-06-08wallpapers: fix set script call2 * r + 2 * t1-1/+1
2025-06-08feat: add ipc commands for stuff2 * r + 2 * t5-4/+110
2025-06-08fix(network): duplicate networks overwrite activity statusPiotr Bartoszewicz1-2/+4
jq consumes first line without -n
2025-06-08fix: hardcoded interpreter pathsPiotr Bartoszewicz2-2/+2
2025-06-08colours: fix switching2 * r + 2 * t2-27/+7
Also remove unnecessary clipping rects around dashboard panes
2025-06-08readme: add usage section2 * r + 2 * t1-7/+19
2025-06-08readme: add ko-fi badge2 * r + 2 * t1-0/+1