summaryrefslogtreecommitdiff
path: root/modules (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: screenshot tool2 * r + 2 * t2025-06-192-0/+324
|
* notifs: fix material icon offset2 * r + 2 * t2025-06-181-0/+5
|
* dashboard: send notif when pfp changed2 * r + 2 * t2025-06-182-3/+6
|
* feat: dashboard pfp picker2 * r + 2 * t2025-06-183-0/+86
|
* wallpaper: add fallback and selector2 * r + 2 * t2025-06-181-1/+76
| | | | Add fallback for when no wallpaper and button to set
* notifs: make links work2 * r + 2 * t2025-06-181-1/+6
|
* bar: fix workspaces and tray icons2 * r + 2 * t2025-06-172-0/+27
| | | | Should fix the anims not finishing
* launcher: fix size when rapid close and reopen2 * r + 2 * t2025-06-171-0/+4
| | | | Only for when a short period but not super short periods
* launcher: fix transition between lists2 * r + 2 * t2025-06-172-23/+11
| | | | Also fix wallpaper preview not switching back when using non dynamic scheme
* launcher: fix wallpaper preview colours2 * r + 2 * t2025-06-172-0/+3
| | | | Also disable transparency action (not impled and won't be in the near future)
* popouts: fix activewindow screencopy2 * r + 2 * t2025-06-171-1/+1
|
* feat: impl variant launcher action2 * r + 2 * t2025-06-175-7/+183
|
* internal: use execDetached2 * r + 2 * t2025-06-172-36/+6
|
* feat: impl scheme launcher action2 * r + 2 * t2025-06-175-44/+227
|
* launcher: notify on scheme mode change error2 * r + 2 * t2025-06-171-0/+2
|
* launcher: completely hide disabled actions2 * r + 2 * t2025-06-162-36/+15
|
* Merge branch 'main' into betteractionsTim Hämisch2025-06-1541-144/+153
|\
| * dashboard: fix uptime2 * r + 2 * t2025-06-151-1/+2
| |
| * exclusions: set input mask to empty2 * r + 2 * t2025-06-151-0/+1
| | | | | | | | Fixes #26 and #72
| * feat: user config file2 * r + 2 * t2025-06-1541-141/+145
| | | | | | | | Config file at `~/.config/caelestia/shell.json`
| * internal: use stdiocollector2 * r + 2 * t2025-06-151-2/+2
| | | | | | | | | | Removes dependency on jq Also fix beatdetector
| * internal: update for scripts overhaul (#45)2 * r + 2 * t2025-06-141-1/+4
| |\ | | | | | | | | | | | | | | | | | | | | | | | | * colours: update for scheme refactor * notifs: match expand anim to container * wallpapers: update current path * wallpapers: update valid wall extensions
| | * notifs: match expand anim to container2 * r + 2 * t2025-06-111-1/+4
| | |
* | | launcher: use standard logout commandTim Hämisch2025-06-131-1/+1
| | |
* | | launcher: add opt-in for dangerous actionsTim Hämisch2025-06-132-12/+38
| | |
* | | Merge branch 'caelestia-dots:main' into betteractionsTim Hämisch2025-06-134-18/+95
|\| |
| * | 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-131-10/+4
| | | | | | | | | | | | 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
|/ /
* / dashboard: remove workspaces tab2 * r + 2 * t2025-06-111-4/+4
|/ | | | Cause its confusing people cause not implemented yet
* Revert "Dashboard Avatar Picker 1.0a"Amstel2025-06-111-57/+7
| | | | This reverts commit 9308c9b67f491ff32c57d037f16ac6e9148f9dae.
* Dashboard Avatar Picker 1.0aAmstel2025-06-111-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
* 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".
* session: fix logout for non-uwsm sessions2 * r + 2 * t2025-06-092-1/+3
|
* dashboard: fix date time2 * r + 2 * t2025-06-091-1/+1
| | | | Fixes #16
* feat: add ipc commands for stuff2 * r + 2 * t2025-06-081-0/+19
|
* colours: fix switching2 * r + 2 * t2025-06-081-26/+6
| | | | Also remove unnecessary clipping rects around dashboard panes
* internal: use multieffect for shadow2 * r + 2 * t2025-06-081-1/+6
|
* popouts: fixed width for battery popout2 * r + 2 * t2025-06-071-0/+1
|
* dashboard: hide dash when raise media2 * r + 2 * t2025-06-072-1/+4
|
* popouts: fix state colour for tray back button2 * r + 2 * t2025-06-071-0/+1
|
* popouts: reload tray menu on show2 * r + 2 * t2025-06-072-16/+35
|
* popouts: fix bottom glitch2 * r + 2 * t2025-06-072-4/+13
| | | | | Fix flicker when popout hits bottom Also animate bottom rounding change
* popouts: fix anim when fast movement2 * r + 2 * t2025-06-071-3/+3
|
* popouts: fix multimonitoroutfoxxed2025-06-066-23/+47
|
* popouts: fix anim when not shown2 * r + 2 * t2025-06-071-0/+2
|
* bar: fix workspaces interactions2 * r + 2 * t2025-06-072-10/+15
| | | | Fix clicking on workspaces not switching to them
* bar: fix active workspace indicator anims2 * r + 2 * t2025-06-071-5/+25
| | | | | Fix delayed anim when size change Fix trail with variable sized workspaces
* internal: move bar to drawer window2 * r + 2 * t2025-06-079-200/+179
| | | | Fixes a few bugs, also removes need for hyprland order layerrule