Commit Graph

300 Commits

Author SHA1 Message Date
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
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 7bdaed7e54 perf(runner): better regex match search
started using flags instead of any-character expressions between characters
2025-06-09 20:25:57 -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 113b1a02bd 💄 logout-menu: specify time color to colors.fg-primary 2025-06-08 16:35:29 -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 0164341fd0 Update ru_RU.ts 2025-06-05 13:52:50 +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 a17fc3c127 💥 fix(scripts/volume): endpoint volume overflowing 2025-06-03 21:23:34 -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 09194fca32 Added conditions for displaying icons for OSD 2025-06-03 21:24:46 +03:00
Mephisto f4026eddb1 Update Tray.ts
Fixed the tray displays
2025-06-03 02:10:02 +03:00
Mephisto 05c875b2af Merge branch 'retrozinndev:ryo' into ryo 2025-06-02 18:52:24 +03:00
retrozinndev 21820ab21c feat(runner/plugins/apps): asynchronously-refresh applications list on init
avoids the necessity to press F5 to update apps list
2025-06-01 16:26:08 -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
Mephisto 6b9b075e16 Update OSD.ts
Replace Unicode to Icon
2025-06-01 18:23:42 +03:00
Mephisto 588bd043c1 Update intl.ts 2025-06-01 18:17:13 +03:00
Mephisto 62b1854d8c Create ru_RU.ts 2025-06-01 18:16:13 +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 c37c9c62bf 🌐 feat(i18n): add clear key
used for the "clear notifications" button
2025-05-25 08:51:20 -03:00
retrozinndev ed88c1d882 💄 ags/style/apps-window: more rounded corners 2025-05-25 08:25:18 -03:00
retrozinndev 9b63b83bdb 📦 chore: rename package to colorshell 2025-05-25 08:23:54 -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 a13f257e49 💥 fix(runner): low popup height 2025-05-21 14:44:00 -03:00