summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'main' into betteractionsTim Hämisch2025-06-1565-447/+976
|\
| * dashboard: fix uptime2 * r + 2 * t2025-06-151-1/+2
| |
| * internal: remove unnecessary import2 * r + 2 * t2025-06-151-1/+0
| |
| * exclusions: set input mask to empty2 * r + 2 * t2025-06-151-0/+1
| | | | | | | | Fixes #26 and #72
| * config: actually reload when file changes2 * r + 2 * t2025-06-151-0/+1
| |
| * feat: user config file2 * r + 2 * t2025-06-1552-222/+231
| | | | | | | | Config file at `~/.config/caelestia/shell.json`
| * internal: properly fix beat detector2 * r + 2 * t2025-06-151-1/+5
| |
| * internal: fix beat detector2 * r + 2 * t2025-06-151-1/+1
| |
| * internal: change beatdetector path2 * r + 2 * t2025-06-151-1/+1
| | | | | | | | For install via pkgbuild
| * Merge branch 'saberr26/main'2 * r + 2 * t2025-06-152-73/+568
| |\
| | * Merge pull request #1 from saberr26/saberr26-cpp_beatectorsaberr262025-06-112-73/+568
| | |\ | | | | | | | | removed realtime-beat-detector.py and Add C++ real-time audio analyzer
| | | * 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
| | |/
* | | launcher: use standard logout commandTim Hämisch2025-06-131-1/+1
| | |
* | | launcher: add opt-in for dangerous actionsTim Hämisch2025-06-133-12/+39
| | |
* | | Merge branch 'caelestia-dots:main' into betteractionsTim Hämisch2025-06-139-94/+173
|\| |
| * | 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
| | |
* | | Add shutdown, reboot, and logout actions to launcherTim Hämisch2025-06-121-0/+48
|/ /
* | 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
| |