2 * r + 2 * t
c2aa63b99a
plugin: managers -> internal
2025-09-13 15:54:01 +10:00
2 * r + 2 * t
98a709af78
plugin/managers: add CircularIndicatorManager
...
Basically move StyledBusyIndicator -> CircularIndicator + logic for it from js -> c++
2025-09-13 15:50:04 +10:00
2 * r + 2 * t
306cfc06ed
plugin: refactor into modules
2025-09-13 14:38:44 +10:00
2 * r + 2 * t
a57dd9343a
popouts/tray: better interaction
...
Not exclusive when on first layer of submenus
Closes #610
2025-09-13 11:25:11 +10:00
2 * r + 2 * t
7e93d558d6
network: fix undef errors
2025-09-13 11:17:06 +10:00
2 * r + 2 * t
d90c4b6df7
plugin/cmake: link qt quick
...
See #608
2025-09-13 11:04:25 +10:00
2 * r + 2 * t
4ef6f33024
readme: update manual installation deps
2025-09-13 11:00:04 +10:00
2 * r + 2 * t
082c757bb0
config/launcher: set default maxShown to 7
...
Better for 1920x1080 screens
2025-09-13 10:58:36 +10:00
2 * r + 2 * t
b5883441df
launcher: fix anim
...
Fixes #607
2025-09-13 10:57:29 +10:00
2 * r + 2 * t
5687a216ca
plugin/service: fix invoke after destruction
2025-09-12 23:38:00 +10:00
2 * r + 2 * t
56f6150ec9
internal: fix crash
2025-09-12 19:17:35 +10:00
2 * r + 2 * t
297df9bca1
readme: update example config
2025-09-12 18:45:02 +10:00
2 * r + 2 * t
5fc37bbe0d
bar: remove idle inhibitor
...
Use the one in the utilities panel instead
2025-09-12 18:29:49 +10:00
2 * r + 2 * t
3d6e335030
launcher: fix exclusion with utilities
2025-09-12 18:18:27 +10:00
2 * r + 2 * t
302a82da2d
launcher: loader content
2025-09-12 18:04:44 +10:00
2 * r + 2 * t
d06d8b870f
osd: loader content
2025-09-12 17:15:55 +10:00
2 * r + 2 * t
2fa949139a
dashboard: persist state
2025-09-12 17:06:39 +10:00
2 * r + 2 * t
53f7da32e4
utilities: loader content
2025-09-12 16:58:43 +10:00
2 * r + 2 * t
83d3b4ebd5
utilities: add keep awake and quick toggles
2025-09-12 16:51:38 +10:00
2 * r + 2 * t
0ed829c24a
interactions: fix interaction area
...
Hyprland bug smh
2025-09-12 13:50:31 +10:00
2 * r + 2 * t
2bd7089310
plugin: fix floating point comparison
...
Closes #602
2025-09-12 12:54:22 +10:00
Auguste Baum
814831620c
network: put back the ":" in SSIDs ( #601 )
2025-09-12 11:07:17 +10:00
2 * r + 2 * t
fa00a62600
shortcuts: add dashboard shortcut
2025-09-11 22:57:03 +10:00
2 * r + 2 * t
ca8c56d473
plugin: add requests
...
Replaces QML Requests singleton
2025-09-11 22:34:04 +10:00
2 * r + 2 * t
b87d5bf20e
plugin: format + refactor
2025-09-11 22:08:25 +10:00
2 * r + 2 * t
44c0e1b116
plugin/appdb: fix persistence
2025-09-11 15:16:34 +10:00
2 * r + 2 * t
6f147b21cc
plugin: use qt typedefs for fixed ints
2025-09-11 02:07:12 +10:00
2 * r + 2 * t
2832de18d7
launcher: sort apps by usage
...
Closes #588
2025-09-11 02:03:01 +10:00
2 * r + 2 * t
f3d086024b
plugin: remove multimedia dep
...
Also remove QML module version
2025-09-10 22:57:12 +10:00
2 * r + 2 * t
8da5acdb3d
launcher: not full rounding + better anim
2025-09-10 21:30:54 +10:00
anders130
58615b809e
launcher: add config option for hiding applications ( #568 )
...
* feat(launcher): add config option for excluding applications from launcher
* fix(launcher): rename excludedApps to hiddenApps
* chore: add example to readme
* fix
---------
Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
2025-09-10 21:19:26 +10:00
2 * r + 2 * t
b6b2adf056
launcher: fix showOnHover
...
Closes #591
Fixes #562
2025-09-10 14:34:59 +10:00
2 * r + 2 * t
6d351b57ae
launcher/wallpaper: include subfolder in search
...
Closes #589
2025-09-10 14:29:40 +10:00
2 * r + 2 * t
5b81104ffa
bar/tray: add icon subs
...
Usage: array of { id, image | icon }
2025-09-09 21:02:24 +10:00
2 * r + 2 * t
2563430e3b
plugin/service: remove zero ref warning
...
Reloads don't play nice with it + it doesn't matter anyways
2025-09-09 20:48:13 +10:00
2 * r + 2 * t
717855c629
internal: use Qt.resolvedUrl
2025-09-09 18:35:22 +10:00
Belal
767ced0df3
launcher: allow configuring actions ( #558 )
...
* refactor: make launcher actions configurable
* use variants + internal -> setMode + format
* reorder readme
---------
Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
2025-09-09 18:34:16 +10:00
2 * r + 2 * t
0d8771cf4d
dashboard: fix pfp picker
...
Fixes #579
2025-09-09 18:00:03 +10:00
2 * r + 2 * t
5902988a77
dashboard/media: fix incubation warning
2025-09-09 16:55:42 +10:00
2 * r + 2 * t
6ae1a8e811
plugin/ac: not singleton
...
Also add nodeId prop
BeatTracker not singleton
Move BeatTracker and Cava to Audio service
2025-09-09 16:31:02 +10:00
Davi Ribeiro
23d1d2987a
nix: fix build error with libcava ( #585 )
...
libcava failing with fftw3.h not found
2025-09-09 13:51:58 +10:00
2 * r + 2 * t
48d9352148
nix: fix pipewire
...
Fixes #583
2025-09-09 01:02:01 +10:00
Belal
a8baaa9929
bar: configurable scroll actions ( #559 )
...
* bar: add option to disable scroll actions for volume and brightness
* options for workspaces, brightness and volume
* add options to readme + format
---------
Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
2025-09-08 23:55:46 +10:00
2 * r + 2 * t
24a1af185a
bar/statusicons: add mic indicator
...
Closes #578
2025-09-08 23:49:14 +10:00
2 * r + 2 * t
5fc9ffcc8f
Merge branch 'main' of https://github.com/caelestia-dots/shell
2025-09-08 23:30:24 +10:00
2 * r + 2 * t
7265ae39d8
internal: force threaded render loop
...
Fixes #153
Fixes caelestia-dots/caelestia#118
Closes caelestia-dots/caelestia#137
2025-09-08 23:30:21 +10:00
2 * r + 2 * t
b16a7b78be
plugin: use lower case imports
2025-09-08 23:22:29 +10:00
2 * r + 2 * t
dc42e4f38e
plugin/ac: use double buffer
...
Double buffer instead of circular buffer
2025-09-08 23:12:25 +10:00
2 * r + 2 * t
9cd838abc3
nix: remove cava dep
2025-09-08 22:07:13 +10:00
2 * r + 2 * t
6f463a92d1
plugin/ac: fix idle state + reduce buffer size
2025-09-08 22:06:49 +10:00