summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | removed realtime-beat-detector.py and Add C++ real-time audio analyzersaberr262025-06-112-73/+568
| |/ / /
* | | | internal: remove dependency on fd2 * r + 2 * t2025-06-151-2/+3
| | | |
* | | | Merge branch 'main' of https://github.com/caelestia-dots/shell2 * r + 2 * t2025-06-151-8/+1
|\ \ \ \
| * | | | readme: remove install section2 * r + 2 * t2025-06-151-8/+1
| | | | |
* | | | | internal: use stdiocollector2 * r + 2 * t2025-06-1510-123/+150
| | | | | | | | | | | | | | | | | | | | | | | | | Removes dependency on jq Also fix beatdetector
* | | | | colours: more fixes for cli rewrite2 * r + 2 * t2025-06-152-2/+2
|/ / / / | | | | | | | | | | | | | | | | Fix setting mode Fix wallpaper preview scheme
* | | | internal: update for scripts overhaul (#45)2 * r + 2 * t2025-06-143-17/+15
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | * colours: update for scheme refactor * notifs: match expand anim to container * wallpapers: update current path * wallpapers: update valid wall extensions
| * | | wallpapers: update valid wall extensions2 * r + 2 * t2025-06-121-1/+1
| | | |
| * | | wallpapers: update current path2 * r + 2 * t2025-06-121-1/+1
| | | |
| * | | notifs: match expand anim to container2 * r + 2 * t2025-06-111-1/+4
| | | |
| * | | colours: update for scheme refactor2 * r + 2 * t2025-06-111-14/+9
| |/ /
* | | docs: add contributing.md2 * r + 2 * t2025-06-141-0/+21
| | |
* | | Add custom shortcut for launcher, dashboard and osd all in one (#53)Tim Hämisch2025-06-142-6/+89
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add custom shortcut for launcher, dashboard and osd all in one * Fix Shortcut description * shortcuts: fix showall Some fixes: - no need for the complex shortcut - fix formatting - fix unqualified access --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* | | internal: better caching impl2 * r + 2 * t2025-06-135-86/+61
| | | | | | | | | | | | WARNING: causes blocking when caching image on first load
* | | dashboard: not full rounding for face2 * r + 2 * t2025-06-121-2/+2
| |/ |/|
* | Merge pull request #46 from Amstel-DEV/Battery-Width2 * r + 2 * t2025-06-111-1/+1
|\ \ | | | | | | Battery Default Width Issue
| * | Battery Default Width FixAmstel2025-06-111-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.
* / dashboard: remove workspaces tab2 * r + 2 * t2025-06-111-4/+4
|/ | | | Cause its confusing people cause not implemented yet
* Merge pull request #43 from Amstel-DEV/main2 * r + 2 * t2025-06-111-1/+1
|\ | | | | Fixed Logout Function
| * Revert "Dashboard Avatar Picker 1.0a"Amstel2025-06-112-78/+7
| | | | | | | | This reverts commit 9308c9b67f491ff32c57d037f16ac6e9148f9dae.
| * Dashboard Avatar Picker 1.0aAmstel2025-06-112-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
| * Fixed Logout FunctionAmstel2025-06-111-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".
* | readme: add more to overhaul warning2 * r + 2 * t2025-06-111-0/+3
| |
* | readme: add overhaul warning2 * r + 2 * t2025-06-111-0/+9
| |
* | Merge pull request #36 from ko1N/fix-lvm-storage2 * r + 2 * t2025-06-111-10/+30
|\ \ | |/ |/| Fix disk usage when using lvm
| * Fix disk usage when using lvmko1N2025-06-101-10/+30
| |
* | session: fix logout for non-uwsm sessions2 * r + 2 * t2025-06-092-1/+3
| |
* | readme: add how to set wallpaper in usage2 * r + 2 * t2025-06-091-0/+3
| |
* | readme: add how to set pfp and wallpaper to usage2 * r + 2 * t2025-06-091-0/+8
| |
* | dashboard: fix date time2 * r + 2 * t2025-06-091-1/+1
| | | | | | | | Fixes #16
* | Merge pull request #9 from PiotrekB416/fix/network-service2 * r + 2 * t2025-06-092-6/+9
|\ \ | |/ |/| Network service fixes
| * refactor(network): add bssid to AccessPoint componentPiotr Bartoszewicz2025-06-081-7/+8
| |
| * fix(network): duplicate networks overwrite activity statusPiotr Bartoszewicz2025-06-081-2/+4
| | | | | | | | jq consumes first line without -n
| * fix: hardcoded interpreter pathsPiotr Bartoszewicz2025-06-082-2/+2
| |
* | readme: add how to start in usage section2 * r + 2 * t2025-06-091-0/+17
| |
* | internal: fix run shebang2 * r + 2 * t2025-06-091-1/+1
| |
* | readme: credit ax shell2 * r + 2 * t2025-06-081-0/+3
| |
* | wallpapers: fix set script call2 * r + 2 * t2025-06-081-1/+1
| |
* | feat: add ipc commands for stuff2 * r + 2 * t2025-06-085-4/+110
|/
* colours: fix switching2 * r + 2 * t2025-06-082-27/+7
| | | | Also remove unnecessary clipping rects around dashboard panes
* readme: add usage section2 * r + 2 * t2025-06-081-7/+19
|
* readme: add ko-fi badge2 * r + 2 * t2025-06-081-0/+1
|
* funding: add kofi2 * r + 2 * t2025-06-081-0/+15
|
* readme: add badges2 * r + 2 * t2025-06-081-1/+9
|
* internal: use multieffect for shadow2 * r + 2 * t2025-06-082-10/+6
|
* readme: add deps and stonks2 * r + 2 * t2025-06-081-1/+12
|
* readme: credit end2 * r + 2 * t2025-06-071-0/+3
|
* feat: create readme2 * r + 2 * t2025-06-071-0/+27
|
* popouts: fixed width for battery popout2 * r + 2 * t2025-06-072-0/+2
|
* dashboard: hide dash when raise media2 * r + 2 * t2025-06-072-1/+4
|