Mephisto
|
7a104098d8
|
Need test
|
2025-06-17 20:14:46 +03:00 |
|
Mephisto
|
a69bdfdb7c
|
Using Decoder for Uint8Array type data
|
2025-06-16 19:36:34 +03:00 |
|
Mephisto
|
9aea545084
|
Update Media.ts
|
2025-06-16 15:57:16 +03:00 |
|
Mephisto
|
62f8d73125
|
Merge branch 'ryo' into ryo
|
2025-06-16 15:55:39 +03:00 |
|
Mephisto
|
e722fc7d42
|
Ops..
|
2025-06-16 13:30:44 +03:00 |
|
retrozinndev
|
a669e1acc3
|
✨ chore: lots of improvements, exec apps with uwsm if in usage
also, started using `AstalWp.Endpoint.description` instead of the `name` property when showing device names, thanks to @NotMephisto in #9
|
2025-06-15 20:29:16 -03:00 |
|
Mephisto
|
29fca303f6
|
Update BigMedia.ts
Add checks for Infinite numbers
|
2025-06-15 23:18:34 +03:00 |
|
Mephisto
|
ed55767a06
|
Remove import
|
2025-06-15 23:10:55 +03:00 |
|
Mephisto
|
d67fd5fc03
|
Update Media widget
Now Media widget will search symbolic icons! It looks great!
|
2025-06-14 12:32:49 +03:00 |
|
Mephisto
|
2a9404929c
|
Merge branch 'retrozinndev:ryo' into ryo
|
2025-06-14 12:25:46 +03:00 |
|
retrozinndev
|
534ae23243
|
💥 fix(popup-window): astal thinks onClickedOutside prop is a Widget.Window signal
just separated window props from popup-window props
|
2025-06-12 21:38:32 -03:00 |
|
retrozinndev
|
23a2881810
|
💥 fix(control-center/bluetooth): also show trusted devices on devices list
changed Paired Devices key to Devices
|
2025-06-12 21:37:24 -03:00 |
|
Mephisto
|
cdcecf31b8
|
Merge branch 'retrozinndev:ryo' into ryo
|
2025-06-11 21:14:54 +03:00 |
|
retrozinndev
|
b92f7e2c58
|
💥 fix(widget/notification): red box on notifications that don't have an image
|
2025-06-09 20:33:33 -03:00 |
|
retrozinndev
|
c4f6dba77c
|
♻️ refactor(widget/notification): remove unused variable, use latest pango instead of specifying 1.0
|
2025-06-08 16:47:10 -03:00 |
|
retrozinndev
|
c9a89ea9bf
|
💥 fix(notifications): body not showing if notification uses markup with more than one word space
|
2025-06-08 16:33:07 -03:00 |
|
Mephisto
|
71e43fde9d
|
Merge branch 'retrozinndev:ryo' into ryo
|
2025-06-05 13:50:57 +03:00 |
|
retrozinndev
|
9be644b2aa
|
💥 fix(bar/status): spacing between status icons and volume indicators
|
2025-06-04 21:37:37 -03:00 |
|
Mephisto
|
826ffc9d4a
|
some changes
|
2025-06-05 00:16:43 +03:00 |
|
retrozinndev
|
b1db748351
|
✨ feat: use gtk icons instead of nerdfonts across the shell
also removed hour count from recording widgets
|
2025-06-04 17:29:36 -03:00 |
|
retrozinndev
|
0ae60fa6f5
|
💥 fix(bar/status): use icon property of volumeStatus() for icon name instead of nerd font glyph
|
2025-06-03 21:10:35 -03:00 |
|
Mephisto
|
38dbccb295
|
Update Icons for Sliders
|
2025-06-03 22:46:39 +03:00 |
|
Mephisto
|
26e50f3cbd
|
Changed icons for Sink and Source
|
2025-06-03 22:38:42 +03:00 |
|
Mephisto
|
f4026eddb1
|
Update Tray.ts
Fixed the tray displays
|
2025-06-03 02:10:02 +03:00 |
|
retrozinndev
|
76b16036c8
|
💥 fix(control-center/page): remove problematic scrollable
|
2025-06-01 16:12:59 -03:00 |
|
retrozinndev
|
637dfaddb5
|
✨ feat(control-center/page): add natural height scrollable for Page content to avoid issues on smaller screens
|
2025-06-01 15:50:07 -03:00 |
|
retrozinndev
|
d134681efa
|
✨ feat(control-center/pages): new way to add pages with new animation
makes Pages widget derivate from GtkBox, allowing multiple childs, which are now page revealers(GtkRevealers) that reveal the Page widgets
|
2025-06-01 15:44:32 -03:00 |
|
retrozinndev
|
650fd4b58f
|
💥 fix(control-center/pages): sound and microphone pages using old astalwp methods
|
2025-05-31 20:28:30 -03:00 |
|
retrozinndev
|
a25468e54a
|
✨ feat(control-center/page): add bottom-buttons prop to add page-bottom buttons easily
also, no need for widgets, you just use a jsobject to create a button inside the prop array
|
2025-05-25 14:55:37 -03:00 |
|
retrozinndev
|
73b2e96c93
|
💥 fix(control-center/pages): not running Page.onClose() when closing page
fixes bluetooth discovery not stopping when closing control-center
|
2025-05-25 14:53:44 -03:00 |
|
retrozinndev
|
58797ff01c
|
💄 style(ags/control-center/pages/Bluetooth): code style stuff
|
2025-05-25 08:55:13 -03:00 |
|
retrozinndev
|
0ebf32f07a
|
✨ feat(control-center/notif-history): translate clear notifications button
|
2025-05-25 08:54:30 -03:00 |
|
retrozinndev
|
7fff7817e1
|
✨ feat(popup-window): add onClickOutside prop
this method replaces close-on-click-outside behavior for the one defined
|
2025-05-21 14:53:43 -03:00 |
|
retrozinndev
|
6061c88e2b
|
💥 fix(popup-window): outside-click not working
this commit applies another method of doing this function. The checks happen in the same layer, instead of two layers
|
2025-05-21 14:40:16 -03:00 |
|
retrozinndev
|
3413b92696
|
⚡ ags(control-center/tiles): drop variables on ::destroy
|
2025-05-17 21:19:42 -03:00 |
|
retrozinndev
|
b7c2fc7471
|
💥 ags(control-center/tiles): hide tiles if its dependencies aren't installed
|
2025-05-17 19:11:15 -03:00 |
|
retrozinndev
|
086fb0bf96
|
✨ ags(control-center/page): add tooltip and onDestroy properties to PageButton
|
2025-05-17 19:10:16 -03:00 |
|
retrozinndev
|
98d284b7ba
|
⚡ ags(control-center/bluetooth): better code for bluetooth page
|
2025-05-17 19:08:48 -03:00 |
|
retrozinndev
|
3db2a43aee
|
💥 ags(control-center/pages): fix page not opening anymore if toggled twice on animation
|
2025-05-17 19:08:07 -03:00 |
|
retrozinndev
|
80ab4ce72d
|
✨ ags(bar/status): add notification floating dot
|
2025-05-17 19:06:24 -03:00 |
|
retrozinndev
|
9ce3e7e6b6
|
💥 ags(bar/focused-client): fix focused client with null properties
|
2025-05-17 18:58:05 -03:00 |
|
retrozinndev
|
028244adaa
|
✨ ags(bar/status, control-center/tiles): hide bluetooth when no adapter found
|
2025-05-13 15:09:34 -03:00 |
|
retrozinndev
|
88129a8f97
|
⚡ ags(workspaces, arg-handler): drop variable on ::destroy, better help messages
changed `show-ws-numbers` command to `peek-workspace-num`
|
2025-05-13 15:06:32 -03:00 |
|
retrozinndev
|
b1eef4285f
|
✨ ags(widget/result-widget): add support for widgets and nerd font icons on icon prop
|
2025-05-11 22:22:21 -03:00 |
|
retrozinndev
|
8eb1fcf648
|
⚡ ags(control-center): drop astal variables onDestroy()
|
2025-05-11 22:20:21 -03:00 |
|
retrozinndev
|
0898e1da17
|
✨ ags(bar/status): add recording widget
|
2025-05-11 22:16:03 -03:00 |
|
retrozinndev
|
0bb1589df5
|
♻️ ags(notifications): move getUrgencyString() to Notifications module
|
2025-05-11 20:37:11 -03:00 |
|
retrozinndev
|
0ce10c1392
|
💥 ags(popup-window): fix trying to close bgWindow twice
|
2025-05-10 18:26:21 -03:00 |
|
retrozinndev
|
4cbeaf6f06
|
✨ ags(workspaces, style): use eventbox instead of button, better styling
|
2025-04-28 15:30:15 -03:00 |
|
retrozinndev
|
666e4a5d56
|
💥 ags(custom-dialog): fix separator spacing
|
2025-04-27 09:19:44 -03:00 |
|