retrozinndev
|
9db1d6fc12
|
✨ chore: control-center and center-window widgets to gtk4 and ags v3
|
2025-07-06 19:56:09 -03:00 |
|
retrozinndev
|
7b758bd298
|
✨ chore: migrate bar widgets to ags v3 and gtk4
|
2025-07-06 19:55:27 -03:00 |
|
retrozinndev
|
3b03c434b5
|
✨ chore: migrate runner and plugins to ags v3 and gtk4
|
2025-07-06 19:54:58 -03:00 |
|
retrozinndev
|
2df219ec80
|
🔧 chore: add pnpm-workspace for dependency linking
|
2025-07-06 19:54:28 -03:00 |
|
retrozinndev
|
8fd009557d
|
✨ chore: migrate all windows to gtk4 and ags v3
|
2025-07-06 19:53:48 -03:00 |
|
retrozinndev
|
f98357f6c9
|
🔧 chore(gitignore): ignore pnpm-lock
|
2025-07-06 19:53:09 -03:00 |
|
retrozinndev
|
33e6ee2490
|
🔧 chore(scripts): migrate util scripts to gtk4 and ags v3
|
2025-06-30 17:55:28 -03:00 |
|
retrozinndev
|
29f5c04c31
|
🔧 chore(windows): migrate windowing system to gtk4 and ags v3
|
2025-06-30 17:54:50 -03:00 |
|
retrozinndev
|
2bca31e601
|
✨ chore: make workspaces fit in a single widget, add keyboard support for the logout menu
|
2025-06-28 13:29:33 -03:00 |
|
retrozinndev
|
dece2776fe
|
✨ feat(config): implement configurations
|
2025-06-26 15:12:24 -03:00 |
|
retrozinndev
|
0dce6a98a9
|
💥 fix(scripts/config): unwanted _getProperty recursion
|
2025-06-25 22:04:22 -03:00 |
|
retrozinndev
|
58af5c5ed9
|
💥 fix(scripts/config): hot-reload only working on first time
|
2025-06-25 21:48:40 -03:00 |
|
retrozinndev
|
312ff9ec5a
|
💥 fix(scripts/config): can't assign values because entries are frozen
|
2025-06-25 16:09:01 -03:00 |
|
retrozinndev
|
86a9481b78
|
✨ feat(config): new configuration file system!!
|
2025-06-25 15:21:20 -03:00 |
|
retrozinndev
|
02daea8566
|
💥 fix(control-center/bluetooth): paired/connected device not showing in devices list after unstrust
|
2025-06-22 15:02:54 -03:00 |
|
retrozinndev
|
3f26a3528b
|
✨ chore(osd): use AstalWp.Endpoint.description instead of name
|
2025-06-21 14:20:27 -03:00 |
|
retrozinndev
|
9ed3ac3ee8
|
💥 fix(control-center/network): wrong enum name, type's got generated wrong (fixes #11)
issue noticed by @NotMephisto
|
2025-06-19 20:44:53 -03:00 |
|
retrozinndev
|
e02f96b151
|
✨ feat(control-center/network): add provisory support for wireless connections
I call it "provisory" because I don't have a Wi-Fi card to test it, but in theory, everything should work
|
2025-06-19 19:10:25 -03:00 |
|
retrozinndev
|
ca31a64234
|
🔧 chore(bar/apps): add applications-other-symbolic from morewaita in icon resources
|
2025-06-19 10:51:05 -03:00 |
|
retrozinndev
|
2861fed6d5
|
💥 chore: fixed tooltip shadow being cut
|
2025-06-19 10:43:12 -03:00 |
|
retrozinndev
|
433b7838c3
|
✨ feat(bar/workspaces): show workspace numbers when not in crescent order
helps when navigating between used/not-used workspaces
|
2025-06-19 10:28:06 -03:00 |
|
retrozinndev
|
eeb775d203
|
💥 fix: media copy link button not copying link
there are some issues with astalmpris.player.metadata, so I started using playerctl cli instead
|
2025-06-18 21:52:41 -03:00 |
|
retrozinndev
|
ac65bba024
|
💥 fix(bar/special-workspaces): correct usage of getSymbolicIcon() method
also improved the `getSymbolicIcon()` method's code
|
2025-06-18 18:51:30 -03:00 |
|
Mephisto
|
9362a18ddc
|
Symbolic icons in special workspaces
|
2025-06-17 21:11:11 +03:00 |
|
Mephisto
|
d7b20bc8b8
|
Symbolic Icons in workspaces
|
2025-06-17 21:09:32 +03:00 |
|
Mephisto
|
f6705077f1
|
Merge branch 'retrozinndev:ryo' into ryo
|
2025-06-17 20:22:54 +03:00 |
|
Mephisto
|
61d299db75
|
Now it even handles null case.
|
2025-06-17 20:22:05 +03:00 |
|
Mephisto
|
7a104098d8
|
Need test
|
2025-06-17 20:14:46 +03:00 |
|
retrozinndev
|
41624d96d2
|
💥 fix: incorrect usage of uwsm check is-active command on scripts
|
2025-06-16 17:20:24 -03:00 |
|
Mephisto
|
a69bdfdb7c
|
Using Decoder for Uint8Array type data
|
2025-06-16 19:36:34 +03:00 |
|
Mephisto
|
0f3b7d3ed4
|
Add Decoder for Uint8Array
|
2025-06-16 19:35:10 +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 |
|
retrozinndev
|
240ba192b6
|
✨ chore(logout-menu): use hyprctl to exit Hyprland, add background color for better visibility
also improved error handling if command fails
|
2025-06-15 19:36:14 -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
|
1d448c4626
|
Merge branch 'retrozinndev:ryo' into ryo
|
2025-06-15 23:08:16 +03:00 |
|
retrozinndev
|
52c1659adb
|
⚡ chore(apps-window): improvements to the style and flowbox stuff
also fixes opening app when clicking on empty space
|
2025-06-15 10:11:53 -03:00 |
|
retrozinndev
|
143a4c92b2
|
🔧 chore(style/control-center): add more padding to notification history's notification widget
|
2025-06-14 13:47:03 -03:00 |
|
Mephisto
|
4dca391224
|
Update apps.ts
add getSymbolicIcon() function
|
2025-06-14 12:34:56 +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
|
9f30b3e9f2
|
💥 fix(scripts/wallpaper): also check for 1 value on splash property
|
2025-06-13 18:59:47 -03:00 |
|
retrozinndev
|
84358cff4b
|
add bg-translucent-primary as an alias for bg-translucent
|
2025-06-13 18:59:02 -03:00 |
|
retrozinndev
|
de92ea4c53
|
💄 control-center,center-window: add background shadow, use gtk's spacing instead of margin
|
2025-06-13 18:56:16 -03:00 |
|
retrozinndev
|
bc30068383
|
💄 floating-notifications: better appearance, use gtk's spacing instead of margin
|
2025-06-13 18:54:14 -03:00 |
|
retrozinndev
|
f81ed09c3c
|
💄 runner: better look and feel, internal improvements
|
2025-06-13 18:52:30 -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 |
|