Commit graph

326 commits

Author SHA1 Message Date
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
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
2 * r + 2 * t
7c3f82f951 bar: fix active workspace indicator anims
Fix delayed anim when size change
Fix trail with variable sized workspaces
2025-06-07 15:04:35 +10:00
2 * r + 2 * t
e3dcdbb67c internal: move bar to drawer window
Fixes a few bugs, also removes need for hyprland order layerrule
2025-06-07 14:47:24 +10:00
2 * r + 2 * t
687f5a5fd0 dashboard: make own swipeview impl
Fixes bad anim, buggy flicking and blur
2025-06-07 00:43:04 +10:00
2 * r + 2 * t
aa04827576 popouts: fix activewindow height changing
Uses a bit more cpu but eh
2025-06-07 00:08:58 +10:00
2 * r + 2 * t
17fb60f216 feat: tray item menus 2025-06-06 22:38:15 +10:00
2 * r + 2 * t
c3a91e7554 popouts: transition between popout content 2025-06-06 20:46:03 +10:00
2 * r + 2 * t
218ee2de95 notifs: actually fix y pos during remove anim 2025-06-06 17:52:47 +10:00
2 * r + 2 * t
b5c65ee0bf notifs: lock notif object until anim finish
Also fix notif y position during remove anim
2025-06-06 17:47:28 +10:00
2 * r + 2 * t
9743b34245 bar: power button open session
Make it actually useful (not really)
2025-06-05 22:29:54 +10:00
2 * r + 2 * t
b78721ab82 popouts: better anim 2025-06-05 22:18:32 +10:00
2 * r + 2 * t
ded156f58d feat: bluetooth popout 2025-06-05 22:13:27 +10:00
2 * r + 2 * t
017b1b4ce0 feat: network popout
Also qstr dashboard performance pane labels
2025-06-05 21:47:30 +10:00
2 * r + 2 * t
eb10c60734 popouts: battery add perf degradation warning 2025-06-05 19:26:12 +10:00
2 * r + 2 * t
1d3b59e33d bar: fix popout wrapping and morphing 2025-06-05 18:58:29 +10:00
2 * r + 2 * t
023d00d658 drawers: fix interaction areas
Outer corners shouldn't be part of interaction area
2025-06-05 18:41:45 +10:00
2 * r + 2 * t
d37b3926c8 bar: show power profile if no battery 2025-06-05 18:14:53 +10:00
2 * r + 2 * t
6afd2a1525 internal: move cava to service 2025-06-05 17:42:02 +10:00
2 * r + 2 * t
e9c4bd0bb8 dashboard: center media pane 2025-06-05 17:18:55 +10:00
2 * r + 2 * t
b8a22eaa28 dashboard: dont update pane if not current 2025-06-05 16:52:33 +10:00
2 * r + 2 * t
c710ade94e dashboard: media player selector elide text 2025-06-05 16:17:43 +10:00
2 * r + 2 * t
a7e88854bb feat: dashboard media player selector
Also raise and quit buttons
2025-06-05 16:08:27 +10:00
2 * r + 2 * t
93cc4eacb0 notifs: fix being able to scroll 2025-06-04 22:36:03 +10:00
2 * r + 2 * t
3925626117 notifs: add remove animation 2025-06-04 22:28:22 +10:00
2 * r + 2 * t
16c6fbdef3 bar: completely hide activewindow popout when desktop 2025-06-04 21:29:28 +10:00
2 * r + 2 * t
9586f540ae icons: better app icon guessing 2025-06-04 21:27:17 +10:00
2 * r + 2 * t
391a02462c feat: clear notifs shortcut 2025-06-04 19:59:36 +10:00
2 * r + 2 * t
434e31d830 internal: use panelwindow
Using WlrLayershell broke for newer versions of qs
2025-06-04 19:16:17 +10:00