Commit graph

353 commits

Author SHA1 Message Date
2 * r + 2 * t
e36fb678db dashboard: fix blurry media pane 2025-06-19 16:28:26 +10:00
2 * r + 2 * t
44fefc11b2 picker: non interactive during close anim 2025-06-19 15:04:09 +10:00
2 * r + 2 * t
53cea2beb3 feat: screenshot tool 2025-06-19 15:00:06 +10:00
2 * r + 2 * t
b0a0b6d322 notifs: fix material icon offset 2025-06-18 23:26:49 +10:00
2 * r + 2 * t
a274a8548e dashboard: send notif when pfp changed 2025-06-18 22:41:02 +10:00
2 * r + 2 * t
e0972efdb4 feat: dashboard pfp picker 2025-06-18 22:33:38 +10:00
2 * r + 2 * t
c94b761459 wallpaper: add fallback and selector
Add fallback for when no wallpaper and button to set
2025-06-18 21:31:36 +10:00
2 * r + 2 * t
686566c12e notifs: make links work 2025-06-18 15:32:23 +10:00
2 * r + 2 * t
43f8c36677 bar: fix workspaces and tray icons
Should fix the anims not finishing
2025-06-17 23:22:34 +10:00
2 * r + 2 * t
0a34970bd1 launcher: fix size when rapid close and reopen
Only for when a short period but not super short periods
2025-06-17 23:07:43 +10:00
2 * r + 2 * t
491c0f1dbd launcher: fix transition between lists
Also fix wallpaper preview not switching back when using non dynamic scheme
2025-06-17 23:02:54 +10:00
2 * r + 2 * t
e373fe0375 launcher: fix wallpaper preview colours
Also disable transparency action (not impled and won't be in the near future)
2025-06-17 22:44:29 +10:00
2 * r + 2 * t
ee0f243ca3 popouts: fix activewindow screencopy 2025-06-17 16:40:28 +10:00
2 * r + 2 * t
746f41da16 feat: impl variant launcher action 2025-06-17 16:20:47 +10:00
2 * r + 2 * t
f14d00d3dc internal: use execDetached 2025-06-17 15:59:09 +10:00
2 * r + 2 * t
2dbec4489e feat: impl scheme launcher action 2025-06-17 15:55:26 +10:00
2 * r + 2 * t
2a6cc10cfa launcher: notify on scheme mode change error 2025-06-17 13:04:35 +10:00
2 * r + 2 * t
a44910d397 launcher: completely hide disabled actions 2025-06-16 00:42:09 +10:00
Tim Hämisch
68874082b4
Merge branch 'main' into betteractions 2025-06-15 13:40:47 +02:00
2 * r + 2 * t
691232756f dashboard: fix uptime 2025-06-15 21:14:13 +10:00
2 * r + 2 * t
be4769930a exclusions: set input mask to empty
Fixes #26 and #72
2025-06-15 20:50:46 +10:00
2 * r + 2 * t
96429160c3 feat: user config file
Config file at `~/.config/caelestia/shell.json`
2025-06-15 18:08:45 +10:00
2 * r + 2 * t
05e9561fd6 internal: use stdiocollector
Removes dependency on jq
Also fix beatdetector
2025-06-15 15:43:50 +10:00
2 * r + 2 * t
388a6217ed
internal: update for scripts overhaul (#45)
* colours: update for scheme refactor

* notifs: match expand anim to container

* wallpapers: update current path

* wallpapers: update valid wall extensions
2025-06-14 23:10:35 +10:00
Tim Hämisch
818768e6bd launcher: use standard logout command 2025-06-13 18:13:07 +02:00
Tim Hämisch
0bcee304e5 launcher: add opt-in for dangerous actions 2025-06-13 18:04:45 +02:00
Tim Hämisch
5fb727a4c8
Merge branch 'caelestia-dots:main' into betteractions 2025-06-13 17:49:49 +02:00
Tim Hämisch
4621c3695e
Add custom shortcut for launcher, dashboard and osd all in one (#53)
* 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>
2025-06-14 00:08:02 +10:00
2 * r + 2 * t
5da1b64da0 internal: better caching impl
WARNING: causes blocking when caching image on first load
2025-06-13 23:31:47 +10:00
2 * r + 2 * t
ca9c06b689 dashboard: not full rounding for face 2025-06-12 23:43:03 +10:00
Tim Hämisch
22b356d260 Add shutdown, reboot, and logout actions to launcher 2025-06-12 14:59:55 +02:00
2 * r + 2 * t
b1e1a575c6 notifs: match expand anim to container 2025-06-11 23:41:39 +10:00
2 * r + 2 * t
7d3b1887e9 dashboard: remove workspaces tab
Cause its confusing people cause not implemented yet
2025-06-11 23:26:17 +10:00
Amstel
92f05c0028 Revert "Dashboard Avatar Picker 1.0a"
This reverts commit 9308c9b67f.
2025-06-11 15:44:46 +08:00
Amstel
9308c9b67f Dashboard Avatar Picker 1.0a
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-11 14:50:31 +08:00
Amstel
fcbcffc782 Fixed Logout Function
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-11 14:18:15 +08:00
2 * r + 2 * t
ea4d3f26ef session: fix logout for non-uwsm sessions 2025-06-09 20:06:09 +10:00
2 * r + 2 * t
5423b5cf86 dashboard: fix date time
Fixes #16
2025-06-09 13:01:05 +10:00
2 * r + 2 * t
c214b3c5d6 feat: add ipc commands for stuff 2025-06-08 20:25:54 +10:00
2 * r + 2 * t
c1d1bf447b colours: fix switching
Also remove unnecessary clipping rects around dashboard panes
2025-06-08 17:33:39 +10:00
2 * r + 2 * t
31f708a1cb internal: use multieffect for shadow 2025-06-08 13:28:48 +10:00
2 * r + 2 * t
285221b1ff popouts: fixed width for battery popout 2025-06-07 20:38:52 +10:00
2 * r + 2 * t
0cf46c4409 dashboard: hide dash when raise media 2025-06-07 20:34:30 +10:00
2 * r + 2 * t
c7ab79908b popouts: fix state colour for tray back button 2025-06-07 20:29:08 +10:00
2 * r + 2 * t
82756b2866 popouts: reload tray menu on show 2025-06-07 20:15:41 +10:00
2 * r + 2 * t
d76587c2db popouts: fix bottom glitch
Fix flicker when popout hits bottom
Also animate bottom rounding change
2025-06-07 18:06:45 +10:00
2 * r + 2 * t
2c11f0e783 popouts: fix anim when fast movement 2025-06-07 16:55:07 +10:00
outfoxxed
fc4eff7271
popouts: fix multimonitor 2025-06-06 23:26:17 -07:00
2 * r + 2 * t
5d2f46082a popouts: fix anim when not shown 2025-06-07 15:33:24 +10:00
2 * r + 2 * t
5948d581fd bar: fix workspaces interactions
Fix clicking on workspaces not switching to them
2025-06-07 15:13:09 +10:00