Commit Graph

787 Commits

Author SHA1 Message Date
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
João Dias 0a10e8a69c Merge pull request #8 from NotMephisto/ryo
Updated Audio Icons

by @NotMephisto
2025-06-03 20:38:11 -03:00
Mephisto 4a28095e69 Merge branch 'retrozinndev:ryo' into ryo 2025-06-03 22:47:42 +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
João Dias 345d4f8e64 📚 docs(readme): remove tools section
this is supposed to be on my dotfiles-specific repo
2025-06-03 14:47:45 -03:00
João Dias 56c5b546c7 📚 docs(readme): add russian to i18n
thanks to @NotMephisto
2025-06-03 13:28:54 -03:00
João Dias e0a1f40b26 Merge pull request #7 from NotMephisto/ryo
Translation, fix tray, and dynamic icon in OSD

Thanks to NotMephisto!!
2025-06-03 13:22:34 -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
João Dias e7a82b3686 Merge pull request #6 from retrozinndev/fix/sound-page
💥 Fix: Sound and Microphone pages not opening
2025-05-31 20:59:22 -03:00
retrozinndev 650fd4b58f 💥 fix(control-center/pages): sound and microphone pages using old astalwp methods 2025-05-31 20:28:30 -03:00
João Dias 1426172af1 📚 docs(readme): centered stargazers section 2025-05-29 21:44:30 -03:00
João Dias 0e5228cda3 📚 docs(readme): use star-history 2025-05-29 20:12:52 -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 aca9e98055 🔧 hypr(shell/bindings): allow specific binds to repeat on hold 2025-05-25 08:26:18 -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 745f57f145 💥 fix(update-repo): actually fix wrong usage of regEx 2025-05-21 15:00:42 -03:00
retrozinndev cf41b12ae1 💥 fix(update-repo.sh): wrong usage of regEx in Update_remote()
fixes wrong behavior when accepting the "push changes" prompt
2025-05-21 14:59:19 -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 3ee50a2f97 🔧 hypr(bindings): use binde instead of bind for volume keys
this makes possible the action to repeat on-press, so it's easier to control volume by keyboard
2025-05-21 14:46:33 -03:00
retrozinndev a13f257e49 💥 fix(runner): low popup height 2025-05-21 14:44:00 -03:00
retrozinndev a912b955d9 feat(runner/plugin-websearch): set prioritize to true 2025-05-21 14:41:22 -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 1f6da17363 ❤️ add funding settings 2025-05-18 22:31:19 -03:00
retrozinndev 3413b92696 ags(control-center/tiles): drop variables on ::destroy 2025-05-17 21:19:42 -03:00
retrozinndev 8bad53f9c1 🌐 ags(i18n): add more connection-related keys 2025-05-17 21:07:37 -03:00
retrozinndev 4ee671991a hypr(shell/rules): remove anyrun animation rule, do not suppress maximize event 2025-05-17 19:12:14 -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 9c1cd7362b 💥 ags(scripts/utils): actually fix the isInstalled() method 2025-05-17 19:02:27 -03:00